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=10
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=11",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=9",
    "results": [
        {
            "matrix_id": "MA1694.1",
            "name": "ARF35",
            "collection": "CORE",
            "base_id": "MA1694",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1694.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1694.1/"
        },
        {
            "matrix_id": "MA1695.1",
            "name": "ARF36",
            "collection": "CORE",
            "base_id": "MA1695",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1695.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1695.1/"
        },
        {
            "matrix_id": "MA1696.1",
            "name": "ARF39",
            "collection": "CORE",
            "base_id": "MA1696",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1696.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1696.1/"
        },
        {
            "matrix_id": "MA1697.1",
            "name": "ARF4",
            "collection": "CORE",
            "base_id": "MA1697",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1697.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1697.1/"
        },
        {
            "matrix_id": "MA0943.1",
            "name": "ARF5",
            "collection": "CORE",
            "base_id": "MA0943",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0943.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0943.1/"
        },
        {
            "matrix_id": "MA1698.1",
            "name": "ARF7",
            "collection": "CORE",
            "base_id": "MA1698",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1698.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1698.1/"
        },
        {
            "matrix_id": "MA0944.1",
            "name": "ARF8",
            "collection": "CORE",
            "base_id": "MA0944",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0944.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0944.1/"
        },
        {
            "matrix_id": "MA0271.1",
            "name": "ARG80",
            "collection": "CORE",
            "base_id": "MA0271",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0271.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0271.1/"
        },
        {
            "matrix_id": "MA0272.1",
            "name": "ARG81",
            "collection": "CORE",
            "base_id": "MA0272",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0272.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0272.1/"
        },
        {
            "matrix_id": "MA1463.1",
            "name": "ARGFX",
            "collection": "CORE",
            "base_id": "MA1463",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1463.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1463.1/"
        }
    ]
}