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=908
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=909",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=907",
    "results": [
        {
            "tf_name": "TEAD4",
            "total_peaks": "1174",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031469.trophoblast_stem_cells.TEAD4/"
        },
        {
            "tf_name": "TEAD4",
            "total_peaks": "51",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037498.C2C12_myoblasts.TEAD4/"
        },
        {
            "tf_name": "TEAD4",
            "total_peaks": "641",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037499.C2C12_myotubes.TEAD4/"
        },
        {
            "tf_name": "TEAD4",
            "total_peaks": "286",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037502.hindlimb_muscles.TEAD4/"
        },
        {
            "tf_name": "TEAD4",
            "total_peaks": "7640",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE44416.MKN28_gastric_tubular_adenocarcinoma.TEAD4/"
        },
        {
            "tf_name": "TEAD4",
            "total_peaks": "32970",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE44416.SNU216_gastric_tubular_adenocarcinoma.TEAD4/"
        },
        {
            "tf_name": "TEAD4",
            "total_peaks": "20296",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE66081.MDA-MB-231_breast_adenocarcinoma.TEAD4/"
        },
        {
            "tf_name": "TEAD4",
            "total_peaks": "10440",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE68296.HuCCT1_intrahepatic_cholangiocarcinoma.TEAD4/"
        },
        {
            "tf_name": "TEAD4",
            "total_peaks": "47957",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE84389.BE2C.TEAD4/"
        },
        {
            "tf_name": "TFAP2A",
            "total_peaks": "22954",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010503.HeLa_S3_cervical_adenocarcinoma.TFAP2A/"
        }
    ]
}