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=763
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=764",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=762",
    "results": [
        {
            "tf_name": "RXRA",
            "total_peaks": "29266",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BHU.HepG2_hepatoblastoma.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "15380",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BJD.GM12878_female_B-cells_lymphoblastoid_cell_line.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "4769",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BJW.WA01_H1_human_embryonic_stem_cells.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "17985",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BVG.SK-N-SH_neuroblastoma.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "60826",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR352QSB.liver.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "70877",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR098XMN.liver.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "371",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000741.NB4_acute_promyelocytic_leukemia_.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "2364",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000743.acute_promyelocytic_leukemia_blasts.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "24180",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000746.acute_promyelocytic_leukemia_blasts.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "8690",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000749.UPR9_hematopoietic_stem_cells.RXRA/"
        }
    ]
}