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

11 rows where cert_number = "63-C-0154" 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
f643e0218c4b9176 Lichterman Nature Center 63-C-0154 2026-01-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000xhaJK&d=%2Fa%2FSJ000007jvvl%2FqZAh5Lw8TdDOkcJ_6MrYYMiPyua0LurAUxMkr.QnCus&asPdf=false  
d863ccc994d8938c Lichterman Nature Center 63-C-0154 2024-01-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Bfgc6&d=%2Fa%2F3d000002LIIA%2F2OGNYahWa.v7_QZEh1zpswzpNS53YSxhHa2wHkQXC3Y&asPdf=false  
fa394ceee2bbbe26 Lichterman Nature Center 63-C-0154 2023-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008DPhU&d=%2Fa%2F3d0000018b19%2FTkFjyTpntyIdG9XLj8lmLsqi21V6wXeO73yFfLTFvbg&asPdf=false  
a964d0bc0cb9347a Lichterman Nature Center 63-C-0154 2023-02-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007Jf3T&d=%2Fa%2F3d000000t5Kj%2F.0umiitBvJXr6bCudU9Y5joVRwV8.r0CKth23x0HiJo&asPdf=false  
e7488bc64ce0f5f8 Lichterman Nature Center 63-C-0154 2021-12-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8w5S&d=%2Fa%2F3d000000pgsM%2FtkwU2yGC.pooq7vZxGEjxtEHzPzql4fItyPqnroajas&asPdf=false  
45d4db4ab6681734 Lichterman Nature Center 63-C-0154 2021-01-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERj6y&d=%2Fa%2F3d000000pRPz%2FpgnusjpHvMkVd18AqGdXQ9H.rbByJq6tcBMN2_mPyR4&asPdf=false  
0f42e0ecdf2b5b83 Lichterman Nature Center 63-C-0154 2020-01-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfOf&d=%2Fa%2F3d000000plY3%2FfOeNKzUWCP27e.Znq6k6lCCo_SnlvV5nMZPfBKvQEfQ&asPdf=false  
1e5860f082df922f Lichterman Nature Center 63-C-0154 2019-04-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdPo&d=%2Fa%2F3d000000pfT3%2FjaugSVrDhAWRJCvM65hWCz5YpepSt0bKgMzBCLjzj.U&asPdf=false  
a7081318e64d5c13 Lichterman Nature Center 63-C-0154 2017-06-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdJL&d=%2Fa%2F3d000000phsT%2FG64Y5teFnYmyeh9blpDSljtiRk4iMNACNjS.SkiS5.E&asPdf=false  
1e2b636f1e48b78d Lichterman Nature Center 63-C-0154 2015-10-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdwL&d=%2Fa%2F3d000000plqM%2FVYwO8bghLMKS6.mrC2kiPwQttleXpS_jahjsrhKKRUA&asPdf=false  
3c10e8dc7d26d44f Lichterman Nature Center 63-C-0154 2014-07-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbc3&d=%2Fa%2F3d000000pk5t%2FnGPmbr0LXUwXdrqiB_mYgFNv_bSueMHFm3HpMQ7V_AA&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 503.05ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API