home / aphis

inspections

APHIS inspection records for licensed facilities. 110,000+ inspections from 2014–present with violation counts and links to official reports.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

6 rows where cert_number = "72-C-0246" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, inspection_date (date)

inspection_type 0

id cert_number inspection_date ▲ inspection_type critical_count noncritical_count direct_count teachable_moment_count pdf_url pdf_local_path
e1c23132ebd5e534 Zam's Swamp Tours Inc. 72-C-0246 2025-04-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000ThqJ1&d=%2Fa%2FSJ0000036Lxk%2FCYCDKCUGseZ6TPmjOHuR_g3Soyb_pdUeQlcKJnvtC.A&asPdf=false  
897195af756fe19b Zam's Swamp Tours Inc. 72-C-0246 2024-08-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000002EEUz&d=%2Fa%2FSJ0000006ETJ%2FjlIZaonIoVQ3Kj37pbLwHcLKdBuPub4suezjosLtGHY&asPdf=false  
b65ef335d5d269cf Zam's Swamp Tours Inc. 72-C-0246 2023-06-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000095Qv0&d=%2Fa%2F3d000001Q9X6%2FJ_A.AGa6f_Hk_ClsDg7c2C36gJgJvMuVWIyZwEVaJVk&asPdf=false  
5169e83d5e781ffe Zam's Swamp Tours Inc. 72-C-0246 2022-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gP8DW&d=%2Fa%2F3d000000pdGw%2FjitfUBVhliBi9qKNm1Mc0.7WS8Y4YnbtsH1bvQoSG0o&asPdf=false  
f33cd58c3468998f Zam's Swamp Tours Inc. 72-C-0246 2022-09-21   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awNlT&d=%2Fa%2F3d000000pd2Y%2FA08En4Pj0OKQCNOOunumy8EakJQ6D6vN2KwO6IsCb0A&asPdf=false  
c7c5553cf09d02f6 Zam's Swamp Tours Inc. 72-C-0246 2019-10-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8XkN&d=%2Fa%2F3d000000pcwH%2FZEOGoSAdNUWPnmjbiTURcwN1jnva720u7gtG8XqMFBM&asPdf=false  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE inspections (
    id TEXT PRIMARY KEY,
    cert_number TEXT REFERENCES facilities(cert_number),
    inspection_date TEXT,
    inspection_type TEXT,
    critical_count INTEGER,
    noncritical_count INTEGER,
    direct_count INTEGER,
    teachable_moment_count INTEGER,
    pdf_url TEXT,
    pdf_local_path TEXT
);
CREATE INDEX idx_inspections_date ON inspections(inspection_date);
CREATE INDEX idx_inspections_cert ON inspections(cert_number);
Powered by Datasette · Queries took 211.037ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API