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=766
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=767",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=765",
    "results": [
        {
            "tf_name": "RXRA",
            "total_peaks": "19",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036881.embryonic_stem_cells.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "43",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040784.bone_marrow-derived_macrophages.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "1734",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040794.bone_marrow-derived_macrophages.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "7429",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040795.bone_marrow-derived_macrophages.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "730",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052149.C2C12_myoblasts.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "3206",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE41561.mcf7.RXRA/"
        },
        {
            "tf_name": "RXRB",
            "total_peaks": "71559",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039365.HepG2_hepatoblastoma.RXRB/"
        },
        {
            "tf_name": "RXRG",
            "total_peaks": "488",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000685.F9_embryonal_carcinoma.RXRG/"
        },
        {
            "tf_name": "RXRG",
            "total_peaks": "1006",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000686.F9_embryonal_carcinoma.RXRG/"
        },
        {
            "tf_name": "RXRG",
            "total_peaks": "1400",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000687.F9_embryonal_carcinoma.RXRG/"
        }
    ]
}