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=856
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=857",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=855",
    "results": [
        {
            "tf_name": "STAT3",
            "total_peaks": "30825",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037701.MDA-MB-231_breast_adenocarcinoma.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "15486",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037702.HCC1143_ductal_breast_carcinoma.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "57156",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037703.HCC70_ductal_breast_carcinoma.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "29033",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037704.MDA-MB-468_breast_adenocarcinoma.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "4921",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037754.bone_marrow-derived_macrophages.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "837",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037755.bone_marrow-derived_macrophages.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "5572",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037756.bone_marrow-derived_macrophages.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "26067",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038696.primary_cortical_oligodendrocyte_progenitors.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "3846",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038752.CD4_T-cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "5536",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038753.CD4_T-cells.STAT3/"
        }
    ]
}