Search notes:

Overpass Turbo extension for the Overpass API: {{bbox …}}

{{bbox}} specifies to search in the area that is currently shown in the Overpass Turbo IDE.
Find all restaurants in the currently shown view of Overpass Turbo:
[bbox: {{bbox}} ];

nw[amenity=restaurant];
out;
Find nodes and ways with a name in the currently shown view of Overpass Turbo:
nw[name]( {{bbox}} );
out geom;

See also

Other extensions.
The bbox setting.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1745834117, '18.220.192.109', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/OpenStreetMap/API/Overpass/extensions/bbox(51): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78