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=263
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=264",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=262",
    "results": [
        {
            "matrix_id": "UN0191.1",
            "name": "ZNF444",
            "collection": "UNVALIDATED",
            "base_id": "UN0191",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0191.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0191.1/"
        },
        {
            "matrix_id": "MA1656.1",
            "name": "ZNF449",
            "collection": "CORE",
            "base_id": "MA1656",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1656.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1656.1/"
        },
        {
            "matrix_id": "UN0325.1",
            "name": "ZNF45",
            "collection": "UNVALIDATED",
            "base_id": "UN0325",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0325.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0325.1/"
        },
        {
            "matrix_id": "MA1712.1",
            "name": "ZNF454",
            "collection": "CORE",
            "base_id": "MA1712",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1712.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1712.1/"
        },
        {
            "matrix_id": "MA1596.1",
            "name": "ZNF460",
            "collection": "CORE",
            "base_id": "MA1596",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1596.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1596.1/"
        },
        {
            "matrix_id": "UN0616.1",
            "name": "ZNF462",
            "collection": "UNVALIDATED",
            "base_id": "UN0616",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0616.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0616.1/"
        },
        {
            "matrix_id": "UN0326.1",
            "name": "ZNF467",
            "collection": "UNVALIDATED",
            "base_id": "UN0326",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0326.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0326.1/"
        },
        {
            "matrix_id": "UN0327.1",
            "name": "ZNF468",
            "collection": "UNVALIDATED",
            "base_id": "UN0327",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0327.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0327.1/"
        },
        {
            "matrix_id": "UN0196.1",
            "name": "ZNF479",
            "collection": "UNVALIDATED",
            "base_id": "UN0196",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0196.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0196.1/"
        },
        {
            "matrix_id": "UN0617.1",
            "name": "ZNF480",
            "collection": "UNVALIDATED",
            "base_id": "UN0617",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0617.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0617.1/"
        }
    ]
}