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=696
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=697",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=695",
    "results": [
        {
            "tf_name": "RARA",
            "total_peaks": "12372",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033556.F9_embryonal_carcinoma.RARA/"
        },
        {
            "tf_name": "RARA",
            "total_peaks": "1424",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033881.Th1-cells.RARA/"
        },
        {
            "tf_name": "RARA",
            "total_peaks": "75491",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039479.HepG2_hepatoblastoma.RARA/"
        },
        {
            "tf_name": "RARA",
            "total_peaks": "25502",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60477.TSU-1621-MT_adult_acute_myeloid_leukemia.RARA/"
        },
        {
            "tf_name": "RARA",
            "total_peaks": "1844",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69119.sknsh.RARA/"
        },
        {
            "tf_name": "RARA",
            "total_peaks": "279",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69119.sknsh-ra.RARA/"
        },
        {
            "tf_name": "RARB",
            "total_peaks": "23962",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032486.liver.RARB/"
        },
        {
            "tf_name": "RARB",
            "total_peaks": "221",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048975.MCF12A_human_mammary_epithelial_cells.RARB/"
        },
        {
            "tf_name": "RARB",
            "total_peaks": "250",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048978.MCF12A_human_mammary_epithelial_cells.RARB/"
        },
        {
            "tf_name": "RARB",
            "total_peaks": "10829",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032483.liver.RARB/"
        }
    ]
}