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=64
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=65",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=63",
    "results": [
        {
            "matrix_id": "MA1257.1",
            "name": "ERF9",
            "collection": "CORE",
            "base_id": "MA1257",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1257.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1257.1/"
        },
        {
            "matrix_id": "MA0474.2",
            "name": "ERG",
            "collection": "CORE",
            "base_id": "MA0474",
            "version": "2",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0474.2.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0474.2/"
        },
        {
            "matrix_id": "MA0420.1",
            "name": "ERT1",
            "collection": "CORE",
            "base_id": "MA0420",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0420.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0420.1/"
        },
        {
            "matrix_id": "MA1264.1",
            "name": "ESE1",
            "collection": "CORE",
            "base_id": "MA1264",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1264.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1264.1/"
        },
        {
            "matrix_id": "MA1236.1",
            "name": "ESE3",
            "collection": "CORE",
            "base_id": "MA1236",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1236.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1236.1/"
        },
        {
            "matrix_id": "MA0112.1",
            "name": "ESR1",
            "collection": "CORE",
            "base_id": "MA0112",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0112.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0112.1/"
        },
        {
            "matrix_id": "MA0112.2",
            "name": "ESR1",
            "collection": "CORE",
            "base_id": "MA0112",
            "version": "2",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0112.2.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0112.2/"
        },
        {
            "matrix_id": "MA0112.3",
            "name": "ESR1",
            "collection": "CORE",
            "base_id": "MA0112",
            "version": "3",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0112.3.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0112.3/"
        },
        {
            "matrix_id": "MA0258.1",
            "name": "ESR2",
            "collection": "CORE",
            "base_id": "MA0258",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0258.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0258.1/"
        },
        {
            "matrix_id": "MA0258.2",
            "name": "ESR2",
            "collection": "CORE",
            "base_id": "MA0258",
            "version": "2",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0258.2.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0258.2/"
        }
    ]
}