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=256
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=257",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=255",
    "results": [
        {
            "matrix_id": "UN0316.1",
            "name": "ZNF146",
            "collection": "UNVALIDATED",
            "base_id": "UN0316",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0316.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0316.1/"
        },
        {
            "matrix_id": "MA1653.1",
            "name": "ZNF148",
            "collection": "CORE",
            "base_id": "MA1653",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1653.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1653.1/"
        },
        {
            "matrix_id": "MA1654.1",
            "name": "ZNF16",
            "collection": "CORE",
            "base_id": "MA1654",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1654.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1654.1/"
        },
        {
            "matrix_id": "UN0164.1",
            "name": "ZNF174",
            "collection": "UNVALIDATED",
            "base_id": "UN0164",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0164.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0164.1/"
        },
        {
            "matrix_id": "UN0165.1",
            "name": "ZNF177",
            "collection": "UNVALIDATED",
            "base_id": "UN0165",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0165.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0165.1/"
        },
        {
            "matrix_id": "UN0317.1",
            "name": "ZNF18",
            "collection": "UNVALIDATED",
            "base_id": "UN0317",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0317.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0317.1/"
        },
        {
            "matrix_id": "UN0597.1",
            "name": "ZNF182",
            "collection": "UNVALIDATED",
            "base_id": "UN0597",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0597.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0597.1/"
        },
        {
            "matrix_id": "UN0598.1",
            "name": "ZNF184",
            "collection": "UNVALIDATED",
            "base_id": "UN0598",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0598.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0598.1/"
        },
        {
            "matrix_id": "MA1725.1",
            "name": "ZNF189",
            "collection": "CORE",
            "base_id": "MA1725",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1725.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1725.1/"
        },
        {
            "matrix_id": "UN0599.1",
            "name": "ZNF19",
            "collection": "UNVALIDATED",
            "base_id": "UN0599",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0599.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0599.1/"
        }
    ]
}