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

9 rows where cert_number = "72-A-0159" 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
0a04c0b403772c39 MIKE LA FLEUR 72-A-0159 2024-01-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BlJL1&d=%2Fa%2F3d000002NSTb%2F9FOfDzXfInH1tQhP5WUNJl.Bmo3LjcMUd3y2A7skQdA&asPdf=false  
82c5c99c22c846dc MIKE LA FLEUR 72-A-0159 2022-06-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yx9ci&d=%2Fa%2F3d000000pga4%2FJOd13rIUOSrVXOII9sokPdBBzL9TYfYqVb52yuOMlPM&asPdf=false  
8dfcc6abd8b75408 MIKE LA FLEUR 72-A-0159 2021-09-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNM9R&d=%2Fa%2F3d000000pgZH%2Fm0.HlOpLWgLlvz4JBO_xgHKhMlqVRVfbB.aKpj_.9QU&asPdf=false  
77e1fc6ca077f7d4 MIKE LA FLEUR 72-A-0159 2020-01-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjLi&d=%2Fa%2F3d000000pgZ4%2FcOQDS0qgAdr9TyLJ.1sUIv2jDS_UOID8MzaSY6gim1U&asPdf=false  
6b74c2a2538a981c MIKE LA FLEUR 72-A-0159 2018-12-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj0K&d=%2Fa%2F3d000000pgYk%2FGMDdfLBtXpwFmkp1JbNovYCIar6XA2r_VGxfMZ4ZCkk&asPdf=false  
4661add9cb45c83f MIKE LA FLEUR 72-A-0159 2018-02-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjPl&d=%2Fa%2F3d000000pgZB%2FQQVGyXqZN_1k0RV_is1s800r1SVBYSJ.RzTQWAtn.0o&asPdf=false  
96f5791c7998f865 MIKE LA FLEUR 72-A-0159 2017-10-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggHR&d=%2Fa%2F3d000000pgZt%2FP_v9GteVcNDep.So1lTK2ZulYr9wdiOMYTpXeYsppks&asPdf=false  
54dfa3a764ee2ec0 MIKE LA FLEUR 72-A-0159 2016-05-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggeb&d=%2Fa%2F3d000000pgZA%2FgpkJ.B.IetUq7UUmh6OyfS.jjrh.w3gGYi.WLtd158A&asPdf=false  
55c1dedee9aec09d MIKE LA FLEUR 72-A-0159 2015-08-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh8r&d=%2Fa%2F3d000000pgYa%2FnBI3RLit7jZPkgJ7MuzmkHguqO5hollB9Q.9Yu8M3TE&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 5.555ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API