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=156
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=157",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=155",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "39055",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059254.HPC7_haematopoietic_multipotent_progenitors.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "49874",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059255.HPC7_haematopoietic_multipotent_progenitors.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "51112",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059256.HPC7_haematopoietic_multipotent_progenitors.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "57248",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059261.HPC7_derived_erythroid_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "41329",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059262.HPC7_derived_erythroid_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "37746",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059263.HPC7_derived_erythroid_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "16436",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059272.myeloid_malignancies.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "25852",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059273.myeloid_malignancies.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "63771",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059796.fetal_limb_bud_and_midbrain.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "128248",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059797.fetal_limb_bud_and_midbrain.CTCF/"
        }
    ]
}