Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 3.02 KB

File metadata and controls

50 lines (39 loc) · 3.02 KB

Mapy.com REST API Documentation

The Mapy.com REST API enables integration of high-quality map data and functionality into your web, mobile, or desktop applications. The API is technology-agnostic and can be used with popular open-source map libraries like Leaflet or MapLibre.

How to Use This Documentation

Each API function is documented with:

  • Brief description and use cases
  • Links to official technical documentation
  • Key parameters overview
  • Code examples in cURL, JavaScript, and C#
  • Common errors and limitations

For complete parameter lists, schemas, and technical specifications, always refer to the official Swagger UI and OpenAPI files linked below.

Available Functions

Function Documentation (developer.mapy.com) Swagger UI OpenAPI
Map Tiles https://developer.mapy.com/en/rest-api-mapy-cz/function/map-tiles/ https://api.mapy.com/v1/docs/maptiles/ https://api.mapy.com/v1/docs/maptiles/openapi.yaml
Static maps https://developer.mapy.com/en/rest-api-mapy-cz/function/static-maps/ https://api.mapy.com/v1/docs/static/ https://api.mapy.com/v1/docs/static/openapi.json
Forward Geocoding https://developer.mapy.com/en/rest-api-mapy-cz/function/geocoding/ https://api.mapy.com/v1/docs/geocode/ https://api.mapy.com/v1/docs/geocode/openapi.json
Reverse Geocoding https://developer.mapy.com/en/rest-api-mapy-cz/function/geocoding/ https://api.mapy.com/v1/docs/geocode/ https://api.mapy.com/v1/docs/geocode/openapi.json
Routing https://developer.mapy.com/en/rest-api-mapy-cz/function/routing/ https://api.mapy.com/v1/docs/routing/ https://api.mapy.com/v1/docs/routing/openapi.json
Matrix Routing https://developer.mapy.com/en/rest-api-mapy-cz/function/routing/ https://api.mapy.com/v1/docs/routing/ https://api.mapy.com/v1/docs/routing/openapi.json
Elevation https://developer.mapy.com/en/rest-api-mapy-cz/function/elevation-api/ https://api.mapy.com/v1/docs/elevation/ https://api.mapy.com/v1/docs/elevation/openapi.json
Static Panorama https://developer.mapy.com/en/rest-api-mapy-cz/function/api-for-static-panorama/ https://api.mapy.com/v1/docs/static/ https://api.mapy.com/v1/docs/static/openapi.json
Time zones https://developer.mapy.com/en/rest-api-mapy-cz/function/api-for-time-zones/ https://api.mapy.com/v1/docs/timezone/ https://api.mapy.com/v1/docs/timezone/openapi.json

Getting Started

Before using any REST API function, you need to obtain an API key. See Getting Access for details on:

  • Registration and API key creation
  • Basic authentication
  • Security best practices
  • Rate limits and pricing

Local Documentation Pages