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=951
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=952",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=950",
    "results": [
        {
            "tf_name": "VDR",
            "total_peaks": "3285",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037992.THP-1_acute_monocytic_leukemia.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "4919",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037993.THP-1_acute_monocytic_leukemia.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "7426",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037994.THP-1_acute_monocytic_leukemia.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "36420",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037995.THP-1_acute_monocytic_leukemia.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "15470",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053721.alveolar_macrophages.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "43022",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053722.alveolar_macrophages.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "60",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058194.RWPE1_prostate_epithelial_cells.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "110",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058195.RWPE1_prostate_epithelial_cells.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "188",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058196.RWPE1_prostate_epithelial_cells.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "6004",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE22484.GM10861_female_B-cells.VDR/"
        }
    ]
}