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=149
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=150",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=148",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "56354",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053627.embryoid_body_day_6.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "20356",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053646.clonal_MEF.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "15993",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053647.clonal_MEF.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "20103",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053648.clonal_MEF.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "24752",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053649.clonal_MEF.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "20029",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053650.clonal_MEF.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "20457",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053651.clonal_MEF.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "65489",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054030.HNEK_epidermal_keratinocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "53711",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054031.HepG2_hepatoblastoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "96600",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054032.WA01_H1_human_embryonic_stem_cells.CTCF/"
        }
    ]
}