Public Bathrooms
Global Public Bathrooms, Toilets & Restrooms API data. Now with over 60,000+ entries submitted daily and significantly faster performance than previous versions! Search for public bathrooms by latitude and longitude in New York City, Los Angeles, and worldwide with improved speed and accuracy.
Public Bathrooms endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Search /api/search |
search for restrooms based on a query string. It performs a case-insensitive search across multiple fields, such as name, street, city, state, and comments |
| GET |
GetByLocation /location |
Gets public bathrooms by Latitude and Longitude |
| GET |
GetByCords /api/getByCords |
Retrieves a list of public restrooms within a specified radius of given latitude and longitude coordinates. It supports pagination via page and per_page query parameters, and the… |
| GET |
GetByQuery /search |
Perform full-text search of restroom records. |
| GET |
GetByStates /api/getByStates |
Retrieves a paginated list of public restrooms located in specific U.S. states, identified by their abbreviations (e.g., "NY,CA"). It requires a states query parameter… |
| GET |
GetByDate /date |
Search for restroom records updated or created on or after a given `date` |
| GET |
GetByAdvCords /api/getByCordsAdv |
retrieves a paginated list of public restrooms within a specified radius of given latitude and longitude coordinates, with optional filtering by accessibility (wheelchair),… |
| GET |
GetAll /all |
Get all restroom records ordered by date descending. |
| GET |
GetById /api/getById |
retrieves detailed information about a specific restroom by its id. It requires an id query parameter and returns comprehensive restroom details such as location, amenities,… |
| GET |
GetStates /api/getStates |
provides a list of U.S. states available in the API, along with their associated abbreviations (value) for use with the GetByStates API. It also includes usage instructions for… |
Public Bathrooms pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4.99 / month | 5 / second |
|
| ULTRA Recommended | $19.99 / month | 5 / second |
|