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=354
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=355",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=353",
    "results": [
        {
            "tf_name": "FOXA1",
            "total_peaks": "146593",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP003828.lncap.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "76767",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP003828.mcf7.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "174155",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP003828.zr751.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "48911",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE39998.NCI-H3122_lung_adenocarcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "43458",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE52725.LNCaP_prostate_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "31244",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56288.LNCaP_prostate_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "78219",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE64656.LNCaP_prostate_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "39236",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE80808.MCF7_Invasive_ductal_breast_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "59083",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000380.MCF7_Invasive_ductal_breast_carcinoma_E2_TAM.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "44168",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000380.MCF7_Invasive_ductal_breast_carcinoma_TAMR_E2_TAM.FOXA1/"
        }
    ]
}