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=641
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=642",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=640",
    "results": [
        {
            "tf_name": "OTX2",
            "total_peaks": "103141",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038196.D283_Med_medulloblastoma.OTX2/"
        },
        {
            "tf_name": "OTX2",
            "total_peaks": "109268",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038197.D283_Med_medulloblastoma.OTX2/"
        },
        {
            "tf_name": "OTX2",
            "total_peaks": "82985",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038199.D341_Med_medulloblastoma.OTX2/"
        },
        {
            "tf_name": "OTX2",
            "total_peaks": "91630",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038200.D341_Med_medulloblastoma.OTX2/"
        },
        {
            "tf_name": "OTX2",
            "total_peaks": "66972",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053393.D283_Med_medulloblastoma.OTX2/"
        },
        {
            "tf_name": "OVO",
            "total_peaks": "700",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR078TMF.whole_organism_development_stage_adult.OVO/"
        },
        {
            "tf_name": "OVO",
            "total_peaks": "2075",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045714.12-14_h_embryo.OVO/"
        },
        {
            "tf_name": "OVOL2",
            "total_peaks": "1990",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032842.mammary_epithelial_cells.OVOL2/"
        },
        {
            "tf_name": "OVOL2",
            "total_peaks": "6764",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035482.corneal_epithelium.OVOL2/"
        },
        {
            "tf_name": "OVOL2",
            "total_peaks": "903",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035483.corneal_epithelium.OVOL2/"
        }
    ]
}