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

7 rows where cert_number = "74-C-1165" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
4e934874e10907b6 Brandy Tislow 74-C-1165 2025-07-10   1 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000010fnMR&d=%2Fa%2FSJ000008Berx%2FAOWYBJNGIizxewOZ0AaGFDwcPXUC3GU0er8q2vYv.tA&asPdf=false  
557e8b661e4c7f86 Brandy Tislow 74-C-1165 2025-03-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000QjHh1&d=%2Fa%2FSJ000002eZAn%2FFx6bpjDbhT8_Igf.0y3X.MBO6K9RT5sX4BL.nnp2WF4&asPdf=false  
19a9fa673b864db7 Brandy Tislow 74-C-1165 2024-07-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000001Phm0&d=%2Fa%2FSJ00000048NB%2Fn65rfRO85ZmrUrgw7Xmk3.xny9LsebXuETQTT2tI3.g&asPdf=false  
12303ff8b447272c Brandy Tislow 74-C-1165 2024-06-26   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EP1VP&d=%2Fa%2F3d0000038ucL%2F2qDBWUoPVbd8YQLPWYPmgd0dtDP.tVHkjp.e6GVQujU&asPdf=false  
22ded4736d44b828 Brandy Tislow 74-C-1165 2024-06-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EPXq0&d=%2Fa%2F3d00000391WI%2FrVb2O6TlTPlY8mF11lxRHxSyVjuNKU5VBLp8V7GdbjU&asPdf=false  
2d7c36cf4af0daab Brandy Tislow 74-C-1165 2024-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EErDl&d=%2Fa%2F3d0000036VIG%2FfOuHw01sz3Rc5XpUBx0zYEoc3AbilFDbqlF8hzl0UJk&asPdf=false  
d50ca49036cd838b Brandy Tislow 74-C-1165 2023-11-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000B5F8t&d=%2Fa%2F3d000002A1UK%2FwWDL8C_uH_WeKAPRhjf8Hv7pAC_ihg6sdCacZ0w4IiQ&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 233.4ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API