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=273
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=274",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=272",
    "results": [
        {
            "matrix_id": "MA0527.1",
            "name": "ZBTB33",
            "collection": "CORE",
            "base_id": "MA0527",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0527.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0527.1/"
        },
        {
            "matrix_id": "UN0145.1",
            "name": "ZBTB37",
            "collection": "UNVALIDATED",
            "base_id": "UN0145",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0145.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0145.1/"
        },
        {
            "matrix_id": "UN0146.1",
            "name": "ZBTB40",
            "collection": "UNVALIDATED",
            "base_id": "UN0146",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0146.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0146.1/"
        },
        {
            "matrix_id": "UN0312.1",
            "name": "ZBTB42",
            "collection": "UNVALIDATED",
            "base_id": "UN0312",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0312.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0312.1/"
        },
        {
            "matrix_id": "UN0148.1",
            "name": "ZBTB43",
            "collection": "UNVALIDATED",
            "base_id": "UN0148",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0148.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0148.1/"
        },
        {
            "matrix_id": "UN0149.1",
            "name": "ZBTB44",
            "collection": "UNVALIDATED",
            "base_id": "UN0149",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0149.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0149.1/"
        },
        {
            "matrix_id": "UN0150.1",
            "name": "ZBTB45",
            "collection": "UNVALIDATED",
            "base_id": "UN0150",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0150.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0150.1/"
        },
        {
            "matrix_id": "MA1581.1",
            "name": "ZBTB6",
            "collection": "CORE",
            "base_id": "MA1581",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1581.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1581.1/"
        },
        {
            "matrix_id": "MA0750.1",
            "name": "ZBTB7A",
            "collection": "CORE",
            "base_id": "MA0750",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0750.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0750.1/"
        },
        {
            "matrix_id": "MA0750.2",
            "name": "ZBTB7A",
            "collection": "CORE",
            "base_id": "MA0750",
            "version": "2",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0750.2.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0750.2/"
        }
    ]
}