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=872
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=873",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=871",
    "results": [
        {
            "tf_name": "STAT5A",
            "total_peaks": "36012",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051404.mammary_gland.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "653",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052142.J2E_erythroid_cells.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "68",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058654.hepatopoietic_stem_cells.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "47691",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059089.mammary_gland.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "23772",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059090.mammary_gland.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "73650",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059091.mammary_gland.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "55688",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059092.mammary_gland.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "16461",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BRR.K562_myelogenous_leukemia.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "77032",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000092.Th17-cells.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "18154",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000120.liver.STAT5A/"
        }
    ]
}