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

10 rows where cert_number = "35-C-0368" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
ab1406a1b083ec40 Marsh Haven Nature Center 35-C-0368 2024-12-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000GqrAb&d=%2Fa%2FSJ000001LpLV%2Fn_x0hEERhpqmY0A_qlTHot7XhK264uY3RhNPwh7xymo&asPdf=false  
b3fdcdafd8e45cbd Marsh Haven Nature Center 35-C-0368 2024-03-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CjMdq&d=%2Fa%2F3d000002eihF%2F0LLZnq9skrFanwq_Xrq5jnoB47J2p9yHRlOmy3OhBqY&asPdf=false  
32964737c3fe80e5 Marsh Haven Nature Center 35-C-0368 2021-12-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8ifX&d=%2Fa%2F3d000000pgn7%2FKIDUm0bXzFtGp66F0_X5n38Nol5DwZjXqNuv.l6TUtQ&asPdf=false  
fc6144b2b3b435ae Marsh Haven Nature Center 35-C-0368 2021-06-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhMHw&d=%2Fa%2F3d000000pnL8%2FEMOAMNGfhmlwRPTyyY1nC9ru0PL5JOP4h9_Cwp8VyHc&asPdf=false  
c9ee648fce6ae457 Marsh Haven Nature Center 35-C-0368 2019-04-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfVw&d=%2Fa%2F3d000000pmyd%2FjpYnJNdeDiu2z8kf8gMwB3mzXOljP6tM9DPNFP7qJv4&asPdf=false  
0520b8f7605a2594 Marsh Haven Nature Center 35-C-0368 2018-06-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfAX&d=%2Fa%2F3d000000pSbi%2FpAF9UFg.CsFza_jseHrfvuP1yuMH7KI6qWRSxn3REQA&asPdf=false  
1fe5fa3e358dcec0 Marsh Haven Nature Center 35-C-0368 2017-04-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc4G&d=%2Fa%2F3d000000pX2k%2FZL82D9knKFj7JrE1stCKC1JltdpxIJLtzLSXpRg7nsw&asPdf=false  
efd657ff861ecba9 Marsh Haven Nature Center 35-C-0368 2016-04-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdKj&d=%2Fa%2F3d000000pkD2%2FDlCHkBipQZqqQqDCEAslJUQzZJGin8.UMVAPUTXbJ5M&asPdf=false  
908f0aca80621eb3 Marsh Haven Nature Center 35-C-0368 2015-05-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege82&d=%2Fa%2F3d000000pljI%2FxlOAdndC5j3l9w5C6JeK5MwOhFH6I5uwPHquJ7wrYbI&asPdf=false  
e873fd91a6431cc0 Marsh Haven Nature Center 35-C-0368 2014-12-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZTA&d=%2Fa%2F3d000000pi0I%2FOTkcPT.JJ4EcgyeVWM.GdyTC0EMfbvRYUHkrjPicVVs&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 80.676ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API