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=634
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=635",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=633",
    "results": [
        {
            "tf_name": "OCT4",
            "total_peaks": "268",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE20650.esc.OCT4/"
        },
        {
            "tf_name": "OCT4",
            "total_peaks": "75481",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE21614.bgo3.OCT4/"
        },
        {
            "tf_name": "ODD",
            "total_peaks": "2091",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR643MOM.whole_organism_development_stage_embryonic.ODD/"
        },
        {
            "tf_name": "ODSH",
            "total_peaks": "5105",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR833LUF.whole_organism_development_stage_prepupa.ODSH/"
        },
        {
            "tf_name": "ODSH",
            "total_peaks": "2843",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR824HQS.whole_organism_development_stage_wandering_third_instar_larva.ODSH/"
        },
        {
            "tf_name": "OLIG2",
            "total_peaks": "14763",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP001006.Ainv15_embryonic_stem_cells.OLIG2/"
        },
        {
            "tf_name": "OLIG2",
            "total_peaks": "88010",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036524.oligodendrocytes.OLIG2/"
        },
        {
            "tf_name": "OLIG2",
            "total_peaks": "42018",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP001005.Ainv15_embryonic_stem_cells.OLIG2/"
        },
        {
            "tf_name": "OLIG2",
            "total_peaks": "10428",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031707.oligodendrocytes.OLIG2/"
        },
        {
            "tf_name": "OLIG2",
            "total_peaks": "25432",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034048.ventral_neural_progenitors.OLIG2/"
        }
    ]
}