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=298
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=299",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=297",
    "results": [
        {
            "matrix_id": "MA0254.1",
            "name": "vvl",
            "collection": "CORE",
            "base_id": "MA0254",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0254.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0254.1/"
        },
        {
            "matrix_id": "MA1437.1",
            "name": "wc-1",
            "collection": "CORE",
            "base_id": "MA1437",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1437.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1437.1/"
        },
        {
            "matrix_id": "UN0472.1",
            "name": "xBP-a",
            "collection": "UNVALIDATED",
            "base_id": "UN0472",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0472.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0472.1/"
        },
        {
            "matrix_id": "UN0473.1",
            "name": "xBP-b",
            "collection": "UNVALIDATED",
            "base_id": "UN0473",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0473.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0473.1/"
        },
        {
            "matrix_id": "UN0474.1",
            "name": "xBP-c",
            "collection": "UNVALIDATED",
            "base_id": "UN0474",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0474.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0474.1/"
        },
        {
            "matrix_id": "MA0255.1",
            "name": "z",
            "collection": "CORE",
            "base_id": "MA0255",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0255.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0255.1/"
        },
        {
            "matrix_id": "MA0256.1",
            "name": "zen",
            "collection": "CORE",
            "base_id": "MA0256",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0256.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0256.1/"
        },
        {
            "matrix_id": "MA0257.1",
            "name": "zen2",
            "collection": "CORE",
            "base_id": "MA0257",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0257.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0257.1/"
        },
        {
            "matrix_id": "MA0928.1",
            "name": "zfh-2",
            "collection": "CORE",
            "base_id": "MA0928",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0928.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0928.1/"
        },
        {
            "matrix_id": "MA1704.1",
            "name": "zip-8",
            "collection": "CORE",
            "base_id": "MA1704",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1704.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1704.1/"
        }
    ]
}