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/tffm?order=-log_p_1st_order&page=109
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1081,
    "next": null,
    "previous": "https://jaspar2022.genereg.net/api/v1/tffm?order=-log_p_1st_order&page=108",
    "results": [
        {
            "tffm_id": "TFFM0099.2",
            "name": "SPI1",
            "base_id": "TFFM0099",
            "version": "2",
            "matrix_base_id": "MA0080",
            "matrix_version": "5",
            "matrix_id": "MA0080.5",
            "tffm_url": "https://jaspar2022.genereg.net/api/v1/tffm/TFFM0099.2/",
            "matrix_url": "https://jaspar2022.genereg.net/api/v1/matrix/TFFM0099.2/",
            "log_p_1st_order": "-183148.0",
            "log_p_detailed": "-176829.0",
            "experiment_name": "ReMap2020_SPI1"
        }
    ]
}