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=772
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=773",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=771",
    "results": [
        {
            "tf_name": "SMAD3",
            "total_peaks": "34842",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035533.BMDM_bone_marrow-derived_macrophages.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "4089",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047889.HMLE-Twist-ER_breast_cancer.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "9990",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047891.HMLE-Twist-ER_breast_cancer.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "1881",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047898.HMLE-Twist-ER_breast_cancer.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "19189",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047899.HMLE-Twist-ER_breast_cancer.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "55252",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047900.MDA-MB-231_breast_adenocarcinoma.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "65071",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047901.MDA-MB-231_breast_adenocarcinoma.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "56496",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047902.HCC1954_ductal_breast_carcinoma.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "55797",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047903.HCC1954_ductal_breast_carcinoma.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "25951",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048375.primary_vascular_smooth_muscle_cell_C57BL6_mice.SMAD3/"
        }
    ]
}