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=110
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=111",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=109",
    "results": [
        {
            "matrix_id": "PH0074.1",
            "name": "Hoxd1",
            "collection": "PBM_HOMEO",
            "base_id": "PH0074",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0074.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0074.1/"
        },
        {
            "matrix_id": "PH0075.1",
            "name": "Hoxd10",
            "collection": "PBM_HOMEO",
            "base_id": "PH0075",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0075.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0075.1/"
        },
        {
            "matrix_id": "PH0076.1",
            "name": "Hoxd11",
            "collection": "PBM_HOMEO",
            "base_id": "PH0076",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0076.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0076.1/"
        },
        {
            "matrix_id": "PH0077.1",
            "name": "Hoxd12",
            "collection": "PBM_HOMEO",
            "base_id": "PH0077",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0077.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0077.1/"
        },
        {
            "matrix_id": "PH0078.1",
            "name": "Hoxd13",
            "collection": "PBM_HOMEO",
            "base_id": "PH0078",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0078.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0078.1/"
        },
        {
            "matrix_id": "PH0079.1",
            "name": "Hoxd3",
            "collection": "PBM_HOMEO",
            "base_id": "PH0079",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0079.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0079.1/"
        },
        {
            "matrix_id": "MA0912.1",
            "name": "Hoxd3",
            "collection": "CORE",
            "base_id": "MA0912",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0912.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0912.1/"
        },
        {
            "matrix_id": "PH0080.1",
            "name": "Hoxd8",
            "collection": "PBM_HOMEO",
            "base_id": "PH0080",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0080.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0080.1/"
        },
        {
            "matrix_id": "MA0910.1",
            "name": "Hoxd8",
            "collection": "CORE",
            "base_id": "MA0910",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0910.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0910.1/"
        },
        {
            "matrix_id": "MA0913.1",
            "name": "Hoxd9",
            "collection": "CORE",
            "base_id": "MA0913",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0913.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0913.1/"
        }
    ]
}