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

{
    "count": 6,
    "results": [
        {
            "url": "https://jaspar2018.genereg.net/api/v1/taxon/plants/",
            "name": "plants"
        },
        {
            "url": "https://jaspar2018.genereg.net/api/v1/taxon/vertebrates/",
            "name": "vertebrates"
        },
        {
            "url": "https://jaspar2018.genereg.net/api/v1/taxon/insects/",
            "name": "insects"
        },
        {
            "url": "https://jaspar2018.genereg.net/api/v1/taxon/urochordates/",
            "name": "urochordates"
        },
        {
            "url": "https://jaspar2018.genereg.net/api/v1/taxon/nematodes/",
            "name": "nematodes"
        },
        {
            "url": "https://jaspar2018.genereg.net/api/v1/taxon/fungi/",
            "name": "fungi"
        }
    ]
}