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=259
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=260",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=258",
    "results": [
        {
            "matrix_id": "UN0173.1",
            "name": "ZNF28",
            "collection": "UNVALIDATED",
            "base_id": "UN0173",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0173.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0173.1/"
        },
        {
            "matrix_id": "UN0173.2",
            "name": "ZNF28",
            "collection": "UNVALIDATED",
            "base_id": "UN0173",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0173.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0173.2/"
        },
        {
            "matrix_id": "MA1630.2",
            "name": "ZNF281",
            "collection": "CORE",
            "base_id": "MA1630",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1630.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1630.2/"
        },
        {
            "matrix_id": "MA1154.1",
            "name": "ZNF282",
            "collection": "CORE",
            "base_id": "MA1154",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1154.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1154.1/"
        },
        {
            "matrix_id": "UN0174.1",
            "name": "ZNF284",
            "collection": "UNVALIDATED",
            "base_id": "UN0174",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0174.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0174.1/"
        },
        {
            "matrix_id": "UN0175.1",
            "name": "ZNF296",
            "collection": "UNVALIDATED",
            "base_id": "UN0175",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0175.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0175.1/"
        },
        {
            "matrix_id": "UN0176.1",
            "name": "ZNF304",
            "collection": "UNVALIDATED",
            "base_id": "UN0176",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0176.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0176.1/"
        },
        {
            "matrix_id": "UN0319.1",
            "name": "ZNF316",
            "collection": "UNVALIDATED",
            "base_id": "UN0319",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0319.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0319.1/"
        },
        {
            "matrix_id": "MA1593.1",
            "name": "ZNF317",
            "collection": "CORE",
            "base_id": "MA1593",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1593.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1593.1/"
        },
        {
            "matrix_id": "UN0177.1",
            "name": "ZNF32",
            "collection": "UNVALIDATED",
            "base_id": "UN0177",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0177.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0177.1/"
        }
    ]
}