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=955
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=956",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=954",
    "results": [
        {
            "tf_name": "WT1",
            "total_peaks": "126",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051907.nephron_progenitors.WT1/"
        },
        {
            "tf_name": "WT1",
            "total_peaks": "154",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051908.nephron_progenitors.WT1/"
        },
        {
            "tf_name": "WT1",
            "total_peaks": "18144",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051915.kidney.WT1/"
        },
        {
            "tf_name": "WT1",
            "total_peaks": "400",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033044.kidney.WT1/"
        },
        {
            "tf_name": "WT1",
            "total_peaks": "24945",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034362.kidney_cortex.WT1/"
        },
        {
            "tf_name": "WT1",
            "total_peaks": "123991",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037398.K562_myelogenous_leukemia.WT1/"
        },
        {
            "tf_name": "WT1",
            "total_peaks": "16880",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039730.HEK293_embryonic_kidney.WT1/"
        },
        {
            "tf_name": "XBP1",
            "total_peaks": "988",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037732.liver.XBP1/"
        },
        {
            "tf_name": "XBP1",
            "total_peaks": "28999",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037733.liver.XBP1/"
        },
        {
            "tf_name": "XBP1",
            "total_peaks": "8525",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037734.liver.XBP1/"
        }
    ]
}