Weather API logo

Weather API

Pordataandapis.com
|
Data
|
10 tokens / llamada

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).

Inicio Rápido

Suscríbete para obtener acceso instantáneo a la API con tu clave única.

Ver Planes de Precios

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' }
});