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=909
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=910",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=908",
    "results": [
        {
            "tf_name": "TFAP2A",
            "total_peaks": "3897",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032167.prostate.TFAP2A/"
        },
        {
            "tf_name": "TFAP2A",
            "total_peaks": "22150",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032171.kidney.TFAP2A/"
        },
        {
            "tf_name": "TFAP2A",
            "total_peaks": "28124",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032181.caput_epididymis.TFAP2A/"
        },
        {
            "tf_name": "TFAP2A",
            "total_peaks": "28526",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032182.caput_epididymis.TFAP2A/"
        },
        {
            "tf_name": "TFAP2A",
            "total_peaks": "695",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040708.WA09_embryonic_stem_cells.TFAP2A/"
        },
        {
            "tf_name": "TFAP2A",
            "total_peaks": "33530",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040709.WA09_embryonic_stem_cells.TFAP2A/"
        },
        {
            "tf_name": "TFAP2A",
            "total_peaks": "323",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040710.WA09_embryonic_stem_cells.TFAP2A/"
        },
        {
            "tf_name": "TFAP2A",
            "total_peaks": "43789",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052981.hiPSC.TFAP2A/"
        },
        {
            "tf_name": "TFAP2A",
            "total_peaks": "58208",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030996.H9-derived_neural_crest_cells.TFAP2A/"
        },
        {
            "tf_name": "TFAP2A",
            "total_peaks": "42222",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032577.MCF7_Invasive_ductal_breast_carcinoma.TFAP2A/"
        }
    ]
}