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

{
    "count": 2404,
    "next": null,
    "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=240",
    "results": [
        {
            "matrix_id": "MA0256.1",
            "name": "zen",
            "collection": "CORE",
            "base_id": "MA0256",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0256.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0256.1/"
        },
        {
            "matrix_id": "MA0257.1",
            "name": "zen2",
            "collection": "CORE",
            "base_id": "MA0257",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0257.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0257.1/"
        },
        {
            "matrix_id": "MA0928.1",
            "name": "zfh-2",
            "collection": "CORE",
            "base_id": "MA0928",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0928.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0928.1/"
        },
        {
            "matrix_id": "MA0088.1",
            "name": "znf143",
            "collection": "CORE",
            "base_id": "MA0088",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0088.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0088.1/"
        }
    ]
}