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=8
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3141,
    "next": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=9",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=7",
    "results": [
        {
            "matrix_id": "UN0287.1",
            "name": "ANIA_03986",
            "collection": "UNVALIDATED",
            "base_id": "UN0287",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0287.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0287.1/"
        },
        {
            "matrix_id": "UN0288.1",
            "name": "ANIA_04606",
            "collection": "UNVALIDATED",
            "base_id": "UN0288",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0288.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0288.1/"
        },
        {
            "matrix_id": "UN0289.1",
            "name": "ANIA_05609",
            "collection": "UNVALIDATED",
            "base_id": "UN0289",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0289.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0289.1/"
        },
        {
            "matrix_id": "UN0290.1",
            "name": "ANIA_06762",
            "collection": "UNVALIDATED",
            "base_id": "UN0290",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0290.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0290.1/"
        },
        {
            "matrix_id": "UN0291.1",
            "name": "ANIA_06788",
            "collection": "UNVALIDATED",
            "base_id": "UN0291",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0291.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0291.1/"
        },
        {
            "matrix_id": "UN0292.1",
            "name": "ANIA_06846",
            "collection": "UNVALIDATED",
            "base_id": "UN0292",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0292.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0292.1/"
        },
        {
            "matrix_id": "UN0293.1",
            "name": "ANIA_07170",
            "collection": "UNVALIDATED",
            "base_id": "UN0293",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0293.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0293.1/"
        },
        {
            "matrix_id": "UN0294.1",
            "name": "ANIA_07553",
            "collection": "UNVALIDATED",
            "base_id": "UN0294",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0294.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0294.1/"
        },
        {
            "matrix_id": "UN0295.1",
            "name": "ANIA_08535",
            "collection": "UNVALIDATED",
            "base_id": "UN0295",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0295.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0295.1/"
        },
        {
            "matrix_id": "UN0296.1",
            "name": "ANIA_10295",
            "collection": "UNVALIDATED",
            "base_id": "UN0296",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0296.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0296.1/"
        }
    ]
}