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=120
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=121",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=119",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "42235",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030931.MCF7_Invasive_ductal_breast_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "100744",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030932.MCF7_Invasive_ductal_breast_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "75799",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030933.MCF7_Invasive_ductal_breast_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "59433",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030934.HepG2_hepatoblastoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "39151",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031275.dendritic_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "36537",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031276.dendritic_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "32572",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031277.dendritic_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "36642",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031278.dendritic_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "3318",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031445.CD34_hematopoietic_stem_cells-derived_proerythroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "6188",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031446.CD34_hematopoietic_stem_cells-derived_proerythroblasts.CTCF/"
        }
    ]
}