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=608
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=609",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=607",
    "results": [
        {
            "tf_name": "NR3C1",
            "total_peaks": "4253",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030428.BMDM_bone_marrow-derived_macrophages.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "14131",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030429.BMDM_bone_marrow-derived_macrophages.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "22979",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030498.LNCaP_prostate_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "26653",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030499.VCaP_prostate_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "32595",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030502.LNCaP_prostate_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "43888",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030503.LNCaP_prostate_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "1601",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031463.AtT-20_pituitary_tumor.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "2017",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031464.AtT-20_pituitary_tumor.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "22665",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031991.liver.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "20323",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032038.liver.NR3C1/"
        }
    ]
}