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=97
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=98",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=96",
    "results": [
        {
            "tf_name": "CEBPB",
            "total_peaks": "3666",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BRX.GM12878_female_B-cells_lymphoblastoid_cell_line.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "17591",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BSD.HCT-116_colon_carcinoma.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "68278",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BSR.MCF7_Invasive_ductal_breast_carcinoma.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "29501",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BTT.Ishikawa_endometrial_adenocarcinoma.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "51054",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BUB.A549_lung_carcinoma.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "99089",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DYI.A549_lung_carcinoma.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "30296",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EBV.WA01_H1_human_embryonic_stem_cells.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "136589",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EDA.HeLa_S3_cervical_adenocarcinoma.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "140915",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EEE.HepG2_hepatoblastoma.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "193717",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EFM.IMR90_lung_fibroblasts.CEBPB/"
        }
    ]
}