Meeting Time Converter API

GET

Schedule global meetings without manual timezone math.

Meeting Time Converter transforms meeting times between any two timezones, calculating time differences and UTC offsets for global coordination.

Try it — live request, no key required

Request
GETapi.apiverve.com/v1/meetingtimeconverter?time=14%3A30&fromTimezone=America%2FNew_York&toTimezone=Europe%2FLondon
Query parameters
Verification
Format

No key required to try it. Get a key to use it in your app.

Example
{
  "status": "ok",
  "error": null,
  "data": {
    "originalTime": "14:30",
    "convertedTime": "19:30:00",
    "date": "2026-09-18",
    "fromTimezone": "America/New_York",
    "toTimezone": "Europe/London",
    "timeDifference": 5,
    "fromOffset": "-04:00",
    "toOffset": "+01:00"
  }
}

About the Meeting Time Converter API

Supports all IANA timezone identifiers and provides clear offset information for coordinating across multiple geographic locations.

What people use it for

Global Scheduling
Schedule international meetings by converting times across timezones
Calendar Apps
Display meeting times in user's local timezone automatically
Conference Planning
Coordinate multi-timezone events and conference calls
Travel Planning
Convert appointment times when traveling across timezones

Ways to call it

One endpoint, many ways in — REST with JSON, XML, YAML and CSV, plus GraphQL and an MCP interface for AI agents.

JSON
Default REST response
XML
Markup format
YAML
Human-readable
CSV
Tabular export
Beta
GraphQL
Query language
New
MCP
For AI agents

Other ways to use Meeting Time Converter

Same data, same APIVerve account, same credit balance — one key works on all of them.

Questions.

Common questions about the Meeting Time Converter API.

Read the docs
Which timezone identifiers does the converter accept?
It supports all standard IANA timezone identifiers, including regional names like America/New_York and Europe/London. You pass valid source and target timezone names to calculate the difference between them.
Can I convert meeting times for specific future dates?
Yes. You can pass an optional date formatted as YYYY-MM-DD to evaluate a meeting on that calendar day. When the date parameter is omitted, the calculation defaults to the current day.
Does the response include the calculated time difference?
Yes. Along with the converted time, the response provides the original time, both timezone identifiers, and the exact time difference between the two locations.
What time format does the conversion require?
The time parameter requires a 24-hour time string in HH:MM format, such as 09:30 or 16:45. Standard 12-hour formats using AM or PM markers are not accepted.
What would 20,000 meeting conversions a month cost me?
That volume uses 40,000 credits, taking up one-fifth of the Starter plan's monthly allowance. At 2 credits per call, that works out to about $0.30 per 1,000 conversions. The Free plan includes 100 conversions each month.

Ready to build with Meeting Time Converter? Start with 200 free credits — one key unlocks all 300+ APIs.

Explore the catalog

300+ APIs on the same key and the same response shape.

Browse all APIs