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=671
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=672",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=670",
    "results": [
        {
            "tf_name": "POU5F1",
            "total_peaks": "10901",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR264RJX.GM23338.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "5508",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR364SNE.K562_myelogenous_leukemia.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "3972",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR392DGA.E14TG2A_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "33445",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000018.embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "6831",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000209.WA09_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "6276",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000476.embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "21113",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000542.CCE_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "33332",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030812.embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "26133",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031169.CMTi-1_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "37502",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031878.embryonic_stem_cells.POU5F1/"
        }
    ]
}