Default rate limit per apikey is 100 API requests per day for all users. In order to get information, user has to make at least one request.

remaining_requests()

Value

list containing information about remaining requests and daily limit

Examples

# \donttest{ # Make any request before calling this function remaining_requests()
#> Error: You have to set apikey first! See set_apikey function.
# }