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=794
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=795",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=793",
    "results": [
        {
            "tf_name": "SOX2",
            "total_peaks": "4538",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031247.neural_progenitors.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "28345",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031248.embryonic_stem_cell-derived_neural_progenitors.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "25593",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031905.STHdhQ7_striatal_cells.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "5662",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032066.HUES64_embryonic_stem_cells.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "17118",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032395.ZHBTc4-TS_trophoblast_stem_cells.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "13911",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032398.EGFP-TS3_5_TS_trophoblast_stem_cells.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "38506",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032894.D3_embryonic_stem_cells.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "13652",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034181.multipotent_otic_progenitors.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "3568",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035134.neural_stem_cells.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "27793",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035495.OKSM_reprogrammed_embryonic_fibroblasts.SOX2/"
        }
    ]
}