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

{
    "results": [
        {
            "name": "CNE",
            "url": "https://jaspar2018.genereg.net/api/v1/collections/CNE/"
        },
        {
            "name": "CORE",
            "url": "https://jaspar2018.genereg.net/api/v1/collections/CORE/"
        },
        {
            "name": "FAM",
            "url": "https://jaspar2018.genereg.net/api/v1/collections/FAM/"
        },
        {
            "name": "PBM",
            "url": "https://jaspar2018.genereg.net/api/v1/collections/PBM/"
        },
        {
            "name": "PBM_HLH",
            "url": "https://jaspar2018.genereg.net/api/v1/collections/PBM_HLH/"
        },
        {
            "name": "PBM_HOMEO",
            "url": "https://jaspar2018.genereg.net/api/v1/collections/PBM_HOMEO/"
        },
        {
            "name": "PHYLOFACTS",
            "url": "https://jaspar2018.genereg.net/api/v1/collections/PHYLOFACTS/"
        },
        {
            "name": "POLII",
            "url": "https://jaspar2018.genereg.net/api/v1/collections/POLII/"
        },
        {
            "name": "SPLICE",
            "url": "https://jaspar2018.genereg.net/api/v1/collections/SPLICE/"
        }
    ],
    "count": 9
}