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=273
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=274",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=272",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "345",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035168.liver.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "46028",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035790.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "13203",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035791.T47D_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "61811",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035984.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "4831",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036167.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "22253",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036168.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "11104",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036169.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "18979",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036170.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "47741",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036358.T47D_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "53193",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036360.T47D_invasive_ductal_carcinoma.ESR1/"
        }
    ]
}