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=591
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=592",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=590",
    "results": [
        {
            "tf_name": "NFIC",
            "total_peaks": "14675",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BQX.HepG2_hepatoblastoma.NFIC/"
        },
        {
            "tf_name": "NFIC",
            "total_peaks": "43377",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BRN.GM12878_female_B-cells_lymphoblastoid_cell_line.NFIC/"
        },
        {
            "tf_name": "NFIC",
            "total_peaks": "59244",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BSV.SK-N-SH_neuroblastoma.NFIC/"
        },
        {
            "tf_name": "NFIC",
            "total_peaks": "47823",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BUT.Ishikawa_endometrial_adenocarcinoma.NFIC/"
        },
        {
            "tf_name": "NFIC",
            "total_peaks": "30270",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR796ITY.K562_myelogenous_leukemia.NFIC/"
        },
        {
            "tf_name": "NFIC",
            "total_peaks": "179",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000511.embryonic_fibroblasts.NFIC/"
        },
        {
            "tf_name": "NFIC",
            "total_peaks": "9320",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040843.HepG2_hepatoblastoma.NFIC/"
        },
        {
            "tf_name": "NFIL3",
            "total_peaks": "29662",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033740.liver.NFIL3/"
        },
        {
            "tf_name": "NFIL3",
            "total_peaks": "9907",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038522.HepG2_hepatoblastoma.NFIL3/"
        },
        {
            "tf_name": "NFIL3",
            "total_peaks": "78913",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040167.HepG2_hepatoblastoma.NFIL3/"
        }
    ]
}