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=423
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=424",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=422",
    "results": [
        {
            "tf_name": "HES2",
            "total_peaks": "5692",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039761.A549_lung_carcinoma.HES2/"
        },
        {
            "tf_name": "HES2",
            "total_peaks": "3646",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039788.A549_lung_carcinoma.HES2/"
        },
        {
            "tf_name": "HES2",
            "total_peaks": "8204",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039887.A549_lung_carcinoma.HES2/"
        },
        {
            "tf_name": "HES2",
            "total_peaks": "3305",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039892.A549_lung_carcinoma.HES2/"
        },
        {
            "tf_name": "HES2",
            "total_peaks": "13235",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039930.A549_lung_carcinoma.HES2/"
        },
        {
            "tf_name": "HES2",
            "total_peaks": "6173",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040070.A549_lung_carcinoma.HES2/"
        },
        {
            "tf_name": "HES2",
            "total_peaks": "5458",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040115.A549_lung_carcinoma.HES2/"
        },
        {
            "tf_name": "HES2",
            "total_peaks": "3940",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039495.A549_lung_carcinoma.HES2/"
        },
        {
            "tf_name": "HES5",
            "total_peaks": "8207",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036967.embryonic_stem_cell-derived_mesoderm.HES5/"
        },
        {
            "tf_name": "HES5",
            "total_peaks": "284",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036966.embryonic_stem_cell-derived_mesoderm.HES5/"
        }
    ]
}