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=840
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=841",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=839",
    "results": [
        {
            "tf_name": "SRF",
            "total_peaks": "42141",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056097.10T12.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "41898",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056098.ILC2_type_2_Innate_lympoid_cells.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "15644",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059075.induced_pluripotent_stem_cells.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "23623",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059077.induced_pluripotent_stem_cells.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "199",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059078.induced_pluripotent_stem_cells.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "421",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059079.induced_pluripotent_stem_cells.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "3772",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BGE.GM12878_female_B-cells_lymphoblastoid_cell_line.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "5916",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BIV.WA01_H1_human_embryonic_stem_cells.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "10309",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BLK.K562_myelogenous_leukemia.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "13725",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BLV.HepG2_hepatoblastoma.SRF/"
        }
    ]
}