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=614
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=615",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=613",
    "results": [
        {
            "tf_name": "NR3C1",
            "total_peaks": "34236",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036532.mammary_gland.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "21568",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036533.mammary_gland.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "6868",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037034.hepatocytes.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "12092",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037035.hepatocytes.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "4677",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037038.hepatocytes.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "3311",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037412.brown_preadipocytes.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "423",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037447.MCF7_Invasive_ductal_breast_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "36545",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037448.MCF7_Invasive_ductal_breast_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "760",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037449.MCF7_Invasive_ductal_breast_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "42158",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037450.MCF7_Invasive_ductal_breast_carcinoma.NR3C1/"
        }
    ]
}