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=744
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=745",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=743",
    "results": [
        {
            "tf_name": "RUNX1",
            "total_peaks": "43672",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051138.BMDM_bone_marrow-derived_macrophages.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "36565",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051139.BMDM_bone_marrow-derived_macrophages.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "24255",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051585.EML_-C1EML_clone_1.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "31155",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052099.pro-T-tumor_derived_Scid_adh_2c2_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "24878",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052100.pro-T-tumor_derived_Scid_adh_2c2_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "31811",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052101.pro-T-tumor_derived_Scid_adh_2c2_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "35888",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052102.pro-T-tumor_derived_Scid_adh_2c2_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "10438",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053395.Dombi23_primary_keratinocytes.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "2201",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053517.ILC2_type_2_Innate_lympoid_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "38",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP055350.TF-1_erythroleukemia.RUNX1/"
        }
    ]
}