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=594
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=595",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=593",
    "results": [
        {
            "tf_name": "NFYA",
            "total_peaks": "400",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031721.CD4_T-cells.NFYA/"
        },
        {
            "tf_name": "NFYA",
            "total_peaks": "2060",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031722.CD4_T-cells.NFYA/"
        },
        {
            "tf_name": "NFYA",
            "total_peaks": "6149",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033549.embryonic_stem_cells.NFYA/"
        },
        {
            "tf_name": "NFYA",
            "total_peaks": "1585",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037463.naive_CD8_T-cells.NFYA/"
        },
        {
            "tf_name": "NFYA",
            "total_peaks": "3485",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037465.CD8_T-cells.NFYA/"
        },
        {
            "tf_name": "NFYA",
            "total_peaks": "26356",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE26439.K562_myelogenous_leukemia.NFYA/"
        },
        {
            "tf_name": "NFYB",
            "total_peaks": "8895",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DNM.GM12878_female_B-cells_lymphoblastoid_cell_line.NFYB/"
        },
        {
            "tf_name": "NFYB",
            "total_peaks": "8239",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DNR.HeLa_S3_cervical_adenocarcinoma.NFYB/"
        },
        {
            "tf_name": "NFYB",
            "total_peaks": "13234",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EGQ.K562_myelogenous_leukemia.NFYB/"
        },
        {
            "tf_name": "NFYB",
            "total_peaks": "3398",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033550.embryonic_stem_cells.NFYB/"
        }
    ]
}