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 = "21-C-0297" 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
14ceb210dcdd1eb0 JASON REILLY 21-C-0297 2019-08-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgecF&d=%2Fa%2F3d000000pkne%2F9MAU5NEILORrVXe55bAmuqsXfPXCZZpemwrv6JmGNOE&asPdf=false  
636c4ec21ae4de63 JASON REILLY 21-C-0297 2019-05-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk5D&d=%2Fa%2F3d000000pg3W%2FXf48HzQGKTdhMv93DMqE5jQJUjrlz9oileneWZZTm2o&asPdf=false  
c704978e6d3a7cfa JASON REILLY 21-C-0297 2018-06-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkFF&d=%2Fa%2F3d000000pg2W%2Fx2NZG7ejDpt0CNSDLatvxDQpEipk8vePvE9NGwg4ios&asPdf=false  
7508181e68e84919 JASON REILLY 21-C-0297 2018-05-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf2n&d=%2Fa%2F3d000000pg7m%2FKND3rYp05jmjdKrngxBrZluqbJtmAEI5iXhjNsJ_Vgw&asPdf=false  
4c5de674907f9acb JASON REILLY 21-C-0297 2017-05-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkKZ&d=%2Fa%2F3d000000pg6I%2FanwfKFB22GRueSpQuJYr8KPc3HSvfE4yIeDmdzx4HRU&asPdf=false  
76541eb0a1202a4f JASON REILLY 21-C-0297 2017-05-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeU0&d=%2Fa%2F3d000000pg7R%2F6NrX2_r28Oge8GlNPbKErAhTNfZAg06vluma9bdm6MY&asPdf=false  
8a4a6ac965968b78 JASON REILLY 21-C-0297 2016-05-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgejL&d=%2Fa%2F3d000000pelD%2FyoNOqW5xtildL0mcYfEKUbbQuF9JorCGY5biwnJG.Jk&asPdf=false  
47e9fdc6fda830ed JASON REILLY 21-C-0297 2015-08-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfZW&d=%2Fa%2F3d000000pafa%2FctTQRaY8sOeUKsMcbtM8gxGu2tyb.yHFlIp8Fol3aOo&asPdf=false  
5ceab15b6272400d JASON REILLY 21-C-0297 2015-05-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglno&d=%2Fa%2F3d000000pg5r%2FwYeKU9Ud._yjVx58qafpnPfoYUAQYzz6lMTAeQbb7MU&asPdf=false  
218428330ef595d5 JASON REILLY 21-C-0297 2015-05-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggr4&d=%2Fa%2F3d000000pg7J%2FN9HP0BqivK8JcCmqpB6zMEOoF.Mb5rmumBlNpbmBMN8&asPdf=false  
c9891ad36a47082c JASON REILLY 21-C-0297 2014-05-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglXs&d=%2Fa%2F3d000000pg5I%2F3Q0stpYwwEJc9UjhPnpntWlZeEUS0cUYjOTTZ4Jovgg&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 194.714ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API