Import places

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params

The request part with file is required. It has to be uploaded as file part in form-data. filename parameter must be specified (request part header example: Content-Disposition: form-data; name="file"; filename="places.csv"). File must have .csv or .txt extension and has to have a valid CSV format with size smaller than 32MB.

Mandatory fields in file header:

  • name
  • zip_code

Optional header fields:

  • labels - semicolon separated labels
  • attribute
  • street
  • street_number
  • city
  • latitude - required if longitude provided, valid range is -90 to 90
  • longitude - required if latitude provided, valid range is -180 to 180
  • country - allowed values: DE

Every "place" in the file must be in a separate line. The simplest file has just name and zipcode in every line. Values must be "," (comma) separated.

Example:

name,zip_code,label,attribute,street,street_number,city,country,longitude,latitude
Berlin Shop,01067,shop-label,shop-attribute,Some Berlin street,23,Berlin,DE,,
Hanover Shop,01069,shop2-label1;shop2-label2,shop2-attribute,Some Hanover street,32,Hanover,,55.5555,22.222
Bonn Shop,01097,,,Some Bonn street,156,Bonn,,44.444,11.111
file

.csv/.txt file with CSV format

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json