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=65
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=66",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=64",
    "results": [
        {
            "tf_name": "BHLHA15",
            "total_peaks": "14446",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036579.pancreas.BHLHA15/"
        },
        {
            "tf_name": "BHLHA15",
            "total_peaks": "28474",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036580.pancreas.BHLHA15/"
        },
        {
            "tf_name": "BHLHE22",
            "total_peaks": "16405",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE43876.CAL-1_plasmacytoid_dendritic_neoplasm.BHLHE22/"
        },
        {
            "tf_name": "BHLHE40",
            "total_peaks": "868",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049765.A673_Ewing_sarcoma.BHLHE40/"
        },
        {
            "tf_name": "BHLHE40",
            "total_peaks": "552",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051273.GM-CSF-cultured_bone_marrow.BHLHE40/"
        },
        {
            "tf_name": "BHLHE40",
            "total_peaks": "387",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051274.GM-CSF-cultured_bone_marrow.BHLHE40/"
        },
        {
            "tf_name": "BHLHE40",
            "total_peaks": "13110",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051275.CD4_T-cells.BHLHE40/"
        },
        {
            "tf_name": "BHLHE40",
            "total_peaks": "3590",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051276.CD4_T-cells.BHLHE40/"
        },
        {
            "tf_name": "BHLHE40",
            "total_peaks": "23852",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053256.WA01_H1_human_embryonic_stem_cells.BHLHE40/"
        },
        {
            "tf_name": "BHLHE40",
            "total_peaks": "159",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054191.293T-Rex.BHLHE40/"
        }
    ]
}