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=953
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=954",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=952",
    "results": [
        {
            "tf_name": "VDR",
            "total_peaks": "1047",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE53041.THP-1_acute_monocytic_leukemia_CAL.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "1178",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE31939.LS180_colon_cancer.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "2455",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE38103.LX-2_hepatic_stellate_cells.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "324",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE53041.THP-1_acute_monocytic_leukemia.VDR/"
        },
        {
            "tf_name": "VSX1",
            "total_peaks": "2712",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR564UWC.whole_organism_development_stage_embryonic.VSX1/"
        },
        {
            "tf_name": "VSX2",
            "total_peaks": "40300",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036519.motor_neurons.VSX2/"
        },
        {
            "tf_name": "WRKY18",
            "total_peaks": "3872",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041471.12_day_old_seedlings.WRKY18/"
        },
        {
            "tf_name": "WRKY18",
            "total_peaks": "5293",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041472.12_day_old_seedlings.WRKY18/"
        },
        {
            "tf_name": "WRKY18",
            "total_peaks": "6754",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041477.12_day_old_seedlings.WRKY18/"
        },
        {
            "tf_name": "WRKY18",
            "total_peaks": "8558",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041478.12_day_old_seedlings.WRKY18/"
        }
    ]
}