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=249
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=250",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=248",
    "results": [
        {
            "tf_name": "EGR3",
            "total_peaks": "96254",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035892.HEK293_embryonic_kidney.EGR3/"
        },
        {
            "tf_name": "EHF",
            "total_peaks": "1665",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037599.epidermal_keratinocytes.EHF/"
        },
        {
            "tf_name": "EHF",
            "total_peaks": "38149",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048485.RWPE1_prostate_epithelial_cells.EHF/"
        },
        {
            "tf_name": "EHF",
            "total_peaks": "5108",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030581.corneal_epithelium.EHF/"
        },
        {
            "tf_name": "EHF",
            "total_peaks": "12919",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037682.bronchial_epithelial_cells.EHF/"
        },
        {
            "tf_name": "EHF",
            "total_peaks": "153",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE63398.Calu-3_lung_adenocarcinoma.EHF/"
        },
        {
            "tf_name": "EIP74EF",
            "total_peaks": "517",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP043424.whole_organism_development_stage_embryonic.EIP74EF/"
        },
        {
            "tf_name": "ELF1",
            "total_peaks": "17373",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BPT.A549_lung_carcinoma.ELF1/"
        },
        {
            "tf_name": "ELF1",
            "total_peaks": "10136",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037955.bone_marrow-derived_macrophages.ELF1/"
        },
        {
            "tf_name": "ELF1",
            "total_peaks": "3572",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048464.RWPE1_prostate_epithelial_cells.ELF1/"
        }
    ]
}