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

11 rows where cert_number = "92-C-0160" 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
c4f99710bbc51a4f Angela Goodwin 92-C-0160 2025-07-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000gaZXH&d=%2Fa%2FSJ000005A0K1%2FY16yMgQVlh9XtO2iaEvzmkPpnJTRD.Y9J8gAxIgMi9w&asPdf=false  
1f6843c2600e68cc Angela Goodwin 92-C-0160 2024-08-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000001T8g2&d=%2Fa%2FSJ0000004GW1%2FQfJKaDFde91f1V8boSB7U_CTQWdCrE6oAYRt52d5aYw&asPdf=false  
d7d5a84a26a50444 Angela Goodwin 92-C-0160 2023-05-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008n6K5&d=%2Fa%2F3d000001KNq5%2FgiWbHi9mOxYZq3JM.1AI9s1O0806IbdeVqwr1bkGJ0I&asPdf=false  
5de22fc1b5abb3a7 Angela Goodwin 92-C-0160 2022-04-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywkjv&d=%2Fa%2F3d000000piTA%2FaOtvamPkO10oqfbJOrp2ftDYXPfA8W_gKXruihOVWW8&asPdf=false  
d4539f4c9228671d Angela Goodwin 92-C-0160 2019-02-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiZD&d=%2Fa%2F3d000000pdiH%2FfcqFH68KVyreqcTDEliMc_0EtZqyZOJ2zlH2sg3Dp_c&asPdf=false  
f01a41ea462f213c Angela Goodwin 92-C-0160 2018-04-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egiyn&d=%2Fa%2F3d000000pmDk%2FwOKCOKRfV7CAlTC7CX1SfP_eeqWxHb6ZurJR57R9c3w&asPdf=false  
be7ff32b6769f54b Angela Goodwin 92-C-0160 2017-10-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egiyz&d=%2Fa%2F3d000000pk9C%2FV3AI9Vng.fvUCNUnSROK51juHkOyWbDAe1iAZGVRO1Q&asPdf=false  
b8eacbabf96f8090 Angela Goodwin 92-C-0160 2017-02-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm1e&d=%2Fa%2F3d000000pm2a%2FyB7iqTdTWDWUvHk.nrJ03GRIm_lJDHYwzc.yuk2opeE&asPdf=false  
41e41a5a209b694c Angela Goodwin 92-C-0160 2016-01-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglEI&d=%2Fa%2F3d000000pjnd%2FrP1UENuGPSqzTAdCs1NZ61grynEtwlxNwCzAXOtSWjY&asPdf=false  
e56d7ad266493d94 Angela Goodwin 92-C-0160 2015-08-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl44&d=%2Fa%2F3d000000pn76%2Ffye67GLbEdv8JLNZvsW0pUyrUzZmMFDGHTQuo7HfDc0&asPdf=false  
c4ad8fec63fca4b4 Angela Goodwin 92-C-0160 2014-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglkH&d=%2Fa%2F3d000000pjCd%2F8i_aYf6Y_nC_N.BN8OIOEpPKoMZdQQznKrcg1kWnOiI&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 521.403ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API