Worldtimeapi
Connector for the worldtimeapi API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://worldtimeapi.org/api - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_ip— GET /ip — request the current time based on the ip of the request. note: this is a "best guess" obtained from open-source data.get_ip_txt— GET /ip.txt — request the current time based on the ip of the request. note: this is a "best guess" obtained from open-source data.get_ip_ipv4— GET /ip/{ipv4} — request the current time based on the ip of the request. note: this is a "best guess" obtained from open-source data.get_ip_ipv4_txt— GET /ip/{ipv4}.txt — request the current time based on the ip of the request. note: this is a "best guess" obtained from open-source data.get_timezone— GET /timezone — a listing of all timezones.get_timezone_txt— GET /timezone.txt — a listing of all timezones.
Inputs
apiKey— your worldtimeapi API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_ip
apiKey: <your key>