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 = "21-B-0192" 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
8f54041a20a2bac6 Marshall Pet Products Inc 21-B-0192 2025-12-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vAxiy&d=%2Fa%2FSJ000007Ohvp%2FbL9PQ.IBh2Tsc8EedN4FwS979LfKVSrsV1YjSZZFPbg&asPdf=false  
ca86f30367fca517 Marshall Pet Products Inc 21-B-0192 2024-12-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000ILzsX&d=%2Fa%2FSJ000002T52d%2Fh2IBi1hBy7dT2aRsl4nyoHwPLxsCHc8.hDWNis8ro40&asPdf=false  
59823b49a0ba2c4e Marshall Pet Products Inc 21-B-0192 2024-11-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000DcTrJ&d=%2Fa%2FSJ000002T4v6%2FNBEtjTuquNn1oWb0J8QZpbox7jIzsz_2wokFMbBQK50&asPdf=false  
f240129728495c17 Marshall Pet Products Inc 21-B-0192 2024-04-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000D4Htd&d=%2Fa%2FSJ000002T5Ay%2F8FIDtGh6e.iNAkwZWlT0u7vZqr4WibV92FOGaKTsn7o&asPdf=false  
7e55aef7dbf10a90 Marshall Pet Products Inc 21-B-0192 2022-11-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvGbG&d=%2Fa%2FSJ000002T54s%2F.3jo79FKBNinsEsTLHEw5Ye7LZV..McQMrYWsrKc2nM&asPdf=false  
8d8ddc6fb40c1708 Marshall Pet Products Inc 21-B-0192 2022-01-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V95E2&d=%2Fa%2FSJ000002T57p%2F2p7UR9hEkPKWOsOpAZOi9Ex2PElegJqhOeh7dwXHZbE&asPdf=false  
bfa3bdf4a4a022da Marshall Pet Products Inc 21-B-0192 2021-10-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8BlH&d=%2Fa%2FSJ000002T4sO%2FByAQ6wVFkR08QEJWjFUwvASkk1_qby69fH0xbWimzJc&asPdf=false  
0da200f8680af9e5 Marshall Pet Products Inc 21-B-0192 2020-02-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnBH&d=%2Fa%2FSJ000002T58j%2FqIJ6q1xcTow.35.YDl_TFjEVgwQ_ndi6mVZHUNOO4p4&asPdf=false  
3a2118d9775d27b3 Marshall Pet Products Inc 21-B-0192 2017-11-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghPA&d=%2Fa%2FSJ000002T4sk%2FAIOYMEouOiPJHC7LxFhwPUHm5EhatVRY3gTxWlLlrTQ&asPdf=false  
20665d3a9960f011 Marshall Pet Products Inc 21-B-0192 2016-07-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmjD&d=%2Fa%2FSJ000002T51o%2FQg05zP2ssxyyy.4YBMpTbD4wvH.TO2_dKvX.4AnU0PU&asPdf=false  
de54be99f750e316 Marshall Pet Products Inc 21-B-0192 2016-01-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeeX&d=%2Fa%2FSJ000002T569%2FInVNos6z_gSx2QMt068QtKMSHzwxEDRxXeV7NjsqUy0&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 50.57ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API