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

10 rows where cert_number = "46-A-0390" 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
5ed2b42e3a0f15ac NANCY OGLE 46-A-0390 2020-09-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyOBD&d=%2Fa%2F3d000000pi0e%2FvBxvFM1IHOamnc72mExQdZzgacfCPcwKoJhebi6u1y8&asPdf=false  
7864266248ef3245 NANCY OGLE 46-A-0390 2019-12-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjxc&d=%2Fa%2F3d000000pjlQ%2FAommlpMy1XkFW7.rMvYo6hdrkFMG__kdC1j2X_TCYO4&asPdf=false  
44b4ccffa1ffe138 NANCY OGLE 46-A-0390 2019-09-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglvi&d=%2Fa%2F3d000000pSNo%2FAJEOqtCvE4HQajPoSwE7PUa2F1xIVIG5zE6Fyie0iP0&asPdf=false  
0fd5a4ac122f89b1 NANCY OGLE 46-A-0390 2018-11-19   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkRI&d=%2Fa%2F3d000000pbdp%2F_hxlj97XGteckw5KCXp3J7cFCc9Mg6GnY.GBxsnS3Zo&asPdf=false  
c391da8064298ecf NANCY OGLE 46-A-0390 2017-12-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZWV&d=%2Fa%2F3d000000pbAQ%2F4OfjjrwXnp69McO7Huue5L2DB1wsMz3aWQMKXCLjeXE&asPdf=false  
589c77879a498966 NANCY OGLE 46-A-0390 2017-09-26   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcS7&d=%2Fa%2F3d000000pnNm%2FkOaL3rHjDSyq6XYrVkq7XVlM0j0wUEKZrSWKx0pGmeY&asPdf=false  
f821aec261d53a79 NANCY OGLE 46-A-0390 2016-09-20   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwPg&d=%2Fa%2F3d000000pi5w%2FKj7Mc2ejCKI3x0Xz..AEEd0xMpGi5KKBAQkD4bfDGb0&asPdf=false  
bcaee1048ac1ae71 NANCY OGLE 46-A-0390 2016-08-30   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfd7&d=%2Fa%2F3d000000pSBm%2FfTB9oJgs.NpN262Cv1l9JVGIaa1A8a87zjgUDn7kWDs&asPdf=false  
3a1e6ec09b26a068 NANCY OGLE 46-A-0390 2015-08-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggFZ&d=%2Fa%2F3d000000piGp%2FOBglF8jsi2_CNe_E0G255kmLEgAQeojzBWS_ndvEUWw&asPdf=false  
be36f5afa6663453 NANCY OGLE 46-A-0390 2014-06-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf51&d=%2Fa%2F3d000000pf6p%2FiqCLaRaBEB9NST9EDRCZsM6XDRHomkAhz82cEie4SB4&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 917.892ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API