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=715
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=716",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=714",
    "results": [
        {
            "tf_name": "RELA",
            "total_peaks": "76217",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049056.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "7801",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049113.HEK293_embryonic_kidney.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "7599",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049114.HEK293_embryonic_kidney.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "15845",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049115.HEK293_embryonic_kidney.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "6275",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049116.HEK293_embryonic_kidney.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "2440",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049362.Detroit_562_Pharyngeal_squamous_cell_carcinoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "24483",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049363.Detroit_562_Pharyngeal_squamous_cell_carcinoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "31984",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049364.Detroit_562_Pharyngeal_squamous_cell_carcinoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "22070",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049365.Detroit_562_Pharyngeal_squamous_cell_carcinoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "35308",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049366.Detroit_562_Pharyngeal_squamous_cell_carcinoma.RELA/"
        }
    ]
}