Skip to content

Active Permits

Filter Permit Results

Seafood

  • DM-L Direct Market Land-Based
  • DM-V Direct Market Fishing Vessel
  • PL-1 Land-Based Processing less than 5000 lbs/day
  • PL-2 Land-Based Processing 5000 or more lbs/day
  • PT-1 Thermal Processing less than 5000 lbs/day
  • PT-2 Thermal Processing 5000 or more lbs/day
  • PV-1 Processing Vessel less than 5000 lbs/day
  • PV-2 Processing Vessel 5000 or more lbs/day
  • IM-S Ice Manufacturing
  •  

Shellfish

  • DV - Geoduck Dive Vessel
  • H - Shellfish Harvester
  • SP - Shellfish Shucker-Packer
  • SS - Shellfish Shipper
  • RP - Shellfish Re-Packer
  • RS - Shellfish Re-Shipper
  •  

Due to changes in our database, facilities were assigned new AK#s in August of 2017. They are permitted to label product with their prior AK#. If two numbers are shown for a given entry, the first number is the AK# after August 2017 and the second number is the AK# prior to August 2017.

Search for:

external link indicator Indicates an external site.

'); var permitStatusHeader = ''; if (programType == "AK_ShellfishMF"){ processes = program; permit = aknum; } var annualOrConditional = "Annual"; var conditionalRow = ''; if (status == 'Conditional'){ annualOrConditional = "Provisional"; permitStatusHeader = 'Conditional '; conditionalRow = '
Condition
' + conditional + '
'; } var processesHTML = "
" + processes.replace(/,/g, "
"); var html = '



' + permitStatusHeader + 'Permit To Operate

Alaska Department of Environmental Conservation

Division of Environmental Health
Food Safety and Sanitation Program

Approved
Processes
' + processesHTML + '
This permit is granted to
' + owner + '
' + name + '
' + postAddress + '
' + postCity + ', ' + postState + ' ' + postZip + '
Doing business as
' + permitName + '
For operation of
' + program + ', as required by
AS 17.20.065 and 18 AAC 34 SUBJECT TO IN-PLANT INSPECTION
Located at
' + address + ' ' + city + ', AK ' + zip + '
' + conditionalRow + '
This permit is ' + annualOrConditional + ', expires ' + expire + ', and may be revoked at any time. Issued under
the provisions of Alaska Statute, Title 17, Alaska Administrative Code, Title 18, as
amended or revised, and other applicable State Laws and Regulations.

Date Issued
Environmental Program Manager
' + issued + '


' + permit + '
' + aknum + '
Permit Number
AK#
This permit is not transferable and is the property of the Department of Environmental Conservation
'; w.document.write(html); w.setTimeout(printOnLoad, 1000); function printOnLoad(){ w.print(); w.close(); } } var acc = document.getElementsByClassName("accordion"); var i; for (i = 0; i < acc.length; i++) { acc[i].onclick = function() { this.classList.toggle("active"); var panel = this.nextElementSibling; if (panel.style.maxHeight){ panel.style.maxHeight = null; } else { panel.style.maxHeight = panel.scrollHeight + 130 + "px"; } } }