address when one is known or can be resolved. Organisations use postal addresses only.
Creating sites
When you create a site, provide at least one ofcoordinates or address:
- Use
coordinateswhen you already know the exact latitude/longitude. - Use
addresswhen you want Cula to geocode a postal address. - Use both when you want Cula to validate that the coordinates and address point to the same place.
Address-only create request
Site create response
Filtering sites by address
GET /v1/sites accepts an address query parameter for free-form address search.
The server geocodes the string before querying sites. It then filters by the resolved components:
country_codemust match exactly.cityandpostcodematch as case-insensitive substrings when the geocoder resolves them.streetis returned for transparency but is not used for matching.
geocoded_address when an address filter was supplied. Use it to check what the server matched against.
Organisation addresses
Organisations use an optional postaladdress. Organisation addresses do not represent a tracked physical processing location, so they do not include coordinates and are not used for distance or transport calculations.