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=79
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 785,
    "next": null,
    "previous": "https://jaspar2020.genereg.net/api/v1/tffm?format=api&order=matrix_version&page=78",
    "results": [
        {
            "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://jaspar2020.genereg.net/api/v1/tffm/TFFM0056.3/",
            "matrix_url": "https://jaspar2020.genereg.net/api/v1/matrix/TFFM0056.3/",
            "log_p_1st_order": "-7419.56",
            "log_p_detailed": "-6853.89",
            "experiment_name": "CistromeDB_33718"
        },
        {
            "tffm_id": "TFFM0060.2",
            "name": "MEF2A",
            "base_id": "TFFM0060",
            "version": "2",
            "matrix_base_id": "MA0052",
            "matrix_version": "4",
            "matrix_id": "MA0052.4",
            "tffm_url": "https://jaspar2020.genereg.net/api/v1/tffm/TFFM0060.2/",
            "matrix_url": "https://jaspar2020.genereg.net/api/v1/matrix/TFFM0060.2/",
            "log_p_1st_order": "-8449.06",
            "log_p_detailed": "-8331.2",
            "experiment_name": "CistromeDB_52907"
        },
        {
            "tffm_id": "TFFM0095.2",
            "name": "SOX2",
            "base_id": "TFFM0095",
            "version": "2",
            "matrix_base_id": "MA0143",
            "matrix_version": "4",
            "matrix_id": "MA0143.4",
            "tffm_url": "https://jaspar2020.genereg.net/api/v1/tffm/TFFM0095.2/",
            "matrix_url": "https://jaspar2020.genereg.net/api/v1/matrix/TFFM0095.2/",
            "log_p_1st_order": "-9412.72",
            "log_p_detailed": "-9056.28",
            "experiment_name": "CistromeDB_67317"
        },
        {
            "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://jaspar2020.genereg.net/api/v1/tffm/TFFM0111.2/",
            "matrix_url": "https://jaspar2020.genereg.net/api/v1/matrix/TFFM0111.2/",
            "log_p_1st_order": "-15260.2",
            "log_p_detailed": "-14171.3",
            "experiment_name": "CistromeDB_74421"
        },
        {
            "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://jaspar2020.genereg.net/api/v1/tffm/TFFM0099.2/",
            "matrix_url": "https://jaspar2020.genereg.net/api/v1/matrix/TFFM0099.2/",
            "log_p_1st_order": "-183148.0",
            "log_p_detailed": "-176829.0",
            "experiment_name": "ReMap2020_SPI1"
        }
    ]
}