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=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=version&page=115",
    "results": [
        {
            "tffm_id": "TFFM0198.2",
            "name": "PDX1",
            "base_id": "TFFM0198",
            "version": "2",
            "matrix_base_id": "MA0132",
            "matrix_version": "2",
            "matrix_id": "MA0132.2",
            "tffm_url": "https://jaspar.elixir.no/api/v1/tffm/TFFM0198.2/",
            "matrix_url": "https://jaspar.elixir.no/api/v1/matrix/TFFM0198.2/",
            "log_p_1st_order": "6210.63",
            "log_p_detailed": "8546.49",
            "experiment_name": "REMAP_2022_Hsapiens"
        },
        {
            "tffm_id": "TFFM0020.3",
            "name": "EGR1",
            "base_id": "TFFM0020",
            "version": "3",
            "matrix_base_id": "MA0162",
            "matrix_version": "4",
            "matrix_id": "MA0162.4",
            "tffm_url": "https://jaspar.elixir.no/api/v1/tffm/TFFM0020.3/",
            "matrix_url": "https://jaspar.elixir.no/api/v1/matrix/TFFM0020.3/",
            "log_p_1st_order": "10039.3",
            "log_p_detailed": "7590.85",
            "experiment_name": "ReMap2020_EGR1"
        },
        {
            "tffm_id": "TFFM0056.3",
            "name": "KLF4",
            "base_id": "TFFM0056",
            "version": "3",
            "matrix_base_id": "MA0039",
            "matrix_version": "4",
            "matrix_id": "MA0039.4",
            "tffm_url": "https://jaspar.elixir.no/api/v1/tffm/TFFM0056.3/",
            "matrix_url": "https://jaspar.elixir.no/api/v1/matrix/TFFM0056.3/",
            "log_p_1st_order": "7419.56",
            "log_p_detailed": "6853.89",
            "experiment_name": "CistromeDB_33718"
        },
        {
            "tffm_id": "TFFM0058.3",
            "name": "MAFK",
            "base_id": "TFFM0058",
            "version": "3",
            "matrix_base_id": "MA0496",
            "matrix_version": "3",
            "matrix_id": "MA0496.3",
            "tffm_url": "https://jaspar.elixir.no/api/v1/tffm/TFFM0058.3/",
            "matrix_url": "https://jaspar.elixir.no/api/v1/matrix/TFFM0058.3/",
            "log_p_1st_order": "124343.0",
            "log_p_detailed": "134652.0",
            "experiment_name": "ReMap2020_MAFK"
        },
        {
            "tffm_id": "TFFM0087.3",
            "name": "PRDM1",
            "base_id": "TFFM0087",
            "version": "3",
            "matrix_base_id": "MA0508",
            "matrix_version": "3",
            "matrix_id": "MA0508.3",
            "tffm_url": "https://jaspar.elixir.no/api/v1/tffm/TFFM0087.3/",
            "matrix_url": "https://jaspar.elixir.no/api/v1/matrix/TFFM0087.3/",
            "log_p_1st_order": "4342.82",
            "log_p_detailed": "4167.54",
            "experiment_name": "CistromeDB_55304"
        },
        {
            "tffm_id": "TFFM0123.3",
            "name": "USF2",
            "base_id": "TFFM0123",
            "version": "3",
            "matrix_base_id": "MA0526",
            "matrix_version": "3",
            "matrix_id": "MA0526.3",
            "tffm_url": "https://jaspar.elixir.no/api/v1/tffm/TFFM0123.3/",
            "matrix_url": "https://jaspar.elixir.no/api/v1/matrix/TFFM0123.3/",
            "log_p_1st_order": "52743.1",
            "log_p_detailed": "52350.3",
            "experiment_name": "ReMap2020_USF2"
        }
    ]
}