Building Permits

Seattle, WA

Live building permit data for Seattle, Washington. Updated daily from the city's official source. Free to browse, free API access.

Total permits

1,427

Last 30 days

320

Total valuation

$567.8M

Status

live

auto: latest permit 2026-06-10 (2d ago)

Most recent permits

1904 WALNUT AVE SW

Addition/Alteration · Single Family/Duplex

Construct repairs to existing covered patio per plan.

Jun 10, 2026

$14K

#6960807-CN

2008 FEDERAL AVE E

Addition/Alteration · Single Family/Duplex

Construct addition and substantial alterations to a single-family residence per plans

Jun 10, 2026

$300K

#7035686-CN

10700 MERIDIAN AVE N

Addition/Alteration · Commercial

Construct interior alterations to existing office space (suite 200) subject to field inspection STFI.

Jun 10, 2026

$125K

#7144582-CN

666 W OLYMPIC PL

Addition/Alteration · Multifamily

Construct exterior envelope repair and restoration including the replacement of cladding windows and exterior doors per plan.

Jun 10, 2026

$1.7M

#7129660-CN

5642 6TH AVE NW

Addition/Alteration · Single Family/Duplex

Construct addition and alterations to one family dwelling per plan

Jun 10, 2026

$161K

#7127338-CN

7326 27TH AVE NW

New · Single Family/Duplex

Construct new east one-family dwelling (SFR 3) per plan. (Establish use as single-family residence per land use code.) Construct three (3) new one-family dwellings per plan. Review and processing for two records under 7105086.)

Jun 10, 2026

$591K

#7125909-CN

10744 RIVIERA PL NE

Addition/Alteration · Single Family/Duplex

Construct repairs to existing residential dock for one family dwelling per plan.

Jun 10, 2026

$95K

#7133839-CN

371 W EWING ST

Temporary · Vacant Land

Shoestring Circus desires to use the lot at 371 W. Ewing to set up our 6000 square foot circus tent for a weekend of circus shows 7/31 through 8/2/2026.

Jun 10, 2026

$5K

#7142234-CN

7113 30TH AVE SW

Addition/Alteration · Single Family/Duplex

Construct alterations to one-family dwelling subject to field inspection (STFI)

Jun 10, 2026

$9K

#7147321-CN

7322 27TH AVE NW

New · Single Family/Duplex

Construct new west one-family dwelling (SFR 1) per plan. (Establish use as single-family residence per land use code. Construct three (3) new one-family dwellings per plan. Review and processing for two records under 7105086.)

Jun 10, 2026

$290K

#7105086-CN

5143 46TH AVE NE

New · Single Family/Duplex

Establish use as housing for two attached dwelling units per the land use code. Construct a two-family dwelling maintaining portions of foundation and structure per plans

Jun 10, 2026

$284K

#7123090-CN

6300 32ND AVE NW

Addition/Alteration · Multifamily

Construct structural support and repairs to portion of a multi-family building per plans

Jun 10, 2026

$35K

#7100160-CN

220 N 58TH ST

Permit · Single Family/Duplex

Demolish existing one-family dwelling per plan.

Jun 10, 2026

$600K

#7102924-DM

1908 NE 130TH PL

Addition/Alteration · Single Family/Duplex

Allow housing for one new attached dwelling unit at an existing structure per land use code. Construct addition and alterations for a two-family dwelling per plan.

Jun 10, 2026

$83K

#7128782-CN

12522 24TH AVE NE

Addition/Alteration · Single Family/Duplex

Allow housing for one new detached dwelling unit per land use code. Construct one-family dwelling per Standard Plan 6880596-SP. Existing one-family dwelling to remain.

Jun 10, 2026

$187K

#7131981-CN

7040 53RD AVE NE

New · Single Family/Duplex

Establish use as single family residence with attached accessory dwelling unit per land use code. Construct new two-family dwelling per plan.

Jun 10, 2026

$963K

#7103404-CN

3613 NE 75TH ST

Addition/Alteration · Single Family/Duplex

Construct interior alterations to construct bathroom in basement of one family dwelling subject to field inspection STFI.

Jun 10, 2026

$10K

#7135267-CN

800 4TH AVE N

Addition/Alteration · Institutional

Construct tenant improvements in residential building at level 1 lobby per plan.

Jun 10, 2026

$450K

#7138828-CN

3326 58TH AVE SW

Addition/Alteration · Single Family/Duplex

Construct alterations to existing one family residence subject to field inspection (STFI).

Jun 10, 2026

$60K

#7146835-CN

7927 27TH AVE SW

Addition/Alteration · Single Family/Duplex

Construct alterations to detached garage to add two windows subject to field inspection STFI.

Jun 10, 2026

$2K

#7147316-CN

1931 S BAYVIEW ST

Addition/Alteration · Single Family/Duplex

Construct interior alterations to existing single family residence per STFI

Jun 10, 2026

$55K

#7147357-CN

641 NW 80TH ST

Addition/Alteration · Single Family/Duplex

Construct deck on rear of one family dwelling subject to field inspection STFI.

Jun 10, 2026

$18K

#7147425-CN

13741 B 37TH AVE NE

Addition/Alteration · Single Family/Duplex

Construct new WEST one family dwelling (SFR 3) per plan. (Establish use as detached dwelling units per land use code. Construct two (2) new one family dwellings and alterations to one (1) existing family dwelling per plan. Review and processing for three records under 7123615-CN).

Jun 10, 2026

$243K

#7129716-CN

1827 MCGILVRA BLVD E

Addition/Alteration · Single Family/Duplex

Construct alterations to existing single family residence per STFI

Jun 10, 2026

$12K

#7147377-CN

103 N 73RD ST

Addition/Alteration · Single Family/Duplex

Construct additions and alterations to one family dwelling per plan.

Jun 10, 2026

$100K

#7112552-CN

Permit types in Seattle

Addition/Alteration562
New312
Demolition61
Other38
Tenant Improvment13

Top contractors in Seattle

Valentine Roofing5
Megan Stoke1
J Hughes Construction INC1
Equinox builders llc1
Vets Power Electric LLC1
Pete Eubanks1
BYD Construction LLC1
Avara Construction1

How to pull Seattle permits

# curl
curl "https://permitflow.dev/api/public/v1/permits?city=Seattle&state=WA" \
  -H "Authorization: Bearer YOUR_KEY"
// JavaScript
const res = await fetch(
  "https://permitflow.dev/api/public/v1/permits?city=Seattle&state=WA",
  { headers: { Authorization: "Bearer " + KEY } }
);
const { data } = await res.json();
# Python
import requests
r = requests.get(
    "https://permitflow.dev/api/public/v1/permits",
    params={"city": "Seattle", "state": "WA"},
    headers={"Authorization": f"Bearer {KEY}"},
)
permits = r.json()["data"]