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=746
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=747",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=745",
    "results": [
        {
            "tf_name": "RUNX1",
            "total_peaks": "179",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058045.iPSC_induced_pluripotent_stem_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "4280",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058046.iPSC_induced_pluripotent_stem_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "28523",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058216.ME-1_acute_myeloid_leukemia_.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "42031",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058217.ME-1_acute_myeloid_leukemia_.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "8457",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059226.fetal_ovary.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "28327",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059227.fetal_ovary.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "119",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059795.primary_neurofibroma_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "61073",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE58428.VCaP_prostate_carcinoma.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "87537",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE64862.BONE.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "3367",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR414TYY.K562_myelogenous_leukemia.RUNX1/"
        }
    ]
}