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=321
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=322",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=320",
    "results": [
        {
            "tf_name": "FHY3",
            "total_peaks": "1036",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041223.4_day_old_seedlings.FHY3/"
        },
        {
            "tf_name": "FHY3",
            "total_peaks": "483",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041376.Inflorescence_containing_stage_8_and_younger_flowers.FHY3/"
        },
        {
            "tf_name": "FKH",
            "total_peaks": "4671",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR786ALB.whole_organism_development_stage_prepupa.FKH/"
        },
        {
            "tf_name": "FKH",
            "total_peaks": "4034",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046067.whole_organism_developmental_stage_embryonic_stage_11-16.FKH/"
        },
        {
            "tf_name": "FKH-2",
            "total_peaks": "290",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR640NTR.Whole_worms_developmental_stage_L3.FKH-2/"
        },
        {
            "tf_name": "FLC",
            "total_peaks": "676",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041484.above-ground_tissue.FLC/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "811",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031691.hemogenic_endothelium.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "17913",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034981.embryonic_stem_cell-derived_hemogenic_endothelium.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "6541",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034985.embryonic_stem_cell-derived_hematopoietic_progenitors.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "4749",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034994.embryonic_stem_cell-derived_macrophages.FLI1/"
        }
    ]
}