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

{
    "count": 2404,
    "next": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=206",
    "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=204",
    "results": [
        {
            "matrix_id": "PB0088.1",
            "name": "Tcfap2e_1",
            "collection": "PBM",
            "base_id": "PB0088",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PB0088.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PB0088.1/"
        },
        {
            "matrix_id": "PB0192.1",
            "name": "Tcfap2e_2",
            "collection": "PBM",
            "base_id": "PB0192",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PB0192.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PB0192.1/"
        },
        {
            "matrix_id": "MA0145.1",
            "name": "Tcfcp2l1",
            "collection": "CORE",
            "base_id": "MA0145",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0145.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0145.1/"
        },
        {
            "matrix_id": "MA0145.2",
            "name": "Tcfcp2l1",
            "collection": "CORE",
            "base_id": "MA0145",
            "version": "2",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0145.2.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0145.2/"
        },
        {
            "matrix_id": "PB0089.1",
            "name": "Tcfe2a_1",
            "collection": "PBM",
            "base_id": "PB0089",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PB0089.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PB0089.1/"
        },
        {
            "matrix_id": "PB0193.1",
            "name": "Tcfe2a_2",
            "collection": "PBM",
            "base_id": "PB0193",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PB0193.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PB0193.1/"
        },
        {
            "matrix_id": "MA0632.1",
            "name": "Tcfl5",
            "collection": "CORE",
            "base_id": "MA0632",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0632.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0632.1/"
        },
        {
            "matrix_id": "PH0169.1",
            "name": "Tgif1",
            "collection": "PBM_HOMEO",
            "base_id": "PH0169",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0169.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0169.1/"
        },
        {
            "matrix_id": "PH0170.1",
            "name": "Tgif2",
            "collection": "PBM_HOMEO",
            "base_id": "PH0170",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0170.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0170.1/"
        },
        {
            "matrix_id": "PH0172.1",
            "name": "Tlx2",
            "collection": "PBM_HOMEO",
            "base_id": "PH0172",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0172.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0172.1/"
        }
    ]
}