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=496
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=497",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=495",
    "results": [
        {
            "tf_name": "JUND",
            "total_peaks": "49460",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058761.bone_marrow-derived_macrophages.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "61667",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058775.bone_marrow-derived_macrophages.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "26242",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058776.bone_marrow-derived_macrophages.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "46840",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058787.bone_marrow-derived_macrophages.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "35482",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058788.bone_marrow-derived_macrophages.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "17885",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE77039.HT29_colon_adenocarcinoma.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "1190",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE82295.hFOB_1_19_fetal_osteoblast.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "52214",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BGK.HepG2_hepatoblastoma.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "27050",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BKP.WA01_H1_human_embryonic_stem_cells.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "25407",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BSA.HCT-116_colon_carcinoma.JUND/"
        }
    ]
}