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=52
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=53",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=51",
    "results": [
        {
            "matrix_id": "MA1603.1",
            "name": "Dmrt1",
            "collection": "CORE",
            "base_id": "MA1603",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1603.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1603.1/"
        },
        {
            "matrix_id": "UN0252.1",
            "name": "Dmrtb1",
            "collection": "UNVALIDATED",
            "base_id": "UN0252",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0252.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0252.1/"
        },
        {
            "matrix_id": "MA0020.1",
            "name": "Dof2",
            "collection": "CORE",
            "base_id": "MA0020",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0020.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0020.1/"
        },
        {
            "matrix_id": "MA0021.1",
            "name": "Dof3",
            "collection": "CORE",
            "base_id": "MA0021",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0021.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0021.1/"
        },
        {
            "matrix_id": "MA0188.1",
            "name": "Dr",
            "collection": "CORE",
            "base_id": "MA0188",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0188.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0188.1/"
        },
        {
            "matrix_id": "MA1456.1",
            "name": "Dref",
            "collection": "CORE",
            "base_id": "MA1456",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1456.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1456.1/"
        },
        {
            "matrix_id": "UN0108.1",
            "name": "Dsp1",
            "collection": "UNVALIDATED",
            "base_id": "UN0108",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0108.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0108.1/"
        },
        {
            "matrix_id": "MA0611.1",
            "name": "Dux",
            "collection": "CORE",
            "base_id": "MA0611",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0611.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0611.1/"
        },
        {
            "matrix_id": "PH0026.1",
            "name": "Duxbl",
            "collection": "PBM_HOMEO",
            "base_id": "PH0026",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0026.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0026.1/"
        },
        {
            "matrix_id": "MA0024.1",
            "name": "E2F1",
            "collection": "CORE",
            "base_id": "MA0024",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0024.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0024.1/"
        }
    ]
}