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

{
    "count": 11,
    "next": null,
    "previous": "https://jaspar2018.genereg.net/api/v1/collections/FAM/?format=api",
    "results": [
        {
            "matrix_id": "MF0006.1",
            "name": "bZIP cEBP-like subclass",
            "collection": "FAM",
            "base_id": "MF0006",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MF0006.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MF0006.1/"
        }
    ]
}