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

6 rows where cert_number = "35-C-0391" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
67f306e66de92525 ARCADIA SPORTSMANS CLUB 35-C-0391 2021-11-01   1 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8lZU&d=%2Fa%2F3d000000pgoU%2F_XK88cveP9u53AQxj9iMWyyz_Io7m0vXfVbUpTrAquc&asPdf=false  
cb8ad36dfb5fd361 ARCADIA SPORTSMANS CLUB 35-C-0391 2020-02-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggAM&d=%2Fa%2F3d000000pks1%2FQiv93shSsGjLDQAxUPJJgP1S.25FF_dUYjJGAkr2j4A&asPdf=false  
571d11ba05c92707 ARCADIA SPORTSMANS CLUB 35-C-0391 2019-05-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfKU&d=%2Fa%2F3d000000pl7T%2FeS3fTKe0yAW3PjtbJa31JGbTJQfl0_.LfuJZZT0MKzs&asPdf=false  
3eaade98e8e28c60 ARCADIA SPORTSMANS CLUB 35-C-0391 2019-03-28   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdWD&d=%2Fa%2F3d000000poeR%2FUykVxbl.ef_oji7Ix6prdQtS5xP12YMRxKFjxTZdyks&asPdf=false  
5e843960ef9037ab ARCADIA SPORTSMANS CLUB 35-C-0391 2018-05-29   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiGg&d=%2Fa%2F3d000000paw9%2FLg70qP8hIRPIL.PtNXXsfg2dz9I1l34K19TySiGAyI4&asPdf=false  
54a1307f4feebe74 ARCADIA SPORTSMANS CLUB 35-C-0391 2017-12-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZwp&d=%2Fa%2F3d000000pkPi%2FOJBy5U97wmmiTat4LVcbByKPGSU.o5f6LeNV2WfYX2Q&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 317.077ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API