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=113
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=114",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=112",
    "results": [
        {
            "tf_name": "CREB1",
            "total_peaks": "11274",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037033.hepatocytes.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "21815",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037036.hepatocytes.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "33814",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037037.hepatocytes.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "31415",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037420.brown_preadipocytes.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "40333",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038740.bone_marrow-derived_macrophages.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "36743",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038741.bone_marrow-derived_macrophages.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "36042",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038742.bone_marrow-derived_macrophages.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "35975",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038743.bone_marrow-derived_macrophages.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "37930",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038744.bone_marrow-derived_macrophages.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "14468",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048180.MDA-MB-134_invasive_lobular_breast_carcinoma.CREB1/"
        }
    ]
}