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=636
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=637",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=635",
    "results": [
        {
            "tf_name": "ONECUT1",
            "total_peaks": "28838",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033820.liver.ONECUT1/"
        },
        {
            "tf_name": "ONECUT1",
            "total_peaks": "23503",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033821.liver.ONECUT1/"
        },
        {
            "tf_name": "ONECUT1",
            "total_peaks": "46106",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033822.liver.ONECUT1/"
        },
        {
            "tf_name": "ONECUT1",
            "total_peaks": "33868",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033823.liver.ONECUT1/"
        },
        {
            "tf_name": "ONECUT1",
            "total_peaks": "9159",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051777.liver.ONECUT1/"
        },
        {
            "tf_name": "ONECUT1",
            "total_peaks": "18999",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051778.liver.ONECUT1/"
        },
        {
            "tf_name": "ONECUT1",
            "total_peaks": "38392",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP002306.liver.ONECUT1/"
        },
        {
            "tf_name": "ONECUT1",
            "total_peaks": "50570",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP004206.H9.ONECUT1/"
        },
        {
            "tf_name": "ONECUT2",
            "total_peaks": "74871",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037379.embryoid_body.ONECUT2/"
        },
        {
            "tf_name": "ONECUT2",
            "total_peaks": "326634",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057823.LNCaP_prostate_carcinoma.ONECUT2/"
        }
    ]
}