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 = "73-A-2011" 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
f9b2b13f448d0b72 BOBBY OWENS 73-A-2011 2018-02-07   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkso&d=%2Fa%2F3d000000pUBt%2F.HGtv6_fUmoL42tO8C3NDnw1bZTIriINgQ3wWb3RfIk&asPdf=false  
3a22d9e7d8cae55b BOBBY OWENS 73-A-2011 2017-01-31   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghRn&d=%2Fa%2F3d000000pn8i%2FVTbdderz2oUmEO1mNV9q86NdZoEqmYQTOmmhjnlEEZQ&asPdf=false  
f4fde662d399dc59 BOBBY OWENS 73-A-2011 2017-01-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiRw&d=%2Fa%2F3d000000pRbN%2FuSl_z.SuIkW7HCr2.OlW8S_dMpfO5NYT4HBLemYNaJI&asPdf=false  
19bb51771c0ec2ab BOBBY OWENS 73-A-2011 2016-01-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZM9&d=%2Fa%2F3d000000pbj9%2F82ChLXnjeM38Bqr7tnO._0PYS4G0W973SKGn2xGJwlY&asPdf=false  
94d09e362f897b07 BOBBY OWENS 73-A-2011 2015-03-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZHC&d=%2Fa%2F3d000000pRMA%2FiVJe5YQBf5VfOYx0t4B5j4RJVkpnDsenteCc_ZbMq7k&asPdf=false  
abc312ac8a9d9c5d BOBBY OWENS 73-A-2011 2014-04-30   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX6i&d=%2Fa%2F3d000000pnJC%2FnB.cMdJjdDdbOOFWEuqd_xrF5zm6Z0QcNjBO_CYpAyM&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 57.045ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API