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-0182" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, 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
e2c4c5747ef32225 Amy Gorman 48-C-0182 2023-06-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008kQi9&d=%2Fa%2F3d000001JRxC%2FU.5opjCXFi90j7UHxUbhmIyCjaOxuIbTbPDZM92YhyM&asPdf=false  
7162619507389528 Amy Gorman 48-C-0182 2023-03-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uUA3&d=%2Fa%2F3d0000012rfM%2Fu5QFawH3dkYoRmTzhEz5lq_QCsGd8Uvg6Hto5Uy75qg&asPdf=false  
3536b38db78a9c8d Amy Gorman 48-C-0182 2022-03-14   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9aCE&d=%2Fa%2F3d000000phDz%2F_NKYE.cXsyc15rtOsTBVsgyiM8fntaGI14zNQHaz1Oo&asPdf=false  
5681907aaa0ef611 Amy Gorman 48-C-0182 2021-08-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMpmF&d=%2Fa%2F3d000000pfwh%2FFeV9p0DMmgcoLrTBc77MwNiBkGnt4DLtSSVkc9rQ3Qc&asPdf=false  
b331769eb6d1f373 Amy Gorman 48-C-0182 2021-06-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhQ34&d=%2Fa%2F3d000000parV%2FEG4XroHhMP6c.9gK0usa44_V7PWLLkZIksWxqAntWi4&asPdf=false  
9abdec56532110c3 Amy Gorman 48-C-0182 2021-01-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ES2L5&d=%2Fa%2F3d000000pRnr%2FFE6VnYgkvvsyjSR79GjNKTRiJO_R25UTTNQ91Ba.Mv4&asPdf=false  
f76ec6f0be938744 Amy Gorman 48-C-0182 2019-12-26   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZI4&d=%2Fa%2F3d000000poEy%2FDB1Vzngttb5cOoYMOlPvIATd_gLPFCiFh_1w54Ox97o&asPdf=false  
6d7f2c0f508ad803 Amy Gorman 48-C-0182 2019-08-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXPb&d=%2Fa%2F3d000000plA8%2FmdhdoEK9Tgh_ITQa5x1Mw0tTi_ePzhSHccLuITCIh7E&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 214.097ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API