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 = "87-A-0053" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: teachable_moment_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
b3df92af0217c125 SONJA GREGERSEN 87-A-0053 2024-04-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DHB39&d=%2Fa%2F3d000002qjyg%2Ft8T2XcrSpYx1yAvWtwdoRZ_QVcpEHjJgss7NoykcW4E&asPdf=false  
0be61b340bd2234d SONJA GREGERSEN 87-A-0053 2023-04-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000080XLO&d=%2Fa%2F3d0000014gs1%2Fe60mm2s5xUI._u0vC4opyChiMEEc04v5lF77ODQaqUI&asPdf=false  
04db0cd02317f56f SONJA GREGERSEN 87-A-0053 2022-03-24   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwSug&d=%2Fa%2F3d000000piO7%2FGNiEvFmh5UHIuJRVRCvYCsPh4HemoL58jf_QhJ2fzEk&asPdf=false  
91401fe121fb9d6f SONJA GREGERSEN 87-A-0053 2021-06-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhMrU&d=%2Fa%2F3d000000pWc7%2Fro06szJu.y.CJV23dzbcyOZj1y796QLb4bjSJe34_W0&asPdf=false  
8962d1a89a6f2814 SONJA GREGERSEN 87-A-0053 2019-07-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggu8&d=%2Fa%2F3d000000pX9M%2FRXWJDGiEqpyKjulPFPPWje8nXmEKfs5rXaK0PJS.aS0&asPdf=false  
9487397ef134faf3 SONJA GREGERSEN 87-A-0053 2017-12-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghTG&d=%2Fa%2F3d000000pUTR%2F0TS8sxk3fJUj5SefDcu5A4GamSkmM0KZF6XLkK77Ayw&asPdf=false  
c049b1a97dedaf1e SONJA GREGERSEN 87-A-0053 2017-05-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega95&d=%2Fa%2F3d000000plkP%2FqnEsxMwSCtO8htXs1yQeNefD..0FQ1684VN3A0pJ71A&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 6.681ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API