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=310
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=311",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=309",
    "results": [
        {
            "tf_name": "ESRRB",
            "total_peaks": "58699",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059862.embryonic_stem_cells.ESRRB/"
        },
        {
            "tf_name": "ESRRB",
            "total_peaks": "38009",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059863.E14TG2A_embryonic_stem_cells.ESRRB/"
        },
        {
            "tf_name": "ESRRB",
            "total_peaks": "2554",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059864.E14TG2A_embryonic_stem_cells.ESRRB/"
        },
        {
            "tf_name": "ESRRB",
            "total_peaks": "16304",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059865.E14TG2A_embryonic_stem_cells.ESRRB/"
        },
        {
            "tf_name": "ESRRB",
            "total_peaks": "4882",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059866.E14TG2A_embryonic_stem_cells.ESRRB/"
        },
        {
            "tf_name": "ESRRB",
            "total_peaks": "52907",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000485.embryonic_stem_cells.ESRRB/"
        },
        {
            "tf_name": "ESRRB",
            "total_peaks": "66319",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038171.embryonic_stem_cells.ESRRB/"
        },
        {
            "tf_name": "ESRRB",
            "total_peaks": "76855",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038175.embryonic_fibroblasts_expressing_OSKM_and_Esrrb_for_48h.ESRRB/"
        },
        {
            "tf_name": "ESRRG",
            "total_peaks": "812",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033329.ES-D3_embryonic_stem_cell-derived_neurons.ESRRG/"
        },
        {
            "tf_name": "ESRRG",
            "total_peaks": "38144",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050191.kidney.ESRRG/"
        }
    ]
}