Weather
7Timer logo

7Timer API

7timer.info

7Timer - numerical weather, astronomy, cloud-cover, and meteogram forecasts worldwide.

Actions
4
Category
Weather
Login
Not required
Output
JSON

Call the 7Timer API

Submit a task, then poll the job until it settles. This example runs act_7timer_astro_forecast_page.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_7timer_astro_forecast_page",
    "params": {
      "lon": "77.583",
      "lat": "12.983"
    }
  }'

4 actions on 7timer.info

Read

  • Astro Forecast

    act_7timer_astro_forecast_pageread2 credits / call

    Returns the astronomy seeing forecast for given coordinates with sunrise, sunset, and chart links.

    lon
    string · required
    lat
    string · required
    lang
    string
    ac
    string
    unit
    string
    tzshift
    string
    site
    string
  • Civil Forecast

    act_7timer_civil_forecast_pageread2 credits / call

    Returns the civil weather forecast for given coordinates with location and forecast links.

    lang
    string · required
    lon
    string · required
    lat
    string · required
  • Cloud Cover Forecast

    act_7timer_cloud_cover_forecast_pageread1 credit / call

    Returns the global cloud-cover weather chart with available regions and parameters.

    lang
    string · required
  • Meteo Forecast

    act_7timer_meteo_forecast_pageread2 credits / call

    Returns the meteogram forecast for given coordinates with location, times, and chart links.

    lon
    string · required
    lat
    string · required
    lang
    string
    ac
    string
    unit
    string
    tzshift
    string
    site
    string

7Timer API questions

Is there an API for 7Timer?
7Timer does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for 7timer.info. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape 7Timer data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when 7timer.info changes its markup, Anakin updates the action.
Do I need a 7Timer account?
No. Every 7Timer action listed here runs anonymously — no account and no credentials required.
What does the 7Timer API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Weather APIs

All Weather sites