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=475
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=476",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=474",
    "results": [
        {
            "tf_name": "ISL1",
            "total_peaks": "80627",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059831.E14Tg_derived_cardiac_progenitor_cells.ISL1/"
        },
        {
            "tf_name": "ISL1",
            "total_peaks": "3667",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034949.Sinoatrial_node_cells.ISL1/"
        },
        {
            "tf_name": "ISL1",
            "total_peaks": "2220",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036250.E14-derived_embryonic_cardiac_progenitor_cells.ISL1/"
        },
        {
            "tf_name": "ISL1",
            "total_peaks": "1619",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037603.pancreatic_beta-cells.ISL1/"
        },
        {
            "tf_name": "ISL1",
            "total_peaks": "912",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052022.E12_5-14_5_sympathetic_neurons.ISL1/"
        },
        {
            "tf_name": "ISX",
            "total_peaks": "107",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047493.murine_hepatocytes_MMH-D3.ISX/"
        },
        {
            "tf_name": "ISX",
            "total_peaks": "58061",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049826.B_lymphoblastic_leukemia.ISX/"
        },
        {
            "tf_name": "ISX",
            "total_peaks": "88041",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049827.activated_B-cells.ISX/"
        },
        {
            "tf_name": "ISX",
            "total_peaks": "65455",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049829.activated_B-cells.ISX/"
        },
        {
            "tf_name": "ISX",
            "total_peaks": "32950",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049831.activated_B-cells.ISX/"
        }
    ]
}