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

5 rows where cert_number = "51-B-0046" 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
58ae200aea55b6bd HMs Reptiphibians 51-B-0046 2024-11-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000FD8vG&d=%2Fa%2FSJ000001DCaf%2FqcKsHGH9yVAteVi6ae94QmgJcCkH_EfBjHOqVpRFeXs&asPdf=false  
df31ee968af37913 HMs Reptiphibians 51-B-0046 2024-05-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EBVst&d=%2Fa%2F3d0000035wft%2FNMNpcYRkDn5jlMNlRs9c1a3N8iqOXV7dG7zN4wJxeMQ&asPdf=false  
c2ff3da0895cefaa HMs Reptiphibians 51-B-0046 2024-01-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Bu5y7&d=%2Fa%2F3d000002Q2is%2FtZTv9PwKzWPNmyUMgDLY0Ps7_KcNYjIMKQskzpBnz78&asPdf=false  
74f3ba997842edef HMs Reptiphibians 51-B-0046 2023-02-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uHjh&d=%2Fa%2F3d0000012nJz%2FDWX106p_jb6lTJ1V0JwSUn8Pv6uqCXN_SIdk_7x2hQk&asPdf=false  
a98c9c5c0baa8383 HMs Reptiphibians 51-B-0046 2021-07-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMiR1&d=%2Fa%2F3d000000pnO0%2F56GArdP2OB.jFSjHhp8gAVeRizuTrwZdk3.kSJmYYz4&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.02ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API