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=838
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=839",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=837",
    "results": [
        {
            "tf_name": "SRF",
            "total_peaks": "3994",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037137.embryonic_fibroblasts.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "1951",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037138.embryonic_fibroblasts.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "65277",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038249.A-673_clone_Asp114_Ewing_sarcoma.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "47420",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048371.primary_vascular_smooth_muscle_cell_C57BL6_mice.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "54257",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048372.primary_vascular_smooth_muscle_cell_C57BL6_mice.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "41672",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048373.primary_vascular_smooth_muscle_cell_C57BL6_mice.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "68455",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048374.primary_vascular_smooth_muscle_cell_C57BL6_mice.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "47892",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048379.primary_vascular_smooth_muscle_cell_C57BL6_mice.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "56074",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048380.primary_vascular_smooth_muscle_cell_C57BL6_mice.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "2424",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050233.differentiated_neural_progenitor_cells.SRF/"
        }
    ]
}