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=743
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=744",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=742",
    "results": [
        {
            "tf_name": "RUNX1",
            "total_peaks": "69909",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050152.Lin-_BM_derived_DN1_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "67390",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050153.Lin-_BM_derived_DN3_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "69021",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050154.Lin-_BM_derived_DN3_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "2739",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050164.hemogenic_endothelium.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "66828",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050165.hemogenic_endothelium.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "45761",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050166.hemogenic_endothelium.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "67389",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051065.lin-bone_marrow.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "69019",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051066.lin-bone_marrow.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "63410",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051067.lin-bone_marrow.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "76259",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051068.lin-bone_marrow.RUNX1/"
        }
    ]
}