{"id":45139310,"url":"https://github.com/bilions-org/myanmar-cities","last_synced_at":"2026-02-20T00:32:56.585Z","repository":{"id":107448857,"uuid":"390357923","full_name":"bilions-org/myanmar-cities","owner":"bilions-org","description":"Myanmar City List","archived":false,"fork":false,"pushed_at":"2022-08-19T03:40:30.000Z","size":34,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-26T07:46:09.346Z","etag":null,"topics":["bilions","burmese-cities","cities","myanmar","myanmar-cities","myanmar-township","townships"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bilions-org.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-07-28T13:18:01.000Z","updated_at":"2022-10-25T04:02:01.000Z","dependencies_parsed_at":"2023-03-06T06:15:27.626Z","dependency_job_id":null,"html_url":"https://github.com/bilions-org/myanmar-cities","commit_stats":null,"previous_names":["bilions-integration/myanmar-cities"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bilions-org/myanmar-cities","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilions-org%2Fmyanmar-cities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilions-org%2Fmyanmar-cities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilions-org%2Fmyanmar-cities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilions-org%2Fmyanmar-cities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bilions-org","download_url":"https://codeload.github.com/bilions-org/myanmar-cities/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilions-org%2Fmyanmar-cities/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29637412,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"ssl_error","status_checked_at":"2026-02-19T22:32:38.330Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bilions","burmese-cities","cities","myanmar","myanmar-cities","myanmar-township","townships"],"created_at":"2026-02-20T00:32:56.274Z","updated_at":"2026-02-20T00:32:56.566Z","avatar_url":"https://github.com/bilions-org.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Need Contributors\n\n- We want to add village names associated with city\n\n## How to Contribute\n\n- Fork repo (https://github.com/Bilions-Integration/myanmar-cities)\n- Create your feature branch (git checkout -b \u003cfeature/new-feature\u003e)\n- Commit your changes (git commit -m 'describe what you did')\n- Push to your branch (git push origin \u003cfeature/new-feature\u003e)\n- Create a new PR (Pull Request)\n\n## Installation\n\n`npm install @bilions/myanmar-cities`\n\n## Usage\n\n- `import myanmarCity from '@bilions/myanmar-cities'`\n  Or\n- `let myanmarCity = require('@bilions/myanmar-cities')`\n\n| Function                   | Description                                                         |\n| -------------------------- | ------------------------------------------------------------------- |\n| myanmarCity.getRegions()   | Get regions and states from myanmar including (Naypyitaw)           |\n| myanmarCity.getCities(1)   | Get cities from state or region. First Param is regionId            |\n| myanmarCity.getCitiesMM(1) | Get cities from state or region in myanmar. First Param is regionId |\n| myanmarCity.getCitiesEN(1) | Get cities from state or region in english. First Param is regionId |\n\n```\n- myanmarCity.getRegions()\n\n[\n  { id: 1, name_en: 'Ayarwaddy', name_mm: 'ဧရာဝတီတိုင်းဒေသကြီး', code: 'AYY' },\n  { id: 2, name_en: 'Bago', name_mm: 'ပဲခူးတိုင်း', code: 'BGO' },\n  { id: 3, name_en: 'Chin', name_mm: 'ချင်းပြည်နယ်', code: 'CHN' },\n  { id: 4, name_en: 'Kachin', name_mm: 'ကချင်ပြည်နယ်', code: 'KCN' },\n  { id: 5, name_en: 'Kayar', code: 'KYR', name_mm: 'ကယားပြည်နယ်' },\n  { id: 6, name_en: 'Kayin', name_mm: 'ကရင်ပြည်နယ်', code: 'KYN' },\n  { id: 7, name_en: 'Magway', name_mm: 'မကွေးတိုင်း', code: 'MGW' },\n  { id: 8, name_en: 'Mandalay', name_mm: 'မန္တလေးတိုင်း', code: 'MDY' },\n  { id: 9, name_en: 'Mon', name_mm: 'မွန်ပြည်နယ်', code: 'MON' },\n  { id: 10, name_en: 'Naypyitaw', name_mm: 'နေပြည်တော် နယ်မြေ', code: 'NPT' },\n  { id: 11, name_en: 'Rakhine', code: 'RKE', name_mm: 'ရခိုင်ပြည်နယ်' },\n  { id: 12, name_en: 'Sagaing', code: 'SGG', name_mm: 'စစ်ကိုင်းတိုင်း' },\n  { id: 13, name_en: 'Shan', code: 'SHN', name_mm: 'ရှမ်းပြည်နယ်' },\n  { id: 14, name_en: 'Tanintharyi', code: 'TNY', name_mm: 'တနင်္သာရီတိုင်း' },\n  { id: 15, name_en: 'Yangon', code: 'YGN', name_mm: 'ရန်ကုန်တိုင်းဒေသကြီး' }\n]\n```\n\n```\n- myanmarCity.getCities(1)\n\n[\n  { id: 1, name_mm: 'ပုသိမ်', name_en: 'Pathein' },\n  { id: 2, name_mm: 'ကန်ကြီးထောင့်', name_en: 'Kangyidaunt' },\n  { id: 3, name_mm: 'သာပေါင်း', name_en: 'Thabaung' },\n  { id: 4, name_mm: 'ငပုတော', name_en: 'Ngaputaw' },\n  { id: 5, name_mm: 'ကျုံပျော်', name_en: 'Kyonpyaw' },\n  { id: 6, name_mm: 'ရေကြည်', name_en: 'Yegyi' },\n  { id: 7, name_mm: 'ကျောင်းကုန်း', name_en: 'Kyaunggon' },\n  { id: 8, name_mm: 'ဟင်္သာတ', name_en: 'Hinthada' },\n  { id: 9, name_mm: 'ဇလွန်', name_en: 'Zalun' },\n  { id: 10, name_mm: 'လေးမျက်နှာ', name_en: 'Laymyethna' },\n  { id: 11, name_mm: 'မြန်အောင်', name_en: 'Myanaung' },\n  { id: 12, name_mm: 'ကြံခင်း', name_en: 'Kyangin' },\n  { id: 13, name_mm: 'အဂံပူ', name_en: 'Ingapu' },\n  { id: 14, name_mm: 'မြောင်းမြ', name_en: 'Myaungmya' },\n  { id: 15, name_mm: 'အိမ်မဲ', name_en: 'Einme' },\n  { id: 16, name_mm: 'ဝါးခယ်မ', name_en: 'Wakema' },\n  { id: 17, name_mm: 'လပွတ္တာ', name_en: 'Labutta' },\n  { id: 18, name_mm: 'မော်လမြိုင်ကျွန်း', name_en: 'Mawlamyinegyun' },\n  { id: 19, name_mm: 'ပန်းတနော်', name_en: 'Pantanaw' },\n  { id: 20, name_mm: 'ညောင်တုန်း', name_en: 'Nyaungdon' },\n  { id: 21, name_mm: 'ဓနုဖြူ', name_en: 'Danubyu' },\n  { id: 22, name_mm: 'မအူပင်', name_en: 'Maubin' },\n  { id: 23, name_mm: 'ဖျာပုံ', name_en: 'Pyapon' },\n  { id: 24, name_mm: 'ကျိုက်လတ်', name_en: 'Kyaiklat' },\n  { id: 25, name_mm: 'ဘိုကလေး', name_en: 'Bogale' },\n  { id: 26, name_mm: 'ဒေးဒရဲ', name_en: 'Dedaye' }\n]\n\n```\n\n```\n- myanmarCity.getCitiesMM(1)\n\n[\n  { id: 1, name: 'ပုသိမ်'},\n  { id: 2, name: 'ကန်ကြီးထောင့်'},\n  { id: 3, name: 'သာပေါင်း'},\n  { id: 4, name: 'ငပုတော'},\n  { id: 5, name: 'ကျုံပျော်'},\n  { id: 6, name: 'ရေကြည်'},\n  { id: 7, name: 'ကျောင်းကုန်း'},\n  { id: 8, name: 'ဟင်္သာတ'},\n  { id: 9, name: 'ဇလွန်'},\n  { id: 10, name: 'လေးမျက်နှာ'},\n  { id: 11, name: 'မြန်အောင်'},\n  { id: 12, name: 'ကြံခင်း'},\n  { id: 13, name: 'အဂံပူ'},\n  { id: 14, name: 'မြောင်းမြ'},\n  { id: 15, name: 'အိမ်မဲ'},\n  { id: 16, name: 'ဝါးခယ်မ'},\n  { id: 17, name: 'လပွတ္တာ'},\n  { id: 18, name: 'မော်လမြိုင်ကျွန်း'},\n  { id: 19, name: 'ပန်းတနော်'},\n  { id: 20, name: 'ညောင်တုန်း'},\n  { id: 21, name: 'ဓနုဖြူ'},\n  { id: 22, name: 'မအူပင်'},\n  { id: 23, name: 'ဖျာပုံ'},\n  { id: 24, name: 'ကျိုက်လတ်'},\n  { id: 25, name: 'ဘိုကလေး'},\n  { id: 26, name: 'ဒေးဒရဲ'}\n]\n\n```\n\n```\n- myanmarCity.getCitiesEN(1)\n\n[\n  { id: 1, name: 'Pathein' },\n  { id: 2, name: 'Kangyidaunt' },\n  { id: 3, name: 'Thabaung' },\n  { id: 4, name: 'Ngaputaw' },\n  { id: 5, name: 'Kyonpyaw' },\n  { id: 6, name: 'Yegyi' },\n  { id: 7, name: 'Kyaunggon' },\n  { id: 8, name: 'Hinthada' },\n  { id: 9, name: 'Zalun' },\n  { id: 10, name: 'Laymyethna' },\n  { id: 11, name: 'Myanaung' },\n  { id: 12, name: 'Kyangin' },\n  { id: 13, name: 'Ingapu' },\n  { id: 14, name: 'Myaungmya' },\n  { id: 15, name: 'Einme' },\n  { id: 16, name: 'Wakema' },\n  { id: 17, name: 'Labutta' },\n  { id: 18, name: 'Mawlamyinegyun' },\n  { id: 19, name: 'Pantanaw' },\n  { id: 20, name: 'Nyaungdon' },\n  { id: 21, name: 'Danubyu' },\n  { id: 22, name: 'Maubin' },\n  { id: 23, name: 'Pyapon' },\n  { id: 24, name: 'Kyaiklat' },\n  { id: 25, name: 'Bogale' },\n  { id: 26, name: 'Dedaye' }\n]\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbilions-org%2Fmyanmar-cities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbilions-org%2Fmyanmar-cities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbilions-org%2Fmyanmar-cities/lists"}