Skip to content

Instantly share code, notes, and snippets.

@hok00age
Last active August 29, 2015 14:14
Show Gist options
  • Save hok00age/48840a6d44a56d208fc3 to your computer and use it in GitHub Desktop.
Save hok00age/48840a6d44a56d208fc3 to your computer and use it in GitHub Desktop.
Contoh response sukses API RajaOngkir untuk end point city
{
"rajaongkir": {
"query": {
"province": "5",
"id": "39"
},
"status": {
"code": 200,
"description": "OK"
},
"results": {
"city_id": "39",
"province_id": "5",
"province": "DI Yogyakarta",
"type": "Kabupaten",
"city_name": "Bantul",
"postal_code": "55700"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment