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 = "56-C-0276" 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
a26daf7dfb250bf3 Joe R. Adair Outdoor Education Center 56-C-0276 2026-01-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000xyNT7&d=%2Fa%2FSJ000007mbpG%2Ft6Vo7TdOqWoljGEtzjtbCaMfBBBc7CWT4R.4CQwPnIA&asPdf=false  
c792d8f6efab9c87 Joe R. Adair Outdoor Education Center 56-C-0276 2025-06-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000bfvYM&d=%2Fa%2FSJ000004RqHx%2FyWHqxNiaIVJAGxmYyMGRJmEDUaO.bVO24bpZtHz7HHc&asPdf=false  
de19240b5888c224 Joe R. Adair Outdoor Education Center 56-C-0276 2024-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000I1SZf&d=%2Fa%2FSJ000001UfI5%2F7fcI6GDm0_raRb39e5D2CTVmwfy73Z2WLawLYsT1Z00&asPdf=false  
31f2ed15eaf2c393 Joe R. Adair Outdoor Education Center 56-C-0276 2024-07-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EejfG&d=%2Fa%2F3d000003DkYi%2FGsGFQB_QJ0nS2xbWYGpBecmam5SieAymaA3swyidE7I&asPdf=false  
a4a8d4560a238afc Joe R. Adair Outdoor Education Center 56-C-0276 2024-04-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000D20sS&d=%2Fa%2F3d000002lXf5%2FH3WLNMNKVU2zzRSlS.Y_f8q5jyuGtGxbpdlAnKr69ws&asPdf=false  
9731b6d73096a4ee Joe R. Adair Outdoor Education Center 56-C-0276 2024-01-02   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BaQou&d=%2Fa%2F3d000002JfGw%2FjygRPESoVOWv4QT2ZICdPZ5kxf5IeWRBSqoJhDA2L9c&asPdf=false  
385fa84fa2484f6a Joe R. Adair Outdoor Education Center 56-C-0276 2023-10-04   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AJYex&d=%2Fa%2F3d000001yzt2%2Fya_IO7XeurLxaNTNwYAq5v360VsQc4g1RFnDMWKbnLQ&asPdf=false  
54583f0b39c4a8cd Joe R. Adair Outdoor Education Center 56-C-0276 2023-01-04   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPOFD&d=%2Fa%2F3d000000pVf2%2FaWy9vKFA.zVsBCZ.BUebwrCOLwNKOeWZ6MESfOzC2gc&asPdf=false  
a76b5d58d059ebfc Joe R. Adair Outdoor Education Center 56-C-0276 2021-11-01   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8NJr&d=%2Fa%2F3d000000pVec%2FegmCZEiH4ltD9WLXpdmSmuqgjmx9wEvkkPPkfERhb6Y&asPdf=false  
9129d2278369a691 Joe R. Adair Outdoor Education Center 56-C-0276 2021-08-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN1BV&d=%2Fa%2F3d000000pn3X%2FvBZw_2JQvQGf6nqTQjDgu.3B8vmuAw3xnaSbtstBzs0&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 4.362ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API