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

{
    "count": 53,
    "next": null,
    "previous": "https://jaspar2020.genereg.net/api/v1/species?format=api&order=-species&page=5",
    "results": [
        {
            "tax_id": "81972",
            "species": "Arabidopsis lyrata subsp. lyrata",
            "url": "https://jaspar2020.genereg.net/api/v1/species/81972/",
            "matrix_url": "https://jaspar2020.genereg.net/api/v1/species/81972/"
        },
        {
            "tax_id": "4151",
            "species": "Antirrhinum majus",
            "url": "https://jaspar2020.genereg.net/api/v1/species/4151/",
            "matrix_url": "https://jaspar2020.genereg.net/api/v1/species/4151/"
        },
        {
            "tax_id": "5037",
            "species": "Ajellomyces capsulatus",
            "url": "https://jaspar2020.genereg.net/api/v1/species/5037/",
            "matrix_url": "https://jaspar2020.genereg.net/api/v1/species/5037/"
        }
    ]
}