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/TFFM0056.2/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "tffm_id": "TFFM0056.2",
    "base_id": "TFFM0056",
    "version": 2,
    "matrix_base_id": "MA0039",
    "matrix_id": "MA0039.3",
    "matrix_url": "https://testjaspar.uio.no/api/v1/matrix/MA0039.3/",
    "matrix_version": 3,
    "experiment_name": "GSE36570.klf4.bj_induced",
    "first_order": {
        "log_p": 5156.48,
        "dense_logo": "https://testjaspar.uio.no/static/TFFM/TFFM0056.2/TFFM_first_order_trained_dense_logo.svg",
        "summary_logo": "https://testjaspar.uio.no/static/TFFM/TFFM0056.2/TFFM_first_order_trained_summary_logo.svg",
        "hits": "https://testjaspar.uio.no/static/TFFM/TFFM0056.2/TFFM_first_order_trained.hits.svg",
        "xml": "https://testjaspar.uio.no/static/TFFM/TFFM0056.2/TFFM_first_order_trained.xml"
    },
    "detailed": {
        "log_p": 4795.18,
        "dense_logo": "https://testjaspar.uio.no/static/TFFM/TFFM0056.2/TFFM_detailed_trained_dense_logo.svg",
        "summary_logo": "https://testjaspar.uio.no/static/TFFM/TFFM0056.2/TFFM_detailed_trained_summary_logo.svg",
        "hits": "https://testjaspar.uio.no/static/TFFM/TFFM0056.2/TFFM_detailed_trained.hits.svg",
        "xml": "https://testjaspar.uio.no/static/TFFM/TFFM0056.2/TFFM_detailed_trained.xml"
    }
}