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=133
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=134",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=132",
    "results": [
        {
            "matrix_id": "MA1639.1",
            "name": "MEIS1",
            "collection": "CORE",
            "base_id": "MA1639",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1639.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1639.1/"
        },
        {
            "matrix_id": "UN0570.1",
            "name": "MEIS1::DRGX",
            "collection": "UNVALIDATED",
            "base_id": "UN0570",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0570.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0570.1/"
        },
        {
            "matrix_id": "UN0571.1",
            "name": "MEIS1::EVX1",
            "collection": "UNVALIDATED",
            "base_id": "UN0571",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0571.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0571.1/"
        },
        {
            "matrix_id": "MA0774.1",
            "name": "MEIS2",
            "collection": "CORE",
            "base_id": "MA0774",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0774.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0774.1/"
        },
        {
            "matrix_id": "MA1640.1",
            "name": "MEIS2",
            "collection": "CORE",
            "base_id": "MA1640",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1640.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1640.1/"
        },
        {
            "matrix_id": "MA0775.1",
            "name": "MEIS3",
            "collection": "CORE",
            "base_id": "MA0775",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0775.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0775.1/"
        },
        {
            "matrix_id": "MA0661.1",
            "name": "MEOX1",
            "collection": "CORE",
            "base_id": "MA0661",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0661.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0661.1/"
        },
        {
            "matrix_id": "MA0706.1",
            "name": "MEOX2",
            "collection": "CORE",
            "base_id": "MA0706",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0706.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0706.1/"
        },
        {
            "matrix_id": "UN0131.1",
            "name": "MESP2",
            "collection": "UNVALIDATED",
            "base_id": "UN0131",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0131.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0131.1/"
        },
        {
            "matrix_id": "MA0332.1",
            "name": "MET28",
            "collection": "CORE",
            "base_id": "MA0332",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0332.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0332.1/"
        }
    ]
}