Get Cities by State/Province
GET/truckers/address/cities/:label
Returns a list of cities associated with a specific state or province.
Recommended Flow:
- Get countries using /countries
- Get states for the country using /states/{label}
- Get cities for the state using this endpoint
Notes:
- The {label} parameter must exactly match the state name
- Case insensitive
- Returns unique cities without duplicates
Request
Responses
- 200
List of unique cities in the specified state