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=34
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=35",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=33",
    "results": [
        {
            "tf_name": "AR",
            "total_peaks": "2246",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE54110.PC3bone_mets_prostate_adenocarcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "122195",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56086.VCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "68890",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56288.prostate.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "1226",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE62492.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "275",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE74069.MDA-MB-453_breast_adenocarcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "19909",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE65478.prostate.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "4453",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE65478.prostate-res.AR/"
        },
        {
            "tf_name": "ARID3A",
            "total_peaks": "36909",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033553.J1_embryonic_stem_cells.ARID3A/"
        },
        {
            "tf_name": "ARID3A",
            "total_peaks": "892",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033554.J1_embryonic_stem_cells.ARID3A/"
        },
        {
            "tf_name": "ARID3A",
            "total_peaks": "42798",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EDP.HepG2_hepatoblastoma.ARID3A/"
        }
    ]
}