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=99
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=100",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=98",
    "results": [
        {
            "tf_name": "CEBPB",
            "total_peaks": "92382",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030682.brown_preadipocytes.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "18294",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030683.brown_preadipocytes.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "67063",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030684.brown_preadipocytes.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "6029",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031692.hematopoietic_cells.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "33198",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032346.brown_preadipocytes.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "55566",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032347.brown_preadipocytes.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "32499",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032901.BV-2_brain_microglial_cells.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "7262",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033003.3T3-L1-derived_adipocytes.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "48811",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034205.monocyte-derived_dendritic_cells.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "7059",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034206.plasmacytoid_dendritic_cells.CEBPB/"
        }
    ]
}