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=62
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=63",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=61",
    "results": [
        {
            "tf_name": "BCL6",
            "total_peaks": "58689",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059016.liver.BCL6/"
        },
        {
            "tf_name": "BCL6",
            "total_peaks": "37787",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059017.liver.BCL6/"
        },
        {
            "tf_name": "BCL6",
            "total_peaks": "34031",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE43350.B-cells.BCL6/"
        },
        {
            "tf_name": "BCL6",
            "total_peaks": "25052",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE68349.B-cells.BCL6/"
        },
        {
            "tf_name": "BCL6",
            "total_peaks": "1949",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000035.BMDM_bone_marrow-derived_macrophages.BCL6/"
        },
        {
            "tf_name": "BCL6",
            "total_peaks": "21013",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000124.liver.BCL6/"
        },
        {
            "tf_name": "BCL6",
            "total_peaks": "10791",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000125.liver.BCL6/"
        },
        {
            "tf_name": "BCL6",
            "total_peaks": "34909",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000233.JURL-MK1_chronic_myelogenous_leukemia.BCL6/"
        },
        {
            "tf_name": "BCL6",
            "total_peaks": "4869",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035438.T_follicular_helpers.BCL6/"
        },
        {
            "tf_name": "BCL6",
            "total_peaks": "68601",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035439.non-T_follicular_helpers.BCL6/"
        }
    ]
}