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=774
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=775",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=773",
    "results": [
        {
            "tf_name": "SMAD3",
            "total_peaks": "79160",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057828.PC3bone_mets_prostate_adenocarcinoma.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "211",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035975.embryonic_stem_cell-drived_neuroepithelial_cells.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "17120",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE21614.BGO3.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "4526",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE29422.endoderm.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "7034",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE29422.hESC-1_Embryonic_stem_cells.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "1557",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE68325.bj.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "2626",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE36578.BGO3_DIFF_0H.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "8902",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE36578.BGO3_DIFF_2H.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "8341",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE36578.BGO3_DIFF_48H.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "29635",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE38103.LX-2_hepatic_stellate_cells_CALCIPOTRIOL_TGFB1.SMAD3/"
        }
    ]
}