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

9 rows where cert_number = "46-C-0001" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
baea4892ac420365 City Of Watertown 46-C-0001 2025-11-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vAfai&d=%2Fa%2FSJ000007Oar7%2FGvHfSXgD4c8qa7jO9qobSvLn5jCVo5bO6tTdhZ9.1xA&asPdf=false  
c91b9abadc7e281f City Of Watertown 46-C-0001 2023-08-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009e2Zq&d=%2Fa%2F3d000001fDh8%2Foak7AmApyZMXn3hS774lrxmrhNvSB8aPeVw7qiXw4cw&asPdf=false  
f429a31ea2152758 City Of Watertown 46-C-0001 2023-05-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008hZFn&d=%2Fa%2F3d000001IJBp%2FWab5O7GTXbUaEwmLpGiJJKEhCLwRcsM0rZjyIk76VF8&asPdf=false  
a672359733c9eb5b City Of Watertown 46-C-0001 2021-06-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhPe9&d=%2Fa%2F3d000000pUkP%2F10_NO9K1seJlVzV4RbSpAv1TJNIAuqRIy6Z.FhmW9UA&asPdf=false  
d74b21b48edf2adb City Of Watertown 46-C-0001 2019-08-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW8s&d=%2Fa%2F3d000000paiM%2FSgiLdsOqFnz8qKoAinRkxSDDKMC_MqacXGf3k7OPfDU&asPdf=false  
f3b49da29ceaf8c9 City Of Watertown 46-C-0001 2018-03-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWTg&d=%2Fa%2F3d000000pain%2FyRgLntEwV6qMr5h.QLsduxzi32irHd5hR0sOi_oL8Dc&asPdf=false  
8d36e62a68de5c74 City Of Watertown 46-C-0001 2016-11-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWMZ&d=%2Fa%2F3d000000poUg%2Fn8tfRySG7gjOzk4M9t6ehrxJxKZIVeP8ZK9y794bvpk&asPdf=false  
10e98c9d1eb3d9d3 City Of Watertown 46-C-0001 2015-10-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWU9&d=%2Fa%2F3d000000pSfG%2F.b9gKhwPk45GVyCzWBlhsmcMjKFo9AJUnAa6iL8IlCk&asPdf=false  
c49b5a152f3ab864 City Of Watertown 46-C-0001 2015-03-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWKI&d=%2Fa%2F3d000000poWu%2FSvEvWkHoUxtiXk_8U4BOKNb2p97Zygl_xcBqqVXAUXI&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 733.501ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API