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=905
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=906",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=904",
    "results": [
        {
            "tf_name": "TEAD1",
            "total_peaks": "45907",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034063.SF268_astrocytoma_.TEAD1/"
        },
        {
            "tf_name": "TEAD1",
            "total_peaks": "31367",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036598.pre-B-cell_progenitors.TEAD1/"
        },
        {
            "tf_name": "TEAD1",
            "total_peaks": "75256",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039684.HepG2_hepatoblastoma.TEAD1/"
        },
        {
            "tf_name": "TEAD1",
            "total_peaks": "68167",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047976.T47D_invasive_ductal_carcinoma.TEAD1/"
        },
        {
            "tf_name": "TEAD1",
            "total_peaks": "35971",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048782.H69.TEAD1/"
        },
        {
            "tf_name": "TEAD1",
            "total_peaks": "7669",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE62272.CC-LP-1_intrahepatic_cholangiocarcinoma.TEAD1/"
        },
        {
            "tf_name": "TEAD1",
            "total_peaks": "29857",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE68170.MSTO.TEAD1/"
        },
        {
            "tf_name": "TEAD1",
            "total_peaks": "52294",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE68296.HuCCT1_intrahepatic_cholangiocarcinoma.TEAD1/"
        },
        {
            "tf_name": "TEAD2",
            "total_peaks": "6292",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032944.Py2T_breast_cancer.TEAD2/"
        },
        {
            "tf_name": "TEAD3",
            "total_peaks": "98033",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040048.HepG2_hepatoblastoma.TEAD3/"
        }
    ]
}