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=365
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=366",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=364",
    "results": [
        {
            "tf_name": "FOXA2",
            "total_peaks": "73177",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR066EBK.HepG2_hepatoblastoma.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "5246",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000383.liver.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "3315",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000903.liver.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "3850",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000905.liver.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "7691",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030514.embryonic_stem_cell-derived_endodermal_cells.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "54447",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030601.pancreas.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "8498",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030604.uterus.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "12477",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030605.uterus.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "4784",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030886.hepatocytes.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "437",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032065.HUES64-derived_endodermal_cells.FOXA2/"
        }
    ]
}