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=426
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=427",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=425",
    "results": [
        {
            "tf_name": "HIF1A",
            "total_peaks": "13350",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036559.U2OS_osteosarcoma.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "7504",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036560.U2OS_osteosarcoma.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "5062",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036851.renal_tubular_cells.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "9183",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038890.Th17-cells.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "13170",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038891.Th17-cells.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "1313",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048717.HKC8_kidney_proximal_tubule_cell_line.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "984",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048721.HKC8_kidney_proximal_tubule_cell_line.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "3654",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048722.RCC4_kidney_cancer_cell_line.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "973",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048723.RCC4_kidney_cancer_cell_line.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "1146",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048736.HepG2_hepatoblastoma.HIF1A/"
        }
    ]
}