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=47
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=48",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=46",
    "results": [
        {
            "matrix_id": "MA0580.1",
            "name": "DYT1",
            "collection": "CORE",
            "base_id": "MA0580",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0580.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0580.1/"
        },
        {
            "matrix_id": "MA0174.1",
            "name": "Dbx",
            "collection": "CORE",
            "base_id": "MA0174",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0174.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0174.1/"
        },
        {
            "matrix_id": "UN0251.1",
            "name": "Ddit3",
            "collection": "UNVALIDATED",
            "base_id": "UN0251",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0251.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0251.1/"
        },
        {
            "matrix_id": "MA0019.1",
            "name": "Ddit3::Cebpa",
            "collection": "CORE",
            "base_id": "MA0019",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0019.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0019.1/"
        },
        {
            "matrix_id": "MA0185.1",
            "name": "Deaf1",
            "collection": "CORE",
            "base_id": "MA0185",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0185.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0185.1/"
        },
        {
            "matrix_id": "MA0186.1",
            "name": "Dfd",
            "collection": "CORE",
            "base_id": "MA0186",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0186.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0186.1/"
        },
        {
            "matrix_id": "MA0187.1",
            "name": "Dll",
            "collection": "CORE",
            "base_id": "MA0187",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0187.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0187.1/"
        },
        {
            "matrix_id": "MA1850.1",
            "name": "Dlx-b",
            "collection": "CORE",
            "base_id": "MA1850",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1850.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1850.1/"
        },
        {
            "matrix_id": "MA1851.1",
            "name": "Dlx-c",
            "collection": "CORE",
            "base_id": "MA1851",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1851.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1851.1/"
        },
        {
            "matrix_id": "MA0879.1",
            "name": "Dlx1",
            "collection": "CORE",
            "base_id": "MA0879",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0879.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0879.1/"
        }
    ]
}