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

5 rows where cert_number = "73-B-1880" 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
560f5213d3b71bf1 Carly Denisa Morris 73-B-1880 2024-04-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000D6jju&d=%2Fa%2F3d000002nBL8%2Flv1wKezdfh2T60M.FiXj5z1idXT0MzaVPMJ5vPqMQgQ&asPdf=false  
59a2ff4617158f00 Carly Denisa Morris 73-B-1880 2023-07-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000097BgO&d=%2Fa%2F3d000001Qsch%2F4yrRklkaftrtUezJPWScDgMsVS8zGKUCvT0_kinxTrY&asPdf=false  
0b33d18fb23cebb9 Carly Denisa Morris 73-B-1880 2023-05-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008PGrV&d=%2Fa%2F3d000001CVue%2FPZh3h8YWyEZsr4avsReDUeIty3ReDiFCEsv26n5gVtk&asPdf=false  
5d13eda9289d3611 Carly Denisa Morris 73-B-1880 2022-09-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awVM7&d=%2Fa%2F3d000000pZnC%2FrGk6K9DDWBb3Xg2QdIKV1gIYxb8KUIFnJ3cq1weTYAQ&asPdf=false  
9ef762586bf40620 Carly Denisa Morris 73-B-1880 2022-06-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxGxm&d=%2Fa%2F3d000000phTH%2FxaxsUps_NMUsPcsCACHotldroeGrkMRmFBc8M_jyFik&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 10.384ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API