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 = "63-C-0031" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
b9b1f08da64cf143 Gre-Lyn, Inc. 63-C-0031 2025-03-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000S4K6j&d=%2Fa%2FSJ000002qb3y%2Fjbs2Hs.IIfwufStVuOVBlBssCwPNarC.gnWIEYWKMSs&asPdf=false  
b570d593e87b320a Gre-Lyn, Inc. 63-C-0031 2023-09-21   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000APT97&d=%2Fa%2F3d0000021I1e%2FaGL3j3rp.caPHrDBueWBuiBSpXZbIdsKcGLwTEruhEY&asPdf=false  
16f69f528a0d231a Gre-Lyn, Inc. 63-C-0031 2023-04-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000889S5&d=%2Fa%2F3d00000173mR%2FE.z5FaCsGcRZuW83m6JOqw.kNowfQf9yffsK1g64ATU&asPdf=false  
75e4df5d8f990ae5 Gre-Lyn, Inc. 63-C-0031 2023-02-28   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uWp8&d=%2Fa%2F3d0000012uef%2F9Fq.4KuVbbsDFsxuitHNKuroK_GP3ApYNv9F5vjHFHE&asPdf=false  
c392b4bcfe34c59e Gre-Lyn, Inc. 63-C-0031 2022-05-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwxTG&d=%2Fa%2F3d000000peWb%2FoDAcLLAH45aJ8NVLeptZTd7L9HTpFzqvfAgGfEvV9GY&asPdf=false  
774074de849fa738 Gre-Lyn, Inc. 63-C-0031 2021-08-19   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN0bn&d=%2Fa%2F3d000000peK7%2FPdOY6UHgHJkWc0_yH5HXQa_cZzKNPaaZ47CKA2z8N.c&asPdf=false  
c1f02af35314d115 Gre-Lyn, Inc. 63-C-0031 2019-08-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYqG&d=%2Fa%2F3d000000peJH%2Fd44ALHdHvbVqAs7gUGK.vkRfDT.A5zXdd_6BoRdoRpM&asPdf=false  
8a4cfbea3bd44ed8 Gre-Lyn, Inc. 63-C-0031 2017-11-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZFR&d=%2Fa%2F3d000000peKR%2F95b8YODZDGbRBPRiw_mlF5gJ19JafmrE05h2fdKm.G8&asPdf=false  
26f0ccc8eb401d18 Gre-Lyn, Inc. 63-C-0031 2016-10-18   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYvy&d=%2Fa%2F3d000000peJL%2FMN8fLtRhjMB9olvZJNSIbk8G5_1lWgH8MfZ9ILKaIoY&asPdf=false  
983259df0f623f79 Gre-Lyn, Inc. 63-C-0031 2015-11-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ4j&d=%2Fa%2F3d000000peJO%2Fbdx0R_EUmmjO_CY9fqtT4CslUFLkPHvVfFQiUDv.hF0&asPdf=false  
8eea94c86b4fd03d Gre-Lyn, Inc. 63-C-0031 2014-09-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWKU&d=%2Fa%2F3d000000peIu%2FGQLKxPyDHg5HOdwvCxLjqZ81_kiKpRWaxpKC9_FRkJg&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 593.539ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API