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 = "86-C-0135" 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
dd332b36c1bc7bc9 Amazon Wonders LLC 86-C-0135 2026-01-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000yNY6Y&d=%2Fa%2FSJ000007qF5N%2FZZPOtXKYwgV.5XUTlpe0pCgFN6kmx4q9EeOxvL6JADY&asPdf=false  
5bff0a9d959ec69f Amazon Wonders LLC 86-C-0135 2025-12-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000utSZn&d=%2Fa%2FSJ000007LZUz%2FvGz6H1PzlMJ2ue66drVsonZ2jBDWBYPsb7XSsyrr.O8&asPdf=false  
afbfe322de27e083 Amazon Wonders LLC 86-C-0135 2025-04-30   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000WRvfh&d=%2Fa%2FSJ000003btyH%2FrNxTfQbmPK7TfqBve.40WT7lEJGlmww4YtF.LZ0Ao8g&asPdf=false  
4b95ae020cbf9829 Amazon Wonders LLC 86-C-0135 2024-08-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000003Eu8t&d=%2Fa%2FSJ000000Al5h%2Fm9JOannFUJ1KANa7iZ55BdLdQlMxzSuqMvySS0h2dpU&asPdf=false  
15643befa577d023 Amazon Wonders LLC 86-C-0135 2024-08-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000001aenz&d=%2Fa%2FSJ0000004ebZ%2FHFul9ILRBw59eKFWC7A8HE7FRwuPVHNEEr6Grh2E2mk&asPdf=false  
e46632c5d08c1d9d Amazon Wonders LLC 86-C-0135 2024-05-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DV9HR&d=%2Fa%2F3d000002v4YA%2FTeGCW4lHnHtPQaKhdVaJRM.xpWg5zLkFvEu3mfLFf9Q&asPdf=false  
2465dadf666508c2 Amazon Wonders LLC 86-C-0135 2024-04-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DJx60&d=%2Fa%2F3d000002rW4o%2FoFnr5TXUwJEIFI0zTazFd379PLGLf.Ty06UNQNg33X4&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 87.896ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API