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=907
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=908",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=906",
    "results": [
        {
            "tf_name": "TEAD4",
            "total_peaks": "37438",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051754.liver.TEAD4/"
        },
        {
            "tf_name": "TEAD4",
            "total_peaks": "52746",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051760.3T9_fibroblasts.TEAD4/"
        },
        {
            "tf_name": "TEAD4",
            "total_peaks": "97939",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BRK.K562_myelogenous_leukemia.TEAD4/"
        },
        {
            "tf_name": "TEAD4",
            "total_peaks": "18641",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BRP.HepG2_hepatoblastoma.TEAD4/"
        },
        {
            "tf_name": "TEAD4",
            "total_peaks": "82494",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BRY.WA01_H1_human_embryonic_stem_cells.TEAD4/"
        },
        {
            "tf_name": "TEAD4",
            "total_peaks": "53710",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BSW.Ishikawa_endometrial_adenocarcinoma.TEAD4/"
        },
        {
            "tf_name": "TEAD4",
            "total_peaks": "19916",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BUD.A549_lung_carcinoma.TEAD4/"
        },
        {
            "tf_name": "TEAD4",
            "total_peaks": "10904",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BUO.MCF7_Invasive_ductal_breast_carcinoma.TEAD4/"
        },
        {
            "tf_name": "TEAD4",
            "total_peaks": "30889",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BUQ.SK-N-SH_neuroblastoma.TEAD4/"
        },
        {
            "tf_name": "TEAD4",
            "total_peaks": "7361",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BVJ.HCT-116_colon_carcinoma.TEAD4/"
        }
    ]
}