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=346
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=347",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=345",
    "results": [
        {
            "tf_name": "FOXA1",
            "total_peaks": "22035",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048994.22RV1_prostate_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "46181",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048995.22RV1_prostate_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "53884",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049023.RT4_Bladder_carcinoma_cells.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "76807",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049024.RT4_Bladder_carcinoma_cells.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "88561",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049579.LNCaP_prostate_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "25083",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049900.T47D_invasive_ductal_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "29225",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049901.T47D_invasive_ductal_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "19173",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049902.T47D_invasive_ductal_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "54844",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049903.T47D_invasive_ductal_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "12562",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050242.liver.FOXA1/"
        }
    ]
}