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=432
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=433",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=431",
    "results": [
        {
            "tf_name": "HNF1A",
            "total_peaks": "3982",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059028.Treg_regulatory_T_cells_from_lymph_nodes_and_spleen.HNF1A/"
        },
        {
            "tf_name": "HNF1A",
            "total_peaks": "91",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059029.effector_CD4_T_cells.HNF1A/"
        },
        {
            "tf_name": "HNF1A",
            "total_peaks": "3357",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034791.Caco-2_colon_adenocarcinoma.HNF1A/"
        },
        {
            "tf_name": "HNF1A",
            "total_peaks": "15669",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039789.HepG2_hepatoblastoma.HNF1A/"
        },
        {
            "tf_name": "HNF1A",
            "total_peaks": "47432",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048081.NY8_pancreatic_cancer-derived_cells.HNF1A/"
        },
        {
            "tf_name": "HNF1A",
            "total_peaks": "10605",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048082.NY8_pancreatic_cancer-derived_cells.HNF1A/"
        },
        {
            "tf_name": "HNF1A",
            "total_peaks": "4394",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048083.NY15_pancreatic_cancer-derived_cells.HNF1A/"
        },
        {
            "tf_name": "HNF1A",
            "total_peaks": "7237",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048084.NY15_pancreatic_cancer-derived_cells.HNF1A/"
        },
        {
            "tf_name": "HNF1B",
            "total_peaks": "14940",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050193.kidney.HNF1B/"
        },
        {
            "tf_name": "HNF1B",
            "total_peaks": "37201",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035331.IMCD3_inner_medullary_collecting_duct.HNF1B/"
        }
    ]
}