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

7 rows where cert_number = "56-C-0259" 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
46179c64c580170e CLUBRETURNS INC 56-C-0259 2017-07-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egaa7&d=%2Fa%2F3d000000pX97%2F_d7lQWCJs05k0AdjqNkkTKUzdcY0zdSnmgMluGmpU8E&asPdf=false  
ad667d95d68a93f1 CLUBRETURNS INC 56-C-0259 2017-01-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi41&d=%2Fa%2F3d000000pkoJ%2Fy7WtdE3XY1AsqZ98TUvK.IJ3qZIz8g4E.NeavYsrww8&asPdf=false  
f2b773fdb2eadcec CLUBRETURNS INC 56-C-0259 2016-10-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWtk&d=%2Fa%2F3d000000pXW7%2FcQgC4xZWyme.bvbxhg3leXJY5RFwxynWRZLBJSZZ8iE&asPdf=false  
3f88cc630c2ac194 CLUBRETURNS INC 56-C-0259 2016-05-19   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVzt&d=%2Fa%2F3d000000pdPb%2FQ4ZygjgavMr_xW0SAXHYrPgEeEoFWepiR25QP4kpieA&asPdf=false  
3bad609129ea44ef CLUBRETURNS INC 56-C-0259 2016-05-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ego0Z&d=%2Fa%2F3d000000pUqf%2FPCAA8vL5ePDpalmiWjAs2W52NZ8IUwyhZYF354mNCd0&asPdf=false  
ad41e7b2a4849421 CLUBRETURNS INC 56-C-0259 2015-05-18   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxW8&d=%2Fa%2F3d000000piHM%2FsdDkNJdYvzvfB2SZSsvucG5Ft5woqymiv6gFYkfuNA0&asPdf=false  
040596109049ce36 CLUBRETURNS INC 56-C-0259 2015-02-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeEn&d=%2Fa%2F3d000000poNn%2FsIdWHS_QadPvGXj_Ajr8U9E7.OJmdb3IKWbQccgl6_w&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 8.368ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API