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=857
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=858",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=856",
    "results": [
        {
            "tf_name": "STAT3",
            "total_peaks": "12901",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038915.Th17-cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "10169",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038916.Th17-cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "984",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038919.Th17-cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "24741",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038920.Th17-cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "21380",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038921.Th17-cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "34294",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038922.Th17-cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "21135",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038923.Th17-cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "2815",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040433.spleen_T_cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "11151",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040434.spleen_T_cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "7023",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040740.TMD8_diffuse_large_B-cell_lymphoma.STAT3/"
        }
    ]
}