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=729
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=730",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=728",
    "results": [
        {
            "tf_name": "REST",
            "total_peaks": "1750",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058827.embryonic_stem_cells.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "2109",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058828.embryonic_stem_cells.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "2636",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058829.embryonic_stem_cells.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "7925",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000ATM.K562_myelogenous_leukemia.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "8694",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BGF.GM12878_female_B-cells_lymphoblastoid_cell_line.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "25812",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BHM.WA01_H1_human_embryonic_stem_cells.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "7774",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BJJ.SK-N-SH_neuroblastoma.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "5384",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BJL.HepG2_hepatoblastoma.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "29872",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BJO.PANC1_pancreatic_ductal_adenocarcinoma.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "7960",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BJP.PFSK1_primitive_neuroectodermal_tumor.REST/"
        }
    ]
}