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=376
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=377",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=375",
    "results": [
        {
            "tf_name": "FOXP3",
            "total_peaks": "18455",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059086.Treg_regulatory_T_cells_from_lymph_nodes_and_spleen.FOXP3/"
        },
        {
            "tf_name": "FOXP3",
            "total_peaks": "171",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059087.Tconv_conventional_T_cells.FOXP3/"
        },
        {
            "tf_name": "FOXP3",
            "total_peaks": "122",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059088.Tconv_conventional_T_cells.FOXP3/"
        },
        {
            "tf_name": "FOXP3",
            "total_peaks": "391",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031698.CD4_T-cells.FOXP3/"
        },
        {
            "tf_name": "FOXP3",
            "total_peaks": "11950",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031723.CD4_T-cells.FOXP3/"
        },
        {
            "tf_name": "FOXP3",
            "total_peaks": "9071",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032573.CD4_CD25_CD45RA_T-cells.FOXP3/"
        },
        {
            "tf_name": "FOXP3",
            "total_peaks": "12731",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032574.CD4_CD25_CD45RA_T-cells.FOXP3/"
        },
        {
            "tf_name": "FOXP3",
            "total_peaks": "251",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032575.CD4_CD25-_T-cells.FOXP3/"
        },
        {
            "tf_name": "FOXP3",
            "total_peaks": "672",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032576.CD4_CD25-_T-cells.FOXP3/"
        },
        {
            "tf_name": "FOXP3",
            "total_peaks": "600",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032946.T-cells.FOXP3/"
        }
    ]
}