Free Las Vegas Crime Map Widget
This free widget embeds an interactive Leaflet map of Las Vegas crime rates and home values across 66 Clark County ZIP codes (LVMPD NIBRS crime data, Census ACS 2023, Zillow ZHVI) directly on your site. No API key, no signup, no tracking script — paste an iframe and keep the attribution link visible.
The widget is the same choropleth engine behind the interactive explorer, scaled down to fit a sidebar or article. It defaults to coloring ZIPs by total crime rate per 1,000 residents; add one query parameter and it colors by home value instead. Own-PD ZIP codes (Henderson, North Las Vegas, Boulder City, Mesquite) render as no-data — LVMPD doesn't cover them — rather than a misleading low rate.
Live preview
This is the exact widget your embed code renders — hover a ZIP for its rate, click through to that ZIP's full page.
Embed code
Default view, colored by crime rate per 1,000 residents:
<iframe src="https://lvcrimedata.com/embed/map/" width="100%" height="480" loading="lazy" style="border:1px solid #ccc;border-radius:8px" title="Las Vegas Crime and Home Value Map"></iframe>
<p><a href="https://lvcrimedata.com/">Las Vegas Crime & Home Value Map by lvcrimedata.com</a></p>The attribution paragraph is part of the deal, not optional. Keep the "Las Vegas Crime & Home Value Map by lvcrimedata.com" link visible under the map on your page — that's the one condition of free use, see Terms below.
Same widget, colored by home value (Zillow ZHVI) instead — add ?metric=zhvi_current to the iframe src:
<iframe src="https://lvcrimedata.com/embed/map/?metric=zhvi_current" width="100%" height="480" loading="lazy" style="border:1px solid #ccc;border-radius:8px" title="Las Vegas Home Value Map by ZIP Code"></iframe>
<p><a href="https://lvcrimedata.com/">Las Vegas Crime & Home Value Map by lvcrimedata.com</a></p>Same rule applies here — keep the attribution paragraph visible below the iframe.
Terms of use
Free to embed on blogs, news articles, real estate listings, HOA and civic pages, and similar editorial or informational use — no signup, no API key, no rate limit. Keep the attribution link back to lvcrimedata.com visible next to the map. You may not resell the widget, strip the attribution link, or repackage the underlying dataset as your own product. See About & FAQ for full data sources and caveats — this map reflects LVMPD-reported crime only: 17 own-PD ZIP codes (Henderson, North Las Vegas, Boulder City, Mesquite) have no usable LVMPD data and always render as no-data, and a handful of resort-corridor ZIPs (the Strip's 89109, plus 89101 and 89169) show per-resident rates inflated by visitor volume against a small residential base.
Related pages
Embed widget FAQ
Is the Las Vegas crime map widget free to embed?
Yes. The widget is free for editorial, real estate, and civic use — no signup, no API key, and no usage cap. The one condition is that the attribution link back to lvcrimedata.com stays visible next to the map; you can't resell the widget or repackage the underlying dataset as your own.
How do I show home values instead of crime rates?
Append ?metric=zhvi_current to the iframe's src attribute — for example https://lvcrimedata.com/embed/map/?metric=zhvi_current. That switches the choropleth to Zillow home values (ZHVI) instead of the default LVMPD crime rate; everything else about the embed code stays the same.