{"auth":"Header Authorization: \u003cAPI_KEY\u003e","endpoints":[{"description":"List countries","method":"GET","params":"?q=Query","path":"/countries","response_example":"[{'id': 1, 'code': 'US', 'name': 'United States', ...}]"},{"description":"List states by country","method":"GET","params":"?country=Code\u0026q=Query","path":"/states"},{"description":"List cities by country and state","method":"GET","params":"?country=Code\u0026state=Code\u0026q=Query","path":"/cities"},{"description":"Trigger manual import (Admin Only)","method":"GET","path":"/cronupdate"},{"body":{"email":"string","is_admin":"bool","key":"string"},"description":"Register new API Key (Admin Only)","method":"POST","path":"/credentials/register"},{"body":{"email":"string"},"description":"Remove API Key (Admin Only)","method":"POST","path":"/credentials/remove"},{"description":"Show this info","method":"GET","path":"/info"}]}