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=348
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=349",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=347",
    "results": [
        {
            "tf_name": "FOXA1",
            "total_peaks": "64706",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053227.LNCaP_prostate_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "14035",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053230.MCF7_Invasive_ductal_breast_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "21089",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053231.MCF7_Invasive_ductal_breast_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "191",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053234.primary_prostate_cancer.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "21797",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053235.primary_prostate_cancer.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "26473",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053239.primary_breast_cancer.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "32353",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053243.primary_prostate_cancer.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "59785",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058099.MCF7_Invasive_ductal_breast_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "54080",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058100.MCF7_Invasive_ductal_breast_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "78649",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058101.MCF7_Invasive_ductal_breast_carcinoma.FOXA1/"
        }
    ]
}