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=479
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=480",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=478",
    "results": [
        {
            "tf_name": "JUN",
            "total_peaks": "12187",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030426.BMDM_bone_marrow-derived_macrophages.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "7249",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030427.BMDM_bone_marrow-derived_macrophages.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "3280",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031642.CD4_T-cells.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "43",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031647.CD4_T-cells.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "2451",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033057.OG2_transgenetic_mouse_embryonic_stem_cells.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "307",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033058.OG2_transgenetic_mouse_embryonic_fibroblasts.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "20903",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033443.MDA-MB-231_breast_adenocarcinoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "22048",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033444.MDA-MB-231_breast_adenocarcinoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "5847",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036222.Flk1_hemangioblasts.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "16705",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036226.Flk1_hemangioblasts.JUN/"
        }
    ]
}