API for Indonesian regions. Using data from Api Wilayah Indonesia.
GET /provinces- Get all provincesGET /regencies/:provinceCode- Get regencies by province codeGET /districts/:regencyCode- Get districts by regency codeGET /villages/:districtCode- Get villages by district codeGET /postalcode/:villageCode- Get postal code by village codeGET /full/:provinceCode/:regencyCode/:districtCode/:villageCode- Get full data by province code, regency code, district code, and village code
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request