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 = "48-C-0183" 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
60bcdd9b31ccf0b9 Pam Martin 48-C-0183 2025-08-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000hgzXn&d=%2Fa%2FSJ000005JTg9%2F3qITvdBy6A8QvC_CKzNtRbYHR8lnnrrLMd94cihrngQ&asPdf=false  
453bf73e828b4bb5 Pam Martin 48-C-0183 2024-09-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000005vnhA&d=%2Fa%2FSJ000000Nqlt%2FH8zSc1D8ipFbwzGIU2zDCl9HXYanIhU6dnu0JulznLY&asPdf=false  
22daaf490c7d0023 Pam Martin 48-C-0183 2023-10-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AdEfH&d=%2Fa%2F3d0000025BLC%2FOMGiBmh.jNGxtTItIPfRjtnlgApWwYRSvT3GPbJ9Tk4&asPdf=false  
f3400d5e0d8cf13f Pam Martin 48-C-0183 2023-06-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008hDru&d=%2Fa%2F3d000001ICmc%2F.yuVFPrkfSgP.aohiCGJAHNWy6gRdrHTIastcakBAdU&asPdf=false  
84309af1cbbddf40 Pam Martin 48-C-0183 2022-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvOca&d=%2Fa%2F3d000000pctz%2Fc8Dw3g9hAWU4RCTeS94jqtY2RUtr9cvKqO9RVPT2MBg&asPdf=false  
17619dc4d7cd86a4 Pam Martin 48-C-0183 2022-03-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9V13&d=%2Fa%2F3d000000pctP%2FrcAn6lVPfZeuBUyQc0_XATCLljbB6XABvoQIPyrYJrQ&asPdf=false  
995658b72809dfad Pam Martin 48-C-0183 2021-03-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESa2t&d=%2Fa%2F3d000000pctI%2FD3zdHG8AHr8lNLb8mLLZKUFvvxoZ5dIT7eo7HE8K8Ag&asPdf=false  
81f17d4098cd8f32 Pam Martin 48-C-0183 2020-03-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgePA&d=%2Fa%2F3d000000pctn%2F112BFeTiU7IgJZpu2QzczZyEF.aXq0ZHj1YGkEetm30&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 107.928ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API