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=773
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=774",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=772",
    "results": [
        {
            "tf_name": "SMAD3",
            "total_peaks": "26644",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048377.primary_vascular_smooth_muscle_cell_C57BL6_mice.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "14250",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048381.primary_vascular_smooth_muscle_cell_C57BL6_mice.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "15888",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048383.primary_vascular_smooth_muscle_cell_C57BL6_mice.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "2401",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048558.HCASMC_Human_coronary_artery_smooth_muscle_cells.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "341",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049371.MDA-MB-231_breast_adenocarcinoma.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "6047",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049373.MDA-MB-231_breast_adenocarcinoma.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "15464",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051773.embryonic_fibroblasts.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "11548",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051774.embryonic_fibroblasts.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "2795",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051833.striatum.SMAD3/"
        },
        {
            "tf_name": "SMAD3",
            "total_peaks": "1968",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051834.striatum.SMAD3/"
        }
    ]
}