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=754
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=755",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=753",
    "results": [
        {
            "tf_name": "RUNX2",
            "total_peaks": "48526",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037781.MCF7_Invasive_ductal_breast_carcinoma.RUNX2/"
        },
        {
            "tf_name": "RUNX2",
            "total_peaks": "47949",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053318.MLL-AF9_Leukemic_Cells.RUNX2/"
        },
        {
            "tf_name": "RUNX2",
            "total_peaks": "43426",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053319.MLL-AF9_Leukemic_Cells.RUNX2/"
        },
        {
            "tf_name": "RUNX2",
            "total_peaks": "75072",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032845.matrix-depositing_osteoblasts.RUNX2/"
        },
        {
            "tf_name": "RUNX2",
            "total_peaks": "42023",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032846.mineralizing_osteoblasts.RUNX2/"
        },
        {
            "tf_name": "RUNX2",
            "total_peaks": "78319",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036270.bone_marrow-derived_mesenchymal_stem_cells.RUNX2/"
        },
        {
            "tf_name": "RUNX2",
            "total_peaks": "21403",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037168.bone_marrow-derived_mesenchymal_stromal_cells.RUNX2/"
        },
        {
            "tf_name": "RUNX2",
            "total_peaks": "27211",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037170.bone_marrow-derived_mesenchymal_stromal_cells.RUNX2/"
        },
        {
            "tf_name": "RUNX2",
            "total_peaks": "57465",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037172.bone_marrow-derived_mesenchymal_stromal_cells.RUNX2/"
        },
        {
            "tf_name": "RUNX2",
            "total_peaks": "52899",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037174.bone_marrow-derived_mesenchymal_stromal_cells.RUNX2/"
        }
    ]
}