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=640
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=641",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=639",
    "results": [
        {
            "tf_name": "OTX2",
            "total_peaks": "28331",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032981.embryonic_stem_cells.OTX2/"
        },
        {
            "tf_name": "OTX2",
            "total_peaks": "124787",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032986.embryonic_stem_cells.OTX2/"
        },
        {
            "tf_name": "OTX2",
            "total_peaks": "25765",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034110.embryonic_stem_cell-derived_neural_progenitors.OTX2/"
        },
        {
            "tf_name": "OTX2",
            "total_peaks": "557",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034111.embryonic_stem_cell-_derived_mid_radial_glial_neural_progenitors.OTX2/"
        },
        {
            "tf_name": "OTX2",
            "total_peaks": "40443",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036726.HUES64_embryonic_stem_cells.OTX2/"
        },
        {
            "tf_name": "OTX2",
            "total_peaks": "188",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036727.HUES64_embryonic_stem_cells.OTX2/"
        },
        {
            "tf_name": "OTX2",
            "total_peaks": "28345",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036799.HUES64_embryonic_stem_cells.OTX2/"
        },
        {
            "tf_name": "OTX2",
            "total_peaks": "32039",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036800.HUES64_embryonic_stem_cells.OTX2/"
        },
        {
            "tf_name": "OTX2",
            "total_peaks": "23135",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036801.HUES64_embryonic_stem_cells.OTX2/"
        },
        {
            "tf_name": "OTX2",
            "total_peaks": "101296",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037108.epiblast_stem_cells.OTX2/"
        }
    ]
}