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=691
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=692",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=690",
    "results": [
        {
            "tf_name": "PRDM1",
            "total_peaks": "3148",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036694.HUES64_embryonic_stem_cells.PRDM1/"
        },
        {
            "tf_name": "PRDM1",
            "total_peaks": "4944",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036695.HUES64_embryonic_stem_cells.PRDM1/"
        },
        {
            "tf_name": "PRDM1",
            "total_peaks": "21334",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039715.HEK293_embryonic_kidney.PRDM1/"
        },
        {
            "tf_name": "PRDM1",
            "total_peaks": "3912",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040447.U266_plasma_cell_myeloma.PRDM1/"
        },
        {
            "tf_name": "PRDM15",
            "total_peaks": "6784",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038999.embryonic_stem_cells.PRDM15/"
        },
        {
            "tf_name": "PRDM15",
            "total_peaks": "451",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039000.embryonic_stem_cells.PRDM15/"
        },
        {
            "tf_name": "PRDM15",
            "total_peaks": "1328",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039001.embryonic_stem_cells.PRDM15/"
        },
        {
            "tf_name": "PRDM15",
            "total_peaks": "9405",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039002.embryonic_stem_cells.PRDM15/"
        },
        {
            "tf_name": "PRDM4",
            "total_peaks": "5254",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR443MVV.HEK293_embryonic_kidney.PRDM4/"
        },
        {
            "tf_name": "PROP1",
            "total_peaks": "16653",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036028.GHFT1_pituitary_cell_line.PROP1/"
        }
    ]
}