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=282
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=283",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=281",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "53800",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038770.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "35088",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038771.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "57922",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038789.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "51056",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038790.MCF7_TamR_invasive_ductal_breast_carcinoma_Tamoxifen_resistant.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "31575",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038791.BT-474_breast_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "36663",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038793.ZR-75-1_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "53354",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038794.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "428",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038795.breast_tumor.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "66928",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038796.breast_tumour_metastasis.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "135417",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038797.breast_tumor.ESR1/"
        }
    ]
}