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=689
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=690",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=688",
    "results": [
        {
            "tf_name": "PRDM1",
            "total_peaks": "3800",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035782.Th17-cells.PRDM1/"
        },
        {
            "tf_name": "PRDM1",
            "total_peaks": "2868",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035783.CD4_T-cells.PRDM1/"
        },
        {
            "tf_name": "PRDM1",
            "total_peaks": "4487",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036696.HUES64_embryonic_stem_cells.PRDM1/"
        },
        {
            "tf_name": "PRDM1",
            "total_peaks": "518",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051580.Differentiated_trophoblast_stem_cells.PRDM1/"
        },
        {
            "tf_name": "PRDM1",
            "total_peaks": "1344",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051581.Differentiated_trophoblast_stem_cells.PRDM1/"
        },
        {
            "tf_name": "PRDM1",
            "total_peaks": "73",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051582.Differentiated_trophoblast_stem_cells.PRDM1/"
        },
        {
            "tf_name": "PRDM1",
            "total_peaks": "17429",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051950.primordial_germ_cell.PRDM1/"
        },
        {
            "tf_name": "PRDM1",
            "total_peaks": "12768",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051951.primordial_germ_cell.PRDM1/"
        },
        {
            "tf_name": "PRDM1",
            "total_peaks": "20567",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051952.primordial_germ_cell.PRDM1/"
        },
        {
            "tf_name": "PRDM1",
            "total_peaks": "26729",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051953.primordial_germ_cell.PRDM1/"
        }
    ]
}