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 = "47-A-0631" 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
7e305e8e80e94e38 Karen Carr 47-A-0631 2025-08-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000kCzF0&d=%2Fa%2FSJ000005frLd%2Fs56_HECPqBaAk4V_9Cs0jHxi7YQg5TxbkOzWRH5cHIY&asPdf=false  
f3dff67f09f54395 Karen Carr 47-A-0631 2024-05-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DlAhr&d=%2Fa%2F3d000002ydhF%2FtPQABO6CZ1YmXwWWsMBar4PLnxuNLRWIhTbZUK.BW0k&asPdf=false  
1f88eb841f656214 Karen Carr 47-A-0631 2024-03-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CjNqD&d=%2Fa%2F3d000002eihK%2FnCDcQXSKKgfsRscQGi1FoUwRwVb45o2qT6k.zVk7lX0&asPdf=false  
a43455f70a016ad0 Karen Carr 47-A-0631 2023-03-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uhFg&d=%2Fa%2F3d0000012wfx%2FSs21M5efBLJJhfIiV5e6Nwb6df83eavLec_DiLbJAvQ&asPdf=false  
f66b4a1542d51e0a Karen Carr 47-A-0631 2023-02-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uMcz&d=%2Fa%2F3d0000012pCX%2Fqeu9tv1aQCXfD21u8DrYYWb1a6Sz.VcRR7_sYq_bt08&asPdf=false  
8906d0922ad7a30e Karen Carr 47-A-0631 2022-07-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxcNz&d=%2Fa%2F3d000000piyY%2FN6MZ4_ZNIMhKhrpde7El2NWIQ_T1LQdQIeK03he16hE&asPdf=false  
3087254e962031fd Karen Carr 47-A-0631 2021-05-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh7dW&d=%2Fa%2F3d000000piyW%2FBRr8Wn2sMkq42R1rNiiJSDUipMulzk.62P6D5yklsiM&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 445.141ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API