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=191
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=192",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=190",
    "results": [
        {
            "matrix_id": "MA1051.1",
            "name": "RAP2-3",
            "collection": "CORE",
            "base_id": "MA1051",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1051.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1051.1/"
        },
        {
            "matrix_id": "MA1795.1",
            "name": "RAP2-4",
            "collection": "CORE",
            "base_id": "MA1795",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1795.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1795.1/"
        },
        {
            "matrix_id": "MA1221.1",
            "name": "RAP2-6",
            "collection": "CORE",
            "base_id": "MA1221",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1221.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1221.1/"
        },
        {
            "matrix_id": "MA1796.1",
            "name": "RAP2-7",
            "collection": "CORE",
            "base_id": "MA1796",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1796.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1796.1/"
        },
        {
            "matrix_id": "MA1251.1",
            "name": "RAP2-9",
            "collection": "CORE",
            "base_id": "MA1251",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1251.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1251.1/"
        },
        {
            "matrix_id": "MA0729.1",
            "name": "RARA",
            "collection": "CORE",
            "base_id": "MA0729",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0729.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0729.1/"
        },
        {
            "matrix_id": "MA0730.1",
            "name": "RARA",
            "collection": "CORE",
            "base_id": "MA0730",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0730.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0730.1/"
        },
        {
            "matrix_id": "MA0159.1",
            "name": "RARA::RXRA",
            "collection": "CORE",
            "base_id": "MA0159",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0159.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0159.1/"
        },
        {
            "matrix_id": "MA1149.1",
            "name": "RARA::RXRG",
            "collection": "CORE",
            "base_id": "MA1149",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1149.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1149.1/"
        },
        {
            "matrix_id": "MA1552.1",
            "name": "RARB",
            "collection": "CORE",
            "base_id": "MA1552",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1552.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1552.1/"
        }
    ]
}