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=339
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=340",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=338",
    "results": [
        {
            "tf_name": "FOXA1",
            "total_peaks": "13763",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000623.T47D_invasive_ductal_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "17291",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000721.VCaP_prostate_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "50884",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000722.LNCaP_prostate_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "17361",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031895.lung_adenocarcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "6891",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031896.lung_adenocarcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "33047",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032165.prostate.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "3480",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032170.kidney.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "5018",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032173.caput_epididymis.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "20493",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032177.prostate.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "15210",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033206.CyT49-derived_endodermal_cells.FOXA1/"
        }
    ]
}