Entity Endpoint
Retrieves information about a single entity.
get/entity/{entityId}
Path parameters
entityIdinteger required
Internal database ID
Example:50505
Specific entity ID
Query parameters
downloadboolean
Download results
showstring[]
Select which keys should not be displayed. This can improve performance
format'lp' | 'lpx' | 'loud' | 'geojson' | 'geojson-v2' | 'gpkg' | 'table_row' | 'pretty-xml' | 'n3' | 'turtle' | 'nt' | 'xml'
Example:lpx
Specify the format for the returned results.
export'csv' | 'csvNetwork'
Example:csv
Export the entities in either a simple CSV format or a ZIP file containing CSV files optimized for network analysis.
locale'ca' | 'de' | 'en' | 'es' | 'fr'
Example:de
Choose language for system inherent labels
centroidboolean
Will calculate the centerpoint for all polygons and linestring and add them to geometries
Response
Success