fooopi
A RESTful API for users country,state,city, and addressess utilizing laravel's eloquent relationships
4 subscribers
9.1/10 popularity
361 ms avg latency
82% success rate
20 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
fooopi endpoints
| Method | Endpoint | Description |
|---|---|---|
| CITY | ||
| GET |
GET All Cities /api/city |
Returns all available cities |
| GET |
GET Specific City /api/city/{id} |
Returns a specific city by ID |
| POST |
POST New City /api/city/ |
Create a new city |
| PUT |
PUT A City /api/city/{id} |
Update an existing city |
| DELETE |
DELETE A City /api/city/{id} |
Delete and existing city |
| COUNTRY | ||
| GET |
GET Specific Country /api/country/{id} |
Retruns a specific country by ID |
| GET |
GET All Countries /api/country |
Returns all available countries |
| POST |
POST New Country /api/country |
Add a new country |
| DELETE |
DELETE A Country /api/country/{id} |
Delete a country record |
| PUT |
PUT A Country /api/country/{id} |
Update an existing country |
| STATE | ||
| GET |
GET All State /api/state |
Returns all available state |
| POST |
POST New State /api/state |
Creates a new state record |
| PUT |
PUT A State /api/state/{id} |
Updates an existing state record |
| DELETE |
DELETE A State /api/state/{id} |
Removes a state record |
| GET |
GET Specific State /api/state/{id} |
Returns a specific state by ID |
| ADDRESS | ||
| GET |
GET All Address /api/address |
Returns alll available address |
| GET |
GET Specific Address /api/address/{id} |
Returns a specific address by ID |
| POST |
POST New Address /api/address |
Create a new address record |
| PUT |
PUT An Address /api/address/{id} |
Update an existing address record |
| DELETE |
DELETE A Address /api/address/{id} |
Removes an address record |
fooopi pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|