Discover/global-warming.org API
live

global-warming.org APIglobal-warming.org

Access global temperature anomalies, CO2, methane, N2O, arctic sea ice, ocean warming, and climate news via the global-warming.org API.

Endpoints
10
Updated
3mo ago
Try it

No input parameters required.

api.parse.bot/scraper/c8ba2562-c9f9-4a10-ad83-7041ad7228e7/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/c8ba2562-c9f9-4a10-ad83-7041ad7228e7/get_temperature_data' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 10 totalclick to expand

Fetches global monthly mean surface temperature anomaly data from 1880 to present. Returns an array of monthly records with time (decimal year), station anomaly, and land anomaly values.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "error": "string or null indicating any error from the upstream API",
    "result": "array of objects each containing time (decimal year as string), station (temperature anomaly as string), and land (temperature anomaly as string)"
  },
  "sample": {
    "data": {
      "error": null,
      "result": [
        {
          "land": "-0.19",
          "time": "1880.04",
          "station": "-0.29"
        },
        {
          "land": "-0.25",
          "time": "1880.13",
          "station": "-0.50"
        }
      ]
    },
    "status": "success"
  }
}

About the global-warming.org API

The global-warming.org API exposes 10 endpoints covering climate and environmental datasets that span from 1851 to the present, including surface temperature anomalies, greenhouse gas concentrations, and arctic sea ice extent. Endpoints like get_co2_data return daily CO2 readings with both cycle and trend values in ppm, while get_arctic_sea_ice_data delivers monthly extent figures alongside decadal trend metadata — all in structured JSON ready for analysis or visualization.

Climate Measurement Data

Four endpoints cover the core greenhouse gas and temperature record. get_temperature_data returns monthly mean surface temperature anomalies from 1880 onward, with each record carrying a decimal-year time field, a station anomaly, and a land anomaly. get_co2_data provides daily atmospheric CO2 readings from 2016 to present, each record containing year, month, day, cycle (the raw daily oscillation in ppm), and trend (the smoothed long-term value). get_methane_data and get_nitrous_oxide_data both return monthly records from 1984 and 2002 respectively, each with date, average, trend, and averageUnc (uncertainty in ppb).

Sea Ice and Ocean Data

get_arctic_sea_ice_data returns a structured object with a description block (holding title, basePeriod, units, annualMean, and decadalTrend) plus a data object keyed by YYYYMM. Each monthly entry includes value, anomaly, and monthly mean in million square kilometers, covering 1979 to present. get_ocean_warming_data returns annual ocean temperature anomaly data from 1851 onward, keyed by year, with each entry providing a departure value in degrees Celsius.

News, Deforestation, and Navigation

get_news_list returns aggregated climate news articles with title, url, thumbnail, and source fields — useful for monitoring publication activity around climate topics. get_deforestation_page delivers the full text content and page title from the deforestation section, including embedded statistics and map descriptions. get_site_navigation extracts all navigation links from the homepage as text and url pairs. get_home_page_data returns the page title, description, and an array of content sections each with a header and content string.

Common use cases
  • Charting long-term CO2 trend vs. cycle divergence using cycle and trend fields from get_co2_data
  • Building a greenhouse gas dashboard combining methane, nitrous oxide, and CO2 endpoint data
  • Tracking arctic sea ice anomalies month-over-month using get_arctic_sea_ice_data YYYYMM-keyed records
  • Correlating ocean warming departure values from get_ocean_warming_data with surface temperature anomalies from get_temperature_data
  • Aggregating climate news headlines and sources for a media monitoring feed via get_news_list
  • Pulling deforestation statistics and narrative text for environmental reporting via get_deforestation_page
  • Reconstructing surface temperature history from 1880 using station and land anomaly fields
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does global-warming.org provide an official developer API?+
global-warming.org does not publish a documented, versioned public developer API with authentication or official SDK support. The data it hosts — temperature anomalies, greenhouse gas concentrations, sea ice extent — is made available through the site's public-facing interface, and this Parse API surfaces that data in structured JSON form.
What does `get_arctic_sea_ice_data` actually return, and what is the `decadalTrend` field?+
get_arctic_sea_ice_data returns both metadata and monthly observations. The description block includes decadalTrend, which is the rate of change in sea ice extent per decade (in million square kilometers), along with annualMean, basePeriod, and units. The data object is keyed by YYYYMM and each entry contains the observed value, the anomaly relative to the base period, and the monthly mean — all in million square kilometers.
How current is the CO2 data, and are there gaps in the record?+
get_co2_data covers daily readings from 2016 to the present. The upstream dataset may occasionally include gaps or delayed updates for the most recent days; the cycle and trend fields may differ for such entries. The temperature and ocean warming endpoints extend back to 1880 and 1851 respectively, offering much longer historical coverage.
Does the API return country-level or regional greenhouse gas breakdowns?+
Not currently. All greenhouse gas endpoints — get_co2_data, get_methane_data, and get_nitrous_oxide_data — return global atmospheric averages rather than per-country or regional figures. You can fork the API on Parse and revise it to add an endpoint targeting a regional dataset if one becomes available on the source.
Are historical climate projections or future scenarios included?+
Not currently. The API covers observed historical records: measured temperature anomalies, atmospheric concentrations, sea ice extents, and ocean warming departures. Forecast or modeled future scenario data is not part of any current endpoint. You can fork the API on Parse and revise it to incorporate a projections endpoint if you have a target data source in mind.
Page content last updated . Spec covers 10 endpoints from global-warming.org.
Related APIs in WeatherSee all →
sentinel-hub.com API
Access satellite imagery from around the world and retrieve spectral band data, timestamps, and geographic coverage information to analyze Earth observation data. Process and generate statistics from satellite images for your specific areas of interest using powerful image processing tools.
openweathermap.org API
Search for cities and retrieve live weather conditions and forecasts (current, minutely precipitation, hourly and daily) by coordinates or by city name.
api.nasa.gov API
Access NASA's suite of open data APIs — including the Astronomy Picture of the Day, Near Earth Object tracking, DONKI space weather events, EPIC Earth imagery, Mars weather, the NASA Image and Video Library, the Exoplanet Archive, and EONET natural events.
weatherspark.com API
Get historical weather data, current METAR reports, and monthly climate summaries for any location by searching WeatherSpark's comprehensive weather database. Access detailed weather insights including temperature trends, precipitation patterns, and atmospheric conditions to power weather-dependent applications and analysis.
breckenridge.com API
Check real-time snow conditions, weather forecasts, lift operations, and trail status at Breckenridge Ski Resort to plan your day on the mountain. View live mountain cameras and get up-to-the-minute updates on slopes, lifts, and weather before you head out.
surfline.com API
Check real-time surf conditions, forecasts for waves and wind, tide predictions, and live camera feeds from thousands of surf spots around the world. Browse spots by geographic region and access detailed weather data to plan your perfect surfing session.
ingres.iith.ac.in API
Access groundwater resource estimation data across India at multiple geographic levels—from national summaries down to block-level details—and search specific locations to track groundwater availability and assessment trends. View historical assessment years and generate reports to analyze groundwater resources by state, district, or region.
zoom.earth API
Search Zoom Earth for places and get live environmental data including weather forecasts by coordinates, satellite imagery timestamps, active tropical storm tracks, active fires, and current platform status.