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=482
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=483",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=481",
    "results": [
        {
            "tf_name": "JUN",
            "total_peaks": "24690",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039981.A549_lung_carcinoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "16853",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040017.A549_lung_carcinoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "9623",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047659.MCF7_Invasive_ductal_breast_carcinoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "24565",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047660.MCF7_Invasive_ductal_breast_carcinoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "28118",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047661.MCF7_Invasive_ductal_breast_carcinoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "9495",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048209.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "13755",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048210.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "11573",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048211.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "15314",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048212.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "51674",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048571.MCF10A-ER-Src.JUN/"
        }
    ]
}