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=121
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=122",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=120",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "43289",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032759.HCT-116_colon_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "57765",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032760.HCT-116_colon_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "63482",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032761.HCT-116_colon_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "66468",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032762.HCT-116_colon_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "67965",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032764.K562_myelogenous_leukemia.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "63782",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033055.K562_myelogenous_leukemia.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "90339",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033119.erythroid_progenitors.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "47292",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033165.T47D_invasive_ductal_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "46830",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033166.T47D_invasive_ductal_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "28192",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033454.BEAS-2B_bronchial_epithelium.CTCF/"
        }
    ]
}