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=59
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=60",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=58",
    "results": [
        {
            "matrix_id": "MA0642.1",
            "name": "EN2",
            "collection": "CORE",
            "base_id": "MA0642",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0642.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0642.1/"
        },
        {
            "matrix_id": "MA0800.1",
            "name": "EOMES",
            "collection": "CORE",
            "base_id": "MA0800",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0800.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0800.1/"
        },
        {
            "matrix_id": "UN0307.1",
            "name": "EOMES",
            "collection": "UNVALIDATED",
            "base_id": "UN0307",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0307.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0307.1/"
        },
        {
            "matrix_id": "MA1401.1",
            "name": "EPR1",
            "collection": "CORE",
            "base_id": "MA1401",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1401.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1401.1/"
        },
        {
            "matrix_id": "MA0760.1",
            "name": "ERF",
            "collection": "CORE",
            "base_id": "MA0760",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0760.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0760.1/"
        },
        {
            "matrix_id": "UN0363.1",
            "name": "ERF003",
            "collection": "UNVALIDATED",
            "base_id": "UN0363",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0363.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0363.1/"
        },
        {
            "matrix_id": "MA0979.1",
            "name": "ERF008",
            "collection": "CORE",
            "base_id": "MA0979",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0979.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0979.1/"
        },
        {
            "matrix_id": "UN0364.1",
            "name": "ERF011",
            "collection": "UNVALIDATED",
            "base_id": "UN0364",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0364.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0364.1/"
        },
        {
            "matrix_id": "MA1265.1",
            "name": "ERF015",
            "collection": "CORE",
            "base_id": "MA1265",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1265.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1265.1/"
        },
        {
            "matrix_id": "MA1265.2",
            "name": "ERF015",
            "collection": "CORE",
            "base_id": "MA1265",
            "version": "2",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1265.2.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1265.2/"
        }
    ]
}