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=486
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=487",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=485",
    "results": [
        {
            "tf_name": "JUN",
            "total_peaks": "27427",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058782.bone_marrow-derived_macrophages.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "2177",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000ECA.WA01_H1_human_embryonic_stem_cells.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "25541",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EDG.HeLa_S3_cervical_adenocarcinoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "24538",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EEK.HepG2_hepatoblastoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "42266",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EFA.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "42196",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EFS.K562_myelogenous_leukemia.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "31433",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000FAH.K562_myelogenous_leukemia.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "3198",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR176EXN.MCF7_Invasive_ductal_breast_carcinoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "4263",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR996DUT.A549_lung_carcinoma.JUN/"
        },
        {
            "tf_name": "JUN",
            "total_peaks": "29845",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR192PBJ.A549_lung_carcinoma.JUN/"
        }
    ]
}