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=775
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=776",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=774",
    "results": [
        {
            "tf_name": "SMAD3",
            "total_peaks": "1238",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE38103.LX-2_hepatic_stellate_cells_TGFB1.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "54835",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51509.NCI-H441_squamous_cell_lung_carcinoma__SIITTF1.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "89",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE75297.hESC-1_Embryonic_stem_cells_DIFF_D0.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "277",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE75297.hESC-1_Embryonic_stem_cells_DIFF_D1.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "103",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE75297.hESC-1_Embryonic_stem_cells_DIFF_D2.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "34322",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE36578.BGO3.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "49893",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51509.NCI-H441_squamous_cell_lung_carcinoma_.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "160",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE75297.hESC-1_Embryonic_stem_cells.SMAD3/"
        },
        {
            "tf_name": "SMAD4",
            "total_peaks": "17173",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040398.CD4_T-cells.SMAD4/"
        },
        {
            "tf_name": "SMAD4",
            "total_peaks": "337",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040399.CD4_T-cells.SMAD4/"
        }
    ]
}