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

10 rows where cert_number = "31-C-0147" 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
5870a5560f531f49 City of Fairlawn Parks and Recreation 31-C-0147 2025-11-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vAkiM&d=%2Fa%2FSJ000007OVoD%2FXb8jLZV6sSEtOCaKp..hZGY2qw7jh9wlgtBgS6vMSHQ&asPdf=false  
fb4d844ba688e121 City of Fairlawn Parks and Recreation 31-C-0147 2025-06-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000b06TD&d=%2Fa%2FSJ000004LkyP%2FbL01jRehOSJpcboxHMtEMTfy7_acFu_Z2k7xAGiETGA&asPdf=false  
055619a9b7f0df8b City of Fairlawn Parks and Recreation 31-C-0147 2023-11-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BBTMd&d=%2Fa%2F3d000002C2DL%2FVhfoVXceYTTCwlSnuEHw.AxnvtYJnkjGArZXUWtzq7M&asPdf=false  
46f0897490821e87 City of Fairlawn Parks and Recreation 31-C-0147 2021-11-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8hqU&d=%2Fa%2F3d000000pgnc%2FYWwqBW1rIrO.2FqhJQzG.g8SZ0xZ.S5wmeWCodZTD44&asPdf=false  
3a1c5873ebd876e4 City of Fairlawn Parks and Recreation 31-C-0147 2020-08-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgddY&d=%2Fa%2F3d000000poV3%2FBY6oEe_7fMiWSYn_T0pwyS.ms8GpjBaxa7WxBXktEbg&asPdf=false  
d9e32241d46a6070 City of Fairlawn Parks and Recreation 31-C-0147 2019-08-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcCi&d=%2Fa%2F3d000000pncj%2FtTI.IKP5rPBD3S..sQihF31XbIoHdFMbyl2zedVer6o&asPdf=false  
8c407fb54122e95f City of Fairlawn Parks and Recreation 31-C-0147 2018-09-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcv3&d=%2Fa%2F3d000000po51%2Fpcpi.g2VEwPylmx6wnvS94WJWV5.9Zf1aNmSziW9yw4&asPdf=false  
269dfd63bb75edaf City of Fairlawn Parks and Recreation 31-C-0147 2017-05-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcEn&d=%2Fa%2F3d000000pnp2%2FM3AaNaBOXJc.Rt5aQsMmpv.zB8NymzkdNPSlsNmv9Xg&asPdf=false  
733bba2d079a5ed3 City of Fairlawn Parks and Recreation 31-C-0147 2016-04-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeJw&d=%2Fa%2F3d000000ppHE%2FwRyTGCWVQXXYR40v0czUNAo.pDegxRm__qhZ77a9uMQ&asPdf=false  
82416a02c13197f6 City of Fairlawn Parks and Recreation 31-C-0147 2015-02-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egeb8&d=%2Fa%2F3d000000poTg%2FQ14Rog65wrnveykBzNs.Gl7NpBVS8GiyyW64kOFvfuY&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 330.225ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API