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=673
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=674",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=672",
    "results": [
        {
            "tf_name": "POU5F1",
            "total_peaks": "82652",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034766.induced_pluripotent_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "75728",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034767.induced_pluripotent_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "65121",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034768.induced_pluripotent_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "52427",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034769.induced_pluripotent_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "1707",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034770.induced_pluripotent_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "2346",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034771.E13_5_embryonic_fibroblasts.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "65676",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034772.induced_pluripotent_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "56873",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034773.induced_pluripotent_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "52526",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034774.induced_pluripotent_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "65303",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034775.induced_pluripotent_stem_cells.POU5F1/"
        }
    ]
}