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=903
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=904",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=902",
    "results": [
        {
            "tf_name": "TCF7L2",
            "total_peaks": "9291",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036767.HUES64_embryonic_stem_cells.TCF7L2/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "4244",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036768.HUES64_embryonic_stem_cells.TCF7L2/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "10091",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039662.K562_myelogenous_leukemia.TCF7L2/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "27915",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51621.LNCaP_prostate_carcinoma.TCF7L2/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "345",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE45201.MDA-MB-453_breast_adenocarcinoma_DHT.TCF7L2/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "19575",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE45201.MDA-MB-453_breast_adenocarcinoma.TCF7L2/"
        },
        {
            "tf_name": "TCP4",
            "total_peaks": "4150",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059483.4_day_old_seedlings.TCP4/"
        },
        {
            "tf_name": "TCP4",
            "total_peaks": "18760",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059484.4_day_old_seedlings.TCP4/"
        },
        {
            "tf_name": "TEAD1",
            "total_peaks": "36106",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036597.pre-B-cell_progenitors.TEAD1/"
        },
        {
            "tf_name": "TEAD1",
            "total_peaks": "88382",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047969.MCF-7_C4-12_invasive_breast_ductal_carcinoma.TEAD1/"
        }
    ]
}