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=562
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=563",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=561",
    "results": [
        {
            "tf_name": "MYC",
            "total_peaks": "25451",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP001026.FB0167P_progeria_fibroblasts.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "10354",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP001028.D54_H54_Human_glioblastoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "21059",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010342.MEL_cell_line.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "19842",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010764.CH12_LX_Mouse_lymphoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "1342",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031686.pro-B_cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "53073",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031873.HeLa_cervical_adenocarcinoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "3615",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031876.embryonic_stem_cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "9306",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032706.embryonic_stem_cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "10370",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033042.CD8_T-cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "3021",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033355.J1_embryonic_stem_cells.MYC/"
        }
    ]
}