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=249
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=250",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=248",
    "results": [
        {
            "matrix_id": "UN0144.1",
            "name": "ZBTB22",
            "collection": "UNVALIDATED",
            "base_id": "UN0144",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0144.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0144.1/"
        },
        {
            "matrix_id": "MA1579.1",
            "name": "ZBTB26",
            "collection": "CORE",
            "base_id": "MA1579",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1579.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1579.1/"
        },
        {
            "matrix_id": "MA1580.1",
            "name": "ZBTB32",
            "collection": "CORE",
            "base_id": "MA1580",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1580.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1580.1/"
        },
        {
            "matrix_id": "MA0527.1",
            "name": "ZBTB33",
            "collection": "CORE",
            "base_id": "MA0527",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0527.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0527.1/"
        },
        {
            "matrix_id": "UN0145.1",
            "name": "ZBTB37",
            "collection": "UNVALIDATED",
            "base_id": "UN0145",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0145.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0145.1/"
        },
        {
            "matrix_id": "UN0146.1",
            "name": "ZBTB40",
            "collection": "UNVALIDATED",
            "base_id": "UN0146",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0146.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0146.1/"
        },
        {
            "matrix_id": "UN0312.1",
            "name": "ZBTB42",
            "collection": "UNVALIDATED",
            "base_id": "UN0312",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0312.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0312.1/"
        },
        {
            "matrix_id": "UN0148.1",
            "name": "ZBTB43",
            "collection": "UNVALIDATED",
            "base_id": "UN0148",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0148.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0148.1/"
        },
        {
            "matrix_id": "UN0149.1",
            "name": "ZBTB44",
            "collection": "UNVALIDATED",
            "base_id": "UN0149",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0149.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0149.1/"
        },
        {
            "matrix_id": "UN0150.1",
            "name": "ZBTB45",
            "collection": "UNVALIDATED",
            "base_id": "UN0150",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0150.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0150.1/"
        }
    ]
}