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=46
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=47",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=45",
    "results": [
        {
            "tf_name": "ASCL2",
            "total_peaks": "29241",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033940.VCaP_prostate_carcinoma.ASCL2/"
        },
        {
            "tf_name": "ASCL2",
            "total_peaks": "35693",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033941.VCaP_prostate_carcinoma.ASCL2/"
        },
        {
            "tf_name": "ASCL2",
            "total_peaks": "1364",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052249.embryonic_stem_cells.ASCL2/"
        },
        {
            "tf_name": "ASCL2",
            "total_peaks": "3499",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052250.embryonic_stem_cells.ASCL2/"
        },
        {
            "tf_name": "ASCL2",
            "total_peaks": "19515",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032464.embryonic_stem_cells.ASCL2/"
        },
        {
            "tf_name": "ATF-7",
            "total_peaks": "2114",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR411OOP.Whole_worms_developmental_stage_young_adults.ATF-7/"
        },
        {
            "tf_name": "ATF-7",
            "total_peaks": "610",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057652.N2_strain_developmental_stage_L4.ATF-7/"
        },
        {
            "tf_name": "ATF-7",
            "total_peaks": "6090",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057654.Whole_wormsDevelopmental_stage_L4.ATF-7/"
        },
        {
            "tf_name": "ATF-7",
            "total_peaks": "6371",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057655.Whole_wormsDevelopmental_stage_L4.ATF-7/"
        },
        {
            "tf_name": "ATF-7",
            "total_peaks": "3474",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057656.Whole_wormsDevelopmental_stage_L4.ATF-7/"
        }
    ]
}