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-A-6114" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
4aba81d7fe245a80 Angela L Smith 43-A-6114 2023-08-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009QHry&d=%2Fa%2F3d000001ZO85%2FT2oL2RhXDqH_1huBA2tFIWaGfKhU5C9O.EVOAfrUX4o&asPdf=false  
47f0e54ed83f32a0 Angela L Smith 43-A-6114 2023-07-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009CjRv&d=%2Fa%2F3d000001T7vR%2F__ajB0lXm1T95GwYVIOQz6pt9NQ8aybDbaSSvTiKSw0&asPdf=false  
ca03795cdbc8a025 Angela L Smith 43-A-6114 2023-06-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008qq3a&d=%2Fa%2F3d000001LTG8%2F4bGRsyOCnz0k47cWGTLdPbfO4fQ3jl5I3uXUAdAjGMk&asPdf=false  
2360313189d216fd Angela L Smith 43-A-6114 2022-04-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwYSY&d=%2Fa%2F3d000000piOP%2FVwQNJouCCEOs74pEmLsaJ3kKBimbUcdjpjuJJX4T5OY&asPdf=false  
6b2fdd7d469b155b Angela L Smith 43-A-6114 2019-04-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgklV&d=%2Fa%2F3d000000pSja%2FHXP6xRmf8mRD0lAqnxvNpm4IDYbVY57DYQFNF5dVDEs&asPdf=false  
0b72ee6b9ebe5634 Angela L Smith 43-A-6114 2018-06-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgffV&d=%2Fa%2F3d000000phw3%2Fw_0JyF68wNvD9gsQi1VnCGgQ_ce0KbrytfYWjDbKOcE&asPdf=false  
f08639bafd6bf2b8 Angela L Smith 43-A-6114 2017-08-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgebT&d=%2Fa%2F3d000000pfdf%2FwY8.8LbXttRdo5XA9FlADsBv4lgmk.OxMvKDvuZ4cc0&asPdf=false  
708684aa05682183 Angela L Smith 43-A-6114 2017-06-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggDh&d=%2Fa%2F3d000000pfgg%2FuM.YwW9kA0dH8Pkdk5UDeMjL4XA4KMcW8ZA5Cy1gtJA&asPdf=false  
609c9061d8fb04ce Angela L Smith 43-A-6114 2017-03-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdHP&d=%2Fa%2F3d000000pbjM%2F4cdfiARt2soU5VhiRTMcJ21GDtHpspLd6Su7WXRUhGg&asPdf=false  
4774d35fc69159be Angela L Smith 43-A-6114 2017-02-14   0 3 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwDe&d=%2Fa%2F3d000000pWVl%2FnouXYLQ65M0zRlZjjgst_4wW8oo9oFBeivNUms7P6ws&asPdf=false  
4111f48938056af0 Angela L Smith 43-A-6114 2016-07-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZM6&d=%2Fa%2F3d000000plyU%2FTUNcYMvDufHQRlLZN6iZEn31YDHA8mXzVd0SZW3Wg.Q&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 191.407ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API