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=375
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=376",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=374",
    "results": [
        {
            "tf_name": "FOXP1",
            "total_peaks": "42587",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE31006.H9.FOXP1/"
        },
        {
            "tf_name": "FOXP1",
            "total_peaks": "8128",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE62492.LNCaP_prostate_carcinoma.FOXP1/"
        },
        {
            "tf_name": "FOXP1",
            "total_peaks": "1559",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE62718.neural-progenitor.FOXP1/"
        },
        {
            "tf_name": "FOXP2",
            "total_peaks": "36260",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BGA.PFSK1_primitive_neuroectodermal_tumor.FOXP2/"
        },
        {
            "tf_name": "FOXP3",
            "total_peaks": "15624",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036893.CD4_T-cells.FOXP3/"
        },
        {
            "tf_name": "FOXP3",
            "total_peaks": "15457",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036895.CD4_T-cells.FOXP3/"
        },
        {
            "tf_name": "FOXP3",
            "total_peaks": "7142",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036896.CD4_T-cells.FOXP3/"
        },
        {
            "tf_name": "FOXP3",
            "total_peaks": "17238",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036897.CD4_T-cells.FOXP3/"
        },
        {
            "tf_name": "FOXP3",
            "total_peaks": "42176",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038028.Treg_regulatory_T_cells_from_lymph_nodes_and_spleen.FOXP3/"
        },
        {
            "tf_name": "FOXP3",
            "total_peaks": "21404",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059085.Treg_regulatory_T_cells_from_lymph_nodes_and_spleen.FOXP3/"
        }
    ]
}