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=813
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=814",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=812",
    "results": [
        {
            "tf_name": "SPI1",
            "total_peaks": "99436",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033479.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "446",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034033.B-cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "72",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034035.B-cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "14007",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034238.large_peritoneal_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "58815",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034239.large_peritoneal_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "45853",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034240.large_peritoneal_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "53124",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034241.large_peritoneal_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "26776",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034317.X18_1_1_acute_myeloid_leukemia.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "21613",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034991.embryonic_stem_cell-derived_hematopoietic_progenitors.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "105386",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034996.embryonic_stem_cell-derived_macrophages.SPI1/"
        }
    ]
}