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=66
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=67",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=65",
    "results": [
        {
            "tf_name": "BHLHE40",
            "total_peaks": "31",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054194.293T-Rex.BHLHE40/"
        },
        {
            "tf_name": "BHLHE40",
            "total_peaks": "13206",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054211.293T-Rex.BHLHE40/"
        },
        {
            "tf_name": "BHLHE40",
            "total_peaks": "2024",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054217.293T-Rex.BHLHE40/"
        },
        {
            "tf_name": "BHLHE40",
            "total_peaks": "2529",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059815.peritoneal_lavage.BHLHE40/"
        },
        {
            "tf_name": "BHLHE40",
            "total_peaks": "7877",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059816.peritoneal_lavage.BHLHE40/"
        },
        {
            "tf_name": "BHLHE40",
            "total_peaks": "3908",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BID.HepG2_hepatoblastoma.BHLHE40/"
        },
        {
            "tf_name": "BHLHE40",
            "total_peaks": "2863",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DYJ.A549_lung_carcinoma.BHLHE40/"
        },
        {
            "tf_name": "BHLHE40",
            "total_peaks": "33951",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EDT.HepG2_hepatoblastoma.BHLHE40/"
        },
        {
            "tf_name": "BHLHE40",
            "total_peaks": "38909",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EGV.K562_myelogenous_leukemia.BHLHE40/"
        },
        {
            "tf_name": "BHLHE40",
            "total_peaks": "45301",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR517QHU.GM12878_female_B-cells_lymphoblastoid_cell_line.BHLHE40/"
        }
    ]
}