Check out our High Performance Batch Processing API: Match and Enrich Data Using CSV/TSV Files as Input Data to our APIs Learn More

Get Current Global Weather API

Retrieve live weather data including temperature, wind speed, current conditions, and more for global locations.

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.

Example of live global weather information.
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"

High Performance Batch Example (CSV source, provides results for entire file):

curl "https://connect.interzoid.com/run?function=global-weather&apikey=[your-api-key]&source=csv&connection=https://your-file-location.csv&table=csv&column=1"

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 Now
Optional 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
Video Description

Watch a short video describing the Global Weather API.

YouTube