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

6 rows where cert_number = "43-A-6082" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
687e299e4e1077b9 Allen & Jeni Lorton 43-A-6082 2022-02-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9EeF&d=%2Fa%2F3d000000ph2g%2F4WwS.CiG5YG_Jq5zL_xzYElbYaRmMvd_5pXslydSt9Y&asPdf=false  
d749bad2542bdcea Allen & Jeni Lorton 43-A-6082 2020-03-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghaM&d=%2Fa%2F3d000000poO6%2FAlEfA5ni6hx3RbI8MSL6iiIc5V5pdNCX6IYx7B58Voo&asPdf=false  
ff73be3602913aa9 Allen & Jeni Lorton 43-A-6082 2019-02-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghVS&d=%2Fa%2F3d000000pogl%2FbDZkmlVBWXVgHJvoDbw6tFuuF1njsINqYQFKIQsGHyQ&asPdf=false  
b2390f114843b37c Allen & Jeni Lorton 43-A-6082 2017-11-28   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghrj&d=%2Fa%2F3d000000pXOk%2FCZQbPKIJPowxaBfmq7YrCEWYVXA7W4GsNFFaNip_KpM&asPdf=false  
17f35e1a71f09ce5 Allen & Jeni Lorton 43-A-6082 2016-10-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjr3&d=%2Fa%2F3d000000pRI9%2Fm1IU2r9BgamXfger8sqSQCYp2vr1anGBTkMMMYLZbf4&asPdf=false  
41deb69f53859b32 Allen & Jeni Lorton 43-A-6082 2016-05-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZbQ&d=%2Fa%2F3d000000pjjH%2FYYTuAu55co3qV3P0rt7zDXmcmxTPbkpAuB2YXxBnmdw&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 326.296ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API