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 = "43-A-6197" 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
744bd8d0a30fb8ce Anton Noordeloos Stacie Noordeloos 43-A-6197 2022-07-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yxc73&d=%2Fa%2F3d000000piyL%2FFqljk0JsjrlqqQaSxGg2ALBkqJGXgvTouQqC0kt.u7c&asPdf=false  
3fd47256bf187ee1 Anton Noordeloos Stacie Noordeloos 43-A-6197 2022-02-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9HwW&d=%2Fa%2F3d000000pifX%2FRiVRWA5f0hyuxOuN2VuE.MKSB4P0QgOq2FOzufX8K8k&asPdf=false  
7bb1b2ee3bf12878 Anton Noordeloos Stacie Noordeloos 43-A-6197 2020-10-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyHak&d=%2Fa%2F3d000000pieZ%2FvpDXVhoWRL_gr8nUwkgy38yVDSZUGJw_3kRIS2EX8BE&asPdf=false  
bbe81b356db463c0 Anton Noordeloos Stacie Noordeloos 43-A-6197 2019-03-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfVZ&d=%2Fa%2F3d000000pier%2FjNvKqJkluGti.WvFTkxKX4fmoDHS43HqJYR4e6WcWqw&asPdf=false  
d4cca7e357597f36 Anton Noordeloos Stacie Noordeloos 43-A-6197 2018-04-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egeij&d=%2Fa%2F3d000000pieK%2FBAobdoPJ57i6nZeKlXnIppqgypegzjzsnHAjM3gZOX0&asPdf=false  
75560f0d8bed8d75 Anton Noordeloos Stacie Noordeloos 43-A-6197 2017-08-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfiy&d=%2Fa%2F3d000000piee%2FOQH0IYrRP5cWzEIAVHJMZdx3NpqeRxcrcpbk1eErhV0&asPdf=false  
911025ac75c0c89a Anton Noordeloos Stacie Noordeloos 43-A-6197 2017-04-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZkY&d=%2Fa%2F3d000000pifF%2FI6lWim2pYQIin4_kB29ndHOi1LodUUfi8v9VI1U4Nfw&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 532.337ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API