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=660
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=661",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=659",
    "results": [
        {
            "tf_name": "POU3F2",
            "total_peaks": "39475",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030569.embryonic_fibroblasts.POU3F2/"
        },
        {
            "tf_name": "POU3F2",
            "total_peaks": "5370",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030571.neural_progenitors.POU3F2/"
        },
        {
            "tf_name": "POU3F2",
            "total_peaks": "2839",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031240.embryonic_stem_cells.POU3F2/"
        },
        {
            "tf_name": "POU3F2",
            "total_peaks": "39",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031242.neural_progenitors.POU3F2/"
        },
        {
            "tf_name": "POU3F2",
            "total_peaks": "6657",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031244.embryonic_stem_cells.POU3F2/"
        },
        {
            "tf_name": "POU3F2",
            "total_peaks": "162",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031246.neural_progenitors.POU3F2/"
        },
        {
            "tf_name": "POU3F2",
            "total_peaks": "7585",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031249.embryonic_stem_cell-derived_neural_progenitors.POU3F2/"
        },
        {
            "tf_name": "POU3F2",
            "total_peaks": "3078",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035137.neural_stem_cells.POU3F2/"
        },
        {
            "tf_name": "POU3F2",
            "total_peaks": "25850",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE74814.hnpc-undif.POU3F2/"
        },
        {
            "tf_name": "POU3F3",
            "total_peaks": "5936",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035136.neural_stem_cells.POU3F3/"
        }
    ]
}