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

{
    "count": 1,
    "results": [
        {
            "name": "ANIA_01824",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0282.1/",
            "collection": "UNVALIDATED",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0282.1.svg",
            "base_id": "UN0282",
            "matrix_id": "UN0282.1",
            "version": 1
        }
    ]
}