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=548
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=549",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=547",
    "results": [
        {
            "tf_name": "MYBL2",
            "total_peaks": "13924",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BRO.HepG2_hepatoblastoma.MYBL2/"
        },
        {
            "tf_name": "MYBL2",
            "total_peaks": "1282",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR162IEM.K562_myelogenous_leukemia.MYBL2/"
        },
        {
            "tf_name": "MYBL2",
            "total_peaks": "3220",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030954.HeLa_cervical_adenocarcinoma.MYBL2/"
        },
        {
            "tf_name": "MYBL2",
            "total_peaks": "352",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE62425.HMEC-1.MYBL2/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "6137",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DMP.MCF7_Invasive_ductal_breast_carcinoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "20216",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DOM.MCF10A_breast_epithelial_cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "54913",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DOS.MCF10A_breast_epithelial_cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "25811",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EGS.K562_myelogenous_leukemia.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "448",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031455.T-cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "298",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031456.T-cells.MYC/"
        }
    ]
}