← Back to Dashboard

REFUGE Restrooms

TransportationActiveCORS ReadyUnknownAuth: UnknownDoc: Swagger/OpenAPI
Swagger DocumentationVisit Website ↗

Description

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

✨ AI Summary

Provides safe restroom access for transgender, intersex, and gender nonconforming individuals by allowing users to find and submit restrooms.

Code Example

import requests

url = "https://refugerestrooms.org/restrooms"
params = {
    "search": "New York",
    "lat": "40.7128",
    "long": "-74.0060"
}
response = requests.get(url, params=params)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)