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=639
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=640",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=638",
    "results": [
        {
            "tf_name": "OTX2",
            "total_peaks": "79442",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038215.D341_Med_medulloblastoma.OTX2/"
        },
        {
            "tf_name": "OTX2",
            "total_peaks": "1469",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056736.basal_ganglia_and_septum.OTX2/"
        },
        {
            "tf_name": "OTX2",
            "total_peaks": "577",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056737.basal_ganglia_and_septum.OTX2/"
        },
        {
            "tf_name": "OTX2",
            "total_peaks": "24950",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056738.basal_ganglia_and_septum.OTX2/"
        },
        {
            "tf_name": "OTX2",
            "total_peaks": "15966",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60024.retina.OTX2/"
        },
        {
            "tf_name": "OTX2",
            "total_peaks": "4268",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032495.retinal_pigmented_epithelium.OTX2/"
        },
        {
            "tf_name": "OTX2",
            "total_peaks": "7136",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032496.retinal_pigmented_epithelium.OTX2/"
        },
        {
            "tf_name": "OTX2",
            "total_peaks": "19380",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032497.neural_retina.OTX2/"
        },
        {
            "tf_name": "OTX2",
            "total_peaks": "4748",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032498.neural_retina.OTX2/"
        },
        {
            "tf_name": "OTX2",
            "total_peaks": "58935",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032979.epiblast-like_cells.OTX2/"
        }
    ]
}