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=349
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=350",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=348",
    "results": [
        {
            "tf_name": "FOXA1",
            "total_peaks": "115327",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058102.MCF7_Invasive_ductal_breast_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "41559",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058103.ZR-75-1_invasive_ductal_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "44390",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058104.ZR-75-1_invasive_ductal_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "72131",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058105.ZR-75-1_invasive_ductal_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "94294",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058106.ZR-75-1_invasive_ductal_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "199597",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058393.22RV1_prostate_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "33889",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058394.22RV1_prostate_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "9432",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058752.intestinal_villus_epithelial_cells.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "48258",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058753.intestinal_villus_epithelial_cells.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "11215",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058965.sperm.FOXA1/"
        }
    ]
}