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=377
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=378",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=376",
    "results": [
        {
            "tf_name": "FOXP3",
            "total_peaks": "1425",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032961.EL4_lymphoma.FOXP3/"
        },
        {
            "tf_name": "FOXP3",
            "total_peaks": "4027",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032970.Th17-cells.FOXP3/"
        },
        {
            "tf_name": "FOXP3",
            "total_peaks": "3108",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036894.CD4_T-cells.FOXP3/"
        },
        {
            "tf_name": "FOXP3",
            "total_peaks": "39617",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038027.Treg_regulatory_T_cells_from_lymph_nodes_and_spleen.FOXP3/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "20136",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BPY.A549_lung_carcinoma.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "73609",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032405.CUTLL1_T-cell_lymphoblastic_lymphoma_1.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "14868",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037959.bone_marrow-derived_macrophages.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "2886",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037960.bone_marrow-derived_macrophages.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "3180",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037961.bone_marrow-derived_macrophages.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "2895",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049795.THP-1_acute_monocytic_leukemia.GABPA/"
        }
    ]
}