tzf
Simple server convert longitude&latitude to timezone name > [!NOTE] > > It's designed as a debugger tool for package > [tzf](https://github.com/ringsaturn/tzf), not production ready. - [Quick Start](#quick-start) - [Install](#install) - [Install via `go install`](#install-via-go-install) - [Download from release page](#download-from-release-page) - [Install from Docker…
tzf endpoints
| Method | Endpoint | Description |
|---|---|---|
| TZFService | ||
| GET |
TZFService_Ping /api/v1/ping |
|
| GET |
TZFService_GetTimezone /api/v1/tz |
GetTimezone returns timezone name by longitude and latitude. |
| GET |
TZFService_GetAllTimezones /api/v1/tzs/all |
GetAllTimezones returns all timezone names. |
| GET |
TZFService_GetTimezones /api/v1/tzs |
GetTimezones returns timezone names by longitude and latitude. |
tzf pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|