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_base_id&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_base_id&page=115",
    "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://jaspar.elixir.no/api/v1/tffm/TFFM0001.1/",
            "matrix_url": "https://jaspar.elixir.no/api/v1/matrix/TFFM0001.1/",
            "log_p_1st_order": "5953.68",
            "log_p_detailed": "5279.01",
            "experiment_name": "AR_GSE28264_LNCaP_DHT_hg18_processed"
        },
        {
            "tffm_id": "TFFM0437.1",
            "name": "AG",
            "base_id": "TFFM0437",
            "version": "1",
            "matrix_base_id": "MA0005",
            "matrix_version": "2",
            "matrix_id": "MA0005.2",
            "tffm_url": "https://jaspar.elixir.no/api/v1/tffm/TFFM0437.1/",
            "matrix_url": "https://jaspar.elixir.no/api/v1/matrix/TFFM0437.1/",
            "log_p_1st_order": "525.922",
            "log_p_detailed": "482.967",
            "experiment_name": "ReMap2020_AG"
        },
        {
            "tffm_id": "TFFM0161.1",
            "name": "ARNT",
            "base_id": "TFFM0161",
            "version": "1",
            "matrix_base_id": "MA0004",
            "matrix_version": "1",
            "matrix_id": "MA0004.1",
            "tffm_url": "https://jaspar.elixir.no/api/v1/tffm/TFFM0161.1/",
            "matrix_url": "https://jaspar.elixir.no/api/v1/matrix/TFFM0161.1/",
            "log_p_1st_order": "10113.5",
            "log_p_detailed": "8010.69",
            "experiment_name": "GSE59935.arnt.t47d_haegin2"
        },
        {
            "tffm_id": "TFFM0111.2",
            "name": "TFAP2A",
            "base_id": "TFFM0111",
            "version": "2",
            "matrix_base_id": "MA0003",
            "matrix_version": "4",
            "matrix_id": "MA0003.4",
            "tffm_url": "https://jaspar.elixir.no/api/v1/tffm/TFFM0111.2/",
            "matrix_url": "https://jaspar.elixir.no/api/v1/matrix/TFFM0111.2/",
            "log_p_1st_order": "15260.2",
            "log_p_detailed": "14171.3",
            "experiment_name": "CistromeDB_74421"
        },
        {
            "tffm_id": "TFFM0111.1",
            "name": "TFAP2A",
            "base_id": "TFFM0111",
            "version": "1",
            "matrix_base_id": "MA0003",
            "matrix_version": "3",
            "matrix_id": "MA0003.3",
            "tffm_url": "https://jaspar.elixir.no/api/v1/tffm/TFFM0111.1/",
            "matrix_url": "https://jaspar.elixir.no/api/v1/matrix/TFFM0111.1/",
            "log_p_1st_order": "5692.29",
            "log_p_detailed": "5185.55",
            "experiment_name": "wgEncodeAwgTfbsSydhHelas3Ap2alphaUniPk.narrowPeak"
        },
        {
            "tffm_id": "TFFM0091.1",
            "name": "RUNX1",
            "base_id": "TFFM0091",
            "version": "1",
            "matrix_base_id": "MA0002",
            "matrix_version": "2",
            "matrix_id": "MA0002.2",
            "tffm_url": "https://jaspar.elixir.no/api/v1/tffm/TFFM0091.1/",
            "matrix_url": "https://jaspar.elixir.no/api/v1/matrix/TFFM0091.1/",
            "log_p_1st_order": "1042.13",
            "log_p_detailed": "1004.13",
            "experiment_name": "Runx1_GSE22178_jl_AM_mm9_processed"
        }
    ]
}