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 = "42-C-0195" 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
71d70223ff35b375 Maurice Sass 42-C-0195 2023-06-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008h6Mf&d=%2Fa%2F3d000001IACq%2FmzQnk9kx_77ZccRsi9Iz2OCDIQ4vJ5oRkw_riYboXnM&asPdf=false  
b37a79833efe7c09 Maurice Sass 42-C-0195 2022-04-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwiiC&d=%2Fa%2F3d000000piTv%2Fw43U1JHqKXfeN7fXJBbVp1sm0rEZ5xDxGqZsE758DUg&asPdf=false  
fca7974b36872b39 Maurice Sass 42-C-0195 2020-03-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdqw&d=%2Fa%2F3d000000pX6t%2FUK7mQYtLOSjF7ds4WkpjzP0c9qkVTJsq3m2mDhtt4Cg&asPdf=false  
b7d64896748d7bf7 Maurice Sass 42-C-0195 2019-04-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeBY&d=%2Fa%2F3d000000pWWp%2FfZ.iJgfuRtXyyGuZ3G4S7xAmqJ5.ROjlKxUzIv.1tFA&asPdf=false  
f6102ef0eab77b46 Maurice Sass 42-C-0195 2018-03-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egftt&d=%2Fa%2F3d000000poqt%2F9w48LGHE0O6ERtcqB15gXp9zG8QOrh.p8o5OAR9mUBM&asPdf=false  
fa8a7d96109c7962 Maurice Sass 42-C-0195 2017-03-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfnv&d=%2Fa%2F3d000000pX4w%2FYul580WFSmyOQOHCP71eKWf9lQK.dItfmJyrpDxqAAg&asPdf=false  
f3c4a02f7ee80ac8 Maurice Sass 42-C-0195 2016-05-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdIb&d=%2Fa%2F3d000000plyb%2FtsFwYPe4UuLYhipN6qatLmkgFgSybNJCdSyCUILb2RQ&asPdf=false  
8e816452b94b1481 Maurice Sass 42-C-0195 2015-07-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdGY&d=%2Fa%2F3d000000plyg%2FfGCB1VIVXLGtSNnZ5k2lvb7UH20sTnKHIJDu6xwXzdU&asPdf=false  
5d2df3bcc4bfc813 Maurice Sass 42-C-0195 2014-08-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYBW&d=%2Fa%2F3d000000pfdv%2FBNDG6o5Q2V4d7SExQgnfHvBcZzfUJCGkmBXoifyVOAc&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 3.936ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API