Get cities
includeUnlisted=true.
Query parameters
When true, includes unlisted cities the user can administer. Requires authentication.
Response
Returns an array ofCityWithCounts objects.
Unique city identifier
City name in local language
City name in English
Municipality name in local language
Municipality name in English
URL to city logo image
Whether the city supports notification features
City status:
pending, unlisted, or listedWhether the city has official support
Type of authority:
municipality or regionIANA timezone identifier (e.g., “Europe/Athens”)
Wikipedia page identifier
Aggregated counts for this city
Error responses
Invalid query parameters
Not authorized to view unlisted cities
Failed to fetch cities
Get all cities (minimal)
Response
Returns an array ofCityMinimal objects with basic city information without counts or timestamps.
Get a specific city
Path parameters
Unique city identifier
Response
Returns aCityWithCounts object with complete city information.
Error responses
City not found
Failed to fetch city