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=677
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=678",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=676",
    "results": [
        {
            "tf_name": "POU5F1",
            "total_peaks": "79207",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047521.1_H1_ESCs_with_99_fibroblsat.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "100622",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047873.2nd_trimester_human_fetal_testis.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "10939",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051330.ES-E14_E14_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "31188",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56567.hiPSC.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "36369",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE36134.NCCIT_testicular_embryonic_carcinoma_SNF5.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "76571",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69646.hESC-1_Embryonic_stem_cells_NAIVE.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "29061",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69646.hESC-1_Embryonic_stem_cells_PRIMED.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "5455",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE36134.NCCIT_testicular_embryonic_carcinoma.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "32817",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP004238.esc-h1.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "32817",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP004238.esc-h1-3il.POU5F1/"
        }
    ]
}