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=771
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=772",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=770",
    "results": [
        {
            "tf_name": "SKO1",
            "total_peaks": "379",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041583.S__cerevisiae_cells.SKO1/"
        },
        {
            "tf_name": "SKO1",
            "total_peaks": "226",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041584.S__cerevisiae_cells.SKO1/"
        },
        {
            "tf_name": "SLOU",
            "total_peaks": "1119",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR637FPY.whole_organism_development_stage_embryonic.SLOU/"
        },
        {
            "tf_name": "SMAD2",
            "total_peaks": "393",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR189PYJ.K562_myelogenous_leukemia.SMAD2/"
        },
        {
            "tf_name": "SMAD2",
            "total_peaks": "7542",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE29422.endoderm.SMAD2/"
        },
        {
            "tf_name": "SMAD2",
            "total_peaks": "2943",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE29422.hESC-1_Embryonic_stem_cells.SMAD2/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "41724",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030726.neural_stem_cells.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "3855",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035527.BMDM_bone_marrow-derived_macrophages.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "17359",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035528.BMDM_bone_marrow-derived_macrophages.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "34474",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035532.BMDM_bone_marrow-derived_macrophages.SMAD3/"
        }
    ]
}