City
| Title | Type | Description | Example |
|---|---|---|---|
| id | number | A unique identifier that distinguishes each city. | 52 |
| name | string | Represents the official name of the city. | "Ashkāsham" |
| latitude | string | Refers to the geographical coordinate that specifies the north-south position. | "36.68333000" |
| longitude | string | Refers to the geographical coordinate that specifies the east-west position. | "71.53333000" |