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=417
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=418",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=416",
    "results": [
        {
            "tf_name": "GRH",
            "total_peaks": "5270",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046187.5-6_h_AEL_embryo.GRH/"
        },
        {
            "tf_name": "GRH",
            "total_peaks": "1710",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046188.5-6_h_AEL_embryo.GRH/"
        },
        {
            "tf_name": "GRH",
            "total_peaks": "4159",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046189.11-12_h_AEL_embryo.GRH/"
        },
        {
            "tf_name": "GRH",
            "total_peaks": "1777",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046190.11-12_h_AEL_embryo.GRH/"
        },
        {
            "tf_name": "GRH",
            "total_peaks": "7440",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046191.15-16_h_AEL_embryo.GRH/"
        },
        {
            "tf_name": "GRH",
            "total_peaks": "2633",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046192.15-16_h_AEL_embryo.GRH/"
        },
        {
            "tf_name": "GRH",
            "total_peaks": "1715",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046193.wing_imaginal_disc_developmental_stage_L3.GRH/"
        },
        {
            "tf_name": "GRHL2",
            "total_peaks": "66328",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037435.MCF7_Invasive_ductal_breast_carcinoma.GRHL2/"
        },
        {
            "tf_name": "GRHL2",
            "total_peaks": "31711",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040962.MCF7_Invasive_ductal_breast_carcinoma.GRHL2/"
        },
        {
            "tf_name": "GRHL2",
            "total_peaks": "24644",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040963.MCF7_Invasive_ductal_breast_carcinoma.GRHL2/"
        }
    ]
}