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 = "22-C-0106" 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
792c2dd27bc31d0a Hamilton Dental Associates 22-C-0106 2022-05-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yx64O&d=%2Fa%2F3d000000pgQd%2Frdu5cXeJA7G.CCqI1rvKN.zS3jm5HijtnLIFKf8QGMI&asPdf=false  
59b55209515bc874 Hamilton Dental Associates 22-C-0106 2021-04-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESt8e&d=%2Fa%2F3d000000pgRY%2F2NTLBf9_X9DUgitbBHesJN6V9lRlSCBnE1vtgG5C9Fk&asPdf=false  
0f1b5031ecd6ace9 Hamilton Dental Associates 22-C-0106 2019-09-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggV6&d=%2Fa%2F3d000000pgRk%2FA6KAn7sv0PMAuh8IYJGc6v41gjKg.Q8ueRYoz5fyUMM&asPdf=false  
ba1784fee7f0c838 Hamilton Dental Associates 22-C-0106 2018-09-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egeif&d=%2Fa%2F3d000000pgS0%2FDGaKN1k.yPUgDdepwr5tqkwC03Mh72WLq0LbLyRXRaM&asPdf=false  
2d0709356488310d Hamilton Dental Associates 22-C-0106 2017-02-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfp8&d=%2Fa%2F3d000000pgQs%2FXJyZtuhlUVx2QMNmZoctIJ.C3uhj5JAU5Zg2bT8yyBs&asPdf=false  
62c9399ea64d0860 Hamilton Dental Associates 22-C-0106 2016-07-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg8p&d=%2Fa%2F3d000000pgQe%2FwBPWyOkwyZffPw5RDBuMupFTk6EcpGQHIcwN5uYnLXs&asPdf=false  
231b860a5bd27ca2 Hamilton Dental Associates 22-C-0106 2015-05-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggon&d=%2Fa%2F3d000000pgQm%2F4HBmN4aPcW54Vq5RlAsqob3TcEUrDWoKRJ007BNASSE&asPdf=false  
db93948d88a99c61 Hamilton Dental Associates 22-C-0106 2014-04-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggld&d=%2Fa%2F3d000000pgRt%2FeFz78ROGd31sjN2W3Rt0QBrYcfC8KxVYzjG_1FONbGc&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 714.81ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API