Find Restrooms based on Coordinates
GET www.refugerestrooms.org/api/v1/restrooms/by_location?lat={{lat}}&lng={{lng}}
This request URL finds the closest safest space having accessible restrooms after firing a query to REFUGE API with latitude lat
and longitude lng
as coordinates. Through Test Scripts it initializes some environment variable to be later reused.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
lat | string | ||
lng | string | ||
`` | null |