GET ./adrese/cities

Tags: public, simple query.

It is used to return a list will the cities of a city. Obs. the id is a md5 hash of the name (used temporary)

GET parameters

NameValue TypeValidationDetails
cityIDintCity ID. List of IDs, separated by coma, is supported.
judIDintAdministrative area ID

Output example

{
"meta": {
"countTotal": "2",
"countData": "2",
"countOffset": "0"
},
"data": [
{
"cityID": "1035",
"cityName": "BĂRĂBANŢ",
"cityFullName": "BĂRĂBANŢ",
"judet": {
"judID": "8",
"judNume": "Alba"
},
"tara": {
"taraID": "1",
"taraNume": "tara_ro",
"taraNumeFull": "România"
}
},
{
"cityID": "95060",
"cityName": "MUNICIPIUL IAŞI",
"cityFullName": "MUNICIPIUL IAŞI",
"judet": {
"judID": "1",
"judNume": "Iași"
},
"tara": {
"taraID": "1",
"taraNume": "tara_ro",
"taraNumeFull": "România"
}
}
]
}