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=875
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=876",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=874",
    "results": [
        {
            "tf_name": "STAT5B",
            "total_peaks": "3950",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030769.mammary_tissue.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "36585",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030970.dendritic_cells.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "27104",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030971.dendritic_cells.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "11517",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031433.T-cells.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "2168",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031435.T-cells.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "4782",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031437.T-cells.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "49",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031759.Th9-cells.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "13732",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031760.Th9-cells.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "6773",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031761.Th9-cells.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "2674",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040388.primary_splenic_NK_cells.STAT5B/"
        }
    ]
}