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=299
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=300",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=298",
    "results": [
        {
            "matrix_id": "MA0443.1",
            "name": "btd",
            "collection": "CORE",
            "base_id": "MA0443",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0443.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0443.1/"
        },
        {
            "matrix_id": "MA0215.1",
            "name": "btn",
            "collection": "CORE",
            "base_id": "MA0215",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0215.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0215.1/"
        },
        {
            "matrix_id": "MA0216.1",
            "name": "cad",
            "collection": "CORE",
            "base_id": "MA0216",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0216.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0216.1/"
        },
        {
            "matrix_id": "MA0216.2",
            "name": "cad",
            "collection": "CORE",
            "base_id": "MA0216",
            "version": "2",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0216.2.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0216.2/"
        },
        {
            "matrix_id": "MA0217.1",
            "name": "caup",
            "collection": "CORE",
            "base_id": "MA0217",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0217.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0217.1/"
        },
        {
            "matrix_id": "MA1444.1",
            "name": "cebp-1",
            "collection": "CORE",
            "base_id": "MA1444",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1444.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1444.1/"
        },
        {
            "matrix_id": "MA0263.1",
            "name": "ceh-10::ttx-3",
            "collection": "CORE",
            "base_id": "MA0263",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0263.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0263.1/"
        },
        {
            "matrix_id": "MA0264.1",
            "name": "ceh-22",
            "collection": "CORE",
            "base_id": "MA0264",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0264.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0264.1/"
        },
        {
            "matrix_id": "MA1445.1",
            "name": "ceh-28",
            "collection": "CORE",
            "base_id": "MA1445",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1445.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1445.1/"
        },
        {
            "matrix_id": "MA1699.1",
            "name": "ceh-38",
            "collection": "CORE",
            "base_id": "MA1699",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1699.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1699.1/"
        }
    ]
}