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 = "33-C-0507" 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
730ecbff2361ff51 GODLEY PARK DISTRICT 33-C-0507 2025-04-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Vdi4Y&d=%2Fa%2FSJ000003Qb0b%2FdXJ3PSqctnM931M2l7oDTI.KpfGCe3Sg4ve3MH4z_jI&asPdf=false  
5bb2326a9d55f7c0 GODLEY PARK DISTRICT 33-C-0507 2024-10-10   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000009CvNC&d=%2Fa%2FSJ000000eN9B%2FOc.EieOJTMR58nH_IKC6VUmp4uNe1MzQSeG386O.w7A&asPdf=false  
adf907d8f17b8c52 GODLEY PARK DISTRICT 33-C-0507 2023-07-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000098nxZ&d=%2Fa%2F3d000001RVIi%2FHDBq2VxKLiZLyarc1O_7SXRf.93Jf_Xy_X2jQevnBHs&asPdf=false  
bc5deece1dee8076 GODLEY PARK DISTRICT 33-C-0507 2022-12-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gP3vO&d=%2Fa%2F3d000000pVRh%2FyOuXBB03OcYAZPg3yILLeoZbwu8eCyh02wDbjWfRJNc&asPdf=false  
b738defcaca868e7 GODLEY PARK DISTRICT 33-C-0507 2021-12-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V91tH&d=%2Fa%2F3d000000pd4x%2FRcodL_kNqzglKbnwunmpDOJDRw_Kes5f6fxfbgW2E.A&asPdf=false  
92b6a0fb763af4c4 GODLEY PARK DISTRICT 33-C-0507 2021-02-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESEJK&d=%2Fa%2F3d000000pd4m%2F0.Oxa0nuLM9t5OeDZzhEC10O75d0Py24ecbNrtBpjmI&asPdf=false  
e1748ab7c0506f0a GODLEY PARK DISTRICT 33-C-0507 2019-12-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcyC&d=%2Fa%2F3d000000pd4g%2FSQSZzSg5.WHnQR1p5HCMwyou6DPl96fe3bY4uVGsI0o&asPdf=false  
6af01d3974d8ce2f GODLEY PARK DISTRICT 33-C-0507 2018-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdVJ&d=%2Fa%2F3d000000pd5Z%2FvGx0MTRFi4Aj9OVwYoB99Z6j68G4aV45llXVuu_xyNM&asPdf=false  
487ef918249a8277 GODLEY PARK DISTRICT 33-C-0507 2017-12-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcx3&d=%2Fa%2F3d000000pd5j%2FXc_lUdXxAII75ixAnj_O9FJ1QtvVsf6phhrDOMYLk2g&asPdf=false  
37f888b20734cca8 GODLEY PARK DISTRICT 33-C-0507 2017-07-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaDk&d=%2Fa%2F3d000000pd56%2FteVUFn5221B6GWFmZk1TX9241YBzf8_UhMqZRgGfWIc&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 167.592ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API