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=170
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=171",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=169",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "51998",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR822CEA.neural_cell.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "27138",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR721AHD.sigmoid_colon.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "17917",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR692ILH.spleen.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "17648",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR252XWG.lower_leg_skin.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "37369",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR559KAB.esophagus_muscularis_mucosa.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "49768",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR544APK.heart_left_ventricle.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "34848",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR353DFU.esophagus_muscularis_mucosa.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "45355",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR770IWO.adrenal_gland.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "37932",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR899JSO.adrenal_gland.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "36932",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR773JBP.esophagus_squamous_epithelium.CTCF/"
        }
    ]
}