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=398
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=399",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=397",
    "results": [
        {
            "tf_name": "GATA3",
            "total_peaks": "494",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058228.MCF7_Invasive_ductal_breast_carcinoma.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "89553",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BST.MCF7_Invasive_ductal_breast_carcinoma.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "121507",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BTH.SK-N-SH_neuroblastoma.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "33217",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BTI.A549_lung_carcinoma.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "16229",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EWS.MCF7_Invasive_ductal_breast_carcinoma.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "4242",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EWV.MCF7_Invasive_ductal_breast_carcinoma.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "54218",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR423RTK.MCF7_Invasive_ductal_breast_carcinoma.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "8674",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000784.CD4-_CD8-_thymocytes.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "6058",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000785.CD4_T-cells.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "9086",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000786.CD8_T-cells.GATA3/"
        }
    ]
}