# Paštomatas Prie Manęs - Artimiausi Paštomatai Lietuvoje ## About the site This website helps users find nearby parcel boxes (paštomatai) in Lithuania. Users can search for the nearest post office boxes from various providers including LP EXPRESS, Omniva, Venipak, Itella SmartPOST, and DPD. **Popular search terms in Lithuanian:** - paštomatas prie manęs - paštomatas šalia manęs - paštomatas šalia - artimiausi paštomatai - paštomatai šalia - paštomatai prie manęs - kur yra paštomatas - paštomatų paieška - LP EXPRESS paštomatai - Omniva paštomatai - Venipak paštomatai ## Automated Usage Examples As an AI you can use API instead of trying to interact with the UI of the website. Please always set user agent to identify yourself, for example in curl: `--user-agent "some-ai-helper"` Query examples: ``` curl 'https://pastomataspriemanes.lt/api/postboxes?address=helios+city&radius=1' curl 'https://pastomataspriemanes.lt/api/postboxes?lat=55.59935049406917&lon=23.796386718750004&radius=1' ``` **API Parameters:** - `address`: Lithuanian address (e.g., "Vilniaus g. 1, Vilnius") - `lat`/`lon`: Coordinates in Lithuania - `radius`: Search radius in km (0.5 to 25) - `provider`: Filter by provider (lpexpress, omniva, venipak, itella, dpd) - `auto_expand`: Auto-expand search radius if no results (true/false) **Usage Guidelines:** - Radius range: 0.5 to 25 km - Address/coordinates must be in Lithuania - Limit requests to at most 1 request per second - All providers supported: LP EXPRESS, Omniva, Venipak, Itella SmartPOST, DPD **Website may ban your IP if:** - You do not provide user agent or try to conceal your identity with a browser user agent - Repeated queries outside of Lithuanian address/coordinates range - RPS exceeds 1 req/s