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

12 rows where cert_number = "35-C-0334" 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
792949536aa10ecd Living Waters Bible Camp 35-C-0334 2025-01-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Kugaq&d=%2Fa%2FSJ000001tDor%2F42vxZXBwHzTvlg9jmu2EUnBgrNKZm7egigocvYvX3KA&asPdf=false  
40ac20a829d32708 Living Waters Bible Camp 35-C-0334 2023-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BEGSM&d=%2Fa%2F3d000002CpGL%2F_PkVa9bdnxc3kM_KnS.auZOkGL7lbWPSYOMApw_5iSQ&asPdf=false  
27685e16474830e4 Living Waters Bible Camp 35-C-0334 2023-04-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000089v2a&d=%2Fa%2F3d0000017agC%2FYVDgufXavxrgkMQzGCUKhLs2NBjDGgkpDYs8xk3plYY&asPdf=false  
9c044a28bf762601 Living Waters Bible Camp 35-C-0334 2022-01-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V98pk&d=%2Fa%2F3d000000pgyl%2F7kOGpBN_siiDpZ7OBOSB1VcHWRtfOuzzWeWSAtNKybI&asPdf=false  
98f32362a455e5a1 Living Waters Bible Camp 35-C-0334 2021-02-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESTgD&d=%2Fa%2F3d000000pmUq%2FI.wAV7Ddztn4uEQVGyWP2bJyf4zA3Y7VIAqJx2eLjyM&asPdf=false  
f2e48444fe348a5e Living Waters Bible Camp 35-C-0334 2019-10-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdzx&d=%2Fa%2F3d000000pb1R%2FM.K_cEI7USeMPbwm7z9GbBra_49qwhDs0UdnLZtP7ak&asPdf=false  
40b43ac040cf16e3 Living Waters Bible Camp 35-C-0334 2018-12-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdwf&d=%2Fa%2F3d000000pdh6%2FYvv.ATy1TRJ7lfReRHlM5uvhYp1I8CJuVihtbrBBE9I&asPdf=false  
5b33258696e37054 Living Waters Bible Camp 35-C-0334 2017-12-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege42&d=%2Fa%2F3d000000pRc3%2FFqN0pNKWpPAhTWpvOsMe9swaoNu7fmR_U_sxaMd2K1g&asPdf=false  
1386ed07612ed773 Living Waters Bible Camp 35-C-0334 2017-01-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege7x&d=%2Fa%2F3d000000pnhf%2FB2tgL4MXCaiDFBjt.AwQbwfLlx5j0d_rDTXHPecYrqw&asPdf=false  
0c956f4c56d0805c Living Waters Bible Camp 35-C-0334 2015-12-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdmr&d=%2Fa%2F3d000000pXKv%2FooyEjn_TsAdRQ_OJO3iEdJ.4Fuwjr0LOOMJFIWJNByM&asPdf=false  
151140abd79d16bc Living Waters Bible Camp 35-C-0334 2015-02-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdAS&d=%2Fa%2F3d000000pdOf%2F0SC3mxgU9uPi89LPbY5S_dN_VHRg.IpUPZsk7h9Szxw&asPdf=false  
3ebcdea758b537af Living Waters Bible Camp 35-C-0334 2014-03-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcpO&d=%2Fa%2F3d000000pex2%2FUExOFqKKAQysF.dCw.3K4spdPFWAvjqDuIt8naqjSIg&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 4.039ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API