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=2
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=3",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api",
    "results": [
        {
            "tf_name": "ABF3",
            "total_peaks": "7946",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041415.3_day_old_seedlings.ABF3/"
        },
        {
            "tf_name": "ABF3",
            "total_peaks": "9291",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041416.3_day_old_seedlings.ABF3/"
        },
        {
            "tf_name": "ABF4",
            "total_peaks": "5421",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041417.3_day_old_seedlings.ABF4/"
        },
        {
            "tf_name": "ABF4",
            "total_peaks": "7137",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041418.3_day_old_seedlings.ABF4/"
        },
        {
            "tf_name": "ACHI",
            "total_peaks": "2512",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR959SWC.whole_organism_development_stage_prepupa.ACHI/"
        },
        {
            "tf_name": "AG",
            "total_peaks": "2139",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041275.inflorescence.AG/"
        },
        {
            "tf_name": "AG",
            "total_peaks": "4956",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041276.inflorescence.AG/"
        },
        {
            "tf_name": "AGL27",
            "total_peaks": "271",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041292.seedling.AGL27/"
        },
        {
            "tf_name": "AGL27",
            "total_peaks": "1685",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041291.seedling.AGL27/"
        },
        {
            "tf_name": "AHR",
            "total_peaks": "194073",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE41820.MCF7_Invasive_ductal_breast_carcinoma.AHR/"
        }
    ]
}