https://github.com/felipesousa/usa-cities-api
A JSON with all USA cities/states.
https://github.com/felipesousa/usa-cities-api
cities data json nodejs usa
Last synced: 3 months ago
JSON representation
A JSON with all USA cities/states.
- Host: GitHub
- URL: https://github.com/felipesousa/usa-cities-api
- Owner: felipesousa
- Created: 2020-05-05T03:38:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T16:34:43.000Z (over 5 years ago)
- Last Synced: 2025-05-17T14:09:30.894Z (5 months ago)
- Topics: cities, data, json, nodejs, usa
- Language: JavaScript
- Size: 38.1 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⚙️ USA Cities API
> Generic server to provide USA cities/states to [this experimental project](https://github.com/felipesousa/usa-cities-app).
### Endpoints
> Base Route: `https://usa-cities-api.herokuapp.com/`
| ROUTE | QUERY PARAMS | DEFAULT | RESPONSE MODEL | TYPE |
| ----------- | ----------- | ------ | --------- | --- |
| **cities** | { city: string, state: string } | { city: '', state: '' } | [ { city: string, state: string }] | GET |Felipe Sousa @ 2020