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=335
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=336",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=334",
    "results": [
        {
            "tf_name": "FOSL1",
            "total_peaks": "29182",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038162.embryonic_fibroblasts_expressing_OSKM_for_48h.FOSL1/"
        },
        {
            "tf_name": "FOSL1",
            "total_peaks": "72283",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038172.embryonic_fibroblasts_expressing_OSKM_and_Flag-Fra1_for_48h.FOSL1/"
        },
        {
            "tf_name": "FOSL1",
            "total_peaks": "31380",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038404.MDA231-LM2-4175_breast_adenocarcinoma.FOSL1/"
        },
        {
            "tf_name": "FOSL1",
            "total_peaks": "25463",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE46166.BT-549_breast_invasive_ductal_carcinoma.FOSL1/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "58068",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BQO.A549_lung_carcinoma.FOSL2/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "21248",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039419.A549_lung_carcinoma.FOSL2/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "17055",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039502.A549_lung_carcinoma.FOSL2/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "16336",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039554.A549_lung_carcinoma.FOSL2/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "10681",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039650.A549_lung_carcinoma.FOSL2/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "15265",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039658.A549_lung_carcinoma.FOSL2/"
        }
    ]
}