
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
- Messaging via Resend: "to": "\"undisclos...
I'm using the node-appwrite@18.0.0 SDK. ``` await messaging.createEmail({ messageId: ID.unique(), subject: "Subject", content: `htmlCont...
- Internal 500 Server Error
I don't have much information but I am unable to create anything on database, Auth users are creating but not able to fetch into database
- CORS + 401 Error with Appwrite Authentic...
I'm getting a CORS + 401 Error with Appwrite Authentication Access to fetch at 'https://cloud.appwrite.io/v1/account/sessions/email' from origin 'https://my-c...
