API Overview
This API provides current weather information for global locations, including temperature, wind speed, current conditions, and other weather details based on the global location.
Live Global Weather Information
Retrieve current temperature, current conditions, wind speed, and more for locations worldwide.
Global Coverage
Current weather data from cities and locations in 200+ countries for maximum coverage. Location can be provided in any language including local character sets.
Frequent updates
Weather is updated hourly 24x7 on a global scale and immediately available from the API.
Location | Temp (°F) | Temp (°C) | Weather | Wind Speed | Wind Direction |
---|---|---|---|---|---|
Paris | 31 | -0.6 | Cloudy | 22 | W |
Berlin, DE | 41 | 5 | Light Rain | 8 | NW |
Hanoi | 69.8 | 21 | Mostly Clear | 3 | NE |
Oslo Norway | 21.2 | -6 | Snow | 9 | NNE |
Cañuelas, ARG | 73.4 | 23 | Partly Cloudy | 5 | SW |
Αθήνα, Ελλάδα | 50 | 10 | Mostly Clear | 1 | S |
Muscat Oman | 75.2 | 24 | Few Clouds | 3 | ESE |
Нью-Йорк | 44.1 | 6.7 | Scattered Clouds | 7 | Variable |
ロサンゼルス、カリフォルニア | 64 | 17.8 | Clear | 17 | WSW |
Brownsville, TX | 73.9 | 23.3 | Thunderstorms | 7 | NE |
How to Use
API Endpoint
https://api.interzoid.com/getglobalweather
Sample Request
https://api.interzoid.com/getglobalweather?license=[your-api-license-key]&location=Madrid
Sample Response
{"TempF":"53.6","TempC":"12","Weather":"Rain","WindSpeed":"7","WindDir":"WSW","Code":"Success","Credits":"45132"}
cURL Example
curl --header "x-api-key: [license-key]" "https://api.interzoid.com/getglobalweather?location=Tokyo"
Additional Resources
Try this API Interactively
Our API interactive usage tool enables you to try this API interactively with a user interface and without writing code. The tool is available for all of our APIs.
Try it NowUse this API in a High-Performance, No-Code, Cloud Batch Mode
Our No-Code batch tool enables you to quickly use this API within our parallel-processing Cloud platform, processing text files (CSV/TSV) with a few clicks and without writing code. This is the fastest and easiest way to use this API with higher volumes of data, enabling results in minutes
Start NowOptional OpenAPI Specification
An OpenAPI Specification (OAS) is a standardized format for describing the structure, endpoints, and functionality of a RESTful API in a machine-readable format.
It is a blueprint for developers and enables integration by defining request and response schemas, authentication methods, and available operations.
YAML JSON