This API provides an easy-to-use REST web interface to query/retrieve data from the UniBind database. The API comes with a human browsable interface and also a programmatic interface which return the results in different formats, including json, jsonp, yaml, bed, and also api for a browsable interface.
GET /api/v1/datasets?format=api&page=904
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 9654,
    "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=905",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=903",
    "results": [
        {
            "tf_name": "TEAD1",
            "total_peaks": "19899",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051362.K14CreER_SmoM2_basal_cell_carcinoma.TEAD1/"
        },
        {
            "tf_name": "TEAD1",
            "total_peaks": "3433",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052423.nerve_tumor_cells.TEAD1/"
        },
        {
            "tf_name": "TEAD1",
            "total_peaks": "5031",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057882.HCT-116_colon_carcinoma.TEAD1/"
        },
        {
            "tf_name": "TEAD1",
            "total_peaks": "4317",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057883.HCT-116_colon_carcinoma.TEAD1/"
        },
        {
            "tf_name": "TEAD1",
            "total_peaks": "11155",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057884.HCT-116_colon_carcinoma.TEAD1/"
        },
        {
            "tf_name": "TEAD1",
            "total_peaks": "7872",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057885.HCT-116_colon_carcinoma.TEAD1/"
        },
        {
            "tf_name": "TEAD1",
            "total_peaks": "7450",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057886.HCT-116_colon_carcinoma.TEAD1/"
        },
        {
            "tf_name": "TEAD1",
            "total_peaks": "20159",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059046.NIH_3T3_embryonic_fibroblasts.TEAD1/"
        },
        {
            "tf_name": "TEAD1",
            "total_peaks": "22995",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP008682.pancreas.TEAD1/"
        },
        {
            "tf_name": "TEAD1",
            "total_peaks": "1103",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE82295.hFOB_1_19_fetal_osteoblast.TEAD1/"
        }
    ]
}