Datawrapper JSON API Test Page
Just a few forms to test the core functionality in the upcoming Datawrapper release
users
GET
get list of users
retreive a list of all users
POST
add a new user
register a new user
auth/login
POST
login
user login
activate
GET
activate
activate user account after receiving token via email
account
GET
get session
find out who's logged in currently
account/lang
PUT
set language to..
change frontend language
users/:id
PUT
change password
change password of logged user
charts
GET
get my charts
get (brief) list of all charts by the current user
POST
create new chart
create a new empty chart
charts/:id
GET
load chart info
get chart info
PUT
update chart
charts/:id/data
PUT
upload chart data
- or -
upload a csv file
upload some data using copy&paste from spreadsheet applications or by uploading a csv file from your computer.
visualizations
GET
get visualizations
get list of available visualizations
gallery
GET
get chart gallery
get 20 most recent charts for public gallery
auth/logout
POST
logout
logout current user