Unfortunately, this feature is not supported on mobile devices. For the best experience, please use a computer.

zipmend API (1.0.0)

Documentation of the zipmend api

Download OpenAPI description
Languages
Servers
Mock server
https://docs.zipmend.com/_mock/openapi/
Production server (uses live data)
https://app.zipmend.com/api/v3/
Sandbox server (uses test data)
https://sandbox.zipmend.com/api/v3/

Cities

Informations about cities and zipcodes

Operations

Get cities

Request

Get cities by country code and search term

Query
countrystringrequired
Example:

country=NL

querystring
Example:

query=8051 CP Hattem

curl -i -X GET \
  -u <username>:<password> \
  'https://docs.zipmend.com/_mock/openapi/cities?country=NL&query=8051%20CP%20Hattem'
Experience it firsthand in the API Explorer!

Responses

Success.

Bodyapplication/json
messagestringrequired
Example:

"Success!"

dataArray of objects(City)required
data[].namestring(Name)
data[].zip_codestring(ZipCode)
data[].countrystring(Country)
Response
application/json
{ "message": "Success!", "data": [ {}, {}, {}, {} ] }

Price

Get price calculated by the

Operations

Booking

Museum tickets for general entrance or special events.

Operations