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

11 rows where cert_number = "43-C-0374" 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
9cd94c6a0c5e134b Cub Creek Science Camp 43-C-0374 2025-05-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000XMdhO&d=%2Fa%2FSJ000003moSE%2FuELuXon1r.6C1KFfNAZdD8PhPhspqx15IJsOdMb35Po&asPdf=false  
64d4b555b82c3a07 Cub Creek Science Camp 43-C-0374 2025-05-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000WuvhA&d=%2Fa%2FSJ000003hCSP%2FTM60A41B_D.AVGttI9l.itLSUjzQRbN9sBXwh_GXYMw&asPdf=false  
9c56a954ad4a78e8 Cub Creek Science Camp 43-C-0374 2023-11-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AtGQm&d=%2Fa%2F3d0000027Qzf%2F_eTlxOL1D9iMsP6mzrhSTvW_Ahwhoa6Z163JfJRuDaE&asPdf=false  
0aea67a21e168974 Cub Creek Science Camp 43-C-0374 2022-12-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvN2v&d=%2Fa%2F3d000000pcoD%2FFq8vlTsN2klFV3j9iBDjkR8XDi7oEbOgmR7VJmcBsMM&asPdf=false  
c4c0513c6a1c03c6 Cub Creek Science Camp 43-C-0374 2022-05-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yx3aR&d=%2Fa%2F3d000000pcmv%2FtHIMH6zfXA64jOUR4E7J08j0tOYTVAHOtUNPcdqb9RA&asPdf=false  
bf23b7387a10b8c3 Cub Creek Science Camp 43-C-0374 2021-09-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNITa&d=%2Fa%2F3d000000pcnH%2FuIT27jCHcVWzFHIhmrE7H9p8stD.ZmsszvCCYVLZcTo&asPdf=false  
a97829f6e520964c Cub Creek Science Camp 43-C-0374 2019-10-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVmt&d=%2Fa%2F3d000000pcnc%2Fr5CV1rzxMJ0jSkldGO9Pgj9349VAW4PKMiSOlJbgY9M&asPdf=false  
606b255a89385f75 Cub Creek Science Camp 43-C-0374 2018-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVk9&d=%2Fa%2F3d000000pcnJ%2F0jpozWjfd5b3WAxjMdb9qdjiRWCb8GD9p9nEy59iEKU&asPdf=false  
c093a24983aada4d Cub Creek Science Camp 43-C-0374 2017-05-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW59&d=%2Fa%2F3d000000pcnE%2FLFElfHOPUeJZPjg9HqoZxzgEz40jQfmx7SE0EUxHjdI&asPdf=false  
6f05287a13abbc97 Cub Creek Science Camp 43-C-0374 2016-02-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxTW&d=%2Fa%2F3d000000pco8%2Fvj1TZBstxw4OTn48jUPLAxspGJixOuDcSjqWwm648t0&asPdf=false  
2d4efa45934ee6be Cub Creek Science Camp 43-C-0374 2015-06-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxiC&d=%2Fa%2F3d000000pcnU%2FZIO7PyzVdDZkOkusDBlOtSDY3j3VLcQf8b_U5RGVmS0&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 8.597ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API