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 = "51-B-0043" 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
a96c0143a3a53c4e Wakefield Farm LLC 51-B-0043 2025-07-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000gMRha&d=%2Fa%2FSJ0000057Jnp%2Fsoyr5sEU41YGcb2jz.TC7.EEMikKsFSmQSIHhbISnTQ&asPdf=false  
6f6a7214d29698bd Wakefield Farm LLC 51-B-0043 2024-08-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000002ZPqU&d=%2Fa%2FSJ00000076zx%2FlsMl_ukFTHsMpkWXaUt_F8vFlrRR6bij22jMvIiHlDU&asPdf=false  
cbffe4747ed04ca7 Wakefield Farm LLC 51-B-0043 2023-10-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AbL97&d=%2Fa%2F3d0000024qCU%2F_4NSZy9s58M3zi5LcbOIscA0IyuQRDxRXUuB6d4nDso&asPdf=false  
898c2f4d5aeec483 Wakefield Farm LLC 51-B-0043 2023-07-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009NYDV&d=%2Fa%2F3d000001YAZ8%2FVk1mV1UfSU4gs_PuZurLWqNPfbUnBm3ZzbzWQw8SOEk&asPdf=false  
7004e0f47ba6c984 Wakefield Farm LLC 51-B-0043 2022-11-03   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gv13K&d=%2Fa%2F3d000000pYgz%2FZ9uoBtKsQUy2t_ccqWSdEoZkBqLdSuDUEUch2UH8Uuc&asPdf=false  
baef548b0ee59c42 Wakefield Farm LLC 51-B-0043 2022-02-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9EUA&d=%2Fa%2F3d000000ph1S%2F8bhaCLT8nGi52FRZaDxdDEphc1RldxXXaYPBRjlWjtU&asPdf=false  
ac38a00c9105da10 Wakefield Farm LLC 51-B-0043 2021-04-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NgwoT&d=%2Fa%2F3d000000pSY0%2FFvmJCi5Snyp9s9JEHXzhBaoF4VExYisxlF2LydJJ.Mw&asPdf=false  
6bc6e2c7cd4612e7 Wakefield Farm LLC 51-B-0043 2021-04-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NgvPd&d=%2Fa%2F3d000000pRpG%2FyV8tnFq2Xvrlx5Hj8BtGdCgrUd1N1hokvl3.BMYZGcE&asPdf=false  
8b2c3ade1044823a Wakefield Farm LLC 51-B-0043 2019-03-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjVU&d=%2Fa%2F3d000000pmqq%2FFOotx5EtyGISjrVQaQ_Ia4TacNYetEm9TMTS5nmawd0&asPdf=false  
132c0e46c529b899 Wakefield Farm LLC 51-B-0043 2017-08-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYe7&d=%2Fa%2F3d000000plfe%2FHB7zj0UOVYv1bYc4qjvEnZO.Zm14BpwzXuvlIOkLS64&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 347.483ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API