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=946
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=947",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=945",
    "results": [
        {
            "tf_name": "USF1",
            "total_peaks": "28331",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BGM.HepG2_hepatoblastoma.USF1/"
        },
        {
            "tf_name": "USF1",
            "total_peaks": "59931",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BIU.WA01_H1_human_embryonic_stem_cells.USF1/"
        },
        {
            "tf_name": "USF1",
            "total_peaks": "43124",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BKT.K562_myelogenous_leukemia.USF1/"
        },
        {
            "tf_name": "USF1",
            "total_peaks": "32022",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BSX.Ishikawa_endometrial_adenocarcinoma.USF1/"
        },
        {
            "tf_name": "USF1",
            "total_peaks": "12916",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BTZ.SK-N-SH_neuroblastoma.USF1/"
        },
        {
            "tf_name": "USF1",
            "total_peaks": "12127",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BVK.HCT-116_colon_carcinoma.USF1/"
        },
        {
            "tf_name": "USF1",
            "total_peaks": "18780",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR705HGT.MEL_cell_line.USF1/"
        },
        {
            "tf_name": "USF1",
            "total_peaks": "9932",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR973SOG.CH12_LX_Mouse_lymphoma.USF1/"
        },
        {
            "tf_name": "USF1",
            "total_peaks": "23571",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010748.myocytes.USF1/"
        },
        {
            "tf_name": "USF1",
            "total_peaks": "24110",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010947.C2C12_myoblasts.USF1/"
        }
    ]
}