An open API service indexing awesome lists of open source software.

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.

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