Get API map
- One of the main OpenStreetMap API usabilities
The following command returns:
- All nodes that are inside a given bounding box and any relations that reference them.
- All ways that reference at least one node that is inside a given bounding box, any relations that reference them (the ways), and any nodes outside the bounding box that the ways may reference.
- All relations that reference one of the nodes, ways or relations included due to the above rule (does not apply recursively).
Request
Left (longitude ) | Bottom (latitude) | Rigt (longitude) | Top (latitude) |
---|---|---|---|
100 | 50 | 100 | 50 |
Response
Error codes
The latitudes must be between -90 and 90, longitudes between -180 and 180 and the minima must be less than the maxima (example: The maximum bbox size is 0.250000, and your request was too large. Either request a smaller area, or use planet.osm).
Error: You have downloaded too much data. Please try again later.