Bano NYC API

Find bathrooms with ease using our API. Get access to data like the following example:

{
  "status": "success",
  "data": {
    "bathroom": {
      "id": "bathroom_12345",
      "name": "Central Park Public Restroom",
      "address": "123 Central Park W, New York, NY 10023, USA",
      "coordinates": {
        "latitude": 40.7829,
        "longitude": -73.9654
      },
      "attributes": {
        "genderNeutral": true,
        "accessibility": {
          "wheelchairAccessible": true,
          "brailleSignage": false
        },
        "cost": "free",
        "operatingHours": "6AM-10PM",
        "notes": "The restroom is located near the Sheep Meadow. It's in the back, behind the food stalls."
      }
    }
  }
}

To get access to the API, send an email to help.bano.nyc@gmail.com