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=656
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=657",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=655",
    "results": [
        {
            "tf_name": "PKNOX1",
            "total_peaks": "32718",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039342.HEK293T_embryonic_kidney.PKNOX1/"
        },
        {
            "tf_name": "PKNOX1",
            "total_peaks": "28024",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040011.MCF7_Invasive_ductal_breast_carcinoma.PKNOX1/"
        },
        {
            "tf_name": "PKNOX1",
            "total_peaks": "8199",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047569.HeLa_cervical_adenocarcinoma.PKNOX1/"
        },
        {
            "tf_name": "PLAG1",
            "total_peaks": "31387",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048310.K562_myelogenous_leukemia.PLAG1/"
        },
        {
            "tf_name": "PLAG1",
            "total_peaks": "33371",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048311.K562_myelogenous_leukemia.PLAG1/"
        },
        {
            "tf_name": "PLAGL1",
            "total_peaks": "84133",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051743.Neuro-2A_cells.PLAGL1/"
        },
        {
            "tf_name": "POU1F1",
            "total_peaks": "58150",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033674.GC_pituitary_cells.POU1F1/"
        },
        {
            "tf_name": "POU1F1",
            "total_peaks": "43778",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033675.GC_pituitary_cells.POU1F1/"
        },
        {
            "tf_name": "POU2F1",
            "total_peaks": "1500",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000002.HeLa_cervical_adenocarcinoma.POU2F1/"
        },
        {
            "tf_name": "POU2F1",
            "total_peaks": "8728",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034593.CD4_T-cells.POU2F1/"
        }
    ]
}