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=714
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=715",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=713",
    "results": [
        {
            "tf_name": "RELA",
            "total_peaks": "40793",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040757.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "27723",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048240.NRCC.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "23705",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048639.BJAB_Burkitt_lymphoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "9251",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048640.BJAB_Burkitt_lymphoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "18264",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048641.BJAB_Burkitt_lymphoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "20924",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048642.BJAB_Burkitt_lymphoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "15278",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048643.BJAB_Burkitt_lymphoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "7874",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048644.BJAB_Burkitt_lymphoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "19690",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049054.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "70254",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049055.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.RELA/"
        }
    ]
}