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

{
    "count": 52,
    "next": null,
    "previous": "https://jaspar.elixir.no/api/v1/species?format=api&page=5",
    "results": [
        {
            "tax_id": "8364",
            "species": "Xenopus tropicalis",
            "url": "https://jaspar.elixir.no/api/v1/species/8364/",
            "matrix_url": "https://jaspar.elixir.no/api/v1/species/8364/"
        },
        {
            "tax_id": "4577",
            "species": "Zea mays",
            "url": "https://jaspar.elixir.no/api/v1/species/4577/",
            "matrix_url": "https://jaspar.elixir.no/api/v1/species/4577/"
        }
    ]
}