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=707
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=708",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=706",
    "results": [
        {
            "tf_name": "RELA",
            "total_peaks": "142",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032250.macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "1029",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032251.macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "47671",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032252.macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "5310",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032257.macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "4452",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032258.macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "40313",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032261.macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "37040",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032262.macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "3537",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032921.retina.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "2407",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032922.retina.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "5201",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032924.retina.RELA/"
        }
    ]
}