Skip to main content
GET
Query GIS layer properties

Overview

Queries the Greece parcels worker for a given GIS layer at a latitude/longitude coordinate and returns the layer-specific properties. The response shape varies by layer. Authentication is not enforced at the schema level, but a valid Bearer token is recommended for production integrations.

Query parameters


Response

Returns a JSON object with layer-specific properties. The exact shape varies depending on the layer value requested.

Example request

Query Parameters

latitude
number
required

Latitude of the location.

longitude
number
required

Longitude of the location.

layer
enum<string>
required

GIS layer type.

Available options:
apaa,
crime,
parcel

Response

Layer-specific properties for the given location. Shape varies by layer.

The response is of type object.