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=950
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=951",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=949",
    "results": [
        {
            "tf_name": "VDR",
            "total_peaks": "35995",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035024.duodenum_and_jejunum.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "32417",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036267.bone_marrow-derived_mesenchymal_stem_cells.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "507",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036274.bone_marrow-derived_mesenchymal_stem_cells.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "1661",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036275.bone_marrow-derived_mesenchymal_stem_cells.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "1418",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036282.bone_marrow-derived_mesenchymal_stem_cells.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "7380",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036283.bone_marrow-derived_mesenchymal_stem_cells.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "495",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036288.bone_marrow-derived_mesenchymal_stem_cells.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "995",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036289.bone_marrow-derived_mesenchymal_stem_cells.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "1090",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037201.primary_foreskin_fibroblasts.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "368",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037202.primary_foreskin_fibroblasts.VDR/"
        }
    ]
}