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=418
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=419",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=417",
    "results": [
        {
            "tf_name": "GRHL2",
            "total_peaks": "22129",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040964.MCF7_Invasive_ductal_breast_carcinoma.GRHL2/"
        },
        {
            "tf_name": "GRHL2",
            "total_peaks": "26767",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040965.MCF7_Invasive_ductal_breast_carcinoma.GRHL2/"
        },
        {
            "tf_name": "GRHL2",
            "total_peaks": "37693",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040966.MCF7_Invasive_ductal_breast_carcinoma.GRHL2/"
        },
        {
            "tf_name": "GRHL2",
            "total_peaks": "24774",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040967.MCF7_Invasive_ductal_breast_carcinoma.GRHL2/"
        },
        {
            "tf_name": "GRHL2",
            "total_peaks": "52263",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048442.MCF7_TamR_invasive_ductal_breast_carcinoma_Tamoxifen_resistant.GRHL2/"
        },
        {
            "tf_name": "GRHL2",
            "total_peaks": "49212",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048443.MCF7_TamR_invasive_ductal_breast_carcinoma_Tamoxifen_resistant.GRHL2/"
        },
        {
            "tf_name": "GRHL2",
            "total_peaks": "52738",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048444.MCF7_TamR_invasive_ductal_breast_carcinoma_Tamoxifen_resistant.GRHL2/"
        },
        {
            "tf_name": "GRHL2",
            "total_peaks": "25190",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048454.MCF7_WS8_cells.GRHL2/"
        },
        {
            "tf_name": "GRHL2",
            "total_peaks": "34577",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048455.MCF7_WS8_cells.GRHL2/"
        },
        {
            "tf_name": "GRHL2",
            "total_peaks": "31035",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048456.MCF7_WS8_cells.GRHL2/"
        }
    ]
}