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=503
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=504",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=502",
    "results": [
        {
            "tf_name": "KLF4",
            "total_peaks": "40651",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032749.CGR8_embryonic_stem_cells.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "458",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034574.mixture_of_cell_types.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "33",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034908.ES-E14_E14_embryonic_stem_cells.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "126",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034909.ES-E14_E14_embryonic_stem_cells.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "964",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035322.B-cells.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "3338",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035323.B-cells.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "4544",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035324.B-cells.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "9864",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038256.E3_5_embryonic_stem_cells.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "11680",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038257.E3_5_embryonic_stem_cells.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "14131",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038258.E3_5_embryonic_stem_cells.KLF4/"
        }
    ]
}