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=9
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=10",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=8",
    "results": [
        {
            "matrix_id": "UN0297.1",
            "name": "ANIA_10483",
            "collection": "UNVALIDATED",
            "base_id": "UN0297",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0297.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0297.1/"
        },
        {
            "matrix_id": "UN0298.1",
            "name": "ANIA_10541",
            "collection": "UNVALIDATED",
            "base_id": "UN0298",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0298.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0298.1/"
        },
        {
            "matrix_id": "UN0299.1",
            "name": "ANIA_10597",
            "collection": "UNVALIDATED",
            "base_id": "UN0299",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0299.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0299.1/"
        },
        {
            "matrix_id": "UN0300.1",
            "name": "ANIA_10600",
            "collection": "UNVALIDATED",
            "base_id": "UN0300",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0300.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0300.1/"
        },
        {
            "matrix_id": "UN0301.1",
            "name": "ANIA_10789",
            "collection": "UNVALIDATED",
            "base_id": "UN0301",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0301.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0301.1/"
        },
        {
            "matrix_id": "UN0302.1",
            "name": "ANIA_10912",
            "collection": "UNVALIDATED",
            "base_id": "UN0302",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0302.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0302.1/"
        },
        {
            "matrix_id": "MA1375.1",
            "name": "ANL2",
            "collection": "CORE",
            "base_id": "MA1375",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1375.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1375.1/"
        },
        {
            "matrix_id": "MA0571.1",
            "name": "ANT",
            "collection": "CORE",
            "base_id": "MA0571",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0571.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0571.1/"
        },
        {
            "matrix_id": "MA0940.1",
            "name": "AP1",
            "collection": "CORE",
            "base_id": "MA0940",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0940.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0940.1/"
        },
        {
            "matrix_id": "MA0556.1",
            "name": "AP3",
            "collection": "CORE",
            "base_id": "MA0556",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0556.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0556.1/"
        }
    ]
}