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=710
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=711",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=709",
    "results": [
        {
            "tf_name": "RELA",
            "total_peaks": "15176",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036979.MCF7_Invasive_ductal_breast_carcinoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "21761",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036984.MCF7_Invasive_ductal_breast_carcinoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "7212",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036985.MCF7_Invasive_ductal_breast_carcinoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "23397",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036986.MCF7_Invasive_ductal_breast_carcinoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "16352",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036987.MCF7_Invasive_ductal_breast_carcinoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "49118",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037285.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "83698",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037286.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "79490",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037287.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "63389",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037288.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "50156",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037289.bone_marrow-derived_macrophages.RELA/"
        }
    ]
}