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=483
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=484",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=482",
    "results": [
        {
            "tf_name": "JUN",
            "total_peaks": "87421",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048572.MCF10A-ER-Src.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "18252",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050218.DRG_Dorsal_Root_Ganglia.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "12372",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050219.DRG_Dorsal_Root_Ganglia.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "5666",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050220.DRG_Dorsal_Root_Ganglia.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "14115",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050221.DRG_Dorsal_Root_Ganglia.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "5216",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050222.DRG_Dorsal_Root_Ganglia.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "14752",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050223.DRG_Dorsal_Root_Ganglia.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "66001",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051148.BMDM_bone_marrow-derived_macrophages.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "47213",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051150.BMDM_bone_marrow-derived_macrophages.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "78087",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051157.BMDM_bone_marrow-derived_macrophages.JUN/"
        }
    ]
}