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=758
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=759",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=757",
    "results": [
        {
            "tf_name": "RXRA",
            "total_peaks": "36577",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000750.UPR9_hematopoietic_stem_cells.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "23468",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031220.liver.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "17510",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031221.liver.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "29101",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031222.liver.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "24054",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031223.liver.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "17602",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031224.liver.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "17427",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031225.liver.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "63190",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032487.liver.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "36995",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032795.MC3T3-E1_preosteoblasts.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "47389",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032796.MC3T3-E1_preosteoblasts.RXRA/"
        }
    ]
}