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=564
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=565",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=563",
    "results": [
        {
            "tf_name": "MYC",
            "total_peaks": "15891",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036148.HCT-116_colon_carcinoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "29031",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036149.HCT-116_colon_carcinoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "16935",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036150.HCT-116_colon_carcinoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "2793",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036378.B-cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "4958",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036775.HUES64_embryonic_stem_cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "14259",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036776.HUES64_embryonic_stem_cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "12353",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036777.HUES64_embryonic_stem_cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "25105",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036778.HUES64_embryonic_stem_cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "2311",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036779.HUES64_embryonic_stem_cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "25098",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036998.GEN2_2_blastic_plasmacytoid_dendritic_cell_neoplasm.MYC/"
        }
    ]
}