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=230
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=231",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=229",
    "results": [
        {
            "tf_name": "E2F3",
            "total_peaks": "4525",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035344.embryonic_fibroblasts.E2F3/"
        },
        {
            "tf_name": "E2F3",
            "total_peaks": "538",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035346.embryonic_fibroblasts.E2F3/"
        },
        {
            "tf_name": "E2F3",
            "total_peaks": "7058",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000706.embryonic_fibroblasts.E2F3/"
        },
        {
            "tf_name": "E2F3",
            "total_peaks": "14930",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033438.intestinal_crypt_cells.E2F3/"
        },
        {
            "tf_name": "E2F3",
            "total_peaks": "3013",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033440.intestinal_villus.E2F3/"
        },
        {
            "tf_name": "E2F4",
            "total_peaks": "18810",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DOR.MCF10A_breast_epithelial_cells.E2F4/"
        },
        {
            "tf_name": "E2F4",
            "total_peaks": "2710",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031283.dendritic_cells.E2F4/"
        },
        {
            "tf_name": "E2F4",
            "total_peaks": "1976",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031284.dendritic_cells.E2F4/"
        },
        {
            "tf_name": "E2F4",
            "total_peaks": "3527",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031285.dendritic_cells.E2F4/"
        },
        {
            "tf_name": "E2F4",
            "total_peaks": "2863",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031286.dendritic_cells.E2F4/"
        }
    ]
}