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=250
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=251",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=249",
    "results": [
        {
            "tf_name": "ELF1",
            "total_peaks": "695",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048465.PC3bone_mets_prostate_adenocarcinoma.ELF1/"
        },
        {
            "tf_name": "ELF1",
            "total_peaks": "61201",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BMB.GM12878_female_B-cells_lymphoblastoid_cell_line.ELF1/"
        },
        {
            "tf_name": "ELF1",
            "total_peaks": "51702",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BMD.K562_myelogenous_leukemia.ELF1/"
        },
        {
            "tf_name": "ELF1",
            "total_peaks": "40358",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BMZ.HepG2_hepatoblastoma.ELF1/"
        },
        {
            "tf_name": "ELF1",
            "total_peaks": "31384",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BSS.MCF7_Invasive_ductal_breast_carcinoma.ELF1/"
        },
        {
            "tf_name": "ELF1",
            "total_peaks": "10411",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BTA.SK-N-SH_neuroblastoma.ELF1/"
        },
        {
            "tf_name": "ELF1",
            "total_peaks": "4362",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BVH.HCT-116_colon_carcinoma.ELF1/"
        },
        {
            "tf_name": "ELF1",
            "total_peaks": "1708",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR475SOC.MCF7_Invasive_ductal_breast_carcinoma.ELF1/"
        },
        {
            "tf_name": "ELF1",
            "total_peaks": "5039",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR975SSR.K562_myelogenous_leukemia.ELF1/"
        },
        {
            "tf_name": "ELF1",
            "total_peaks": "21066",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR293WTN.CH12_LX_Mouse_lymphoma.ELF1/"
        }
    ]
}