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=585
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=586",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=584",
    "results": [
        {
            "tf_name": "NFE2",
            "total_peaks": "4134",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031444.CD34_hematopoietic_stem_cells-derived_proerythroblasts.NFE2/"
        },
        {
            "tf_name": "NFE2",
            "total_peaks": "1118",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053747.M1_myeloid_leukemia.NFE2/"
        },
        {
            "tf_name": "NFE2",
            "total_peaks": "28488",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE43625.erythroid_cells.NFE2/"
        },
        {
            "tf_name": "NFE2",
            "total_peaks": "5094",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000FAF.K562_myelogenous_leukemia.NFE2/"
        },
        {
            "tf_name": "NFE2",
            "total_peaks": "47249",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000FCC.K562_myelogenous_leukemia.NFE2/"
        },
        {
            "tf_name": "NFE2",
            "total_peaks": "104",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030860.erythroblasts.NFE2/"
        },
        {
            "tf_name": "NFE2",
            "total_peaks": "1865",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031818.megakaryocytes.NFE2/"
        },
        {
            "tf_name": "NFE2",
            "total_peaks": "1118",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033278.immature_megakaryocytes.NFE2/"
        },
        {
            "tf_name": "NFE2",
            "total_peaks": "6706",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033279.mature_megakaryocytes.NFE2/"
        },
        {
            "tf_name": "NFE2",
            "total_peaks": "2503",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033280.immature_erythroid_cells.NFE2/"
        }
    ]
}