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 = "21-C-0338" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
3529b5eed4167061 County of Nassau 21-C-0338 2024-09-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000007KcBg&d=%2Fa%2FSJ000000UJMz%2FW3C2qe6CIzPRFBH1H96k_IRJZKcWojWqgK5.ZpQwIFo&asPdf=false  
55972244e47ad749 County of Nassau 21-C-0338 2024-04-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000D6G2X&d=%2Fa%2F3d000002n2DN%2FeUrqeArxVXvg9zqWfD.ArsqI1vklWqrffhUGEM_hjSY&asPdf=false  
0350518be569e096 County of Nassau 21-C-0338 2023-12-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BL4Du&d=%2Fa%2F3d000002ErZD%2FjEXtUbnJzx2zrLfbioOva5NArnAnbH6y3KXvrel.NF8&asPdf=false  
2e9b23f559fe91dd County of Nassau 21-C-0338 2023-04-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007yE5s&d=%2Fa%2F3d0000013uup%2F5Yb_Os0pNNE3YW67v7g3w4uey8.w3sqDaVZZhzKZekc&asPdf=false  
7b9b42c8e6e8c964 County of Nassau 21-C-0338 2022-03-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9TRE&d=%2Fa%2F3d000000ph8s%2F6pm4EVOXnTaCr_jEC1NG8ck8ewVC67FH23xOPORjj9w&asPdf=false  
7244a87289a8b1da County of Nassau 21-C-0338 2021-07-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMfsA&d=%2Fa%2F3d000000pg2v%2Fmz07N3VE2KG7H6B1RdDKxSehAB1RnqOmcy4tf0GXUV4&asPdf=false  
2ad93316bad3290b County of Nassau 21-C-0338 2019-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYjy&d=%2Fa%2F3d000000pg5G%2FvekJzsgvH9hr2zInB_tC3fY20kHWb.Oe2TO3jU7OjUw&asPdf=false  
0945ba4121cbaa1e County of Nassau 21-C-0338 2018-08-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ4n&d=%2Fa%2F3d000000pg6e%2Fr6CMh_lKV9.vPTOVjq5Cha5ByKFC8B0B_pL_Q0Nuab8&asPdf=false  
aa9d27045bec492c County of Nassau 21-C-0338 2017-05-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXBF&d=%2Fa%2F3d000000pg78%2Fo1H1ZSzlSj8EsTbLw8_dF89LeURNVFeVI3ECjVwGNig&asPdf=false  
4c8706e106c862f8 County of Nassau 21-C-0338 2015-01-29   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWVv&d=%2Fa%2F3d000000pg5s%2FUdf3FrOWthMsfFHthmwl4AmdwOWedhqiNtQSXMHcEiA&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 65.978ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API