status property

Status status
final

The status of the response. Represents the status response from the Nominatim API.

This response provides information about the current status of the Nominatim service, including details such as the number of available database connections, the current load, and the uptime of the service.

For more information, visit: https://nominatim.org/release-docs/develop/api/Status/

Implementation

final Status status;