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=91
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=92",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=90",
    "results": [
        {
            "tf_name": "CEBPB",
            "total_peaks": "4596",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037644.3T3-L1-derived_preadipocytes.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "24279",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037825.bone_marrow-derived_macrophages.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "9354",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037826.bone_marrow-derived_macrophages.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "76857",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037879.SUM159PT_Triple_negative_breast_cancer.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "82627",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037880.SUM159PT_Triple_negative_breast_cancer.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "90206",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037881.SUM159PT_Triple_negative_breast_cancer.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "106067",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037882.SUM159PT_Triple_negative_breast_cancer.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "41269",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038588.monocyte-derived_macrophages.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "28119",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038589.monocyte-derived_macrophages.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "16630",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038700.bone_marrow-derived_macrophages.CEBPB/"
        }
    ]
}