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=61
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=62",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=60",
    "results": [
        {
            "tf_name": "BCL6",
            "total_peaks": "1637",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048669.A549_lung_carcinoma.BCL6/"
        },
        {
            "tf_name": "BCL6",
            "total_peaks": "20753",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052976.OCI-LY1_diffuse_large_B-cell_lymphoma.BCL6/"
        },
        {
            "tf_name": "BCL6",
            "total_peaks": "11146",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052977.OCI-LY1_diffuse_large_B-cell_lymphoma.BCL6/"
        },
        {
            "tf_name": "BCL6",
            "total_peaks": "434",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058893.inguinal_white_adipose_tissue.BCL6/"
        },
        {
            "tf_name": "BCL6",
            "total_peaks": "931",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058894.perigonadal_adipose_tissue.BCL6/"
        },
        {
            "tf_name": "BCL6",
            "total_peaks": "2392",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059011.liver.BCL6/"
        },
        {
            "tf_name": "BCL6",
            "total_peaks": "26270",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059012.liver.BCL6/"
        },
        {
            "tf_name": "BCL6",
            "total_peaks": "17405",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059013.liver.BCL6/"
        },
        {
            "tf_name": "BCL6",
            "total_peaks": "6135",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059014.liver.BCL6/"
        },
        {
            "tf_name": "BCL6",
            "total_peaks": "19881",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059015.liver.BCL6/"
        }
    ]
}