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=109
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=110",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=108",
    "results": [
        {
            "matrix_id": "PH0065.1",
            "name": "Hoxc10",
            "collection": "PBM_HOMEO",
            "base_id": "PH0065",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0065.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0065.1/"
        },
        {
            "matrix_id": "PH0066.1",
            "name": "Hoxc11",
            "collection": "PBM_HOMEO",
            "base_id": "PH0066",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0066.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0066.1/"
        },
        {
            "matrix_id": "PH0067.1",
            "name": "Hoxc12",
            "collection": "PBM_HOMEO",
            "base_id": "PH0067",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0067.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0067.1/"
        },
        {
            "matrix_id": "PH0068.1",
            "name": "Hoxc13",
            "collection": "PBM_HOMEO",
            "base_id": "PH0068",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0068.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0068.1/"
        },
        {
            "matrix_id": "PH0069.1",
            "name": "Hoxc4",
            "collection": "PBM_HOMEO",
            "base_id": "PH0069",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0069.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0069.1/"
        },
        {
            "matrix_id": "PH0070.1",
            "name": "Hoxc5",
            "collection": "PBM_HOMEO",
            "base_id": "PH0070",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0070.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0070.1/"
        },
        {
            "matrix_id": "PH0071.1",
            "name": "Hoxc6",
            "collection": "PBM_HOMEO",
            "base_id": "PH0071",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0071.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0071.1/"
        },
        {
            "matrix_id": "PH0072.1",
            "name": "Hoxc8",
            "collection": "PBM_HOMEO",
            "base_id": "PH0072",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0072.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0072.1/"
        },
        {
            "matrix_id": "PH0073.1",
            "name": "Hoxc9",
            "collection": "PBM_HOMEO",
            "base_id": "PH0073",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0073.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0073.1/"
        },
        {
            "matrix_id": "MA0485.1",
            "name": "Hoxc9",
            "collection": "CORE",
            "base_id": "MA0485",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0485.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0485.1/"
        }
    ]
}