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=439
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=440",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=438",
    "results": [
        {
            "tf_name": "HNF4A",
            "total_peaks": "14907",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51234.GP5d_colon_adenocarcinoma.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "6750",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE62890.HCT-116_colon_carcinoma.HNF4A/"
        },
        {
            "tf_name": "HNF4G",
            "total_peaks": "23319",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038065.jejunal_crypt_intestinal_epithelial_cells.HNF4G/"
        },
        {
            "tf_name": "HNF4G",
            "total_peaks": "44",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048990.LNCaP_prostate_carcinoma.HNF4G/"
        },
        {
            "tf_name": "HNF4G",
            "total_peaks": "5148",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048991.LNCaP_prostate_carcinoma.HNF4G/"
        },
        {
            "tf_name": "HNF4G",
            "total_peaks": "20510",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048996.22RV1_prostate_carcinoma.HNF4G/"
        },
        {
            "tf_name": "HNF4G",
            "total_peaks": "21614",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048997.22RV1_prostate_carcinoma.HNF4G/"
        },
        {
            "tf_name": "HNF4G",
            "total_peaks": "38976",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BNJ.HepG2_hepatoblastoma.HNF4G/"
        },
        {
            "tf_name": "HNF4G",
            "total_peaks": "13138",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR297GII.liver.HNF4G/"
        },
        {
            "tf_name": "HNF4G",
            "total_peaks": "2037",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000308.HepG2_hepatoblastoma.HNF4G/"
        }
    ]
}