APIHub
Back to Explore

REFUGE Restrooms

Provides safe restroom access for transgender, intersex and gender nonconforming individuals

Transportation
No auth required
HTTPS
CORS: Unknown
Visit official documentation

Latency

10138ms p95

Uptime

66.7% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/v1/restrooms

Get all restroom records ordered by date descending.

  • page (query, page) — Page offset to fetch.
  • per_page (query, limit) — Number of results to return per page.
  • offset (query, offset) — Pad a number of results.
  • ada (query) — Only return restrooms that are ADA accessible.
  • unisex (query) — Only return restrooms that are unisex.
GET

/v1/restrooms/by_date

Search for restroom records updated or created on or after a given date

  • page (query, page) — Page offset to fetch.
  • per_page (query, limit) — Number of results to return per page.
  • offset (query, offset) — Pad a number of results.
  • ada (query) — Only return restrooms that are ADA accessible.
  • unisex (query) — Only return restrooms that are unisex.
  • updated (query) — Return restroom records updated (rather than created) since given date
  • day (query, required) — Day
  • month (query, required) — Month
  • year (query, required) — Year
GET

/v1/restrooms/by_location

Search by location.

  • page (query, page) — Page offset to fetch.
  • per_page (query, limit) — Number of results to return per page.
  • offset (query, offset) — Pad a number of results.
  • ada (query) — Only return restrooms that are ADA accessible.
  • unisex (query) — Only return restrooms that are unisex.
  • lat (query, required) — latitude
  • lng (query, required) — longitude
GET

/v1/restrooms/search

Perform full-text search of restroom records.

  • page (query, page) — Page offset to fetch.
  • per_page (query, limit) — Number of results to return per page.
  • offset (query, offset) — Pad a number of results.
  • ada (query) — Only return restrooms that are ADA accessible.
  • unisex (query) — Only return restrooms that are unisex.
  • query (query, required) — Your search query.

4 endpoints auto-detected

curl -X GET \
  "https://www.refugerestrooms.org/api/docs/#!/restrooms/v1/restrooms"

www.refugerestrooms.org · HTTPS only