@app.route('/%s/status/' % (__API_VERSION), methods=['GET'])
@cache.cached(timeout=5)
@limiter.limit("30/minute")