Skip to content

Instantly share code, notes, and snippets.

@hok00age
Last active August 29, 2015 14:17
Show Gist options
  • Save hok00age/3a6b396d77db8519147d to your computer and use it in GitHub Desktop.
Save hok00age/3a6b396d77db8519147d to your computer and use it in GitHub Desktop.
Contoh response sukses API RajaOngkir untuk end point internationalOrigin
{
"rajaongkir":{
"query":{
"id":"152",
"province":"6"
},
"status":{
"code":200,
"description":"OK"
},
"results":[
{
"city_id":"152",
"province_id":"6",
"province":"DKI Jakarta",
"type":"Kota",
"city_name":"Jakarta Pusat",
"postal_code":"10000"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment