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=261
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=262",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=260",
    "results": [
        {
            "tf_name": "ERF",
            "total_peaks": "26444",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057471.prostate_organoids.ERF/"
        },
        {
            "tf_name": "ERF",
            "total_peaks": "32511",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057472.prostate_organoids.ERF/"
        },
        {
            "tf_name": "ERF",
            "total_peaks": "66722",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR159DQO.HepG2_hepatoblastoma.ERF/"
        },
        {
            "tf_name": "ERF",
            "total_peaks": "9905",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038638.VCaP_prostate_carcinoma.ERF/"
        },
        {
            "tf_name": "ERF",
            "total_peaks": "19939",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038639.VCaP_prostate_carcinoma.ERF/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "8251",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000724.VCaP_prostate_carcinoma.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "3809",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000726.VCaP_prostate_carcinoma.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "57438",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000734.VCaP_prostate_carcinoma.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "7537",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000735.LNCaP_prostate_carcinoma.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "19417",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033707.VCaP_prostate_carcinoma.ERG/"
        }
    ]
}