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=45
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=46",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=44",
    "results": [
        {
            "matrix_id": "MA1338.2",
            "name": "DPBF3",
            "collection": "CORE",
            "base_id": "MA1338",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1338.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1338.2/"
        },
        {
            "matrix_id": "UN0116.1",
            "name": "DPF1",
            "collection": "UNVALIDATED",
            "base_id": "UN0116",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0116.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0116.1/"
        },
        {
            "matrix_id": "MA1480.1",
            "name": "DPRX",
            "collection": "CORE",
            "base_id": "MA1480",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1480.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1480.1/"
        },
        {
            "matrix_id": "MA0971.1",
            "name": "DREB1A",
            "collection": "CORE",
            "base_id": "MA0971",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0971.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0971.1/"
        },
        {
            "matrix_id": "MA1669.1",
            "name": "DREB1B",
            "collection": "CORE",
            "base_id": "MA1669",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1669.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1669.1/"
        },
        {
            "matrix_id": "MA1670.1",
            "name": "DREB1C",
            "collection": "CORE",
            "base_id": "MA1670",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1670.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1670.1/"
        },
        {
            "matrix_id": "MA1218.1",
            "name": "DREB1D",
            "collection": "CORE",
            "base_id": "MA1218",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1218.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1218.1/"
        },
        {
            "matrix_id": "MA0978.1",
            "name": "DREB1E",
            "collection": "CORE",
            "base_id": "MA0978",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0978.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0978.1/"
        },
        {
            "matrix_id": "MA1748.1",
            "name": "DREB1F",
            "collection": "CORE",
            "base_id": "MA1748",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1748.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1748.1/"
        },
        {
            "matrix_id": "MA1032.1",
            "name": "DREB1G",
            "collection": "CORE",
            "base_id": "MA1032",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1032.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1032.1/"
        }
    ]
}