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=50
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=51",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=49",
    "results": [
        {
            "matrix_id": "UN0490.1",
            "name": "E2F1::HES7",
            "collection": "UNVALIDATED",
            "base_id": "UN0490",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0490.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0490.1/"
        },
        {
            "matrix_id": "MA0864.1",
            "name": "E2F2",
            "collection": "CORE",
            "base_id": "MA0864",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0864.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0864.1/"
        },
        {
            "matrix_id": "MA0864.2",
            "name": "E2F2",
            "collection": "CORE",
            "base_id": "MA0864",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0864.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0864.2/"
        },
        {
            "matrix_id": "MA0469.1",
            "name": "E2F3",
            "collection": "CORE",
            "base_id": "MA0469",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0469.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0469.1/"
        },
        {
            "matrix_id": "MA0469.2",
            "name": "E2F3",
            "collection": "CORE",
            "base_id": "MA0469",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0469.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0469.2/"
        },
        {
            "matrix_id": "MA0469.3",
            "name": "E2F3",
            "collection": "CORE",
            "base_id": "MA0469",
            "version": "3",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0469.3.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0469.3/"
        },
        {
            "matrix_id": "UN0491.1",
            "name": "E2F3::DRGX",
            "collection": "UNVALIDATED",
            "base_id": "UN0491",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0491.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0491.1/"
        },
        {
            "matrix_id": "UN0492.1",
            "name": "E2F3::ONECUT2",
            "collection": "UNVALIDATED",
            "base_id": "UN0492",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0492.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0492.1/"
        },
        {
            "matrix_id": "UN0493.1",
            "name": "E2F3::ONECUT2",
            "collection": "UNVALIDATED",
            "base_id": "UN0493",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0493.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0493.1/"
        },
        {
            "matrix_id": "MA0470.1",
            "name": "E2F4",
            "collection": "CORE",
            "base_id": "MA0470",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0470.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0470.1/"
        }
    ]
}