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=419
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=420",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=418",
    "results": [
        {
            "tf_name": "GRHL2",
            "total_peaks": "4733",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052007.epiblast_cells.GRHL2/"
        },
        {
            "tf_name": "GRHL2",
            "total_peaks": "847",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052008.epiblast_cells.GRHL2/"
        },
        {
            "tf_name": "GRHL2",
            "total_peaks": "7801",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052011.epiblast_cells.GRHL2/"
        },
        {
            "tf_name": "GRHL2",
            "total_peaks": "1169",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052012.epiblast_cells.GRHL2/"
        },
        {
            "tf_name": "GRHL2",
            "total_peaks": "6084",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034598.placenta.GRHL2/"
        },
        {
            "tf_name": "GRHL2",
            "total_peaks": "12692",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037342.LNCaP_prostate_carcinoma.GRHL2/"
        },
        {
            "tf_name": "GRHL2",
            "total_peaks": "48052",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE46194.HBE.GRHL2/"
        },
        {
            "tf_name": "GRHL2",
            "total_peaks": "36524",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE71018.OVCA429_ovarian_cystadenocarcinoma.GRHL2/"
        },
        {
            "tf_name": "GRHL2",
            "total_peaks": "19131",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE71018.OVCAR3_high_grade_ovarian_serous_adenocarcinoma.GRHL2/"
        },
        {
            "tf_name": "GRHL2",
            "total_peaks": "22776",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE71018.PEO1_ovarian_cystadenocarcinoma.GRHL2/"
        }
    ]
}