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=565
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=566",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=564",
    "results": [
        {
            "tf_name": "MYC",
            "total_peaks": "439",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037423.MDA-MB-468_breast_adenocarcinoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "1276",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037474.blastocyst_B-cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "14142",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037759.HT1080_fibrosarcoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "18826",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037807.PB115_lung_cancer.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "25840",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037808.PB119_lung_cancer.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "16700",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037809.PB120_lung_cancer.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "2436",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037827.bone_marrow-derived_macrophages.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "20941",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038136.embryonic_fibroblasts.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "19200",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038140.embryonic_fibroblasts_expressing_OSKM_for_48h.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "5131",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038144.embryonic_stem_cells.MYC/"
        }
    ]
}