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=278
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=279",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=277",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "5166",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038286.breast_tumor_xenograft.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "17259",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038335.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "53938",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038336.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "46548",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038337.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "46946",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038338.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "51856",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038339.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "43800",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038340.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "22965",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038341.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "34009",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038342.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "8997",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038343.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        }
    ]
}