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=433
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=434",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=432",
    "results": [
        {
            "tf_name": "HNF1B",
            "total_peaks": "24498",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035332.IMCD3_inner_medullary_collecting_duct.HNF1B/"
        },
        {
            "tf_name": "HNF1B",
            "total_peaks": "1698",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036713.HUES64_embryonic_stem_cells.HNF1B/"
        },
        {
            "tf_name": "HNF1B",
            "total_peaks": "8434",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036795.HUES64_embryonic_stem_cells.HNF1B/"
        },
        {
            "tf_name": "HNF1B",
            "total_peaks": "7992",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037216.mpkDCT4a_immortalized_murine_DCT_cell_line.HNF1B/"
        },
        {
            "tf_name": "HNF1B",
            "total_peaks": "2764",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP004206.H9.HNF1B/"
        },
        {
            "tf_name": "HNF1B",
            "total_peaks": "29228",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE64557.PDAC.HNF1B/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "21164",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EEU.HepG2_hepatoblastoma.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "50466",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030930.HepG2_hepatoblastoma.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "11271",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032169.kidney.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "515",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032174.caput_epididymis.HNF4A/"
        }
    ]
}