This API provides an easy-to-use REST web interface to query/retrieve matrix profile data from the latest version of the JASPAR database. The API comes with a human browsable interface and also a programmatic interface which return the results in eight different formats, including json, jsonp, jaspar, meme, transfac, pfm, yaml and bed.
GET /api/v1/matrix?format=api&page=257
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2981,
    "next": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=258",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=256",
    "results": [
        {
            "matrix_id": "UN0600.1",
            "name": "ZNF195",
            "collection": "UNVALIDATED",
            "base_id": "UN0600",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0600.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0600.1/"
        },
        {
            "matrix_id": "MA1974.1",
            "name": "ZNF211",
            "collection": "CORE",
            "base_id": "MA1974",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1974.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1974.1/"
        },
        {
            "matrix_id": "UN0601.1",
            "name": "ZNF213",
            "collection": "UNVALIDATED",
            "base_id": "UN0601",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0601.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0601.1/"
        },
        {
            "matrix_id": "MA1975.1",
            "name": "ZNF214",
            "collection": "CORE",
            "base_id": "MA1975",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1975.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1975.1/"
        },
        {
            "matrix_id": "UN0602.1",
            "name": "ZNF222",
            "collection": "UNVALIDATED",
            "base_id": "UN0602",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0602.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0602.1/"
        },
        {
            "matrix_id": "UN0603.1",
            "name": "ZNF223",
            "collection": "UNVALIDATED",
            "base_id": "UN0603",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0603.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0603.1/"
        },
        {
            "matrix_id": "UN0167.1",
            "name": "ZNF23",
            "collection": "UNVALIDATED",
            "base_id": "UN0167",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0167.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0167.1/"
        },
        {
            "matrix_id": "MA1124.1",
            "name": "ZNF24",
            "collection": "CORE",
            "base_id": "MA1124",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1124.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1124.1/"
        },
        {
            "matrix_id": "UN0168.1",
            "name": "ZNF248",
            "collection": "UNVALIDATED",
            "base_id": "UN0168",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0168.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0168.1/"
        },
        {
            "matrix_id": "UN0604.1",
            "name": "ZNF250",
            "collection": "UNVALIDATED",
            "base_id": "UN0604",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0604.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0604.1/"
        }
    ]
}