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 = "93-R-0260" 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
f57acb375f8fc96c JOSMAN L L C 93-R-0260 2022-05-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yx3fR&d=%2Fa%2F3d000000pgJx%2FFTGQDLFJHMBlWT8_Rz_YdETKTBcrOpiQCBV7IobEu3E&asPdf=false  
82df4c771f686b32 JOSMAN L L C 93-R-0260 2021-07-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMkM7&d=%2Fa%2F3d000000pgKW%2FXpIQkwN2IPTgeyPdoM.deE._UTjWhHmIs6bikPZVUkI&asPdf=false  
223064166a903ae1 JOSMAN L L C 93-R-0260 2020-09-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eou4F&d=%2Fa%2F3d000000pgKo%2FRgmA6RRyoYKiQV3z.fuTAuAbKNQYtcELyUWFjxnDQ.I&asPdf=false  
3573e61d5dc52214 JOSMAN L L C 93-R-0260 2019-06-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdnP&d=%2Fa%2F3d000000pgK5%2FOA39Lr2ZFjQMlD3mGotHxMXivC1jFJXOekAxVoW301I&asPdf=false  
80062438f1db00ae JOSMAN L L C 93-R-0260 2017-12-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egco7&d=%2Fa%2F3d000000pgKa%2FW__ISybGaGrtaOKZ6GbpWQor6aSeozZkAlTs8ExijYk&asPdf=false  
35715f403325c2f6 JOSMAN L L C 93-R-0260 2017-01-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdF2&d=%2Fa%2F3d000000pgKE%2F4u5FJNFWQGzd6GPTlN2bj5dlPg1EdU_qXRomweSaUBo&asPdf=false  
76f163e6f5438339 JOSMAN L L C 93-R-0260 2016-01-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdPP&d=%2Fa%2F3d000000pgLN%2F.pFOO64OhOPfmqL_XJ7oxkYmjOV3zjvd8L5xcvVk_9A&asPdf=false  
b9801867aeb4d63d JOSMAN L L C 93-R-0260 2015-02-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdRS&d=%2Fa%2F3d000000pgKZ%2F0uJpag4VsJO_G6KZ3vy8f2kWp4I0ZzwmRpRwQhGuASk&asPdf=false  
925fdd40c3803e8e JOSMAN L L C 93-R-0260 2014-02-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeWr&d=%2Fa%2F3d000000pgKM%2FXDc87cBdZYehK4ElX1i6OkIFuwoh.JipsvLIwTsRi.c&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 5.329ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API