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

{
    "results": [
        {
            "name": "AACWWCAANK",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0108.1.svg",
            "base_id": "PF0108",
            "version": 1,
            "collection": "PHYLOFACTS",
            "matrix_id": "PF0108.1",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0108.1/"
        }
    ],
    "count": 1
}