API · /weatherhistory-api

Weather History API

salutare 4,972 Abbonati

Decades of historical weather for any location on Earth, from 1940 to the present. Pull daily records — temperature highs, lows and means, apparent temperature, precipitation, rain, snowfall, wind speed, gusts and direction — or an hourly series with temperature, humidity, precipitation, wind, pressure and cloud cover, or a period summary with mean temperature, the hottest and coldest day, total precipitation and wet-day counts. Global coverage from the ERA5 reanalysis archive via Open-Meteo, delivered as tidy JSON through a fast, reliable API. Ideal for agriculture and energy, insurance and risk, climate research, construction and travel planning.

api.oanor.com/weatherhistory-api
Ottieni una chiave API Prova nel parco giochi → Contatta provider

Specifica leggibile dalle macchine, così gli agenti AI possono integrare questa API.

/api/weatherhistory-api/openapi.json
/api/weatherhistory-api/llms.txt

Individuazione: GET /api/index.json elenca ogni API.

API salute

salutare
Tempo di attività
100.00%
Sondaggi del server · 24 ore su 24
Latenza media
1083 ms
Sondaggi del server · 24 ore su 24
Abbonati
4,972
attiva
Chiamate totali
12
ultimi 7 giorni

Prezzi

Scegli un livello: fatturazione mensile, annullamento in qualsiasi momento.

Free

Gratis

  • 1,000 chiamate/mese
  • 1 richieste/secondo
  • Tetto rigido (429 sopra la quota, nessuna eccedenza)
  • 1,000 requests/month, 1 req/s
  • Daily, hourly & summary history
  • Global, 1940 to present
  • No credit card
Accedi per abbonarti

Basic

€3.00 /mese

  • 30,000 chiamate/mese
  • 5 richieste/secondo
  • Tetto rigido (429 sopra la quota, nessuna eccedenza)
  • 30,000 requests/month, 5 req/s
  • Temperature, precip, wind, humidity
  • Up to 366-day daily ranges
  • Commercial use, email support
Accedi per abbonarti

Pro

€8.00 /mese

  • 250,000 chiamate/mese
  • 15 richieste/secondo
  • Tetto rigido (429 sopra la quota, nessuna eccedenza)
  • 250,000 requests/month, 15 req/s
  • High-volume climate analysis
  • Hottest/coldest day & wet-day stats
  • Priority email support
Accedi per abbonarti

Mega

€19.00 /mese

  • 1,500,000 chiamate/mese
  • 40 richieste/secondo
  • Tetto rigido (429 sopra la quota, nessuna eccedenza)
  • 1,500,000 requests/month, 40 req/s
  • Agriculture, energy & insurance scale
  • Maximum concurrency
  • Priority support
Accedi per abbonarti

Costruito da

Correlato APIs

Altro APIs con tag sovrapposti.

Air Quality API

Current air quality and hourly forecast for any location — European and US AQI plus PM2.5, PM10, ozone, nitrogen dioxide, sulphur dioxide, carbon monoxide, dust and UV index. Powered by Open-Meteo. Just pass a latitude and longitude.

api.oanor.com/airquality-api

Weather API

Real-time weather: current conditions, multi-day forecast, historical weather, marine/wave forecast, astronomy (sun/UV), air quality, geocoding and timezone.

api.oanor.com/weather-api

CVE Vulnerability API

Look up software vulnerabilities by their CVE identifier and get clean, structured details — title, description, CVSS score, severity and vector, CWE weakness types, affected vendors and products with version ranges, and reference links — plus search every CVE that affects a given vendor or product, and stream the most recently published CVEs. Sourced from the CIRCL CVE Search service over the official CVE Record 5.1 data and returned as tidy JSON through a fast, reliable API. Ideal for vulnerability management and SOC tooling, DevSecOps and SCA pipelines, security dashboards, compliance and asset-risk monitoring.

api.oanor.com/cve-api

Languages API

Eine saubere Referenz für die Sprachen der Welt. Suchen Sie jede Sprache nach ihrem ISO 639-1 (zweistellig) oder ISO 639-2 (dreistellig) Code oder nach Namen, suchen Sie nach englischem oder einheimischem Namen, listen Sie jede Sprache mit einem optionalen Rechts-nach-links-Filter auf, oder gruppieren Sie Sprachen nach Familie. Jeder Eintrag enthält die ISO-Codes, englische und einheimische Namen, die Sprachfamilie, ein Rechts-nach-links-Flag und einen Wikipedia-Link. Basierend auf dem offenen ISO 639-Datensatz und vollständig im Speicher bereitgestellt, sodass Antworten sofort erfolgen und der Dienst immer verfügbar ist. Ideal für Internationalisierung und Lokalisierung, Sprachauswahlen und Selektoren, Inhaltskennzeichnung und Entwicklerwerkzeuge.

api.oanor.com/languages-api

Domande frequenti

Risposte rapide su prezzi, quote e integrazione.

Come ottengo una chiave API per Weather History API?
Registrati gratuitamente su oanor.com, genera una chiave API dalla dashboard sviluppatore e chiama Weather History API con l'header x-oanor-key. Nessuna carta di credito richiesta per il piano gratuito.
Qual è il limite di velocità di Weather History API?
Il piano gratuito consente 1 richiesta al secondo. I piani a pagamento arrivano fino a 50 richieste al secondo nel piano Mega. I limiti rigorosi restituiscono HTTP 429 oltre la quota — nessuna spesa imprevista.
Quanto costa Weather History API?
Weather History API ha un piano gratuito con 100 chiamate / mese. I piani a pagamento partono da €3.00 / mese con quote più alte e limiti di velocità più rapidi.
Posso cancellare l'abbonamento in qualsiasi momento?
Sì. I piani sono fatturati mensilmente e puoi cancellare in qualsiasi momento dalla dashboard di fatturazione. Nessun contratto a lungo termine e nessuna penale di cancellazione.
Weather History API è conforme al GDPR?
Tutte le richieste a Weather History API passano attraverso il nostro gateway in UE. La tua chiave upstream non lascia mai il nostro server e nessun dato personale viene condiviso con il fornitore upstream oltre alla richiesta inviata.

Scegli un endpoint dall'elenco a sinistra per visualizzarne i dettagli e provarlo.

Frammenti di codice

Iscriviti per ottenere una chiave API, quindi chiama qualsiasi percorso sotto il tuo slug.

curl https://api.oanor.com/weatherhistory-api/SOME_PATH \
  -H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/weatherhistory-api/SOME_PATH", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/weatherhistory-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
    "https://api.oanor.com/weatherhistory-api/SOME_PATH",
    headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())

Valutazioni

Accedi per votare.

Nessuna recensione ancora.

Discussione

Fai domande, condividi consigli, ricevi risposte dal provider e dagli altri sviluppatori. Pubblico — chiunque può leggere.

Accedi per scrivere o rispondere.

Accedi

Nuova discussione

/ 4000

📌 Fissato 🔒 Bloccato

·

· ·

/ 4000

🔒 Discussione bloccata — non si può più rispondere.

  • Nessuna discussione — inizia tu.

Supporto

Supporto privato 1:1 con il provider — fatturazione, integrazione, account. Solo tu e il team del provider vedete questi thread.

Accedi per aprire un ticket di supporto.

Accedi

Apri nuovo ticket

Descrivi cosa ti serve. Il team del provider riceve un'email e risponde sulla pagina del ticket.

  • Nessun ticket per questa API.

Abbonamento attivo: le chiamate possono iniziare subito.

Invia la tua prima richiesta —

Abbonamento attivo: copia uno snippet e avvia la tua prima chiamata.