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=370
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=371",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=369",
    "results": [
        {
            "tf_name": "FOXK2",
            "total_peaks": "316",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039520.HEK293T_embryonic_kidney.FOXK2/"
        },
        {
            "tf_name": "FOXL2",
            "total_peaks": "21856",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033943.preantral_follicles.FOXL2/"
        },
        {
            "tf_name": "FOXL2",
            "total_peaks": "22096",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058723.fetal_ovary.FOXL2/"
        },
        {
            "tf_name": "FOXL2",
            "total_peaks": "52881",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058724.fetal_ovary.FOXL2/"
        },
        {
            "tf_name": "FOXL2",
            "total_peaks": "58718",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034183.preantral_follicles.FOXL2/"
        },
        {
            "tf_name": "FOXN3",
            "total_peaks": "1074",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038328.MCF7_Invasive_ductal_breast_carcinoma.FOXN3/"
        },
        {
            "tf_name": "FOXN3",
            "total_peaks": "351595",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058091.HepG2_hepatoblastoma.FOXN3/"
        },
        {
            "tf_name": "FOXN3",
            "total_peaks": "73812",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058092.HepG2_hepatoblastoma.FOXN3/"
        },
        {
            "tf_name": "FOXO1",
            "total_peaks": "8673",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000864.pro-B_cells.FOXO1/"
        },
        {
            "tf_name": "FOXO1",
            "total_peaks": "3490",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031714.T-cells.FOXO1/"
        }
    ]
}