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

9 rows where cert_number = "21-A-0203" 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
25114e986817308a Jonas Burkholder 21-A-0203 2025-02-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000MjkyA&d=%2Fa%2FSJ0000025p2P%2F.neeytclhqFdviZ7XEASLCren05aQECCkciQjhsklDA&asPdf=false  
5edc2ac9884791a5 Jonas Burkholder 21-A-0203 2025-01-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000KeRAz&d=%2Fa%2FSJ000001qtEM%2FY5joGt7mVM.wmSPrYGOS56ohLRxH.JDpb_OeEQl25ns&asPdf=false  
ac656aef0d053ab4 Jonas Burkholder 21-A-0203 2024-02-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000C1r3o&d=%2Fa%2F3d000002S5pd%2FFpxfOPCmkGlCaN8assrpr_shAU6sHzmhVGwjpG0f.Wc&asPdf=false  
b79578f8d982479e Jonas Burkholder 21-A-0203 2023-05-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008P8iR&d=%2Fa%2F3d000001CSzu%2FQ1idz2t.UOHOtqTUdipqFyAssUqA5HvZDnaRNA2SvZg&asPdf=false  
e48015d652657a34 Jonas Burkholder 21-A-0203 2023-05-05   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008KkHz&d=%2Fa%2F3d000001B9pm%2FZkZC5QOwV5.2oaFhIT5Rz4dn517lJqC9s82rwU_I_Ko&asPdf=false  
5d17d2cda1903c5e Jonas Burkholder 21-A-0203 2022-06-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yx8Ym&d=%2Fa%2F3d000000pgWz%2FQy1xR8UaZVbzQJCYAEhn3zh9uAR3aKzn3DTcRoVWczc&asPdf=false  
92198e17a54e2e14 Jonas Burkholder 21-A-0203 2021-05-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh6zq&d=%2Fa%2F3d000000pgYR%2FimGkRJkFUKawMjEBTyeD844Fk5WJvj7UUNcYV_yfJu8&asPdf=false  
f471e3f9c5d2d9de Jonas Burkholder 21-A-0203 2019-11-06   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfrC&d=%2Fa%2F3d000000pgXp%2FC.MG37R3U9PWPLd3ooyFyrZI74cw8jbNA.BRSxxO7LM&asPdf=false  
544f25ab5725aad4 Jonas Burkholder 21-A-0203 2019-06-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgagE&d=%2Fa%2F3d000000pgYK%2F9eh6BR5EOWGrdjxnBP1lvWxdCJqpYTcG.gGGpGdwX1c&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 1057.994ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API