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=2
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=3",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api",
    "results": [
        {
            "matrix_id": "MA0931.1",
            "name": "ABI5",
            "collection": "CORE",
            "base_id": "MA0931",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0931.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0931.1/"
        },
        {
            "matrix_id": "MA1244.1",
            "name": "ABR1",
            "collection": "CORE",
            "base_id": "MA1244",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1244.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1244.1/"
        },
        {
            "matrix_id": "MA0267.1",
            "name": "ACE2",
            "collection": "CORE",
            "base_id": "MA0267",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0267.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0267.1/"
        },
        {
            "matrix_id": "UN0305.1",
            "name": "ADNP",
            "collection": "UNVALIDATED",
            "base_id": "UN0305",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0305.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0305.1/"
        },
        {
            "matrix_id": "MA0268.1",
            "name": "ADR1",
            "collection": "CORE",
            "base_id": "MA0268",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0268.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0268.1/"
        },
        {
            "matrix_id": "MA0269.1",
            "name": "AFT1",
            "collection": "CORE",
            "base_id": "MA0269",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0269.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0269.1/"
        },
        {
            "matrix_id": "MA0270.1",
            "name": "AFT2",
            "collection": "CORE",
            "base_id": "MA0270",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0270.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0270.1/"
        },
        {
            "matrix_id": "MA0005.1",
            "name": "AG",
            "collection": "CORE",
            "base_id": "MA0005",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0005.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0005.1/"
        },
        {
            "matrix_id": "MA0005.2",
            "name": "AG",
            "collection": "CORE",
            "base_id": "MA0005",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0005.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0005.2/"
        },
        {
            "matrix_id": "MA0585.1",
            "name": "AGL1",
            "collection": "CORE",
            "base_id": "MA0585",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0585.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0585.1/"
        }
    ]
}