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=306
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=307",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=305",
    "results": [
        {
            "tf_name": "ESR2",
            "total_peaks": "10337",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048148.MDA-MB-231ERbtriple_negative_breast_cancer.ESR2/"
        },
        {
            "tf_name": "ESR2",
            "total_peaks": "28930",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048149.MDA-MB-231ERbtriple_negative_breast_cancer.ESR2/"
        },
        {
            "tf_name": "ESR2",
            "total_peaks": "16823",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048150.MDA-MB-231ERbtriple_negative_breast_cancer.ESR2/"
        },
        {
            "tf_name": "ESR2",
            "total_peaks": "1801",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE48096.MCF7_Invasive_ductal_breast_carcinoma.ESR2/"
        },
        {
            "tf_name": "ESR2",
            "total_peaks": "14116",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000204.U2OS_osteosarcoma.ESR2/"
        },
        {
            "tf_name": "ESRRA",
            "total_peaks": "1563",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EEW.HepG2_hepatoblastoma.ESRRA/"
        },
        {
            "tf_name": "ESRRA",
            "total_peaks": "7600",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037550.brown_adipose_tissue.ESRRA/"
        },
        {
            "tf_name": "ESRRA",
            "total_peaks": "11717",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037551.brown_adipose_tissue.ESRRA/"
        },
        {
            "tf_name": "ESRRA",
            "total_peaks": "1967",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DYQ.GM12878_female_B-cells_lymphoblastoid_cell_line.ESRRA/"
        },
        {
            "tf_name": "ESRRA",
            "total_peaks": "4813",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR473SUA.A549_lung_carcinoma.ESRRA/"
        }
    ]
}