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=669
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=670",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=668",
    "results": [
        {
            "tf_name": "POU5F1",
            "total_peaks": "18766",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052411.embryonic_fibroblasts.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "33021",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053676.Tg2a.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "40479",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053677.Tg2a.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "21462",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053678.Tg2a.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "36247",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053679.Tg2a.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "9272",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053680.Tg2a.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "3066",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053681.Tg2a.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "1133",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053684.Tg2a.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "501",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053685.Tg2a.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "70",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056604.embryonic_stem_cells.POU5F1/"
        }
    ]
}