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

5 rows where cert_number = "58-R-0166" 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
7beebee5fa87f51c Palm Beach Atlantic University Inc 58-R-0166 2025-06-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000aTilw&d=%2Fa%2FSJ000004Gpp3%2Fz93XyTbMNBojkGbF.B5yWmc7u.fnz6VRvh7.gpVpKVs&asPdf=false  
ddfc03b89656a392 Palm Beach Atlantic University Inc 58-R-0166 2024-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EA0nI&d=%2Fa%2F3d0000035Mp6%2F_lMnmdFuYIwHBuIB.LjI7Of6icnTLsMk3K8JzStvTW8&asPdf=false  
526a9b28e88dd955 Palm Beach Atlantic University Inc 58-R-0166 2023-06-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008wkND&d=%2Fa%2F3d000001NacI%2FfPaqMVm5k.IbTGeejLjmOcD_CHZDax33ZqyspqYcTfM&asPdf=false  
d5b03e5ff1b6424c Palm Beach Atlantic University Inc 58-R-0166 2022-08-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000aw0u4&d=%2Fa%2F3d000000pbai%2F6qYvYeeWI.rAFk2y2q1gxBh3j3B_bMMP7uYMKDO5wW4&asPdf=false  
8c491b38f39cd15f Palm Beach Atlantic University Inc 58-R-0166 2020-12-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERc5K&d=%2Fa%2F3d000000pbac%2FjD7zzTfDV_c3LLBKKlqMlOEq_ARkt8QBsgHOiQE0RZQ&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.612ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API