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

8 rows where cert_number = "42-B-0318" 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
279c34a7498ff801 North Iowa Puppies LLC 42-B-0318 2025-07-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000fHwUe&d=%2Fa%2FSJ000004xGuT%2F.2mmQAwh9V_1XFa8oSqOIeTYa.I7xEtpV4W6maWDAnU&asPdf=false  
a2dc5b72d25abe02 North Iowa Puppies LLC 42-B-0318 2025-05-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000XmEDo&d=%2Fa%2FSJ000003qYdN%2FRutIHkO7J1Iqsv4tR6L_R4sdwlvwlEbLmeKk6JsAhgU&asPdf=false  
69b0a0e26529152f North Iowa Puppies LLC 42-B-0318 2024-10-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000099rG1&d=%2Fa%2FSJ000000djA9%2F5hlS0t8mga9f4Z88d4GsSnkyYDMUYniR0tmYY14aFZ4&asPdf=false  
334c3b0a72fb7e98 North Iowa Puppies LLC 42-B-0318 2023-09-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000A7fgJ&d=%2Fa%2F3d000001tuPO%2FHF.XY8FkUtPQXG0Am1IfGLdlaZWi_Z9BDhgKFSbuFjU&asPdf=false  
b39e28fee6d67cea North Iowa Puppies LLC 42-B-0318 2022-11-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gv7aZ&d=%2Fa%2F3d000000pbvf%2FxueIi96HnmuCU.zcwQtXHwqRyLhcGuylCuKKtpr.p5I&asPdf=false  
0d1b0206ccf6e02f North Iowa Puppies LLC 42-B-0318 2022-08-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yy6s2&d=%2Fa%2F3d000000pbwL%2FsxfZb8jvoUJ021fkUZVMqSM.X5jCWZCS5.PvxfezXIc&asPdf=false  
8d4e9295e7b1a1e2 North Iowa Puppies LLC 42-B-0318 2021-06-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhMax&d=%2Fa%2F3d000000pbwp%2Fk5VOPCAK51eF33.FBa06HHxgu0MITPZlVHERc5D8brE&asPdf=false  
751c7aa77f0576ff North Iowa Puppies LLC 42-B-0318 2020-09-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DjdqO&d=%2Fa%2F3d000000pWtr%2FhBvrxYw.dV1Oo6COf0nV37inE4gFhCgsVhVZ3S2SN8k&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 1018.978ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API