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 = "43-A-5349" 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
c3b83a2e7bfc70c3 AMOS SCHWARTZ 43-A-5349 2021-10-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8I1t&d=%2Fa%2F3d000000piFF%2F4ztCVJzk6HavEdxYUAtD_yZE8oXPUKjNCMA51XEknaE&asPdf=false  
74ed1f8375d2c068 AMOS SCHWARTZ 43-A-5349 2021-02-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESVPB&d=%2Fa%2F3d000000pRmD%2FLUGuQAuPc1a23JKi_Vb9SAQHCACUU3hV_Gb3TxzqcpE&asPdf=false  
a70ab19a75bdbb6f AMOS SCHWARTZ 43-A-5349 2019-11-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjFg&d=%2Fa%2F3d000000pdkt%2FlJG4Gu96szeuxdZVD1WtRdawRYAg6AoakCOxclxy074&asPdf=false  
8e152219ae027055 AMOS SCHWARTZ 43-A-5349 2018-10-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiZd&d=%2Fa%2F3d000000pn1b%2FaN_cm9ZPBsKOcfgoSjH2DDmoqwYpZl6J_.OJroRQpbo&asPdf=false  
bdd7607197c68fae AMOS SCHWARTZ 43-A-5349 2017-10-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjCL&d=%2Fa%2F3d000000pmVS%2FoEA64Ndrv09ZEDLUaSbfFrDLV_qru_DRTnF2wwrS.e4&asPdf=false  
719fcb885e342b2c AMOS SCHWARTZ 43-A-5349 2016-08-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkac&d=%2Fa%2F3d000000piHi%2F_gUBIrVedR6lE5YInCYOkqN7pEe9dYmzl9XBbhdR00w&asPdf=false  
b2a6016552024b65 AMOS SCHWARTZ 43-A-5349 2015-09-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggWA&d=%2Fa%2F3d000000pm7J%2FKC60qzlrniiCwNtJgCjhlePgkFhV_R899nf.Y9eY71c&asPdf=false  
b868b56869b74d90 AMOS SCHWARTZ 43-A-5349 2014-09-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi3q&d=%2Fa%2F3d000000pjgU%2Fld145orZiUhSuLVxtuzmhkBUqNvgYALVKUjgHRIK7JQ&asPdf=false  
cec41de5146f04b6 AMOS SCHWARTZ 43-A-5349 2014-06-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk0U&d=%2Fa%2F3d000000pkkI%2F.9As_wKpAfADrga89wLPiAPDmnrnrTtOZ3dzl6txNC0&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 383.363ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API