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

8 rows where cert_number = "57-C-0030" 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
b42afb18db0ec185 Dauset Trails Nature Center 57-C-0030 2026-01-06   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000xv4hd&d=%2Fa%2FSJ000007leVp%2FVQPbrncAITfHJoKRoy7WkVRVRYUbsdXqS7vBpmGgdCQ&asPdf=false  
30a47acddefc07e8 Dauset Trails Nature Center 57-C-0030 2024-01-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BpXlP&d=%2Fa%2F3d000002Oh2m%2FGQdIhGpEgFYwX_27rnr0eW6ZHCOqwa_oMaInYu2mVV0&asPdf=false  
0e421e70e43a4c31 Dauset Trails Nature Center 57-C-0030 2023-12-18   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BOcI6&d=%2Fa%2F3d000002FtOW%2FmDZLWQgA9pt9Vs335PLOTQq0AOyyq1GGlvOKv743xFw&asPdf=false  
54e3f2621321342f Dauset Trails Nature Center 57-C-0030 2022-04-19   0 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywg66&d=%2Fa%2F3d000000piSw%2FustVLgk26HN815bo0M0DPcaeczVrLfJBFGH3zL_qK5o&asPdf=false  
293170aab789719f Dauset Trails Nature Center 57-C-0030 2019-10-10   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYj7&d=%2Fa%2F3d000000pRcV%2Fqdcc0bXBXuPq7AwiSVKVpe.px_KZ4zv4Xed0VszIIOc&asPdf=false  
896ae3b37c095825 Dauset Trails Nature Center 57-C-0030 2018-09-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYTA&d=%2Fa%2F3d000000pXR4%2F83xluoKYl9KQwxkPnSaUEngrcP34A_7DiJCw9AbfUPA&asPdf=false  
2c5c8b7837a7e137 Dauset Trails Nature Center 57-C-0030 2015-12-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXVu&d=%2Fa%2F3d000000plVm%2FSeau_TpP2oN7yXvEzUYCeFzt7BVmLS8UhqiYGfzW2eM&asPdf=false  
bb4519bdebfa8e01 Dauset Trails Nature Center 57-C-0030 2014-09-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY2z&d=%2Fa%2F3d000000pRJO%2F64UkJKy4WGBFNpmVdafkdp2IGyBEO7gQqPyCyNSQVdI&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 3.771ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API