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=411
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=412",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=410",
    "results": [
        {
            "tf_name": "GCN4",
            "total_peaks": "90",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041800.S__cerevisiae_cells.GCN4/"
        },
        {
            "tf_name": "GCN4",
            "total_peaks": "130",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041801.S__cerevisiae_cells.GCN4/"
        },
        {
            "tf_name": "GCN4",
            "total_peaks": "141",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041802.S__cerevisiae_cells.GCN4/"
        },
        {
            "tf_name": "GCN4",
            "total_peaks": "309",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP042197.S__cerevisiae_cells.GCN4/"
        },
        {
            "tf_name": "GCN4",
            "total_peaks": "483",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047711.S__cerevisiae_cells.GCN4/"
        },
        {
            "tf_name": "GCN4",
            "total_peaks": "309",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047712.S__cerevisiae_cells.GCN4/"
        },
        {
            "tf_name": "GFI1",
            "total_peaks": "6460",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034988.embryonic_stem_cell-derived_hematopoietic_progenitors.GFI1/"
        },
        {
            "tf_name": "GFI1",
            "total_peaks": "7171",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035272.CD4_T-cells.GFI1/"
        },
        {
            "tf_name": "GFI1",
            "total_peaks": "4774",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037605.neurosphere_cells.GFI1/"
        },
        {
            "tf_name": "GFI1",
            "total_peaks": "53564",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037606.neurosphere_cells.GFI1/"
        }
    ]
}