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=369
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=370",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=368",
    "results": [
        {
            "tf_name": "FOXK1",
            "total_peaks": "10997",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030468.HeLa_cervical_adenocarcinoma.FOXK1/"
        },
        {
            "tf_name": "FOXK1",
            "total_peaks": "3268",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033565.C2C12_myoblasts.FOXK1/"
        },
        {
            "tf_name": "FOXK1",
            "total_peaks": "20243",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051259.MEF_mouse_embryonic_fibroblasts.FOXK1/"
        },
        {
            "tf_name": "FOXK1",
            "total_peaks": "2938",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51673.HEK293T_embryonic_kidney.FOXK1/"
        },
        {
            "tf_name": "FOXK2",
            "total_peaks": "12867",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR171FUX.HepG2_hepatoblastoma.FOXK2/"
        },
        {
            "tf_name": "FOXK2",
            "total_peaks": "23511",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR302AWT.K562_myelogenous_leukemia.FOXK2/"
        },
        {
            "tf_name": "FOXK2",
            "total_peaks": "2397",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR465VLK.MCF7_Invasive_ductal_breast_carcinoma.FOXK2/"
        },
        {
            "tf_name": "FOXK2",
            "total_peaks": "25442",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR508DQA.K562_myelogenous_leukemia.FOXK2/"
        },
        {
            "tf_name": "FOXK2",
            "total_peaks": "8677",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR861JUQ.GM12878_female_B-cells_lymphoblastoid_cell_line.FOXK2/"
        },
        {
            "tf_name": "FOXK2",
            "total_peaks": "73",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037567.MCF7_Invasive_ductal_breast_carcinoma.FOXK2/"
        }
    ]
}