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=881
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=882",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=880",
    "results": [
        {
            "tf_name": "SUT1",
            "total_peaks": "120",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041810.S__cerevisiae_cells.SUT1/"
        },
        {
            "tf_name": "SV",
            "total_peaks": "2923",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR570ADO.whole_organism_development_stage_wandering_third_instar_larva.SV/"
        },
        {
            "tf_name": "SVP",
            "total_peaks": "178",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041228.inflorescence_meristem_and_flower_from_stages_1_to_11.SVP/"
        },
        {
            "tf_name": "SVP",
            "total_peaks": "361",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041229.inflorescence_meristem_and_flower_from_stages_1_to_11.SVP/"
        },
        {
            "tf_name": "SVP",
            "total_peaks": "2215",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041230.seedlings_2_weeks_old.SVP/"
        },
        {
            "tf_name": "SWI4",
            "total_peaks": "55",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041806.S__cerevisiae_cells.SWI4/"
        },
        {
            "tf_name": "SWI4",
            "total_peaks": "117",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041807.S__cerevisiae_cells.SWI4/"
        },
        {
            "tf_name": "T",
            "total_peaks": "23430",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60606.H9_ENDODERM.T/"
        },
        {
            "tf_name": "T",
            "total_peaks": "33665",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60606.H9_MESODERM.T/"
        },
        {
            "tf_name": "TAL1",
            "total_peaks": "33898",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EHB.K562_myelogenous_leukemia.TAL1/"
        }
    ]
}