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

7 rows where cert_number = "48-A-2221" 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
78c62d2638ac58f2 ERNEST MILLER 48-A-2221 2023-01-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPUEa&d=%2Fa%2F3d000000pa7T%2F.Jsh_3zDx2kpdAvrLs7ZC3Ik_589YenNT7cPqioQvy8&asPdf=false  
58c2cad49c7fe8e5 ERNEST MILLER 48-A-2221 2022-03-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwRKr&d=%2Fa%2F3d000000pa6P%2FhqZVgo2uKVk0aihtqLqF7J7ZtgBgBcuLQ5Akgi4x6ds&asPdf=false  
de4fe0c111ac5c81 ERNEST MILLER 48-A-2221 2021-09-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN7AJ&d=%2Fa%2F3d000000pa6B%2FIGdptam.3cJFKnQky90I9E8ZL9jIiAhR8egjIs_lw9Y&asPdf=false  
f99a6103a010a5a3 ERNEST MILLER 48-A-2221 2021-05-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhA9x&d=%2Fa%2F3d000000pa6v%2F_1BDCqv.56f8jxcrfNFCHVxuiLu5ccMiYKimZ7R6jsY&asPdf=false  
6647e82fa1778214 ERNEST MILLER 48-A-2221 2020-01-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkRM&d=%2Fa%2F3d000000pa6R%2FXKUShlYraH8MghlpeeAeFpPb_Li9d1wxYI6g1CnwWzs&asPdf=false  
3a248a30939c57fc ERNEST MILLER 48-A-2221 2019-04-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egiep&d=%2Fa%2F3d000000pa6D%2FU5mxmxL0JTndr0yUV20BhYgkN0asFxYbKNjRwFnTaho&asPdf=false  
03db868394d80e20 ERNEST MILLER 48-A-2221 2018-10-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege7u&d=%2Fa%2F3d000000pa6W%2FiplLgY9RJFRA65sY6CCiolRoUSY7AoOMWP0i10JqoeQ&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 4.769ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API