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

8 rows where cert_number = "46-A-0208" 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
112887369825f545 JEAN GORTMAKER 46-A-0208 2022-03-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9ZWw&d=%2Fa%2F3d000000phC2%2F6Xcyew4TZYrf3F0FKtVw_ClJEMw4FcC6x7inP_wAlaM&asPdf=false  
2ff5e446ad73caab JEAN GORTMAKER 46-A-0208 2021-05-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh6B0&d=%2Fa%2F3d000000pltf%2Fl2xrhumE3p2gB.rnwTI_XXQiy95uJbsjODaDg.TlJLQ&asPdf=false  
d718b7c0696dddbf JEAN GORTMAKER 46-A-0208 2019-08-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjVz&d=%2Fa%2F3d000000pShG%2FYhpBJmQFWd8qJZDAH3157VAIj11CuGFZnz0ujbp2NSY&asPdf=false  
534d9ad92005eb04 JEAN GORTMAKER 46-A-0208 2018-05-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjRR&d=%2Fa%2F3d000000phyt%2Ff2OODkxVXCxgmLY8iR7lsLqErbIv2HEriPEwCn4Nq6M&asPdf=false  
595eff098ed58007 JEAN GORTMAKER 46-A-0208 2017-04-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjlv&d=%2Fa%2F3d000000pUMa%2F7mOodsT.__.22lFI.sOhKZlFdFLRNn0K85HTRFgOGUI&asPdf=false  
5bfae1a2a3f09ca8 JEAN GORTMAKER 46-A-0208 2016-02-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjAG&d=%2Fa%2F3d000000pfw6%2FNUVSqEHpE4Ic179xLz76I_d3IGvx0QXrwfBdq_kLk1A&asPdf=false  
2eba714909879320 JEAN GORTMAKER 46-A-0208 2015-10-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkwq&d=%2Fa%2F3d000000pmoY%2Fw6v4KB6FT_xL_4V8UQRB3kJ08Q3hl2bV4tubdRB3DN0&asPdf=false  
2462ceb95c6835ad JEAN GORTMAKER 46-A-0208 2014-08-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiTB&d=%2Fa%2F3d000000pbdd%2Fdk8wC07fp_wz.AaRaQncZdXE0t33dTANOEtN0n9M9wQ&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 109.98ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API