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=792
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=793",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=791",
    "results": [
        {
            "tf_name": "SOX2",
            "total_peaks": "311",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053695.Tg2a.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "6007",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053698.Tg2a.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "22371",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057386.differentiated_embryonic_stem_cells.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "18162",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058660.squamous_cell_carcinoma.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "32872",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058664.squamous_cell_carcinoma.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "121962",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058988.E14TG2A_embryonic_stem_cells.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "25356",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058989.E14TG2A_embryonic_stem_cells.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "3614",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059053.NIH_3T3_embryonic_fibroblasts.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "102893",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059294.hippocamus-derived_neural_progenitor_cells.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "5303",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059295.hippocamus-derived_neural_progenitor_cells.SOX2/"
        }
    ]
}