Files
OSINT-Cheat-sheet/Script/OSM-QUERY-LIST/osm-query-search-apartment.md
T
2026-01-14 02:15:00 +07:00

210 B

[out:json][timeout:60];
(
  way["building"="apartments"](
    1.22, 103.64,   
    1.36, 103.94   
  );

  relation["building"="apartments"](
    1.22, 103.64,
    1.36, 103.94
  );
);

out center tags;