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=312
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=313",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=311",
    "results": [
        {
            "tf_name": "ETS1",
            "total_peaks": "37569",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048200.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "9529",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BKA.GM12878_female_B-cells_lymphoblastoid_cell_line.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "28443",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BKQ.K562_myelogenous_leukemia.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "13526",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR534VHI.GM23338.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "22824",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR681WHQ.HepG2_hepatoblastoma.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "3745",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000114.T-cells.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "22254",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000299.Jurkat_E6_1_T-cells.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "8003",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000795.Th2-cells.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "23019",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP011112.CH12_LX_Mouse_lymphoma.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "32464",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP011164.MEL_cell_line.ETS1/"
        }
    ]
}