Retrieve API Usage for specific methods
get_api_usage.RdGet a summary of the API usage for your key.
Arguments
- method
(optional) a single API method for which you want data (e.g. GetDeparturesByStop)
- version
(optional) a single API version for which you want data (e.g. 2.1)
- start_date
(optional) the first day for which you want data, in YYYY-MM-DD format (cannot be earlier than 2013-02-07)
- end_date
(optional) the last day for which you want data, in YYYY-MM-DD format (cannot be later than yesterday)
Value
datea date in YYYY-MM-DD formatcallsthe number of requests made to a methodversionsa list of versions of the API that were used on a given datenumberan API version numbermethodsa list of API methods that were used on a given date and within a given API versionnamethe name of an API method