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 = "43-A-6429" 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
bb9e19b3e6ded512 Annetta Shirk 43-A-6429 2025-11-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vAk8s&d=%2Fa%2FSJ000007OVY5%2FMuaP0omYmY1XL4B8jvRgmffWRim8guzCmhaXwC7TQqc&asPdf=false  
108531078fbdaca1 Annetta Shirk 43-A-6429 2025-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Vnnwz&d=%2Fa%2FSJ000003ScqD%2FR_EIjwLcCxJxuo3VvreAfv6NDdParNM775F8Uw7BLkQ&asPdf=false  
ed5de2c8fb54a659 Annetta Shirk 43-A-6429 2023-06-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008nimR&d=%2Fa%2F3d000001KZFJ%2FafCJ3CMMfJ_iXdLKrBhQ11xUt7WfJCftAxChyEzFjeY&asPdf=false  
5aeff0ba78477463 Annetta Shirk 43-A-6429 2022-06-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxE9k&d=%2Fa%2F3d000000pbnI%2FPyfMK_qvlscpJ5Hr_jWHhCuQXhnyVExWD9Phey7sGZ0&asPdf=false  
f933cdb566f5011b Annetta Shirk 43-A-6429 2022-05-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwopT&d=%2Fa%2F3d000000pgcZ%2FsI2cmZ5o9A6ng4SCIvkcfdW92ugVyD3.AlUKmT3BkW4&asPdf=false  
124131060a227188 Annetta Shirk 43-A-6429 2021-01-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERkRL&d=%2Fa%2F3d000000pgc7%2FcLbFFrvaOl.30YUMj5EEtWzNjqO9g1k4L4aUDJxqqLc&asPdf=false  
54da15f9cc7ae3d4 Annetta Shirk 43-A-6429 2019-11-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkgu&d=%2Fa%2F3d000000pgbu%2FBYdIV2msbwTMCLvvpqLbKbbtzhsZK4zBSr2khFyudHk&asPdf=false  
e4e58e8886a58ae3 Annetta Shirk 43-A-6429 2019-06-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega9G&d=%2Fa%2F3d000000pgd6%2FT_CzR7gCGUnX.01PHY1JgGDodfYLY0BBySg77fAMv7A&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 182.624ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API