One man dead, two hospitalized after Lakewood shooting Wednesday morning
GETTY IMAGES
One man is dead and two more are hospitalized after a shooting in Lakewood early Wednesday morning.
At around 1:20 A.M., Lakewood Police Department officers were called to the Windrift Apartments at 1490 S. Reed St. for multiple reports of gunfire.
When officers arrived they found one adult male dead in the parking lot, and an adult male and an adult female injured from gunshot wounds.
Both victims were taken to the hospital, and are expected to survive according to police.
Police have not yet released the identity of the deceased male, pending notification of family and an autopsy.
Earlier in the night, LPD was called to the same apartment for reports of a disturbance.
When officers arrived, the individuals who had been causing the disturbance had left the area, according to police.
Witnesses at the apartment reported that there was a party involving family members.
LPD believes multiple shooters were involved in the incident, and that gunshot damage was found inside and outside of the apartment.
Police have yet to make any arrests, however they said there is no threat to the public.
Sign Up For Free:
let pathVariable;
let pathVariable2;
function handleUrlPathSegment() {
const fullPath = window.location.pathname.toLowerCase();
if (fullPath.includes(‘/business/’)) {
pathVariable = ‘business’;
pathVariable2 = ‘Business Newsletter’;
} else if (fullPath.includes(‘/outdoors/’) || fullPath.includes(‘/outdoor/’)) {
pathVariable = ‘outdoors’;
pathVariable2 = ‘Outdoors Newsletter’;
} else if (fullPath.includes(‘/opinion/’)) {
pathVariable = ‘opinion’;
pathVariable2 = ‘Opinion Newsletter’;
} else if (fullPath.includes(‘politics’)) {
pathVariable = ‘politics’;
pathVariable2 = ‘Politics Newsletter’;
} else if (fullPath.includes(‘outtherecolorado’)) {
pathVariable = ‘outtherecolorado’;
pathVariable2 = ‘Out There Colorado Newsletter’;
} else {
pathVariable = ‘am-update’;
pathVariable2 = ‘AM Update Newsletter’;
}
console.log(`Current path: ${fullPath}`);
console.log(`Path variable set to: ${pathVariable}`);
console.log(`Path variable 2 set to: ${pathVariable2}`);
applyNewsletterName(pathVariable2);
return { pathVariable, pathVariable2 };
}
function applyNewsletterName(newsletterName) {
if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, function() {
updateNewsletterElement(newsletterName);
});
} else {
updateNewsletterElement(newsletterName);
}
}
function updateNewsletterElement(newsletterName) {
const newsletterElement = document.getElementById(‘newsletterName’);
if (newsletterElement) {
newsletterElement.textContent = newsletterName;
console.log(`Updated #newsletterName element with: ${newsletterName}`);
} else {
console.warn(‘Element with ID #newsletterName not found in the DOM’);
}
}
function setupFormSubmitListener() {
function getFormattedDate() {
const now = new Date();
const timestamp = now.getTime();
console.log(‘chris: Using Unix timestamp’);
console.log(‘chris: Current time:’, now);
console.log(‘chris: Unix timestamp (ms):’, timestamp);
return timestamp;
}
const formattedDate = getFormattedDate();
var profile = window.blueConicClient.profile.getProfile();
profile.setValues(‘newsletter_category’, pathVariable);
profile.setValue(‘newsletter_signup_date’, formattedDate);
window.blueConicClient.profile.updateProfile(this, function() {
});
}
handleUrlPathSegment();
setupFormSubmitListener();
Success! Thank you for subscribing to our newsletter.
function subscribeSuccess() {
var nsltrform = document.querySelector(“#nsltr”);
var nsltrSuccess = document.querySelector(“#successnsltr”);
nsltrform.classList.add(“hideblock”);
nsltrSuccess.classList.remove(“hideblock”);
}
function validateEmail(email) {
return String(email)
.toLowerCase()
.match(
/^(([^()[].,;:s@”]+(.[^()[].,;:s@”]+)*)|(“.+”))@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}])|(([a-zA-Z-0-9]+.)+[a-zA-Z]{2,}))$/
);
}
function validateEmailAddress() {
const result = document.querySelector(“#result”);
const email = document.querySelector(“#email”).value;
result.innerText = “”;
if(validateEmail(email)) {
newsletterSubscribe(email);
} else {
result.innerText = ‘The email entered: ‘ + email + ‘ is not valid :(‘;
result.style.color = “red”;
}
return false;
}
function newsletterSubscribe(email) {
fetch(“https://services.gazette.com/mg2-newsletters.php?action=subscribe&site=denvergazette.com&emailPreferenceId=69&email=” + email, {
method: “POST”
}).then(res => {
console.log(“SUCCESSFUL POST”);
subscribeSuccess();
});
}
#nsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: #2076b3;
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/dg%20weekly%207.png);
background-size: cover;
}
#nsltr-header {
color: #fff4f4;
}
#nsltr-body {
text-align: center;
color: #ffffff;
}
#nsltr-button {
margin-top: 5px;
}
#successnsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: green;
text-align: center;
color: white;
}
#successnsltr a {
color: white;
}
.hideblock {
display:none;
}
h6 a {
color: black;
text-decoration: none;
padding: 5px;
background-color: #bbccdd;
font-weight: 600;
}
@media only screen and (min-width: 768px) {
#nsltr {
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/dg%20weekly%207.png);
background-size: cover;
}
}
19 Colorado restaurants earning global accolades
Seth Boster
seth-boster@denvergazette.com
Updated 19 hours ago
“The Michelin way,” it turns out, is the Colorado way. We’re referring to food here — the Michelin Guide that recommends the finest in dining for worldwide travelers. And since inspectors have been coming to the Denver area and mountain resorts...
Seth Boster
Reporter
Iraq War veteran Jose Barco deported to Mexico
Carol McKinley
carol-mckinley@denvergazette.com
Updated 60 minutes ago
Immigration officials this month began the deportation process for a decorated Iraq War veteran whose story captured national attention and garnered intense discussion both for and against his removal. On Tuesday, the conversation was over, and Jose Barco-Chirino, who had...
Carol McKinley
Reporter
Avs, Nuggets take center stage with Broncos going on bye | The Starting Lineup
Chris Schmaedeke
chris.schmaedeke@denvergazette.com
Updated 19 hours ago
Turn on the game! Three must-see events this week: Numbers game $81 million – the amount remaining on the final three years of Kris Bryant’s contract with the Rockies. Bryant’s status is high on the to-do list of new boss...
Chris Schmaedeke
Reporter
Fort Collins as one of USDA’s regional hubs — ‘it began to make sense’
HAP FRY Special to The Gazette
hap-fry-special-to-the-gazette@denvergazette.com
Updated 2 hours ago
FORT COLLINS – SeonAh Kendall was initially caught off guard when she got word that the U.S. Department of Agriculture (USDA) had named Fort Collins as one of its regional hubs. That Fort Collins was being lumped in with larger...
HAP FRY Special to The Gazette
Reporter
Air Force Academy may cut back distinguished visiting professor program
Mary Shinn
mary-shinn@denvergazette.com
Updated 21 hours ago
The Air Force Academy may pare back the number of distinguished visiting professors it hires next school year as a cost-saving measure — a step that worries professors with knowledge of the proposed cuts. Those who are concerned say the...
Mary Shinn
Reporter
EDITORIAL: Incompetency — a ‘Get Out of Jail Free’ card?
The Gazette Editorial Board
thegazette-editorial-board@gazette.com
Updated 1 day ago
The Gazette reported last week that Gov. Jared Polis and some lawmakers are proposing to spend up to $12 million to confine and treat more of the lawbreakers who are found mentally incompetent to face criminal proceedings — but pose...
The Gazette Editorial Board
Reporter
Why Weiser has an advantage over Bennet to become Colorado’s next governor | CALDARA
Jon Caldara
jon-caldara@denvergazette.com
Updated 12 hours ago
Our last election is in the rearview mirror by more than a week now, meaning we’re more than a week into the 2026 election cycle slog. God help us. Ever been in a line at Disneyland? You think you’re finally...
Jon Caldara
Reporter
Denver rallies after scary injury to Garrett Brown and completes weekend sweep of Colorado College
Tyler King
tyler-king@denvergazette.com
Updated 11 hours ago
COLORADO SPRINGS — There was really one thing that needed to be said in the Denver locker room in between the first and second periods. “Let’s win it for Garrett.” After seeing their teammate junior defenseman Garrett Brown get stretchered...
Tyler King
Reporter
Nuggets vs. Timberwolves | 3 takeaways from Denver’s best win of season
Vinny Benedetto
vinny-benedetto@denvergazette.com
Updated 8 hours ago
The nights of the Timberwolves bullying the Nuggets at Target Center appear to have ended. Here are three takeaways from Denver’s 123-112 win Saturday in Minneapolis. 1. The win streak sits at seven after the most impressive win of the...
Vinny Benedetto
Reporter
Mark Kiszla: Why no Denver athlete in last 40 years has worn the ‘C’ as well as Gabe Landeskog
Mark Kiszla
mark-kiszla@denvergazette.com
Updated 14 hours ago
It’s back! And the secret to the Avalanche regaining its championship mojo can be found in Special Sauce No. 92. Want to know why the Avs tower like Pikes Peak over everyone in the NHL’s power rankings? Start with the...
Mark Kiszla
Reporter




