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=489
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=490",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=488",
    "results": [
        {
            "tf_name": "JUN",
            "total_peaks": "130152",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058066.MDA-MB-231p27CK-DD_breast_cancer_cells_phosphimimetic_p27_cell_line.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "29747",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058067.MDA-MB-231-1833_breast_cancer_cells_bone-tropic_metastatic_line.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "173483",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058068.MDA-MB-231-1833_breast_cancer_cells_bone-tropic_metastatic_line.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "18642",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE46166.BT-549_breast_invasive_ductal_carcinoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "101313",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE66081.MDA-MB-231_breast_adenocarcinoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "4590",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE71976.BT-549_breast_invasive_ductal_carcinoma_TNF.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "4607",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE71976.BT-549_breast_invasive_ductal_carcinoma.JUN/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "38765",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031535.BMDM_bone_marrow-derived_macrophages.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "10059",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034742.CD4_T-cells.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "17799",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036679.cortical_neurons.JUNB/"
        }
    ]
}