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=465
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=466",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=464",
    "results": [
        {
            "tf_name": "IRF4",
            "total_peaks": "60457",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038905.Th17-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "59405",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038906.Th17-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "43493",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038907.Th17-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "52571",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038908.Th17-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "33221",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038909.Th17-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "8454",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047720.Small_Pre-B_cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "12025",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047723.Small_Pre-B_cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "77",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047880.Small_Pre-B_cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "8980",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052308.murine_Treg_T-regulatory_cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "6977",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052309.murine_Treg_T-regulatory_cells.IRF4/"
        }
    ]
}