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=251
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=252",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=250",
    "results": [
        {
            "matrix_id": "UN0478.1",
            "name": "ZF-C2H2-15",
            "collection": "UNVALIDATED",
            "base_id": "UN0478",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0478.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0478.1/"
        },
        {
            "matrix_id": "UN0479.1",
            "name": "ZF-C2H2-35",
            "collection": "UNVALIDATED",
            "base_id": "UN0479",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0479.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0479.1/"
        },
        {
            "matrix_id": "UN0480.1",
            "name": "ZF-C2H2-6",
            "collection": "UNVALIDATED",
            "base_id": "UN0480",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0480.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0480.1/"
        },
        {
            "matrix_id": "UN0481.1",
            "name": "ZF-C2H2-7",
            "collection": "UNVALIDATED",
            "base_id": "UN0481",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0481.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0481.1/"
        },
        {
            "matrix_id": "UN0151.1",
            "name": "ZFP1",
            "collection": "UNVALIDATED",
            "base_id": "UN0151",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0151.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0151.1/"
        },
        {
            "matrix_id": "MA1972.1",
            "name": "ZFP14",
            "collection": "CORE",
            "base_id": "MA1972",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1972.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1972.1/"
        },
        {
            "matrix_id": "UN0152.1",
            "name": "ZFP28",
            "collection": "UNVALIDATED",
            "base_id": "UN0152",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0152.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0152.1/"
        },
        {
            "matrix_id": "UN0153.1",
            "name": "ZFP3",
            "collection": "UNVALIDATED",
            "base_id": "UN0153",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0153.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0153.1/"
        },
        {
            "matrix_id": "UN0154.1",
            "name": "ZFP41",
            "collection": "UNVALIDATED",
            "base_id": "UN0154",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0154.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0154.1/"
        },
        {
            "matrix_id": "MA1651.1",
            "name": "ZFP42",
            "collection": "CORE",
            "base_id": "MA1651",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1651.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1651.1/"
        }
    ]
}