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=572
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=573",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=571",
    "results": [
        {
            "tf_name": "MYCN",
            "total_peaks": "39841",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058025.SH-EP-NMYCER.MYCN/"
        },
        {
            "tf_name": "MYCN",
            "total_peaks": "12103",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000487.embryonic_stem_cells.MYCN/"
        },
        {
            "tf_name": "MYCN",
            "total_peaks": "579",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034406.medulloblastoma_type_G3.MYCN/"
        },
        {
            "tf_name": "MYCN",
            "total_peaks": "12387",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034408.Sonic_Hedgehog_medulloblastoma.MYCN/"
        },
        {
            "tf_name": "MYCN",
            "total_peaks": "35698",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037529.RH4_alveolar_rhabdomyosarcoma.MYCN/"
        },
        {
            "tf_name": "MYCN",
            "total_peaks": "241042",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038397.NGP_neuroblastoma.MYCN/"
        },
        {
            "tf_name": "MYCN",
            "total_peaks": "38101",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038398.Kelly_neuroblastoma.MYCN/"
        },
        {
            "tf_name": "MYCN",
            "total_peaks": "18102",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038399.NB-1643_neuroblastoma.MYCN/"
        },
        {
            "tf_name": "MYCN",
            "total_peaks": "154",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP013415.SMS-KCN.MYCN/"
        },
        {
            "tf_name": "MYCN",
            "total_peaks": "132",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP013415.SMS-KCNR.MYCN/"
        }
    ]
}