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=matrix_version&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=matrix_version&page=115",
    "results": [
        {
            "tffm_id": "TFFM0705.1",
            "name": "CREB1",
            "base_id": "TFFM0705",
            "version": "1",
            "matrix_base_id": "MA0018",
            "matrix_version": "4",
            "matrix_id": "MA0018.4",
            "tffm_url": "https://jaspar.elixir.no/api/v1/tffm/TFFM0705.1/",
            "matrix_url": "https://jaspar.elixir.no/api/v1/matrix/TFFM0705.1/",
            "log_p_1st_order": "18855.3",
            "log_p_detailed": "15235.6",
            "experiment_name": "REMAP_2022_Hsapiens"
        },
        {
            "tffm_id": "TFFM0707.1",
            "name": "Gata3",
            "base_id": "TFFM0707",
            "version": "1",
            "matrix_base_id": "MA0037",
            "matrix_version": "4",
            "matrix_id": "MA0037.4",
            "tffm_url": "https://jaspar.elixir.no/api/v1/tffm/TFFM0707.1/",
            "matrix_url": "https://jaspar.elixir.no/api/v1/matrix/TFFM0707.1/",
            "log_p_1st_order": "8138.13",
            "log_p_detailed": "5752.54",
            "experiment_name": "REMAP_2022_Hsapiens"
        },
        {
            "tffm_id": "TFFM0738.1",
            "name": "USF2",
            "base_id": "TFFM0738",
            "version": "1",
            "matrix_base_id": "MA0526",
            "matrix_version": "4",
            "matrix_id": "MA0526.4",
            "tffm_url": "https://jaspar.elixir.no/api/v1/tffm/TFFM0738.1/",
            "matrix_url": "https://jaspar.elixir.no/api/v1/matrix/TFFM0738.1/",
            "log_p_1st_order": "54710.2",
            "log_p_detailed": "54591.0",
            "experiment_name": "REMAP_2022_Hsapiens"
        },
        {
            "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://jaspar.elixir.no/api/v1/tffm/TFFM0099.2/",
            "matrix_url": "https://jaspar.elixir.no/api/v1/matrix/TFFM0099.2/",
            "log_p_1st_order": "183148.0",
            "log_p_detailed": "176829.0",
            "experiment_name": "ReMap2020_SPI1"
        },
        {
            "tffm_id": "TFFM0712.1",
            "name": "SP1",
            "base_id": "TFFM0712",
            "version": "1",
            "matrix_base_id": "MA0079",
            "matrix_version": "5",
            "matrix_id": "MA0079.5",
            "tffm_url": "https://jaspar.elixir.no/api/v1/tffm/TFFM0712.1/",
            "matrix_url": "https://jaspar.elixir.no/api/v1/matrix/TFFM0712.1/",
            "log_p_1st_order": "1914.66",
            "log_p_detailed": "2422.74",
            "experiment_name": "REMAP_2020_Mmusculus"
        },
        {
            "tffm_id": "TFFM0713.1",
            "name": "Spi1",
            "base_id": "TFFM0713",
            "version": "1",
            "matrix_base_id": "MA0080",
            "matrix_version": "6",
            "matrix_id": "MA0080.6",
            "tffm_url": "https://jaspar.elixir.no/api/v1/tffm/TFFM0713.1/",
            "matrix_url": "https://jaspar.elixir.no/api/v1/matrix/TFFM0713.1/",
            "log_p_1st_order": "99945.8",
            "log_p_detailed": "97409.0",
            "experiment_name": "REMAP_2022_Hsapiens"
        }
    ]
}