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=275
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=276",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=274",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "2939",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036408.endometrioid_adenocarcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "9802",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036410.endometrioid_adenocarcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "31184",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036412.endometrioid_adenocarcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "46140",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036413.endometrioid_adenocarcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "6504",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036415.endometrioid_adenocarcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "46612",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036813.uterus.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "57499",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036814.uterus.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "65423",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036907.U2OS_osteosarcoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "10776",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036974.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "7260",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036975.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        }
    ]
}