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=45
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=46",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=44",
    "results": [
        {
            "tf_name": "ASCL1",
            "total_peaks": "6070",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69394.NCI-H128_small_cell_lung_carcinoma.ASCL1/"
        },
        {
            "tf_name": "ASCL1",
            "total_peaks": "22372",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69394.NCI-H2107_small_cell_lung_carcinoma.ASCL1/"
        },
        {
            "tf_name": "ASCL1",
            "total_peaks": "26129",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69394.NCI-H82_small_cell_lung_carcinoma.ASCL1/"
        },
        {
            "tf_name": "ASCL1",
            "total_peaks": "31954",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69394.NCI-H889_small_cell_lung_carcinoma.ASCL1/"
        },
        {
            "tf_name": "ASCL1",
            "total_peaks": "228",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE61197.SCLC_ASCLM.ASCL1/"
        },
        {
            "tf_name": "ASCL1",
            "total_peaks": "31085",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE61197.SCLC_ASCLP.ASCL1/"
        },
        {
            "tf_name": "ASCL1",
            "total_peaks": "9864",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE61197.SCLC_ASCLP_NE.ASCL1/"
        },
        {
            "tf_name": "ASCL2",
            "total_peaks": "29129",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000782.B-cells.ASCL2/"
        },
        {
            "tf_name": "ASCL2",
            "total_peaks": "733",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032452.CD4_T-cells.ASCL2/"
        },
        {
            "tf_name": "ASCL2",
            "total_peaks": "12090",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032453.CD4_T-cells.ASCL2/"
        }
    ]
}