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=672
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=673",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=671",
    "results": [
        {
            "tf_name": "POU5F1",
            "total_peaks": "25216",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032064.HUES64_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "8052",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032726.J1_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "8246",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032728.J1_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "55665",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032977.epiblast-like_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "24642",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032980.embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "63380",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032985.embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "18229",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034507.ES-E14_E14_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "2857",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034763.E13_5_embryonic_fibroblasts.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "79102",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034764.induced_pluripotent_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "66994",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034765.induced_pluripotent_stem_cells.POU5F1/"
        }
    ]
}