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

{
    "count": 1156,
    "next": null,
    "previous": "https://jaspar.elixir.no/api/v1/tffm?format=api&order=-log_p_detailed&page=115",
    "results": [
        {
            "tffm_id": "TFFM0302.1",
            "name": "BPC1",
            "base_id": "TFFM0302",
            "version": "1",
            "matrix_base_id": "MA1404",
            "matrix_version": "1",
            "matrix_id": "MA1404.1",
            "tffm_url": "https://jaspar.elixir.no/api/v1/tffm/TFFM0302.1/",
            "matrix_url": "https://jaspar.elixir.no/api/v1/matrix/TFFM0302.1/",
            "log_p_1st_order": "133.717",
            "log_p_detailed": "25.3623",
            "experiment_name": "GSE60143"
        },
        {
            "tffm_id": "TFFM0499.1",
            "name": "HB",
            "base_id": "TFFM0499",
            "version": "1",
            "matrix_base_id": "MA0049",
            "matrix_version": "1",
            "matrix_id": "MA0049.1",
            "tffm_url": "https://jaspar.elixir.no/api/v1/tffm/TFFM0499.1/",
            "matrix_url": "https://jaspar.elixir.no/api/v1/matrix/TFFM0499.1/",
            "log_p_1st_order": "434.548",
            "log_p_detailed": "10.7234",
            "experiment_name": "GTRD_EXP045755"
        },
        {
            "tffm_id": "TFFM0158.1",
            "name": "dl",
            "base_id": "TFFM0158",
            "version": "1",
            "matrix_base_id": "MA0022",
            "matrix_version": "1",
            "matrix_id": "MA0022.1",
            "tffm_url": "https://jaspar.elixir.no/api/v1/tffm/TFFM0158.1/",
            "matrix_url": "https://jaspar.elixir.no/api/v1/matrix/TFFM0158.1/",
            "log_p_1st_order": "0.0",
            "log_p_detailed": "0.0",
            "experiment_name": "None"
        },
        {
            "tffm_id": "TFFM0159.1",
            "name": "cad",
            "base_id": "TFFM0159",
            "version": "1",
            "matrix_base_id": "MA0216",
            "matrix_version": "2",
            "matrix_id": "MA0216.2",
            "tffm_url": "https://jaspar.elixir.no/api/v1/tffm/TFFM0159.1/",
            "matrix_url": "https://jaspar.elixir.no/api/v1/matrix/TFFM0159.1/",
            "log_p_1st_order": "0.0",
            "log_p_detailed": "0.0",
            "experiment_name": "None"
        },
        {
            "tffm_id": "TFFM0160.1",
            "name": "cnc::maf-S",
            "base_id": "TFFM0160",
            "version": "1",
            "matrix_base_id": "MA0530",
            "matrix_version": "1",
            "matrix_id": "MA0530.1",
            "tffm_url": "https://jaspar.elixir.no/api/v1/tffm/TFFM0160.1/",
            "matrix_url": "https://jaspar.elixir.no/api/v1/matrix/TFFM0160.1/",
            "log_p_1st_order": "0.0",
            "log_p_detailed": "0.0",
            "experiment_name": "None"
        },
        {
            "tffm_id": "TFFM0962.1",
            "name": "Npas4",
            "base_id": "TFFM0962",
            "version": "1",
            "matrix_base_id": "MA1995",
            "matrix_version": "1",
            "matrix_id": "MA1995.1",
            "tffm_url": "https://jaspar.elixir.no/api/v1/tffm/TFFM0962.1/",
            "matrix_url": "https://jaspar.elixir.no/api/v1/matrix/TFFM0962.1/",
            "log_p_1st_order": "1522.86",
            "log_p_detailed": "0.0",
            "experiment_name": "REMAP_2020_Mmusculus"
        }
    ]
}