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

6 rows where cert_number = "35-C-0383" 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
aa99af339d7b9f5c BRIDGEVIEW CORP 35-C-0383 2023-07-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000097JI8&d=%2Fa%2F3d000001Qv2p%2FF5HpvmDPFAjlyw.TR1642XBuoO5XOvnSQnTttRGZ2xo&asPdf=false  
3ce0ea20469eb3bf BRIDGEVIEW CORP 35-C-0383 2022-08-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yy7zJ&d=%2Fa%2F3d000000pY8h%2FYuqac_TG_rjuClrTdW61ZVmF4MWu3Y6i0aO9uYvWuck&asPdf=false  
0c5a2b2731f5fdce BRIDGEVIEW CORP 35-C-0383 2019-07-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjsk&d=%2Fa%2F3d000000pY8l%2F7W_CbPBZzX5nneKA2hhkV7ktEutwW1s7rj.tsMJ7EiE&asPdf=false  
f38106669a9b7602 BRIDGEVIEW CORP 35-C-0383 2018-05-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkXE&d=%2Fa%2F3d000000pY8j%2Fjm19w319vWwzcGWChc1QGJnrNLEs6IFhZPP40LNuvkU&asPdf=false  
1f4827b033bbb28c BRIDGEVIEW CORP 35-C-0383 2017-05-31   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZFm&d=%2Fa%2F3d000000pY81%2F9r4MDFk4OSgMOJQItYCp_p_RI.oqWsZU2qyXqxqLmOU&asPdf=false  
5d0565eb887a22d4 BRIDGEVIEW CORP 35-C-0383 2016-07-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ0h&d=%2Fa%2F3d000000pY8V%2Fepmet5QbIL0XoKOkpn5S_lvr9_NcoMEAILbAR_w.E0E&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 122.313ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API