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=100
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=101",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=99",
    "results": [
        {
            "tf_name": "CEBPB",
            "total_peaks": "59521",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034621.acute_myeloid_leukemia.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "14462",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036075.liver.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "110641",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036271.bone_marrow-derived_mesenchymal_stem_cells.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "24116",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037308.Ly6Clo_monocytes.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "52233",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037570.Hoxb8-FL.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "6352",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037824.bone_marrow-derived_macrophages.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "75413",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037966.MV-4-11_Childhood_acute_monocytic_leukemia.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "54980",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038167.embryonic_fibroblasts.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "40892",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038168.embryonic_fibroblasts_expressing_OSKM_for_48h.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "28159",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038169.pre-induced_pluripotent_stem_cells.CEBPB/"
        }
    ]
}