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=309
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=310",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=308",
    "results": [
        {
            "tf_name": "ESRRB",
            "total_peaks": "25399",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051371.ES-E14_E14_embryonic_stem_cells.ESRRB/"
        },
        {
            "tf_name": "ESRRB",
            "total_peaks": "4673",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051377.ES-E14_E14_embryonic_stem_cells.ESRRB/"
        },
        {
            "tf_name": "ESRRB",
            "total_peaks": "39664",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053666.Tg2a.ESRRB/"
        },
        {
            "tf_name": "ESRRB",
            "total_peaks": "84510",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053667.Tg2a.ESRRB/"
        },
        {
            "tf_name": "ESRRB",
            "total_peaks": "25919",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053668.Tg2a.ESRRB/"
        },
        {
            "tf_name": "ESRRB",
            "total_peaks": "13210",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053696.Tg2a.ESRRB/"
        },
        {
            "tf_name": "ESRRB",
            "total_peaks": "5803",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053697.Tg2a.ESRRB/"
        },
        {
            "tf_name": "ESRRB",
            "total_peaks": "67882",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058984.E14TG2A_embryonic_stem_cells.ESRRB/"
        },
        {
            "tf_name": "ESRRB",
            "total_peaks": "28594",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058985.E14TG2A_embryonic_stem_cells.ESRRB/"
        },
        {
            "tf_name": "ESRRB",
            "total_peaks": "144141",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059861.embryonic_stem_cells.ESRRB/"
        }
    ]
}