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=95
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=96",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=94",
    "results": [
        {
            "matrix_id": "MA0737.1",
            "name": "GLIS3",
            "collection": "CORE",
            "base_id": "MA0737",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0737.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0737.1/"
        },
        {
            "matrix_id": "MA0307.1",
            "name": "GLN3",
            "collection": "CORE",
            "base_id": "MA0307",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0307.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0307.1/"
        },
        {
            "matrix_id": "UN0418.1",
            "name": "GLYMA-04G093300",
            "collection": "UNVALIDATED",
            "base_id": "UN0418",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0418.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0418.1/"
        },
        {
            "matrix_id": "MA1808.1",
            "name": "GLYMA-06G314400",
            "collection": "CORE",
            "base_id": "MA1808",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1808.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1808.1/"
        },
        {
            "matrix_id": "MA1809.1",
            "name": "GLYMA-07G038400",
            "collection": "CORE",
            "base_id": "MA1809",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1809.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1809.1/"
        },
        {
            "matrix_id": "MA1810.1",
            "name": "GLYMA-08G357600",
            "collection": "CORE",
            "base_id": "MA1810",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1810.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1810.1/"
        },
        {
            "matrix_id": "UN0420.1",
            "name": "GLYMA-08G357600",
            "collection": "UNVALIDATED",
            "base_id": "UN0420",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0420.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0420.1/"
        },
        {
            "matrix_id": "MA1811.1",
            "name": "GLYMA-13G317000",
            "collection": "CORE",
            "base_id": "MA1811",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1811.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1811.1/"
        },
        {
            "matrix_id": "UN0421.1",
            "name": "GLYMA-13G317000",
            "collection": "UNVALIDATED",
            "base_id": "UN0421",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0421.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0421.1/"
        },
        {
            "matrix_id": "MA0862.1",
            "name": "GMEB2",
            "collection": "CORE",
            "base_id": "MA0862",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0862.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0862.1/"
        }
    ]
}