get_world_rides_thisweek
Retrieve weekly global VanMoof rider statistics including total rides, average distance traveled, and average ride duration to analyze worldwide cycling activity patterns.
Instructions
Retrieves total world rides summary from VanMoof riders.
Returns:
The a summary of the total rides of the VanMoof rider city if authentication is successful, otherwise None.
The following information is returned:
- Average distance in km
- Total Rides
- Average duration in minutes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}