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 = "52-C-0195" 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
fdf8107997209d5e Leslie Sturges 52-C-0195 2024-12-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000HVy4l&d=%2Fa%2FSJ000001QcnS%2FmRowsUDQYj0L9U65PQC1P14WRwyOegT_WhHnmziglf4&asPdf=false  
ee0d632b0ad33a8a Leslie Sturges 52-C-0195 2024-03-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Ct3ke&d=%2Fa%2F3d000002iGND%2F5TMHgJJy45SCGfC0_2rdWqJ0MsaQ2zAZU.5mByrVb1E&asPdf=false  
2dbc88d1ef8cc08f Leslie Sturges 52-C-0195 2023-10-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AUAJa&d=%2Fa%2F3d0000022pU1%2FEkZGJPSiEjuyqQxim29CYwyQefgknrD.8MX9lRQP2Ec&asPdf=false  
402615f72632cc0a Leslie Sturges 52-C-0195 2023-07-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000092JRV&d=%2Fa%2F3d000001P12k%2FyoeecEzjHIUiMydDw49go0XixdQnNaoBXpg1PV5o3I0&asPdf=false  
7712c4125ca6b277 Leslie Sturges 52-C-0195 2022-09-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awRmu&d=%2Fa%2F3d000000pV7j%2FFjo.8yY.uETmS4CT6VCpCk8onp_pcl4dItpiYOxf16E&asPdf=false  
8cad6be7eb953d13 Leslie Sturges 52-C-0195 2019-12-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egaof&d=%2Fa%2F3d000000pV1c%2FcoOxkYquroa5lYw1jePL8ZxU.fkoYtTiN512AHSaNKU&asPdf=false  
4fbfc4325e081896 Leslie Sturges 52-C-0195 2018-11-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi0V&d=%2Fa%2F3d000000pV2T%2FcRmlo9SaNC0SSGkrGFLAFd6RSLHr1N0T58F0pF6hgDU&asPdf=false  
376bc3647bca8d3e Leslie Sturges 52-C-0195 2017-04-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfRB&d=%2Fa%2F3d000000pV2Q%2Fz3c4g4CgNpfmtjpxUasULovyVZNG2QoF4F88kv4xAUY&asPdf=false  
2f36d8b8ef44a21e Leslie Sturges 52-C-0195 2016-05-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgawY&d=%2Fa%2F3d000000pV3G%2FR2Nbg5KY9vkbq2ClnYuAuRtsWKG29_T_NknWq.Z7n00&asPdf=false  
c47f51d54dd3a399 Leslie Sturges 52-C-0195 2015-08-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdV3&d=%2Fa%2F3d000000pn5p%2F6.tDRXL9eVp1hFHxxgOgiNzTq5bzoi13JCT6kHjisCY&asPdf=false  
5d1da63f9a5d7407 Leslie Sturges 52-C-0195 2014-08-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc96&d=%2Fa%2F3d000000pUke%2FjLD38sdO97DccnxHKRqngMKBik7hg5yQOQIC2tpxQsA&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 4.321ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API