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=566
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=567",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=565",
    "results": [
        {
            "tf_name": "MYC",
            "total_peaks": "39480",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038181.pre-induced_pluripotent_stem_cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "3136",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038280.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "14322",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038405.MDA231-LM2-4175_breast_adenocarcinoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "15590",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038945.spleen_B-cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "9952",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038953.3T9_fibroblasts.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "19951",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038956.spleen_B-cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "40075",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038957.B-cells_lymphnode-derived.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "391345",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP004110.LCL_lymphoblastoid_cell_line.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "20627",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE30726.BL41Burkitt_lymphoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "6013",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE30726.Blue1_sporadic_Burkitt_lymphoma.MYC/"
        }
    ]
}