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

{
    "tffm_id": "TFFM1057.1",
    "base_id": "TFFM1057",
    "version": 1,
    "matrix_base_id": "MA2434",
    "matrix_id": "MA2434.1",
    "matrix_url": "https://testjaspar.uio.no/api/v1/matrix/MA2434.1/",
    "matrix_version": 1,
    "experiment_name": "wheat-DAP-seq_DatasetID_46-3_GSE188699-DAP-seq_SPL16A_1.narrowPeak",
    "first_order": {
        "log_p": 4235.64,
        "dense_logo": "https://testjaspar.uio.no/static/TFFM/TFFM1057.1/TFFM_first_order_trained_dense_logo.svg",
        "summary_logo": "https://testjaspar.uio.no/static/TFFM/TFFM1057.1/TFFM_first_order_trained_summary_logo.svg",
        "hits": "https://testjaspar.uio.no/static/TFFM/TFFM1057.1/TFFM_first_order_trained.hits.svg",
        "xml": "https://testjaspar.uio.no/static/TFFM/TFFM1057.1/TFFM_first_order_trained.xml"
    },
    "detailed": {
        "log_p": 4324.25,
        "dense_logo": "https://testjaspar.uio.no/static/TFFM/TFFM1057.1/TFFM_detailed_trained_dense_logo.svg",
        "summary_logo": "https://testjaspar.uio.no/static/TFFM/TFFM1057.1/TFFM_detailed_trained_summary_logo.svg",
        "hits": "https://testjaspar.uio.no/static/TFFM/TFFM1057.1/TFFM_detailed_trained.hits.svg",
        "xml": "https://testjaspar.uio.no/static/TFFM/TFFM1057.1/TFFM_detailed_trained.xml"
    }
}