
Hello, I was reading the Locale API. I see we have List Countries API. By any chance, we may have List Cities API in the future? or is there any good practice that i can adopt to fetch list of cities of a country? Thanks in advance.

Hey, a list of all cities will probably be a bit difficult as this a real big list.
Bun it sound a good idea and I think it will be good to open a issue for it. https://github.com/appwrite/appwrite/issues/new?assignees=&labels=feature&projects=&template=feature.yaml&title=%F0%9F%9A%80+Feature%3A+
As for your use case: This is an open source solution https://countrystatecity.in/
You can easily adapt it for your needs.

P.s. you can also request an API key if you want to have even easier access.

I definitely like this idea! lemme check if we have something for this

So, I talked to the team and definitely create a feature for this on our github (we researched a bit into code standards and found one to use)

Thanks @Binyamin and @joeyouss . I have just submitted the github issue https://github.com/appwrite/appwrite/issues/5544. I will look into the open source solution too.

[SOLVED] List Cities
Recommended threads
- Is my approach for deleting registered u...
A few weeks ago, I was advised not to use the registered users' id in my web app. Instead, I store the publicly viewable information such as username and email ...
- Stuck in "deleting"
my parent element have relationship that doesnt exist and its stuck in "deleting", i cant delete it gives me error: Collection with the requested ID could not b...
- Help with 409 Error on Relationship Setu...
I ran into a 409 document_already_exists issue. with AppWrite so I tried to debug. Here's what I've set up: Collection A has 3 attributes and a two-way 1-to-m...
