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/species/6238/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 16,
    "next": null,
    "previous": "https://jaspar.uio.no/api/v1/species/6238/?format=api",
    "results": [
        {
            "matrix_id": "MA1441.2",
            "name": "lim-7",
            "collection": "CORE",
            "base_id": "MA1441",
            "version": "2",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA1441.2.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA1441.2/"
        },
        {
            "matrix_id": "MA1442.1",
            "name": "mab-5",
            "collection": "CORE",
            "base_id": "MA1442",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA1442.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA1442.1/"
        },
        {
            "matrix_id": "MA1443.1",
            "name": "unc-30",
            "collection": "CORE",
            "base_id": "MA1443",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA1443.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA1443.1/"
        },
        {
            "matrix_id": "MA1443.2",
            "name": "unc-30",
            "collection": "CORE",
            "base_id": "MA1443",
            "version": "2",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA1443.2.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA1443.2/"
        },
        {
            "matrix_id": "MA0918.1",
            "name": "unc-62",
            "collection": "CORE",
            "base_id": "MA0918",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0918.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA0918.1/"
        },
        {
            "matrix_id": "MA0918.2",
            "name": "unc-62",
            "collection": "CORE",
            "base_id": "MA0918",
            "version": "2",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0918.2.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA0918.2/"
        }
    ]
}