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=484
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=485",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=483",
    "results": [
        {
            "tf_name": "JUN",
            "total_peaks": "51697",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051159.BMDM_bone_marrow-derived_macrophages.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "72863",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051164.BMDM_bone_marrow-derived_macrophages.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "75104",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051166.BMDM_bone_marrow-derived_macrophages.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "49862",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051176.BMDM_bone_marrow-derived_macrophages.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "20967",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051177.BMDM_bone_marrow-derived_macrophages.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "48125",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051182.BMDM_bone_marrow-derived_macrophages.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "64223",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051187.BMDM_bone_marrow-derived_macrophages.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "10539",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052227.primary_hepatocytes.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "53429",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057912.definitive_endoderm_from_HUES8.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "21643",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057917.HUES8_Embryonic_stem_cell_blastocyst_stage.JUN/"
        }
    ]
}