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=292
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=293",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=291",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "467",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053240.primary_endometrium_cancer.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "15569",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053241.primary_endometrium_cancer.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "24180",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053334.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "17653",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053335.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "3798",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053336.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "113",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053337.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "32510",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053338.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "8152",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053339.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "66563",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053340.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "24151",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053341.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        }
    ]
}