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 = "84-C-0034" 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
141e8e84f88e86c1 KRYS MOQUIN 84-C-0034 2023-06-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008pcnj&d=%2Fa%2F3d000001L6j1%2FwXKKmV8Bggm3PP8HsZTNYjELmnA_W_XmSStOwvCaAb4&asPdf=false  
f9ca9c3aefc366cb KRYS MOQUIN 84-C-0034 2022-05-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywvcp&d=%2Fa%2F3d000000pePd%2F3llRGP.EDlCexkljFns60AdruodKdoJnLOseoP3BvUo&asPdf=false  
99d219eaa517e196 KRYS MOQUIN 84-C-0034 2021-08-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMyd3&d=%2Fa%2F3d000000pePk%2Fr2vYymaPVdfmz3sc7CRazPg7qEslKv6De1Z_cYCu9fI&asPdf=false  
f1c597b105df3ba4 KRYS MOQUIN 84-C-0034 2019-08-26   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxOl&d=%2Fa%2F3d000000peQG%2F6gmJrI2r3koUbGkKxRsVmqHJy7ie7tKxwKZChzOS9zI&asPdf=false  
c9b3054fb3f14c7c KRYS MOQUIN 84-C-0034 2018-11-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm8b&d=%2Fa%2F3d000000pePN%2FoCSbYugY.lgkz70NmvNHw9EZxvIE5XU_LIwt3BQfVXU&asPdf=false  
56f8f68356ca84f6 KRYS MOQUIN 84-C-0034 2017-10-04   0 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYWA&d=%2Fa%2F3d000000pePQ%2Fk9ZC5YmtAZd4KEAWB8vIU2K40olP3XegfTo_lAZRzik&asPdf=false  
42288400fe81c4e6 KRYS MOQUIN 84-C-0034 2017-05-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeWJ&d=%2Fa%2F3d000000peQN%2F66Y4plbGB3RH.COCyHpqCIvv0P4jEgJ1yHFiAqey.xA&asPdf=false  
43fa40d3b8dc9c97 KRYS MOQUIN 84-C-0034 2016-08-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm80&d=%2Fa%2F3d000000peQr%2FqAJrZ2qeM1DAM_hb9_b6XRb51b03RyhPCA0SNVO6IRo&asPdf=false  
a5bd013a5ad64cf8 KRYS MOQUIN 84-C-0034 2015-05-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglIZ&d=%2Fa%2F3d000000peQa%2FhulXIVDPsCGRQxKH6CFjJxEv2ot9B0R2h4gkue4yq8Q&asPdf=false  
4c26a2f4e1ded47e KRYS MOQUIN 84-C-0034 2014-04-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaFC&d=%2Fa%2F3d000000pePJ%2Fv4cLv2FOHq6yxgdgklPd4ZKaEwhen.tjUjgaA3grcLc&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 274.461ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API