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": 3141,
    "next": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=51",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=49",
    "results": [
        {
            "matrix_id": "MA0580.1",
            "name": "DYT1",
            "collection": "CORE",
            "base_id": "MA0580",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0580.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0580.1/"
        },
        {
            "matrix_id": "MA0174.1",
            "name": "Dbx",
            "collection": "CORE",
            "base_id": "MA0174",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0174.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0174.1/"
        },
        {
            "matrix_id": "PH0018.1",
            "name": "Dbx1",
            "collection": "PBM_HOMEO",
            "base_id": "PH0018",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0018.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0018.1/"
        },
        {
            "matrix_id": "PH0019.1",
            "name": "Dbx2",
            "collection": "PBM_HOMEO",
            "base_id": "PH0019",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0019.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0019.1/"
        },
        {
            "matrix_id": "UN0251.1",
            "name": "Ddit3",
            "collection": "UNVALIDATED",
            "base_id": "UN0251",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0251.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0251.1/"
        },
        {
            "matrix_id": "MA0019.1",
            "name": "Ddit3::Cebpa",
            "collection": "CORE",
            "base_id": "MA0019",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0019.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0019.1/"
        },
        {
            "matrix_id": "MA0185.1",
            "name": "Deaf1",
            "collection": "CORE",
            "base_id": "MA0185",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0185.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0185.1/"
        },
        {
            "matrix_id": "MA0186.1",
            "name": "Dfd",
            "collection": "CORE",
            "base_id": "MA0186",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0186.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0186.1/"
        },
        {
            "matrix_id": "MA0187.1",
            "name": "Dll",
            "collection": "CORE",
            "base_id": "MA0187",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0187.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0187.1/"
        },
        {
            "matrix_id": "PH0020.1",
            "name": "Dlx1",
            "collection": "PBM_HOMEO",
            "base_id": "PH0020",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0020.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0020.1/"
        }
    ]
}