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=76
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=77",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=75",
    "results": [
        {
            "tf_name": "CEBPA",
            "total_peaks": "18257",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032253.macrophages.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "50282",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032254.macrophages.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "19330",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032899.BV-2_brain_microglial_cells.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "9356",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032900.BV-2_brain_microglial_cells.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "4993",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033002.3T3-L1-derived_adipocytes.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "4910",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033142.C10_pre-B-cells.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "7371",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033143.C10_pre-B-cells.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "15677",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033144.C10_pre-B-cells.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "21208",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033145.C10_pre-B-cells.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "24133",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033146.C10_pre-B-cells.CEBPA/"
        }
    ]
}