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=745
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=746",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=744",
    "results": [
        {
            "tf_name": "RUNX1",
            "total_peaks": "723",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP055351.TF-1_erythroleukemia.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "2286",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP055352.TF-1_erythroleukemia.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "34905",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057998.myeloid_cell.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "50460",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057999.myeloid_cell.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "25290",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058000.myeloid_cell.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "18406",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058001.myeloid_cell.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "155",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058041.cord_blood_CD34_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "49135",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058042.cord_blood_CD34_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "173",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058043.iPSC_induced_pluripotent_stem_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "1603",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058044.iPSC_induced_pluripotent_stem_cells.RUNX1/"
        }
    ]
}