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=399
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=400",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=398",
    "results": [
        {
            "tf_name": "GATA3",
            "total_peaks": "3127",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000787.Th1-cells.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "3041",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000788.Th17-cells.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "4769",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000789.T-cells.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "10116",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000790.T-cells.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "9483",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000791.natural_killer_T_cells.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "593",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000796.CD8_T-cells.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "5273",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000797.CD4_CD8_thymocytes.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "14650",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000798.Th2-cells.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "1965",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031075.fetal_liver_precursors.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "3978",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031076.fetal_liver_precursors.GATA3/"
        }
    ]
}