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

9 rows where cert_number = "34-A-0202" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
0f5b195f54c99d2f BEACH BUM EXOTICS LLC 34-A-0202 2021-11-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8Oj2&d=%2Fa%2F3d000000pjS3%2FldMoeC1nLQQXX0oDwJ2BiVNM7lVf_Il7Jf744ywS5bw&asPdf=false  
5e42c76e80612ffd BEACH BUM EXOTICS LLC 34-A-0202 2019-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf3E&d=%2Fa%2F3d000000pfXG%2FTncsQoH4Z4ALjELsnYgcgqqLZ6TR.6l4zmlv9UPiYt8&asPdf=false  
8d00982627f81ab0 BEACH BUM EXOTICS LLC 34-A-0202 2018-06-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh5v&d=%2Fa%2F3d000000pTOR%2FbVT4In3dArCX7j8E4zUFoH_Z4VEDPW64AHnwTwe1Vis&asPdf=false  
4f0a51ac9909ea86 BEACH BUM EXOTICS LLC 34-A-0202 2017-09-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiJK&d=%2Fa%2F3d000000pkeL%2FVZ_5pyMbCIlpZGHJZXfZKesqI5X1TQ6RqMNNCExvp9c&asPdf=false  
a5f1ce1921df6643 BEACH BUM EXOTICS LLC 34-A-0202 2017-07-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi82&d=%2Fa%2F3d000000pkmQ%2FNolaT6xonxPZ3adYmiAPhNlCGTOGmkfzD6jPFvymzyg&asPdf=false  
a9f438dbc4a4e2d4 BEACH BUM EXOTICS LLC 34-A-0202 2016-09-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg4l&d=%2Fa%2F3d000000plb3%2FGtQOKHqj1ZEjK6Gk0jtgdkTAQyiTRLRVA5QeDDUoWWo&asPdf=false  
0f6edc872aced87f BEACH BUM EXOTICS LLC 34-A-0202 2016-07-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdA3&d=%2Fa%2F3d000000pUTM%2FgAkN7hg0_r1VoZI13HlgQ.y1kenPQ_y866IGPxDMkJM&asPdf=false  
91e1c3dce35c9581 BEACH BUM EXOTICS LLC 34-A-0202 2015-10-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjRE&d=%2Fa%2F3d000000pbBG%2Fn8y4066RM.PmAYqTU1UbYlAbw_qG_BKM3nPTYOnJ.aI&asPdf=false  
da252d38835c50fb BEACH BUM EXOTICS LLC 34-A-0202 2015-06-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaWM&d=%2Fa%2F3d000000pSp1%2FGtVnDjAOmZ.1v.t0FEOjIedVCzEGNiVPofnMXeggsfQ&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 130.934ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API