{"id":24175809,"url":"https://github.com/meijirestored/location-finder","last_synced_at":"2025-03-02T14:29:36.485Z","repository":{"id":272150243,"uuid":"860014488","full_name":"MeijiRestored/Location-Finder","owner":"MeijiRestored","description":"Simple flask app to return suburb/city/state/country from coordinates","archived":false,"fork":false,"pushed_at":"2025-02-19T19:29:33.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-19T20:28:33.546Z","etag":null,"topics":["flask","openstreetmap","osm","overpass","overpass-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MeijiRestored.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-19T17:04:50.000Z","updated_at":"2025-02-19T19:29:36.000Z","dependencies_parsed_at":"2025-01-12T14:43:03.471Z","dependency_job_id":"f1b94c13-e375-42b4-8db7-e0961323643f","html_url":"https://github.com/MeijiRestored/Location-Finder","commit_stats":null,"previous_names":["meijirestored/location-finder"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeijiRestored%2FLocation-Finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeijiRestored%2FLocation-Finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeijiRestored%2FLocation-Finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeijiRestored%2FLocation-Finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MeijiRestored","download_url":"https://codeload.github.com/MeijiRestored/Location-Finder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241520662,"owners_count":19975900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","openstreetmap","osm","overpass","overpass-api"],"created_at":"2025-01-13T02:19:27.090Z","updated_at":"2025-03-02T14:29:36.452Z","avatar_url":"https://github.com/MeijiRestored.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Location Finder\n\nA simple Flask app which returns the country/state/city/suburb name for given coordinates, using OpenStreetMap data.\n\n## Endpoints\n- `/lat/lon` : Get local names\n- `/lang/lat/lon` : Get names for specified language. See https://wiki.openstreetmap.org/wiki/Names#Localization\n\n## Example request\n\n`/fr/50.843388/4.349016`\n```json\n{\n  \"city\": \"Bruxelles\",\n  \"country\": \"Belgique\",\n  \"country_code\": \"BE\",\n  \"country_flag\": \"🇧🇪\",\n  \"state\": \"Bruxelles-Capitale\",\n  \"suburb\": \"Quartier Midi-Lemonnier\"\n}\n```\n- If no name was found (most often suburb), empty string is returned.\n- Country code is ISO3166-1.\n\n## Caching\n\nThis app uses Redis to cache data and thus reduce the amount of Overpass requests.\nYou can configure Redis or turn caching off in `config.py`.\n\n## Credits\n- Data from [OpenStreetMap](https://osm.org)\n- Overpass instance used : [Private.coffee](https:///overpass.private.coffee)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeijirestored%2Flocation-finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeijirestored%2Flocation-finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeijirestored%2Flocation-finder/lists"}