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=408
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=409",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=407",
    "results": [
        {
            "tf_name": "GATA6",
            "total_peaks": "54498",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057920.definitive_endoderm_from_HUES8.GATA6/"
        },
        {
            "tf_name": "GATA6",
            "total_peaks": "75309",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057922.definitive_endoderm_from_HUES8.GATA6/"
        },
        {
            "tf_name": "GATA6",
            "total_peaks": "126699",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057930.definitive_endoderm_from_HUES8.GATA6/"
        },
        {
            "tf_name": "GATA6",
            "total_peaks": "91340",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057932.definitive_endoderm_from_HUES8.GATA6/"
        },
        {
            "tf_name": "GATA6",
            "total_peaks": "21952",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033641.embryonic_fibroblasts.GATA6/"
        },
        {
            "tf_name": "GATA6",
            "total_peaks": "929",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035043.endodermal_stem_cells.GATA6/"
        },
        {
            "tf_name": "GATA6",
            "total_peaks": "1771",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035044.endodermal_stem_cells.GATA6/"
        },
        {
            "tf_name": "GATA6",
            "total_peaks": "341",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036709.HUES64_embryonic_stem_cells.GATA6/"
        },
        {
            "tf_name": "GATA6",
            "total_peaks": "7708",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036710.HUES64_embryonic_stem_cells.GATA6/"
        },
        {
            "tf_name": "GATA6",
            "total_peaks": "27703",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036793.HUES64_embryonic_stem_cells.GATA6/"
        }
    ]
}