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=778
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=779",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=777",
    "results": [
        {
            "tf_name": "SMAD4",
            "total_peaks": "3414",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE29422.hESC-1_Embryonic_stem_cells.SMAD4/"
        },
        {
            "tf_name": "SMAD5",
            "total_peaks": "9171",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000262.pulmonary_arterial_smooth_muscle_cells.SMAD5/"
        },
        {
            "tf_name": "SMAD5",
            "total_peaks": "26469",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039848.K562_myelogenous_leukemia.SMAD5/"
        },
        {
            "tf_name": "SMAD5",
            "total_peaks": "13402",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039940.GM12878_female_B-cells_lymphoblastoid_cell_line.SMAD5/"
        },
        {
            "tf_name": "SNA",
            "total_peaks": "7420",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046015.2-4_h_embryo.SNA/"
        },
        {
            "tf_name": "SNAI1",
            "total_peaks": "16296",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033993.MMTV-PyMT_breast_cancer_cells.SNAI1/"
        },
        {
            "tf_name": "SNAI1",
            "total_peaks": "9773",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030922.myoblasts.SNAI1/"
        },
        {
            "tf_name": "SNAI1",
            "total_peaks": "426",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035945.HEK293_embryonic_kidney.SNAI1/"
        },
        {
            "tf_name": "SNAI2",
            "total_peaks": "16572",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033992.MMTV-PyMT_breast_cancer_cells.SNAI2/"
        },
        {
            "tf_name": "SNAI2",
            "total_peaks": "12906",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059166.mESCs_mouse_embryonic_stem_cells.SNAI2/"
        }
    ]
}