Weather API logo

Weather API

Bydataandapis.com
|
Data
|
10 tokens / call

Current conditions, hourly forecasts up to 48 hours, and daily summaries up to 9 days for any coordinates worldwide — temperature, wind, humidity, pressure, cloud cover, precipitation, and condition symbols. Powered by MET Norway (CC BY 4.0).

Quick Start

Subscribe to get instant API access with your unique API key.

View Pricing Plans

Available Endpoints

Request Parameters

API URL

Please subscribe to see the API URL

Headers

X-Api-Key

Query Parameters

days(Optional)
hours(Optional)
lat(Required)
lon(Required)

Please subscribe to see the actual API URL

import axios from 'axios';

const url = '{API_URL}';
const { data } = await axios.get(url, {
  headers: { 'X-Api-Key': 'YOUR_API_KEY' }
});