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=314
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=315",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=313",
    "results": [
        {
            "matrix_id": "MA1462.1",
            "name": "vfl",
            "collection": "CORE",
            "base_id": "MA1462",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1462.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1462.1/"
        },
        {
            "matrix_id": "MA0252.1",
            "name": "vis",
            "collection": "CORE",
            "base_id": "MA0252",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0252.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0252.1/"
        },
        {
            "matrix_id": "MA0253.1",
            "name": "vnd",
            "collection": "CORE",
            "base_id": "MA0253",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0253.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0253.1/"
        },
        {
            "matrix_id": "MA0254.1",
            "name": "vvl",
            "collection": "CORE",
            "base_id": "MA0254",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0254.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0254.1/"
        },
        {
            "matrix_id": "MA1437.1",
            "name": "wc-1",
            "collection": "CORE",
            "base_id": "MA1437",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1437.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1437.1/"
        },
        {
            "matrix_id": "MA0255.1",
            "name": "z",
            "collection": "CORE",
            "base_id": "MA0255",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0255.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0255.1/"
        },
        {
            "matrix_id": "MA0256.1",
            "name": "zen",
            "collection": "CORE",
            "base_id": "MA0256",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0256.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0256.1/"
        },
        {
            "matrix_id": "MA0257.1",
            "name": "zen2",
            "collection": "CORE",
            "base_id": "MA0257",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0257.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0257.1/"
        },
        {
            "matrix_id": "MA0928.1",
            "name": "zfh-2",
            "collection": "CORE",
            "base_id": "MA0928",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0928.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0928.1/"
        },
        {
            "matrix_id": "MA1704.1",
            "name": "zip-8",
            "collection": "CORE",
            "base_id": "MA1704",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1704.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1704.1/"
        }
    ]
}