Created
August 11, 2023 13:41
-
-
Save silalahi/ca996b39b9f49cd56be76a24ca160353 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": [ | |
{ | |
"code": "11", | |
"name": "Aceh", | |
"coordinates": { | |
"lat": "4.695135", | |
"lng": "96.7493993" | |
}, | |
"google_place_id": "ChIJvcR8UN-bOTARYMogsoCdAwE" | |
}, | |
{ | |
"code": "12", | |
"name": "Sumatera Utara", | |
// ... | |
} | |
], | |
"meta": { | |
"administrative_area_level": 1, | |
"generated_at": "2023-08-11T11:52:59+00:00" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment