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=911
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=912",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=910",
    "results": [
        {
            "tf_name": "TFAP2C",
            "total_peaks": "26579",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047536.UCLA1_hESCs.TFAP2C/"
        },
        {
            "tf_name": "TFAP2C",
            "total_peaks": "77031",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047537.UCLA1_hESCs.TFAP2C/"
        },
        {
            "tf_name": "TFAP2C",
            "total_peaks": "351",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047538.UCLA1_hESCs.TFAP2C/"
        },
        {
            "tf_name": "TFAP2C",
            "total_peaks": "10663",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047539.UCLA1_hESCs.TFAP2C/"
        },
        {
            "tf_name": "TFAP2C",
            "total_peaks": "14783",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047540.UCLA1_hESCs.TFAP2C/"
        },
        {
            "tf_name": "TFAP2C",
            "total_peaks": "294",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047541.UCLA1_hESCs.TFAP2C/"
        },
        {
            "tf_name": "TFAP2C",
            "total_peaks": "40457",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047542.UCLA1_hESCs.TFAP2C/"
        },
        {
            "tf_name": "TFAP2C",
            "total_peaks": "38874",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047543.UCLA1_hESCs.TFAP2C/"
        },
        {
            "tf_name": "TFAP2C",
            "total_peaks": "5970",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058229.MCF7_Invasive_ductal_breast_carcinoma.TFAP2C/"
        },
        {
            "tf_name": "TFAP2C",
            "total_peaks": "1358",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058230.MCF7_Invasive_ductal_breast_carcinoma.TFAP2C/"
        }
    ]
}