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=216
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3141,
    "next": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=217",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=215",
    "results": [
        {
            "matrix_id": "PB0054.1",
            "name": "Rfx3_1",
            "collection": "PBM",
            "base_id": "PB0054",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PB0054.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PB0054.1/"
        },
        {
            "matrix_id": "PB0158.1",
            "name": "Rfx3_2",
            "collection": "PBM",
            "base_id": "PB0158",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PB0158.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PB0158.1/"
        },
        {
            "matrix_id": "PB0055.1",
            "name": "Rfx4_1",
            "collection": "PBM",
            "base_id": "PB0055",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PB0055.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PB0055.1/"
        },
        {
            "matrix_id": "PB0159.1",
            "name": "Rfx4_2",
            "collection": "PBM",
            "base_id": "PB0159",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PB0159.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PB0159.1/"
        },
        {
            "matrix_id": "UN0261.1",
            "name": "Rfx6",
            "collection": "UNVALIDATED",
            "base_id": "UN0261",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0261.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0261.1/"
        },
        {
            "matrix_id": "PB0056.1",
            "name": "Rfxdc2_1",
            "collection": "PBM",
            "base_id": "PB0056",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PB0056.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PB0056.1/"
        },
        {
            "matrix_id": "PB0160.1",
            "name": "Rfxdc2_2",
            "collection": "PBM",
            "base_id": "PB0160",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PB0160.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PB0160.1/"
        },
        {
            "matrix_id": "MA0629.1",
            "name": "Rhox11",
            "collection": "CORE",
            "base_id": "MA0629",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0629.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0629.1/"
        },
        {
            "matrix_id": "PH0157.1",
            "name": "Rhox11_1",
            "collection": "PBM_HOMEO",
            "base_id": "PH0157",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0157.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0157.1/"
        },
        {
            "matrix_id": "PH0158.1",
            "name": "Rhox11_2",
            "collection": "PBM_HOMEO",
            "base_id": "PH0158",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0158.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0158.1/"
        }
    ]
}