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 = "23-C-0283" 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
114114c22f9ba35a GEORGE CARLSON MARSHA CARBERRY 23-C-0283 2021-08-17   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMxZP&d=%2Fa%2F3d000000poiR%2FkNN99mG3JqcJLkS2cPUH8xA9GwP0uCmhaQKFu2n84pk&asPdf=false  
6d45eec863ed5a63 GEORGE CARLSON MARSHA CARBERRY 23-C-0283 2020-03-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbyj&d=%2Fa%2F3d000000pmKg%2FfFRX56a0yhWXop.KiAtAaIulHc81rORqTGswh7WjI8I&asPdf=false  
72c7523da07a4ab8 GEORGE CARLSON MARSHA CARBERRY 23-C-0283 2018-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb0b&d=%2Fa%2F3d000000pWd7%2FmaXAWUACrx58snV86mqLibexEgyVCRxgDLT1s8WPYno&asPdf=false  
3576a8e61d1e0b9b GEORGE CARLSON MARSHA CARBERRY 23-C-0283 2017-05-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZr1&d=%2Fa%2F3d000000plgq%2F91Xo_ZEpUps0jTINUkgjI8YG.MjgXLMnmje9_zjQ84I&asPdf=false  
8da3965718cd7df1 GEORGE CARLSON MARSHA CARBERRY 23-C-0283 2016-01-28   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWEN&d=%2Fa%2F3d000000phwJ%2FpcQqyjHuY99bdZJp8JiSQUT83aUEAPaB9KKzySOWdBg&asPdf=false  
b2f2a14b70c16d20 GEORGE CARLSON MARSHA CARBERRY 23-C-0283 2015-06-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglYs&d=%2Fa%2F3d000000plvX%2FLdGiiknYK1DP61jC1biz62Yj_g8zK.UahN0XRQK877k&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 341.501ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API