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=960
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=961",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=959",
    "results": [
        {
            "tf_name": "YY1",
            "total_peaks": "45382",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BSY.Ishikawa_endometrial_adenocarcinoma.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "991",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EUM.GM12878_female_B-cells_lymphoblastoid_cell_line.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "11002",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EWF.K562_myelogenous_leukemia.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "15125",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EXG.NT2-D1_embryonic_carcinoma.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "82563",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR382MOM.liver.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "2491",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR859RAO.HEK293_embryonic_kidney.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "18310",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000080.CD4_T-cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "16130",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000271.embryonic_stem_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "1036",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000357.V6_5_embryonic_stem_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "9248",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000358.embryonic_stem_cell-derived_neural_progenitors.YY1/"
        }
    ]
}