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 = "48-A-1038" 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
f40a290451240cb3 CARLA SULLIVAN 48-A-1038 2021-10-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8AeP&d=%2Fa%2F3d000000pp9U%2FZQLxftSsV2N2n6t06kW9PLRexng.GhEDvPszFJOGcPk&asPdf=false  
0f77cd319e926c4c CARLA SULLIVAN 48-A-1038 2021-08-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMzWu&d=%2Fa%2F3d000000poet%2FfQtUAC2TZ.J_ursykb5HOtHOTKZMb_LM8NaqmxuBkw8&asPdf=false  
a4465a13cecf064e CARLA SULLIVAN 48-A-1038 2019-12-30   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgltE&d=%2Fa%2F3d000000pi6f%2FzxFsLegecUzUmsopfAQ71AebLWAcdNunw0YYS1VNGVs&asPdf=false  
71eb510248ae9a8a CARLA SULLIVAN 48-A-1038 2019-02-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglM8&d=%2Fa%2F3d000000pfgU%2Fa2ONwbeT0Lg6ayjwzl1OIc3IWKwY_AW2trqf5QbsSRg&asPdf=false  
fc841fda45fe7621 CARLA SULLIVAN 48-A-1038 2018-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjHi&d=%2Fa%2F3d000000pTR8%2FV.lxm_afZOITMRt15zk7Qc2VJZmvING25W7DcSD0Hmk&asPdf=false  
18441b21e5191a4c CARLA SULLIVAN 48-A-1038 2017-06-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkP8&d=%2Fa%2F3d000000pogY%2FE6KB0wS1MtBbJHE.wZ5xWOv.Z2nDnIUSV3DaKBOkWAQ&asPdf=false  
36f0476fe9643441 CARLA SULLIVAN 48-A-1038 2016-06-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi0q&d=%2Fa%2F3d000000poyF%2FSHmu0j2zy49qL3Op6fvrm32f5A43jAdxQTwGgDSXK4U&asPdf=false  
cdcf1f1592b0c369 CARLA SULLIVAN 48-A-1038 2015-07-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjxj&d=%2Fa%2F3d000000pmvn%2FKu956k2foVMB51NXp04jMmBUa1KI4XADDIM0OSRqs9g&asPdf=false  
1f63607ba26ea636 CARLA SULLIVAN 48-A-1038 2014-08-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjzw&d=%2Fa%2F3d000000pbCp%2FTUby9e2tpOeHtgwVIxG.JqUE95vsYXQlLsixDAOTLI8&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 165.902ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API