We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The documentation at https://www.monicahq.com/api/countries claims that counties are in an array
{ "data": [ { "id": 63, "object": "country", "name": "Afghanistan", "iso": "af" ...
However, that not the on my Monica instance, it returns them in a object:
{"data":{"AFG":{"id":"AF","object":"country","name":"Afghanistan","iso":"AF"},"WSB":{"id":"WSB","object":"country","name":"Akrotiri","iso":"WSB"},...
By the way, a link to "Country's API" from https://www.monicahq.com/api/addresses goes to https://www.monicahq.com/api/countries.md, which is dead. Correct url is probably https://www.monicahq.com/api/countries
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The documentation at https://www.monicahq.com/api/countries claims that counties are in an array
However, that not the on my Monica instance, it returns them in a object:
By the way, a link to "Country's API" from https://www.monicahq.com/api/addresses goes to https://www.monicahq.com/api/countries.md, which is dead. Correct url is probably https://www.monicahq.com/api/countries
The text was updated successfully, but these errors were encountered: