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

{
    "count": 9,
    "results": [
        {
            "url": "https://jaspar2020.genereg.net/api/v1/taxon/plants/",
            "name": "plants"
        },
        {
            "url": "https://jaspar2020.genereg.net/api/v1/taxon/vertebrates/",
            "name": "vertebrates"
        },
        {
            "url": "https://jaspar2020.genereg.net/api/v1/taxon/insects/",
            "name": "insects"
        },
        {
            "url": "https://jaspar2020.genereg.net/api/v1/taxon/urochordates/",
            "name": "urochordates"
        },
        {
            "url": "https://jaspar2020.genereg.net/api/v1/taxon/nematodes/",
            "name": "nematodes"
        },
        {
            "url": "https://jaspar2020.genereg.net/api/v1/taxon/fungi/",
            "name": "fungi"
        },
        {
            "url": "https://jaspar2020.genereg.net/api/v1/taxon/trematodes/",
            "name": "trematodes"
        },
        {
            "url": "https://jaspar2020.genereg.net/api/v1/taxon/protozoa/",
            "name": "protozoa"
        },
        {
            "url": "https://jaspar2020.genereg.net/api/v1/taxon/cnidaria/",
            "name": "cnidaria"
        }
    ]
}