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=293
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=294",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=292",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "4189",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056640.B-cells.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "8806",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057857.MCF7L-Pimmortalized_breast_epithelial_cell_line.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "14376",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057859.MCF7L-Pimmortalized_breast_epithelial_cell_line.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "4554",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057861.MCF7L-Pimmortalized_breast_epithelial_cell_line.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "9746",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057863.MCF7L-Pimmortalized_breast_epithelial_cell_line.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "8223",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057865.MCF7L-Pimmortalized_breast_epithelial_cell_line.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "41524",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058225.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "15306",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058226.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "18892",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058966.sperm.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "60602",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059820.uterus.ESR1/"
        }
    ]
}