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=802
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=803",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=801",
    "results": [
        {
            "tf_name": "SOX9",
            "total_peaks": "8625",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032506.hair_follicle_stem_cells.SOX9/"
        },
        {
            "tf_name": "SOX9",
            "total_peaks": "9622",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032507.interfollicular_epidermal_cells.SOX9/"
        },
        {
            "tf_name": "SOX9",
            "total_peaks": "3981",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033263.E12_5_embryonic_vertebral_column.SOX9/"
        },
        {
            "tf_name": "SOX9",
            "total_peaks": "12261",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034924.K14CreER_SmoM2_basal_cell_carcinoma.SOX9/"
        },
        {
            "tf_name": "SOX9",
            "total_peaks": "10447",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035149.chondrosarcoma.SOX9/"
        },
        {
            "tf_name": "SOX9",
            "total_peaks": "3356",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035548.valve_mesenchyme.SOX9/"
        },
        {
            "tf_name": "SOX9",
            "total_peaks": "8638",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035549.limb_mesenchyme.SOX9/"
        },
        {
            "tf_name": "SOX9",
            "total_peaks": "4942",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036912.E13_5_limbs_and_tails.SOX9/"
        },
        {
            "tf_name": "SOX9",
            "total_peaks": "392",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037190.VCaP_prostate_carcinoma.SOX9/"
        },
        {
            "tf_name": "SOX9",
            "total_peaks": "20289",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037430.E13_5_fetal_testis.SOX9/"
        }
    ]
}