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=649
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=650",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=648",
    "results": [
        {
            "tf_name": "PDX1",
            "total_peaks": "10997",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033205.CyT49-derived_endodermal_cells.PDX1/"
        },
        {
            "tf_name": "PDX1",
            "total_peaks": "790",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051958.pancreatic_acinar_cells.PDX1/"
        },
        {
            "tf_name": "PDX1",
            "total_peaks": "254",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051959.pancreatic_acinar_cells.PDX1/"
        },
        {
            "tf_name": "PDX1",
            "total_peaks": "1037",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051961.pancreatic_ductal_adenocarcinoma.PDX1/"
        },
        {
            "tf_name": "PDX1",
            "total_peaks": "16140",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035288.Beta-TC-6_insulinoma.PDX1/"
        },
        {
            "tf_name": "PDX1",
            "total_peaks": "50666",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047965.iPS_derived_pancreatic_precursor_cells.PDX1/"
        },
        {
            "tf_name": "PDX1",
            "total_peaks": "54911",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP001456.pancreatic_islets.PDX1/"
        },
        {
            "tf_name": "PDX1",
            "total_peaks": "80861",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP004003.pancreatic_islets.PDX1/"
        },
        {
            "tf_name": "PDX1",
            "total_peaks": "2637",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP004206.H9.PDX1/"
        },
        {
            "tf_name": "PDX1",
            "total_peaks": "11789",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE58685.hESC-1_Embryonic_stem_cells.PDX1/"
        }
    ]
}