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=559
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=560",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=558",
    "results": [
        {
            "tf_name": "MYC",
            "total_peaks": "34932",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE36354.MM1_S_plasma_cell_myeloma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "32006",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE36570.BJ_fibroblasts.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "3400",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE42161.MM1_S_plasma_cell_myeloma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "19492",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE45201.MDA-MB-453_breast_adenocarcinoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "2050",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE66252.breast.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "8036",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DKU.GM12878_female_B-cells_lymphoblastoid_cell_line.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "1018",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DLI.WA01_H1_human_embryonic_stem_cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "4113",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DLN.HeLa_S3_cervical_adenocarcinoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "9810",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DLR.HepG2_hepatoblastoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "34447",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DLU.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.MYC/"
        }
    ]
}