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=259
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=260",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=258",
    "results": [
        {
            "tf_name": "EOMES",
            "total_peaks": "11417",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036702.HUES64_embryonic_stem_cells.EOMES/"
        },
        {
            "tf_name": "EOMES",
            "total_peaks": "26711",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036785.HUES64_embryonic_stem_cells.EOMES/"
        },
        {
            "tf_name": "EOMES",
            "total_peaks": "18149",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036786.HUES64_embryonic_stem_cells.EOMES/"
        },
        {
            "tf_name": "EOMES",
            "total_peaks": "41351",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE26097.hESC-1_Embryonic_stem_cells.EOMES/"
        },
        {
            "tf_name": "EOR-1",
            "total_peaks": "659",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR472HWG.Whole_worms_developmental_stage_L3.EOR-1/"
        },
        {
            "tf_name": "EOR-1",
            "total_peaks": "1859",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR791QVO.Whole_worms_developmental_stage_L3.EOR-1/"
        },
        {
            "tf_name": "EOR-1",
            "total_peaks": "482",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP042330.Whole_worms_developmental_stage_L3.EOR-1/"
        },
        {
            "tf_name": "EOR-1",
            "total_peaks": "146",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP042331.Whole_worms_developmental_stage_L3.EOR-1/"
        },
        {
            "tf_name": "EOR-1",
            "total_peaks": "1598",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047134.Whole_worms_developmental_stage_L3.EOR-1/"
        },
        {
            "tf_name": "EOR-1",
            "total_peaks": "806",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047135.Whole_worms_developmental_stage_L3.EOR-1/"
        }
    ]
}