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=730
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=731",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=729",
    "results": [
        {
            "tf_name": "REST",
            "total_peaks": "23193",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BMN.HeLa_S3_cervical_adenocarcinoma.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "54038",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BMW.K562_myelogenous_leukemia.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "27623",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BOT.HepG2_hepatoblastoma.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "20958",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BOX.PFSK1_primitive_neuroectodermal_tumor.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "19236",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BPK.PANC1_pancreatic_ductal_adenocarcinoma.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "20721",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BQS.GM12878_female_B-cells_lymphoblastoid_cell_line.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "14982",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BSP.MCF7_Invasive_ductal_breast_carcinoma.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "11250",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BTF.HL-60_acute_myeloid_leukemia.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "57837",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BTV.neural_cell.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "5016",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BUP.PANC1_pancreatic_ductal_adenocarcinoma.REST/"
        }
    ]
}