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 = "73-A-1873" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: teachable_moment_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
342949a8174187f2 Barbara Ross, Roy Ross 73-A-1873 2025-05-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000XvdDD&d=%2Fa%2FSJ000003sHrl%2FEbqutntYFQV6NnUMJpOhCNXjCPoWfx73HxSYlHesERI&asPdf=false  
8fc7c158deafefe3 Barbara Ross, Roy Ross 73-A-1873 2024-01-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000C6yNl&d=%2Fa%2F3d000002TpAd%2F891bmVLwdgUQyqGLyOmRbglD8OSthojt7ujqovlBQ0w&asPdf=false  
a51d9320ec8901cc Barbara Ross, Roy Ross 73-A-1873 2022-11-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gv3wW&d=%2Fa%2F3d000000pYj7%2F.hqw6rD35RfucP0O0jTiMD4G1bHEtGYpxRDgfOCRlco&asPdf=false  
42fd41140730041b Barbara Ross, Roy Ross 73-A-1873 2021-10-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8RCT&d=%2Fa%2F3d000000pYag%2FoAs3hdAQ1xTD4TGIkjbu0R8_jni3vNNTITd5WZqclSI&asPdf=false  
09859df3ae68e117 Barbara Ross, Roy Ross 73-A-1873 2020-10-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyPYi&d=%2Fa%2F3d000000pYbP%2F9z9tbaMgQJlUQXfWocdci2iTXEpiKP3RUpImEp7OHbU&asPdf=false  
1d6b37ee7e7e8abd Barbara Ross, Roy Ross 73-A-1873 2019-07-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghU6&d=%2Fa%2F3d000000pYbI%2FCWmLXZkVCHLDq5lbbbTwrFoKjG_vagVRmm5yyqAl5ic&asPdf=false  
1d935b8da0b69c6e Barbara Ross, Roy Ross 73-A-1873 2018-06-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghWu&d=%2Fa%2F3d000000pYb5%2FA.ZA0X7l7WcYRjBGxZlyVhDAp6SbwQcJAVzcEpBhnho&asPdf=false  
0eddb8ddac6edb9f Barbara Ross, Roy Ross 73-A-1873 2017-06-19   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjDB&d=%2Fa%2F3d000000pYaX%2FsQ.8XSd4I1Tv5VCzJJ9ZqazujJFn0SGhf_fKfuvJf_U&asPdf=false  
e7b1fe94f1b1185f Barbara Ross, Roy Ross 73-A-1873 2016-04-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgguC&d=%2Fa%2F3d000000pYb1%2F_YTrhSlJ0jcne4uvwfI1wLkfTQlsjBx5MCg01ANYuDw&asPdf=false  
df20035965a9a615 Barbara Ross, Roy Ross 73-A-1873 2015-02-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiO1&d=%2Fa%2F3d000000pYaF%2FIWTlv.lXesiDvwbOLoJ._UnY8XRBp0uk0JiUlxQ4Bas&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 244.68ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API