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=711
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=712",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=710",
    "results": [
        {
            "tf_name": "RELA",
            "total_peaks": "84154",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037290.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "72874",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037291.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "69568",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037292.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "42",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037987.HuH7_hepatocellular_carcinoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "111",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037988.HuH7_hepatocellular_carcinoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "4922",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037989.HuH7_hepatocellular_carcinoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "18061",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038048.HAEC_human_aortic_endothelial_cells.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "41598",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038049.HAEC_human_aortic_endothelial_cells.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "68643",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038050.HAEC_human_aortic_endothelial_cells.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "245",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038315.bone_marrow-derived_macrophages.RELA/"
        }
    ]
}