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=51
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=52",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=50",
    "results": [
        {
            "matrix_id": "MA0470.2",
            "name": "E2F4",
            "collection": "CORE",
            "base_id": "MA0470",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0470.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0470.2/"
        },
        {
            "matrix_id": "MA0471.1",
            "name": "E2F6",
            "collection": "CORE",
            "base_id": "MA0471",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0471.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0471.1/"
        },
        {
            "matrix_id": "MA0471.2",
            "name": "E2F6",
            "collection": "CORE",
            "base_id": "MA0471",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0471.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0471.2/"
        },
        {
            "matrix_id": "MA0758.1",
            "name": "E2F7",
            "collection": "CORE",
            "base_id": "MA0758",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0758.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0758.1/"
        },
        {
            "matrix_id": "MA0865.1",
            "name": "E2F8",
            "collection": "CORE",
            "base_id": "MA0865",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0865.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0865.1/"
        },
        {
            "matrix_id": "MA0865.2",
            "name": "E2F8",
            "collection": "CORE",
            "base_id": "MA0865",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0865.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0865.2/"
        },
        {
            "matrix_id": "MA1414.1",
            "name": "E2FA",
            "collection": "CORE",
            "base_id": "MA1414",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1414.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1414.1/"
        },
        {
            "matrix_id": "MA1749.1",
            "name": "E2FC",
            "collection": "CORE",
            "base_id": "MA1749",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1749.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1749.1/"
        },
        {
            "matrix_id": "MA1732.1",
            "name": "E2FD",
            "collection": "CORE",
            "base_id": "MA1732",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1732.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1732.1/"
        },
        {
            "matrix_id": "MA1750.1",
            "name": "E2FE",
            "collection": "CORE",
            "base_id": "MA1750",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1750.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1750.1/"
        }
    ]
}