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=121
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=122",
    "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=120",
    "results": [
        {
            "matrix_id": "PB0040.1",
            "name": "Lef1_1",
            "collection": "PBM",
            "base_id": "PB0040",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PB0040.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PB0040.1/"
        },
        {
            "matrix_id": "PB0144.1",
            "name": "Lef1_2",
            "collection": "PBM",
            "base_id": "PB0144",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PB0144.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PB0144.1/"
        },
        {
            "matrix_id": "PH0091.1",
            "name": "Lhx1",
            "collection": "PBM_HOMEO",
            "base_id": "PH0091",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0091.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0091.1/"
        },
        {
            "matrix_id": "PH0092.1",
            "name": "Lhx2",
            "collection": "PBM_HOMEO",
            "base_id": "PH0092",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0092.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0092.1/"
        },
        {
            "matrix_id": "MA0135.1",
            "name": "Lhx3",
            "collection": "CORE",
            "base_id": "MA0135",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0135.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0135.1/"
        },
        {
            "matrix_id": "PH0093.1",
            "name": "Lhx3",
            "collection": "PBM_HOMEO",
            "base_id": "PH0093",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0093.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0093.1/"
        },
        {
            "matrix_id": "PH0094.1",
            "name": "Lhx4",
            "collection": "PBM_HOMEO",
            "base_id": "PH0094",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0094.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0094.1/"
        },
        {
            "matrix_id": "MA0704.1",
            "name": "Lhx4",
            "collection": "CORE",
            "base_id": "MA0704",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0704.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0704.1/"
        },
        {
            "matrix_id": "PH0095.1",
            "name": "Lhx5",
            "collection": "PBM_HOMEO",
            "base_id": "PH0095",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0095.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0095.1/"
        },
        {
            "matrix_id": "PH0096.1",
            "name": "Lhx6_1",
            "collection": "PBM_HOMEO",
            "base_id": "PH0096",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0096.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0096.1/"
        }
    ]
}