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=662
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=663",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=661",
    "results": [
        {
            "tf_name": "POU5F1",
            "total_peaks": "26",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033668.differentiated_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "151",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033669.epiblast-like_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "3494",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033753.embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "3202",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034356.ES-E14_E14_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "2755",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034357.ES-E14_E14_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "3855",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035000.embryonic_stem_cell-derived_mesoderm.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "11743",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035016.embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "13243",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035018.embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "21726",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036155.ES-E14_E14_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "7659",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036156.ES-E14_E14_embryonic_stem_cells.POU5F1/"
        }
    ]
}