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=88
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=89",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=87",
    "results": [
        {
            "tf_name": "CEBPB",
            "total_peaks": "43009",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032903.BV-2_brain_microglial_cells.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "1614",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033150.C10_pre-B-cells.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "9131",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033151.C10_pre-B-cells.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "5104",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033152.C10_pre-B-cells.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "9436",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033153.C10_pre-B-cells.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "17233",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033154.C10_pre-B-cells.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "47566",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033794.liver.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "48453",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033795.liver.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "43080",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033796.liver.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "3298",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034977.embryonic_stem_cell-derived_hemangioblasts.CEBPB/"
        }
    ]
}