Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

IPGeolocation.io Timezone API

API endpoints for retrieving current date, time, and timezoneinformation for a given input such as an IANA timezone identifier,geographic coordinates, location address, IPv4 or IPv6 address,airport codes (IATA or ICAO), or UN/LOCODE.The API can also convert timestamps between different timezones,locations, coordinates, airports, or UN/LOCODE identifiers.Responses include detailed timezone metadata such as UTC offset,daylight saving time (DST) status, formatted timestamps, andupcoming DST transition information. Depending on the lookupmethod used, the response may also include geolocation data,airport details, or city information.

IPGeolocation.io Timezone API is one of 7 APIs that IPGeolocation.io publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Timezone. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 2 operations across 2 paths, and defines 8 schemas. It is described by OpenAPI 3.0.7, at version 3.0.

Requests are made against a single base URL, https://api.ipgeolocation.io.

2 operations 2 paths 8 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.7
API Version
3.0
Base URL
https://api.ipgeolocation.io
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

IPGeolocation.io Timezone API declares 1 security scheme for authenticating requests. An API key is passed in the query as apiKey (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — API key passed as the apiKey query parameter. Get yours from the [IPGeolocation dashboard](https://app.ipgeolocation.io/). For client-side usage, consider usin…

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Timezone 2

API endpoints for retrieving current date, time, and timezone information for a given input such as an IANA timezone identifier, geographic coordinates, location address, IPv4 or…

GET
/v3/timezone
IPGeolocation.io Timezone Lookup
lookupTimezone 10 params → 200400401404405423429499
GET
/v3/timezone/convert
IPGeolocation.io Timezone Time Conversion
convertTimezone 16 params → 200400401404405423429499

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are Timezone (26 properties), Location (16 properties), AirportDetails (12 properties), LocodeDetails (8 properties). Each schema is shown below with its type and property counts.

Timezone
object
Detailed timezone information for the requested location or identifier. Contains timezone metadata such as UTC offset, daylight saving time (DST) status, forma…
26 properties
TimezoneLookupResponse
object
Response returned by the Timezone Lookup API. Contains timezone information for the requested identifier such as a timezone name, IP address, geographic coordi…
5 properties
ErrorResponse
object
Returned for any non-200 response. Contains only a human-readable message. Message text can vary by status and condition; examples in this spec are representat…
1 property 1 required
TimeConversionResponse
object
Response returned by the Timezone Conversion API. Contains the original timestamp, the converted timestamp in the destination timezone, and the time difference…
4 properties
Location
object
Geolocation information associated with the requested IP address or location query. This object appears when the timezone lookup is performed using the ip or l…
16 properties
LocodeDetails
object
City or logistics location information returned when the timezone lookup is performed using a UN/LOCODE. UN/LOCODE is a five-character identifier consisting of…
8 properties
AirportDetails
object
Airport information returned when the timezone lookup is performed using iatacode or icaocode. Contains metadata about the airport including its geographic coo…
12 properties
DSTTransition
object
Represents a daylight saving time transition event including the moment when DST begins or ends.
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ipgeolocation-timezone-api-openapi.yml Raw ↑

Other APIs IPGeolocation.io publishes across the network.

IPGeolocation.io ASN Lookup API
IPGeolocation.io Astronomy API
IPGeolocation.io IP Abuse Contact API
IPGeolocation.io IP Geolocation API
IPGeolocation.io IP Security API
IPGeolocation.io User Agent API