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": 9,
    "results": [
        {
            "name": "plants",
            "url": "https://jaspar2020.genereg.net/api/v1/taxon/plants/"
        },
        {
            "name": "vertebrates",
            "url": "https://jaspar2020.genereg.net/api/v1/taxon/vertebrates/"
        },
        {
            "name": "insects",
            "url": "https://jaspar2020.genereg.net/api/v1/taxon/insects/"
        },
        {
            "name": "urochordates",
            "url": "https://jaspar2020.genereg.net/api/v1/taxon/urochordates/"
        },
        {
            "name": "nematodes",
            "url": "https://jaspar2020.genereg.net/api/v1/taxon/nematodes/"
        },
        {
            "name": "fungi",
            "url": "https://jaspar2020.genereg.net/api/v1/taxon/fungi/"
        },
        {
            "name": "trematodes",
            "url": "https://jaspar2020.genereg.net/api/v1/taxon/trematodes/"
        },
        {
            "name": "protozoa",
            "url": "https://jaspar2020.genereg.net/api/v1/taxon/protozoa/"
        },
        {
            "name": "cnidaria",
            "url": "https://jaspar2020.genereg.net/api/v1/taxon/cnidaria/"
        }
    ]
}