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=425
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=426",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=424",
    "results": [
        {
            "tf_name": "HEY2",
            "total_peaks": "15810",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033925.CM71-derived_cardiomyocytes.HEY2/"
        },
        {
            "tf_name": "HEY2",
            "total_peaks": "1221",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053379.iPSC-derived_cardiomyocytes.HEY2/"
        },
        {
            "tf_name": "HHEX",
            "total_peaks": "736",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR878RMZ.whole_organism_development_stage_embryonic.HHEX/"
        },
        {
            "tf_name": "HIC1",
            "total_peaks": "1766",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039956.HEK293_embryonic_kidney.HIC1/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "1012",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031291.dendritic_cells.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "1094",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031292.dendritic_cells.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "322",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031293.dendritic_cells.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "1066",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031294.dendritic_cells.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "30032",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036557.U2OS_osteosarcoma.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "14278",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036558.U2OS_osteosarcoma.HIF1A/"
        }
    ]
}