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=876
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=877",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=875",
    "results": [
        {
            "tf_name": "STAT5B",
            "total_peaks": "1696",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040389.primary_splenic_NK_cells.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "3504",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040390.primary_splenic_NK_cells.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "1110",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040432.spleen_T_cells.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "526",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040435.spleen_T_cells.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "5181",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040436.spleen_T_cells.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "19572",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040437.spleen_T_cells.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "3436",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040438.spleen_T_cells.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "12077",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040439.spleen_T_cells.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "5206",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040440.spleen_T_cells.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "40",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000390.T-cells.STAT5B/"
        }
    ]
}