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=324
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=325",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=323",
    "results": [
        {
            "tf_name": "FLI1",
            "total_peaks": "89598",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000128.EWS502_Ewing_sarcoma.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "71470",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000132.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "21354",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000332.embryonic_stem_cell-derived_haematopoietic_cells.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "8657",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000354.megakaryocytes.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "8906",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000792.CD8_T-cells.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "8079",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000793.CD8_T-cells.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "2533",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000794.Th2-cells.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "2144",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010950.megakaryocyte.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "5521",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031690.hematopoietic_cells.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "5153",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031695.hematopoietic_progenitors.FLI1/"
        }
    ]
}