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=410
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=411",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=409",
    "results": [
        {
            "tf_name": "GATA6",
            "total_peaks": "14838",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE23436.Caco-2_colon_adenocarcinoma_PROLIF.GATA6/"
        },
        {
            "tf_name": "GBF2",
            "total_peaks": "8244",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041443.3_day_old_seedlings.GBF2/"
        },
        {
            "tf_name": "GBF2",
            "total_peaks": "8374",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041444.3_day_old_seedlings.GBF2/"
        },
        {
            "tf_name": "GBF3",
            "total_peaks": "9758",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041451.3_day_old_seedlings.GBF3/"
        },
        {
            "tf_name": "GBF3",
            "total_peaks": "10123",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041452.3_day_old_seedlings.GBF3/"
        },
        {
            "tf_name": "GCM1",
            "total_peaks": "26",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053719.embryonic_stem_cells.GCM1/"
        },
        {
            "tf_name": "GCM2",
            "total_peaks": "3118",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR407MOM.whole_organism_development_stage_embryonic.GCM2/"
        },
        {
            "tf_name": "GCN4",
            "total_peaks": "147",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041794.S__cerevisiae_cells.GCN4/"
        },
        {
            "tf_name": "GCN4",
            "total_peaks": "161",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041795.S__cerevisiae_cells.GCN4/"
        },
        {
            "tf_name": "GCN4",
            "total_peaks": "115",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041796.S__cerevisiae_cells.GCN4/"
        }
    ]
}