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=739
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=740",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=738",
    "results": [
        {
            "tf_name": "RORC",
            "total_peaks": "2099",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036609.thymocytes.RORC/"
        },
        {
            "tf_name": "RORC",
            "total_peaks": "8441",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038910.Th0-cells.RORC/"
        },
        {
            "tf_name": "RORC",
            "total_peaks": "10514",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038912.Th17-cells.RORC/"
        },
        {
            "tf_name": "RORC",
            "total_peaks": "29320",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038913.Th17-cells.RORC/"
        },
        {
            "tf_name": "RST2",
            "total_peaks": "644",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052626.whole_cells.RST2/"
        },
        {
            "tf_name": "RST2",
            "total_peaks": "653",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052627.whole_cells.RST2/"
        },
        {
            "tf_name": "RST2",
            "total_peaks": "380",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052628.whole_cells.RST2/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "29690",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000587.K562_myelogenous_leukemia.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "798",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031055.differentiated_embryonic_stem_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "636",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031057.differentiated_embryonic_stem_cells.RUNX1/"
        }
    ]
}