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=765
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=766",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=764",
    "results": [
        {
            "tf_name": "RXRA",
            "total_peaks": "53184",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032522.liver.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "49449",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032523.liver.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "56071",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032524.liver.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "56018",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032525.liver.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "21661",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032909.IDG-SW3_bone_cells.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "41672",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033557.F9_embryonal_carcinoma.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "41222",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034337.peritoneal_macrophages.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "101507",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034560.E14TG2A_embryonic_stem_cells.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "62325",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036268.bone_marrow-derived_mesenchymal_stem_cells.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "24",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036880.embryonic_stem_cells.RXRA/"
        }
    ]
}