{"note":"OpenAPI conversion -- returning structured metadata","name":"refugerestrooms-org","description":"API title","version":"0.0.1","base_url":"https://www.refugerestrooms.org/api","endpoints":4,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api API title\n@base https://www.refugerestrooms.org/api\n@version 0.0.1\n@endpoints 4\n@toc restrooms(4)\n\n@endpoint GET /v1/restrooms/by_date\n@desc Search for restroom records updated or created on or after a given date\n@required {day: any # Day, month: any # Month, year: any # Year}\n@optional {page: any # Page offset to fetch., per_page: any # Number of results to return per page., offset: any # Pad a number of results., ada: any # Only return restrooms that are ADA accessible., unisex: any # Only return restrooms that are unisex., updated: any # Return restroom records updated (rather than created) since given date}\n@returns(200) Search for restroom records updated or created on or after a given date\n\n@endpoint GET /v1/restrooms/by_location\n@desc Search by location.\n@required {lat: any # latitude, lng: any # longitude}\n@optional {page: any # Page offset to fetch., per_page: any # Number of results to return per page., offset: any # Pad a number of results., ada: any # Only return restrooms that are ADA accessible., unisex: any # Only return restrooms that are unisex.}\n@returns(200) Search by location.\n\n@endpoint GET /v1/restrooms/search\n@desc Perform full-text search of restroom records.\n@required {query: any # Your search query.}\n@optional {page: any # Page offset to fetch., per_page: any # Number of results to return per page., offset: any # Pad a number of results., ada: any # Only return restrooms that are ADA accessible., unisex: any # Only return restrooms that are unisex.}\n@returns(200) Perform full-text search of restroom records.\n\n@endpoint GET /v1/restrooms\n@desc Get all restroom records ordered by date descending.\n@optional {page: any # Page offset to fetch., per_page: any # Number of results to return per page., offset: any # Pad a number of results., ada: any # Only return restrooms that are ADA accessible., unisex: any # Only return restrooms that are unisex.}\n@returns(200) Get all restroom records ordered by date descending.\n\n@end\n"}