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=353
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=354",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=352",
    "results": [
        {
            "tf_name": "FOXA1",
            "total_peaks": "80378",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038772.MCF7_Invasive_ductal_breast_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "313",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039676.K562_myelogenous_leukemia.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "17154",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039777.liver.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "6917",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039801.HepG2_hepatoblastoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "10937",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039865.liver.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "655",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039910.HEK293T_embryonic_kidney.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "106528",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP001226.LNCaP_prostate_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "78014",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP001226.MCF7_Invasive_ductal_breast_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "149255",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP001226.MDA-MB-453_breast_adenocarcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "49229",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP002306.liver.FOXA1/"
        }
    ]
}