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=239
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=240",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=238",
    "results": [
        {
            "tf_name": "EBF1",
            "total_peaks": "18272",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050258.pre-pro-B-cells.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "19589",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050259.pro-B_cells.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "14957",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050299.pre-pro-B-cells.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "5773",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051786.C10_pre-B-cells.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "6049",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052046.mature_olfactory_sensory_neurons.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "18665",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052047.mature_olfactory_sensory_neurons.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "13624",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052048.mature_olfactory_sensory_neurons.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "20238",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052050.mature_olfactory_sensory_neurons.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "2021",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059036.NIH_3T3_embryonic_fibroblasts.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "93336",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BGU.GM12878_female_B-cells_lymphoblastoid_cell_line.EBF1/"
        }
    ]
}