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=497
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=498",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=496",
    "results": [
        {
            "tf_name": "JUND",
            "total_peaks": "53105",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BSK.SK-N-SH_neuroblastoma.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "16465",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BSU.MCF7_Invasive_ductal_breast_carcinoma.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "8999",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BVO.T47D_invasive_ductal_carcinoma.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "81817",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DJX.K562_myelogenous_leukemia.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "5365",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DYS.GM12878_female_B-cells_lymphoblastoid_cell_line.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "24225",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EBZ.WA01_H1_human_embryonic_stem_cells.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "53005",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EDH.HeLa_S3_cervical_adenocarcinoma.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "92327",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EEI.HepG2_hepatoblastoma.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "77795",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EGN.K562_myelogenous_leukemia.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "35281",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EIB.SK-N-SH_neuroblastoma.JUND/"
        }
    ]
}