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 = "35-R-0137" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
c645bb0c9330974f Lawrence University 35-R-0137 2025-09-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000khZY3&d=%2Fa%2FSJ000005kYzt%2Fpa6v3MLXCU6553LQ_Q4so.FUIJmJTAzp_BEtjRQp_6Y&asPdf=false  
ec85c2e7fb0df660 Lawrence University 35-R-0137 2024-08-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000003NABZ&d=%2Fa%2FSJ000000BPPh%2FXCTt.lvw9x8k6tugewBAihybJ9mN.DmU_AwTiQ6S_L8&asPdf=false  
1e26ad6a7bebebb1 Lawrence University 35-R-0137 2023-04-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008Fi2n&d=%2Fa%2F3d0000019Nfm%2Fo50WkBzAtvjtzVMBzGXEHOa8NmiwHCgAB0mYfUole_s&asPdf=false  
19fafd6888ef988b Lawrence University 35-R-0137 2022-11-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvIaf&d=%2Fa%2F3d000000pcPM%2Ff2TtlenpJPZeT6K5MNY8GiZxGXFEDSpyPIQEYv9Z2lE&asPdf=false  
5e7367a86aab5a52 Lawrence University 35-R-0137 2022-08-25   1 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awOXD&d=%2Fa%2F3d000000pcHe%2FHEbHJezhzczPQOjbVZuN5BfREVyzaOlKoDEq5DlcxOo&asPdf=false  
409ccfab1657b19c Lawrence University 35-R-0137 2021-09-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNNaH&d=%2Fa%2F3d000000pcIA%2F28X4Ipvg8DOhAxyvu8qXnDKraMWrLd8xio7hmChE3Cs&asPdf=false  
c6e977dbe43ade4f Lawrence University 35-R-0137 2020-09-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EpzUY&d=%2Fa%2F3d000000pcHO%2FgAT7eYjjoVcggaEwVnYelD3jUKxqzJ945.gMz60xUxw&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 62.117ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API