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=668
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=669",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=667",
    "results": [
        {
            "tf_name": "POU5F1",
            "total_peaks": "258",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051334.ES-E14_E14_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "16688",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051493.embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "20232",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051494.embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "17863",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051495.embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "17007",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051512.V6_5_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "1562",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051513.V6_5_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "5490",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051772.embryonic_fibroblasts.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "4365",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052404.embryonic_fibroblasts.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "8587",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052405.embryonic_fibroblasts.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "10136",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052410.embryonic_fibroblasts.POU5F1/"
        }
    ]
}