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=373
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=374",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=372",
    "results": [
        {
            "tf_name": "FOXP1",
            "total_peaks": "21968",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058127.germinal_center_CD77_B_cells.FOXP1/"
        },
        {
            "tf_name": "FOXP1",
            "total_peaks": "15241",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058979.mammary_basal_epithelial_cells.FOXP1/"
        },
        {
            "tf_name": "FOXP1",
            "total_peaks": "393",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058980.mammary_luminal_epithelial_cells.FOXP1/"
        },
        {
            "tf_name": "FOXP1",
            "total_peaks": "269",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059082.Treg_regulatory_T_cells_from_lymph_nodes_and_spleen.FOXP1/"
        },
        {
            "tf_name": "FOXP1",
            "total_peaks": "12627",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059083.Treg_regulatory_T_cells_from_lymph_nodes_and_spleen.FOXP1/"
        },
        {
            "tf_name": "FOXP1",
            "total_peaks": "11553",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059084.Tconv_conventional_T_cells.FOXP1/"
        },
        {
            "tf_name": "FOXP1",
            "total_peaks": "88611",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE58428.VCaP_prostate_carcinoma.FOXP1/"
        },
        {
            "tf_name": "FOXP1",
            "total_peaks": "6444",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR029LBT.HepG2_hepatoblastoma.FOXP1/"
        },
        {
            "tf_name": "FOXP1",
            "total_peaks": "49623",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR369YUK.HepG2_hepatoblastoma.FOXP1/"
        },
        {
            "tf_name": "FOXP1",
            "total_peaks": "2069",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034306.BJAB_Burkitt_lymphoma.FOXP1/"
        }
    ]
}