Our Static Maps API is a great way to make maps with a custom location and size.

The URL format for the Static Maps API is:
https://tile.thunderforest.com/static/{style}/{lon},{lat},{zoom}/{width}x{height}{scale}.{format}?apikey={apikey}
The id for the map style, e.g. cycle or transport
The longitude of the centre of the map, in decimal degrees
The latitude of the centre of the map, in decimal degrees
The zoom level of the map
The width of the map, in pixels. Maximum width is 2560 pixels.
The height of the map, in pixels. Maximum height is 2560 pixels.
(optional) The scale modifier, e.g. @2x. When omitted, a scale of 1 is used.
The image format, e.g. .png or .jpg90
Your API Key
The scale parameter allows you to request ‘retina’ or ‘hidpi’ static maps. For example, setting the scale to @2x will return static maps at double scale, but otherwise showing exactly the same features and labels.