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=659
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=660",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=658",
    "results": [
        {
            "tf_name": "POU2F2",
            "total_peaks": "769",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE79480.BJAB_Burkitt_lymphoma_BIRA.POU2F2/"
        },
        {
            "tf_name": "POU2F2",
            "total_peaks": "865",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE79480.BJAB_Burkitt_lymphoma_BIRA_T223A.POU2F2/"
        },
        {
            "tf_name": "POU2F3",
            "total_peaks": "17269",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051409.intestinal_tuft_cells.POU2F3/"
        },
        {
            "tf_name": "POU3F1",
            "total_peaks": "87856",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037116.epiblast_stem_cells.POU3F1/"
        },
        {
            "tf_name": "POU3F1",
            "total_peaks": "2953",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035126.embryonic_stem_cells.POU3F1/"
        },
        {
            "tf_name": "POU3F1",
            "total_peaks": "4419",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035135.neural_stem_cells.POU3F1/"
        },
        {
            "tf_name": "POU3F1",
            "total_peaks": "110249",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037111.epiblast_stem_cells.POU3F1/"
        },
        {
            "tf_name": "POU3F2",
            "total_peaks": "1537",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030570.embryonic_fibroblasts.POU3F2/"
        },
        {
            "tf_name": "POU3F2",
            "total_peaks": "100813",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058902.ES_cell-derived_embryoid_bodies_EBs.POU3F2/"
        },
        {
            "tf_name": "POU3F2",
            "total_peaks": "79004",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058906.ES_cell-derived_embryoid_bodies_EBs.POU3F2/"
        }
    ]
}