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=902
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=903",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=901",
    "results": [
        {
            "tf_name": "TCF7L2",
            "total_peaks": "2122",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EVQ.HepG2_hepatoblastoma.TCF7L2/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "9294",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EWT.MCF7_Invasive_ductal_breast_carcinoma.TCF7L2/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "26151",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EXL.PANC1_pancreatic_ductal_adenocarcinoma.TCF7L2/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "17451",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030869.hair_follicle_stem_cells.TCF7L2/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "11632",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031214.hepatocytes.TCF7L2/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "7694",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033255.H4-II-E_hepatocellular_carcinoma.TCF7L2/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "3044",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034520.crypt_cells.TCF7L2/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "93",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035403.small_intestine.TCF7L2/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "11778",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036765.HUES64_embryonic_stem_cells.TCF7L2/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "14999",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036766.HUES64_embryonic_stem_cells.TCF7L2/"
        }
    ]
}