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

7 rows where cert_number = "23-C-0396" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
dd01551bca251ea3 Barn Nature Center Foundation 23-C-0396 2026-01-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000yGSFZ&d=%2Fa%2FSJ000007oten%2FB2V1nsvyeFV0VN8hULZdichbAaNT1Oh0vCJjSGnwW_Y&asPdf=false  
000305a1357901f8 Barn Nature Center Foundation 23-C-0396 2025-09-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000nJ5r7&d=%2Fa%2FSJ0000069xLZ%2F8P6MHu09ME9G2.9KtEiPmYM62qeT1ruv7aHq_cXaK_E&asPdf=false  
dd369f7510bbb6e7 Barn Nature Center Foundation 23-C-0396 2025-08-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000jdrKZ&d=%2Fa%2FSJ000005b7kP%2F9kaJDWopB2_mey4Qx0GLecmtB_ZYTExCaGgC0vt6D6c&asPdf=false  
010ab75b389b867e Barn Nature Center Foundation 23-C-0396 2024-03-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CrX4u&d=%2Fa%2F3d000002hhC6%2FBf4EAsD1UEMw2vXNPRjvG5XUHcsjQecrPiE8rp_tIr8&asPdf=false  
10b60e9eb7278424 Barn Nature Center Foundation 23-C-0396 2023-06-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008rUG4&d=%2Fa%2F3d000001Lf1x%2Fw_60TERcU.A3TNzlevrlBmMaSoV5tItuHBJJYb_kjuI&asPdf=false  
b3c81ec4acef9aea Barn Nature Center Foundation 23-C-0396 2022-11-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvEiP&d=%2Fa%2F3d000000pcDr%2Fe655Lf.B8ARBgHT6ou4f4W4hNPsBwm7mtKaj4s5cdH4&asPdf=false  
ef28f206751b57b3 Barn Nature Center Foundation 23-C-0396 2022-09-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000aw5ht&d=%2Fa%2F3d000000pYvN%2FdF64osXLvpkobZuAFqzTgCNSa7Wqyy0lUaAb_5yJPlk&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 121.722ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API