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=452
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=453",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=451",
    "results": [
        {
            "tf_name": "HTH",
            "total_peaks": "2606",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP043693.whole_organism_development_stage_embryonic.HTH/"
        },
        {
            "tf_name": "HTH",
            "total_peaks": "1737",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044142.whole_organism_development_stage_embryonic.HTH/"
        },
        {
            "tf_name": "HTH",
            "total_peaks": "10915",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059532.KC167_developmental_stage_6-12h_embryo.HTH/"
        },
        {
            "tf_name": "HTH",
            "total_peaks": "7309",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059550.KC167_developmental_stage_6-12h_embryo.HTH/"
        },
        {
            "tf_name": "HY5",
            "total_peaks": "9266",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046633.whole_plants.HY5/"
        },
        {
            "tf_name": "HY5",
            "total_peaks": "6097",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046634.whole_plants.HY5/"
        },
        {
            "tf_name": "IDD4",
            "total_peaks": "1294",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052650.14_day_old_seedling.IDD4/"
        },
        {
            "tf_name": "IDD4",
            "total_peaks": "262",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052651.14_day_old_seedling.IDD4/"
        },
        {
            "tf_name": "IDD4",
            "total_peaks": "594",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052652.14_day_old_seedling.IDD4/"
        },
        {
            "tf_name": "IKZF1",
            "total_peaks": "9482",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051346.BH1_Pre-B-cells.IKZF1/"
        }
    ]
}