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=443
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=444",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=442",
    "results": [
        {
            "tf_name": "HOXB13",
            "total_peaks": "54408",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56288.LNCaP_prostate_carcinoma.HOXB13/"
        },
        {
            "tf_name": "HOXB4",
            "total_peaks": "7556",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031161.embryoid_body_day_6.HOXB4/"
        },
        {
            "tf_name": "HOXB4",
            "total_peaks": "15522",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031162.embryoid_body.HOXB4/"
        },
        {
            "tf_name": "HOXB4",
            "total_peaks": "55255",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031163.embryoid_body.HOXB4/"
        },
        {
            "tf_name": "HOXB5",
            "total_peaks": "32851",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040858.pre-pro-B-cells.HOXB5/"
        },
        {
            "tf_name": "HOXB7",
            "total_peaks": "884",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033341.BT-549_breast_invasive_ductal_carcinoma.HOXB7/"
        },
        {
            "tf_name": "HOXC10",
            "total_peaks": "2128",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050176.E11_5_hindlimb.HOXC10/"
        },
        {
            "tf_name": "HOXC10",
            "total_peaks": "3025",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050177.E11_5_hindlimb.HOXC10/"
        },
        {
            "tf_name": "HOXC12",
            "total_peaks": "6026",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051787.C10_pre-B-cells.HOXC12/"
        },
        {
            "tf_name": "HOXC12",
            "total_peaks": "3215",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051788.C10_pre-B-cells.HOXC12/"
        }
    ]
}