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=607
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=608",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=606",
    "results": [
        {
            "tf_name": "NR3C1",
            "total_peaks": "8161",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BLB.Ishikawa_endometrial_adenocarcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "351",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EEV.HepG2_hepatoblastoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "31463",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR458VTP.A549_lung_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "31871",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR471EKW.A549_lung_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "30167",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR070VXO.A549_lung_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "37358",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR908AOO.A549_lung_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "25553",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR857QEA.A549_lung_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "10151",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000639.3T3-L1-derived_preadipocytes.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "5326",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030423.BMDM_bone_marrow-derived_macrophages.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "9077",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030424.BMDM_bone_marrow-derived_macrophages.NR3C1/"
        }
    ]
}