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=280
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=281",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=279",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "32159",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038374.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "59928",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038375.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "28039",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038376.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "44157",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038377.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "36897",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038378.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "45194",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038379.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "41672",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038380.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "21105",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038381.T47D_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "19706",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038382.T47D_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "18714",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038383.T47D_invasive_ductal_carcinoma.ESR1/"
        }
    ]
}