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=344
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=345",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=343",
    "results": [
        {
            "tf_name": "FOXA1",
            "total_peaks": "62851",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048440.MCF7_TamR_invasive_ductal_breast_carcinoma_Tamoxifen_resistant.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "48478",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048441.MCF7_TamR_invasive_ductal_breast_carcinoma_Tamoxifen_resistant.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "52967",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048445.MCF7_WS8_cells.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "42711",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048446.MCF7_WS8_cells.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "45610",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048447.MCF7_WS8_cells.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "37015",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048448.MCF7_WS8_cells.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "48105",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048449.MCF7_WS8_cells.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "52675",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048450.MCF7_WS8_cells.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "41703",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048451.MCF7_WS8_cells.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "37650",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048452.MCF7_WS8_cells.FOXA1/"
        }
    ]
}