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=756
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=757",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=755",
    "results": [
        {
            "tf_name": "RUNX3",
            "total_peaks": "10432",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032308.natural_killer_cells.RUNX3/"
        },
        {
            "tf_name": "RUNX3",
            "total_peaks": "4259",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032311.CD8_T-cells.RUNX3/"
        },
        {
            "tf_name": "RUNX3",
            "total_peaks": "1831",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032312.CD8_T-cells.RUNX3/"
        },
        {
            "tf_name": "RUNX3",
            "total_peaks": "15745",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032322.natural_killer_cells.RUNX3/"
        },
        {
            "tf_name": "RUNX3",
            "total_peaks": "896",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032722.dendritic_cells.RUNX3/"
        },
        {
            "tf_name": "RUNX3",
            "total_peaks": "1380",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032723.dendritic_cells.RUNX3/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "10389",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000497.3T3-L1_embryonic_fibroblasts.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "16816",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000498.3T3-L1_embryonic_fibroblasts.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "29283",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000499.3T3-L1_embryonic_fibroblasts.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "14421",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000500.3T3-L1_embryonic_fibroblasts.RXRA/"
        }
    ]
}