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=461
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=462",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=460",
    "results": [
        {
            "tf_name": "IRF3",
            "total_peaks": "1067",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040866.HBTEC_Primary_Human_BronchialTracheal_Epithelial_Cells.IRF3/"
        },
        {
            "tf_name": "IRF3",
            "total_peaks": "659",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040867.HBTEC_Primary_Human_BronchialTracheal_Epithelial_Cells.IRF3/"
        },
        {
            "tf_name": "IRF3",
            "total_peaks": "1319",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040868.HBTEC_Primary_Human_BronchialTracheal_Epithelial_Cells.IRF3/"
        },
        {
            "tf_name": "IRF3",
            "total_peaks": "1399",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EDF.HeLa_S3_cervical_adenocarcinoma.IRF3/"
        },
        {
            "tf_name": "IRF3",
            "total_peaks": "582",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EEJ.HepG2_hepatoblastoma.IRF3/"
        },
        {
            "tf_name": "IRF3",
            "total_peaks": "3689",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR408JQO.GM12878_female_B-cells_lymphoblastoid_cell_line.IRF3/"
        },
        {
            "tf_name": "IRF3",
            "total_peaks": "7960",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040104.SK-N-SH_neuroblastoma.IRF3/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "67",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031352.dendritic_cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "6159",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031636.B-cells.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "16529",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031638.CD4_T-cells.IRF4/"
        }
    ]
}