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

11 rows where cert_number = "16-C-0155" 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
607d4ae7a35f011a Riverview Farms LLC 16-C-0155 2025-09-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000lD4EB&d=%2Fa%2FSJ000005pVi1%2F2ei3Hwk7mtBoVUySgf_uh9rUZ9_JqpUjIT.KW3GHdr4&asPdf=false  
f784ef8fe84ee6d7 Riverview Farms LLC 16-C-0155 2025-04-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000U1OYg&d=%2Fa%2FSJ0000039PyL%2FMfiUi7oytNKbZb39GHRVNGFrQUHErkDgy0KgBnbTISE&asPdf=false  
6314e493e4553b8f Riverview Farms LLC 16-C-0155 2023-10-26   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AZGcB&d=%2Fa%2F3d0000024LPO%2Fv3zCd3EhzRDHt5LZTLECBc6NOKG53VLCMRt10IIW75M&asPdf=false  
92cfd3a4f524ba3a Riverview Farms LLC 16-C-0155 2022-10-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awdNS&d=%2Fa%2F3d000000pVia%2Fbf0BCkw0yw.Y9CHIJYQj89AdHW99kBHLcWJteFVYGKI&asPdf=false  
c68fbd6a87c837bf Riverview Farms LLC 16-C-0155 2022-04-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwYqf&d=%2Fa%2F3d000000pVhn%2FShJUKqWP3lAtnNHoIp1M9k6nmvoRPr5Mhr4Fm09xzYM&asPdf=false  
862aef4e5dd1d510 Riverview Farms LLC 16-C-0155 2021-10-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8GLC&d=%2Fa%2F3d000000pVjG%2FG1lb0nwMOtuWr88K9I_Sczw9J85gn77l7ufCv1d2xgM&asPdf=false  
64b5a1f30862aa80 Riverview Farms LLC 16-C-0155 2019-10-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeZ7&d=%2Fa%2F3d000000pViw%2FUkwydS.MjzOsFIz.7YoaVeHDeiZNeqmbW97HjNRMiuw&asPdf=false  
4cfc81277909eca5 Riverview Farms LLC 16-C-0155 2018-10-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcOx&d=%2Fa%2F3d000000plQU%2F7sY3LJZDzSEKAuUr_aI1A58cQzVkuQwE0ND1fCGE_R4&asPdf=false  
67a672f47ec947f6 Riverview Farms LLC 16-C-0155 2017-10-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcBY&d=%2Fa%2F3d000000pVii%2FoT5fpRT9zTvwgVcsBEs.PnXx3DQ4wO7.mcww9CjSCZY&asPdf=false  
f7345a8e082b5a9d Riverview Farms LLC 16-C-0155 2016-10-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj6y&d=%2Fa%2F3d000000pmca%2FBKrec8Q8L2erzis9EPoDzIQmpGE7Z0ejo9OWiL6tG3A&asPdf=false  
4f81f0930afb3014 Riverview Farms LLC 16-C-0155 2015-10-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZH6&d=%2Fa%2F3d000000pUVc%2Fx.0i6yDteUk2xpFjuPK6sFHxQPI0F6MhlXGjzkzWcvg&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 176.124ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API