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=229
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=230",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=228",
    "results": [
        {
            "tf_name": "E2F1",
            "total_peaks": "563",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP055169.U2OS_osteosarcoma.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "14177",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE22478.HeLa_cervical_adenocarcinoma.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "13771",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE62425.HMEC-1.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "5768",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE67809.LNCaP-abl_Prostate_carcinoma.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "264",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE68223.skmel147.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "14513",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE77260.mesenchymal.E2F1/"
        },
        {
            "tf_name": "E2F3",
            "total_peaks": "2984",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000707.embryonic_fibroblasts.E2F3/"
        },
        {
            "tf_name": "E2F3",
            "total_peaks": "40902",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033434.intestinal_crypt_cells.E2F3/"
        },
        {
            "tf_name": "E2F3",
            "total_peaks": "21672",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033436.intestinal_villus.E2F3/"
        },
        {
            "tf_name": "E2F3",
            "total_peaks": "1212",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035343.embryonic_fibroblasts.E2F3/"
        }
    ]
}