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=538
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=539",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=537",
    "results": [
        {
            "tf_name": "MEIS1",
            "total_peaks": "59310",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033220.MAF-9_MLL-AF9_transduced_mouse_bone_marrow_cells.MEIS1/"
        },
        {
            "tf_name": "MEIS1",
            "total_peaks": "13017",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033713.embryonic_fibroblasts.MEIS1/"
        },
        {
            "tf_name": "MEIS1",
            "total_peaks": "4441",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033715.embryonic_fibroblasts.MEIS1/"
        },
        {
            "tf_name": "MEIS1",
            "total_peaks": "2705",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034982.embryonic_stem_cell-derived_hemogenic_endothelium.MEIS1/"
        },
        {
            "tf_name": "MEIS1",
            "total_peaks": "365",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037487.F9_embryonal_carcinoma.MEIS1/"
        },
        {
            "tf_name": "MEIS1",
            "total_peaks": "361",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037488.F9_embryonal_carcinoma.MEIS1/"
        },
        {
            "tf_name": "MEIS1",
            "total_peaks": "1556",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037489.F9_embryonal_carcinoma.MEIS1/"
        },
        {
            "tf_name": "MEIS1",
            "total_peaks": "10506",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037490.F9_embryonal_carcinoma.MEIS1/"
        },
        {
            "tf_name": "MEIS1",
            "total_peaks": "19950",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037491.F9_embryonal_carcinoma.MEIS1/"
        },
        {
            "tf_name": "MEIS1",
            "total_peaks": "3520",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030489.embryo_trunk_day_11_5.MEIS1/"
        }
    ]
}