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

8 rows where cert_number = "33-C-0502" 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
c095b303739cfe53 EXOTIC WILDLIFE SANCTUARY 33-C-0502 2018-04-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdxv&d=%2Fa%2F3d000000pfsw%2FIysYfke3jAjF.fOKiY_YhdBy7_RQx3QXuT3r9.U4t80&asPdf=false  
f61ee433fc252284 EXOTIC WILDLIFE SANCTUARY 33-C-0502 2018-03-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWUj&d=%2Fa%2F3d000000pooT%2FRmE8_D_mlgSDSa97PmkhfBKyfeWJtCTOhoeTj24d0_Y&asPdf=false  
5ce4ce7d257d48cf EXOTIC WILDLIFE SANCTUARY 33-C-0502 2017-12-18   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYGQ&d=%2Fa%2F3d000000pWRC%2FR.HmDPpsEHqTXZ2AHAxsZAdFrhLoSRnnRNOJa6nUSAE&asPdf=false  
1b3737d037a098b8 EXOTIC WILDLIFE SANCTUARY 33-C-0502 2017-08-31   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeGY&d=%2Fa%2F3d000000pfON%2FwZ_qFlvY4DQBZ7STeii3nG7nB6nMw8gc_pRXkiXnURI&asPdf=false  
60930a2497dcc1a9 EXOTIC WILDLIFE SANCTUARY 33-C-0502 2017-05-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXXe&d=%2Fa%2F3d000000pUji%2F_QFSPce5Ji7eIUJ93j6JKKN1JtYWo4VwRPcxY5h3H0Y&asPdf=false  
e0d6b1624cb9da73 EXOTIC WILDLIFE SANCTUARY 33-C-0502 2017-04-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdJK&d=%2Fa%2F3d000000pfhD%2FYTtRFNOHSq5PnmXlDqwmiPsaz6pz4AJgwqaIJ8nC4fo&asPdf=false  
0a436b4c5b31c258 EXOTIC WILDLIFE SANCTUARY 33-C-0502 2016-09-20   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYPS&d=%2Fa%2F3d000000pnX6%2FeupVO2Z4GqDGg2LtV1bJfHblbaHBUk.dBZj3rpFkmCs&asPdf=false  
9df6be2f741cbe6f EXOTIC WILDLIFE SANCTUARY 33-C-0502 2016-04-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYRh&d=%2Fa%2F3d000000pWa5%2FYYayJBU.fcrLx0NGLFTywx6jgokmDQmEs9msq_o12_c&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 676.176ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API