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=945
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=946",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=944",
    "results": [
        {
            "tf_name": "UNC-62",
            "total_peaks": "4327",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057647.DLS396_strainday_1_adult.UNC-62/"
        },
        {
            "tf_name": "UNC-86",
            "total_peaks": "1631",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR807UTG.Whole_worms_developmental_stage_L1.UNC-86/"
        },
        {
            "tf_name": "UNC-86",
            "total_peaks": "618",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR693VPE.Whole_worms_developmental_stage_late_embryo.UNC-86/"
        },
        {
            "tf_name": "UNPG",
            "total_peaks": "5666",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR394MHV.whole_organism_development_stage_embryonic.UNPG/"
        },
        {
            "tf_name": "USF1",
            "total_peaks": "10416",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BHX.A549_lung_carcinoma.USF1/"
        },
        {
            "tf_name": "USF1",
            "total_peaks": "14479",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BJB.A549_lung_carcinoma.USF1/"
        },
        {
            "tf_name": "USF1",
            "total_peaks": "55224",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BMF.SK-N-SH_neuroblastoma.USF1/"
        },
        {
            "tf_name": "USF1",
            "total_peaks": "17751",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BPV.A549_lung_carcinoma.USF1/"
        },
        {
            "tf_name": "USF1",
            "total_peaks": "19409",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059792.ES-E14_E14_embryonic_stem_cells.USF1/"
        },
        {
            "tf_name": "USF1",
            "total_peaks": "9364",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BGI.GM12878_female_B-cells_lymphoblastoid_cell_line.USF1/"
        }
    ]
}