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=131
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=132",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=130",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "25369",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040680.HCT-116-RAD21-mAC.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "23390",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040771.bone_marrow-derived_macrophages.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "1996",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044139.S2-DRSC_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "4013",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044218.S2-DRSC_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "2754",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045367.whole_organism_development_stage_prepupa.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "6278",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045430.Kc167_development_stage_embryonic.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "4899",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045431.Kc167_development_stage_embryonic.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "3841",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045432.Kc167_development_stage_embryonic.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "4034",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045456.Kc167_development_stage_embryonic.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "2235",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045457.Kc167_development_stage_embryonic.CTCF/"
        }
    ]
}