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=36
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=37",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=35",
    "results": [
        {
            "tf_name": "ARNT",
            "total_peaks": "1774",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049262.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.ARNT/"
        },
        {
            "tf_name": "ARNT",
            "total_peaks": "135317",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59935.T47D_invasive_ductal_carcinoma.ARNT/"
        },
        {
            "tf_name": "ARNT",
            "total_peaks": "12328",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR155KHM.K562_myelogenous_leukemia.ARNT/"
        },
        {
            "tf_name": "ARNT",
            "total_peaks": "1705",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR029IBC.HepG2_hepatoblastoma.ARNT/"
        },
        {
            "tf_name": "ARNT",
            "total_peaks": "1623",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR760UKJ.HEK293T_embryonic_kidney.ARNT/"
        },
        {
            "tf_name": "ARNT",
            "total_peaks": "10252",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR613NUC.K562_myelogenous_leukemia.ARNT/"
        },
        {
            "tf_name": "ARNT",
            "total_peaks": "1642",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR669NFS.K562_myelogenous_leukemia.ARNT/"
        },
        {
            "tf_name": "ARNT",
            "total_peaks": "5464",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR590KEQ.GM12878_female_B-cells_lymphoblastoid_cell_line.ARNT/"
        },
        {
            "tf_name": "ARNT",
            "total_peaks": "369352",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE41820.MCF7_Invasive_ductal_breast_carcinoma.ARNT/"
        },
        {
            "tf_name": "ARNT",
            "total_peaks": "9283",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE67237.786o-hif1a.ARNT/"
        }
    ]
}