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=-base_id&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=-base_id&page=108",
    "results": [
        {
            "tffm_id": "TFFM0001.1",
            "name": "Ar",
            "base_id": "TFFM0001",
            "version": "1",
            "matrix_base_id": "MA0007",
            "matrix_version": "3",
            "matrix_id": "MA0007.3",
            "tffm_url": "https://jaspar2022.genereg.net/api/v1/tffm/TFFM0001.1/",
            "matrix_url": "https://jaspar2022.genereg.net/api/v1/matrix/TFFM0001.1/",
            "log_p_1st_order": "-5953.68",
            "log_p_detailed": "-5279.01",
            "experiment_name": "AR_GSE28264_LNCaP_DHT_hg18_processed"
        }
    ]
}