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

10 rows where cert_number = "73-C-0207" 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
3a4e87738520e5c8 James E Schmidt 73-C-0207 2025-07-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000e1YNB&d=%2Fa%2FSJ000004mCW1%2FgKR.ynD9B5v9QedbBxju4JZO5LeyryEwg4H6vdZvINs&asPdf=false  
2b138446bcf41acd James E Schmidt 73-C-0207 2024-06-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000ENZFR&d=%2Fa%2F3d0000038RrI%2Fd2Dnf._cB6t3YfRKHhbUT5zqZLA_O50q4_RdKOCNtSo&asPdf=false  
ebb2701339ec1d32 James E Schmidt 73-C-0207 2023-04-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000088qjQ&d=%2Fa%2F3d0000017IJR%2Fho.ShycnA6LG9OLZ4ivLQzUCL0ViDmtFvpvLqpG4Yrk&asPdf=false  
fc9726b2814e0541 James E Schmidt 73-C-0207 2022-08-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxuqK&d=%2Fa%2F3d000000pU04%2F.0KVEAhT069lAmyNiZOM8yqdUqtzXKwNB61VksY__Cw&asPdf=false  
5a819e2fe32645a7 James E Schmidt 73-C-0207 2021-09-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNAec&d=%2Fa%2F3d000000pU06%2FjbQhl8jJqSJ00RXndU5kjgAs2QgZbTZQo8Pibn58py0&asPdf=false  
43e05009c4f07727 James E Schmidt 73-C-0207 2019-07-24   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk0H&d=%2Fa%2F3d000000pTzz%2FuyL5UiWxK3XP0.rLglzCHWZLrxQ7YtS2vnv4cLBm7d0&asPdf=false  
9add3172928a1564 James E Schmidt 73-C-0207 2018-04-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj1f&d=%2Fa%2F3d000000pU14%2FquoosdKzIS3sxKOux5KJg9yHlfGxjKhRc7PUJtd97_4&asPdf=false  
cbdb2fe77d3fcab7 James E Schmidt 73-C-0207 2017-03-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgifM&d=%2Fa%2F3d000000pU0w%2FKFzP_GZC8yffNjTWQMYnzszj6rHuTR9o1jf24AIcc7g&asPdf=false  
10cbf3c3921db762 James E Schmidt 73-C-0207 2015-12-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYqR&d=%2Fa%2F3d000000pU0k%2FnqSYjpaVziWc3jv41bsrIU1m8TNKAL.i_5_ghafMaqQ&asPdf=false  
8a2e870067fbb7ac James E Schmidt 73-C-0207 2014-11-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiQf&d=%2Fa%2F3d000000pU00%2F7CJb2xVI_Le5vjhw.0xt6wB0Ogukcwe91ZLDmaoRbvA&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 1203.266ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API