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 = "23-T-0025" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, 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
04fb999db03883aa SYDNEY ROPP 23-T-0025 2019-08-08   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoWb&d=%2Fa%2F3d000000pmKJ%2FUjRMXCTlsaHN.qTzL3OkVczzuPS5BErPwnnwbAml_qU&asPdf=false  
e574127d76268aac SYDNEY ROPP 23-T-0025 2019-05-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjKv&d=%2Fa%2F3d000000plLd%2F0GT4X7RMTvC8I68fbeaQx1PjHmgWNyuumNw.KFN7qjc&asPdf=false  
b3f915aace683c17 SYDNEY ROPP 23-T-0025 2018-04-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egnuo&d=%2Fa%2F3d000000pdyH%2FBQeO5aCDAoNtfQuMOJPogRYt_O8EDXPqqk8mDTycGD4&asPdf=false  
6049ae0619ae390e SYDNEY ROPP 23-T-0025 2016-08-26   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbw1&d=%2Fa%2F3d000000pWR7%2F7VWPlyYgCP8Y75Hz_REXkRVMez9oZhwjbfXvOugPNs8&asPdf=false  
ed08f0f04afd010d SYDNEY ROPP 23-T-0025 2016-01-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbBr&d=%2Fa%2F3d000000poy8%2FYbSH.Gw7KewG9Fnb2LTO9CAtB95F0fWvI5V3zGxNbqI&asPdf=false  
c137243c39d914e9 SYDNEY ROPP 23-T-0025 2015-05-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoMr&d=%2Fa%2F3d000000poFu%2FmwTJCHvsLms287OFlHpwwnnMwCo6LXUzoz7GX_9KmIw&asPdf=false  
8e82ae6e3d7aba44 SYDNEY ROPP 23-T-0025 2015-05-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmrE&d=%2Fa%2F3d000000pjwj%2FmtQFHtOd5l7R_3S.3A2uDaPs6YrZJZW7PimstI7FPK8&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 11.328ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API