Research
Worldometers logo

Worldometers API

worldometers.info

Worldometers - world population, COVID-19, and demographic statistics.

Actions
8
Category
Research
Login
Not required
Output
JSON

Call the Worldometers API

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

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_worldometers_info_coronavirus_global_ssr",
    "params": {}
  }'

8 actions on worldometers.info

Read

  • Coronavirus Global Statistics

    act_worldometers_info_coronavirus_global_ssrread1 credit / call

    Returns global COVID-19 totals and per-country case, death, and test statistics.

  • Coronavirus State Statistics

    act_worldometers_info_coronavirus_state_detailread1 credit / call

    Returns a US state's COVID-19 totals and case time-series data.

    state_slug
    string · required
  • Coronavirus USA Statistics

    act_worldometers_info_coronavirus_usa_detailread1 credit / call

    Returns US national COVID-19 totals and per-state breakdown.

  • Current Date

    act_worldometers_info_live_current_date_displayread1 credit / call

    Returns the current date in weekday, month, day, year, and ISO formats.

    e
    string · required
    p
    string · required
    s
    string
  • Homepage Statistics

    act_worldometers_info_homepage_stats_ssrread1 credit / call

    Returns homepage live counters and navigation links to major topic sections.

  • Population By Country

    act_worldometers_info_population_by_country_listingread1 credit / call

    Returns countries ranked by population with density, growth, and median age.

  • Population Topic

    act_worldometers_info_population_topic_ssrread1 credit / call

    Returns the population section with links to country listings and detail pages.

  • US Population

    act_worldometers_info_us_population_detailread1 credit / call

    Returns US population with historical demographics by year.

Worldometers API questions

Is there an API for Worldometers?
Worldometers does not offer a public data API for this, but Anakin Wire provides 8 maintained endpoints for worldometers.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 Worldometers 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 worldometers.info changes its markup, Anakin updates the action.
Do I need a Worldometers account?
No. Every Worldometers action listed here runs anonymously — no account and no credentials required.
What does the Worldometers 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 Research APIs

All Research sites