/
/World Data API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
cities4
  • postAdd a city
  • getGet a specific city
  • putUpdate a specific city
  • deleteDelete a specific city
countries4
  • getGet all countries
  • getGet a single country
  • putUpdate or create a country
  • deleteDelete a specific country
regions6
  • getGet all regions of all countries
  • postAdd a region to a given country
  • getGet all regions of a given country
  • getGet a specific region of a given country
  • putUpdate a specific region of a given country
  • deleteDelete a specific region of a given country
token1
  • postGet a token to authorize future requests
    token

    Get a token to authorize future requests

    post/gettoken

    Response

    A valid token to use for other requests

    Changes