Developer Tools
Datawrapper logo

Datawrapper API

datawrapper.de

Datawrapper - public River chart gallery, visualization details, and data-viz blog.

Actions
3
Category
Developer Tools
Login
Not required
Output
JSON

Call the Datawrapper API

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

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

3 actions on datawrapper.de

Read

  • Blog Post Listing

    act_datawrapper_de_blog_post_listingread1 credit / call

    Returns recent blog posts with titles, summaries, authors, and publish dates.

  • Chart Visualization Details

    act_datawrapper_de_chart_visualization_detailread1 credit / call

    Returns a chart's metadata, author, source, and underlying data by chart ID.

    chart_id
    string · required
  • River Gallery Listing

    act_datawrapper_de_river_gallery_listingread1 credit / call

    Returns public River gallery charts with IDs, titles, thumbnails, and authors.

Datawrapper API questions

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

All Developer Tools sites