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=144
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=145",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=143",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "30189",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052202.in-vitro_differentiated_neural_progenitor_cells_NPC.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "32658",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052203.in-vitro_differentiated_neural_progenitor_cells_NPC.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "17709",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052206.in-vitro_differentiated_cortical_neurons_CN.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "10457",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052207.in-vitro_differentiated_cortical_neurons_CN.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "94748",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052210.embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "29468",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052212.primary_cells_short_term.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "21545",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052213.primary_cells_short_term.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "29820",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052214.primary_cells_short_term.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "34468",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052215.primary_cells_short_term.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "20935",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052222.cardiac_myocytes.CTCF/"
        }
    ]
}