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=485
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=486",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=484",
    "results": [
        {
            "tf_name": "JUN",
            "total_peaks": "43270",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057919.definitive_endoderm_from_HUES8.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "40528",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057924.HUES8_Embryonic_stem_cell_blastocyst_stage.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "40019",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058069.MDA-MB-231-1833_breast_cancer_cells_bone-tropic_metastatic_line.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "90426",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058070.MDA-MB-231-1833_breast_cancer_cells_bone-tropic_metastatic_line.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "18166",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058211.Kasumi-1_acute_myeloblastic_leukemia.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "4011",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058212.Kasumi-1_acute_myeloblastic_leukemia.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "10979",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058760.bone_marrow-derived_macrophages.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "33774",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058767.bone_marrow-derived_macrophages.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "11822",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058768.bone_marrow-derived_macrophages.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "36904",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058781.bone_marrow-derived_macrophages.JUN/"
        }
    ]
}