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=709
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=710",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=708",
    "results": [
        {
            "tf_name": "RELA",
            "total_peaks": "47288",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035529.BMDM_bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "8085",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035530.BMDM_bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "11474",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035531.BMDM_bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "9748",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036256.BEAS-2B_bronchial_epithelium.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "8400",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036259.BEAS-2B_bronchial_epithelium.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "2919",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036261.BEAS-2B_bronchial_epithelium.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "58000",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036832.monocyte-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "5900",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036902.SW480_colon_adenocarcinoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "36546",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036903.SW480_colon_adenocarcinoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "45896",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036978.MCF7_Invasive_ductal_breast_carcinoma.RELA/"
        }
    ]
}