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

{
    "count": 2981,
    "next": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=67",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=65",
    "results": [
        {
            "matrix_id": "MA1939.1",
            "name": "ERF::SREBF2",
            "collection": "CORE",
            "base_id": "MA1939",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1939.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1939.1/"
        },
        {
            "matrix_id": "UN0508.1",
            "name": "ERF::TBX21",
            "collection": "UNVALIDATED",
            "base_id": "UN0508",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0508.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0508.1/"
        },
        {
            "matrix_id": "MA0474.2",
            "name": "ERG",
            "collection": "CORE",
            "base_id": "MA0474",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0474.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0474.2/"
        },
        {
            "matrix_id": "MA0420.1",
            "name": "ERT1",
            "collection": "CORE",
            "base_id": "MA0420",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0420.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0420.1/"
        },
        {
            "matrix_id": "MA0112.1",
            "name": "ESR1",
            "collection": "CORE",
            "base_id": "MA0112",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0112.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0112.1/"
        },
        {
            "matrix_id": "MA0112.2",
            "name": "ESR1",
            "collection": "CORE",
            "base_id": "MA0112",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0112.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0112.2/"
        },
        {
            "matrix_id": "MA0112.3",
            "name": "ESR1",
            "collection": "CORE",
            "base_id": "MA0112",
            "version": "3",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0112.3.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0112.3/"
        },
        {
            "matrix_id": "MA0258.1",
            "name": "ESR2",
            "collection": "CORE",
            "base_id": "MA0258",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0258.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0258.1/"
        },
        {
            "matrix_id": "MA0258.2",
            "name": "ESR2",
            "collection": "CORE",
            "base_id": "MA0258",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0258.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0258.2/"
        },
        {
            "matrix_id": "UN0308.1",
            "name": "ESR2",
            "collection": "UNVALIDATED",
            "base_id": "UN0308",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0308.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0308.1/"
        }
    ]
}