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 = "58-B-0592" 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
50f601b16d97adcb Antonio Alentado 58-B-0592 2024-03-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CfHnh&d=%2Fa%2F3d000002d8V2%2FDV18y3cOpTwsBHweNs1UrNoXCAY6VCRvkNn2gXL7iIU&asPdf=false  
1341b8828d8316b3 Antonio Alentado 58-B-0592 2023-02-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uNns&d=%2Fa%2F3d0000012nfO%2FQg4qPJdEONwXD_gJUVB1CC2EJkQkqa.zz_jY_A2DOhk&asPdf=false  
0a0e77e5c5ec4d0f Antonio Alentado 58-B-0592 2019-10-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXX7&d=%2Fa%2F3d000000pok1%2FeOBdBQKcg7DltnmpQ9zYhpW91mQhPRClGbq4ISk6NTg&asPdf=false  
dc71a8b0d7f32a0c Antonio Alentado 58-B-0592 2018-08-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY07&d=%2Fa%2F3d000000pkNQ%2FRlVy40wzQhZG4LENRO64KnX9txFsoqCZ4VqoslJDz.k&asPdf=false  
c10b9487d8e438fd Antonio Alentado 58-B-0592 2017-08-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXoZ&d=%2Fa%2F3d000000pmQd%2FrFBlVBfokL0dzgXTTstji8yv9e.q97JAwPHqVBc8LQM&asPdf=false  
f430148d7033d949 Antonio Alentado 58-B-0592 2016-03-30   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWlO&d=%2Fa%2F3d000000pneg%2FgzYnUOUoM5Xka4ZtVp_46thPC20Dh._ntdBLOjHktz8&asPdf=false  
0b3c6de6ab5f4143 Antonio Alentado 58-B-0592 2016-03-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdso&d=%2Fa%2F3d000000pkep%2F1Z1sdoVdIuR44XCSyaWuRM2yKyVZ2RK1VSd8S0fVwsY&asPdf=false  
7c0e27b6ce385b9d Antonio Alentado 58-B-0592 2015-03-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXVt&d=%2Fa%2F3d000000plNm%2FNJc9Fyjf3TZQA6aglkKBsVlTA8Bm7sN_PL7M8FlCVo4&asPdf=false  
394a62f2210d4816 Antonio Alentado 58-B-0592 2014-03-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX8Y&d=%2Fa%2F3d000000pkW0%2FN2q5VQ5uBK9grJnmUJIxMOrMUuCw_Ms.vvoMo2RNXa8&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 490.152ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API