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

8 rows where cert_number = "87-C-0059" 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
9c1003a5cac7f8c1 DACA ROSE FALLOW AND FOX FARM L L C 87-C-0059 2019-09-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmRA&d=%2Fa%2F3d000000pffZ%2F8UT99dy98DiAVHuwlrKzmUKrCFvDUX2nP.KcHDmw2uY&asPdf=false  
3644ec668e9000f3 DACA ROSE FALLOW AND FOX FARM L L C 87-C-0059 2018-03-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfQ8&d=%2Fa%2F3d000000pn5f%2FCxjZdZVqiEwgYF5lXFrHIUc9KmEr9.RyUPFFq.9MmeU&asPdf=false  
c6ae8ea64a2a7f7d DACA ROSE FALLOW AND FOX FARM L L C 87-C-0059 2017-12-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egczz&d=%2Fa%2F3d000000pjCW%2FHyJUZBney1J3L6YsurBfgdKYM55gwgcQ2SFLhM8jhe4&asPdf=false  
7a5a738f7d4fd432 DACA ROSE FALLOW AND FOX FARM L L C 87-C-0059 2017-03-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYWv&d=%2Fa%2F3d000000pbiE%2Ft3HuUttnDyTfa0fXp49Wk_bu3qnRHiV7mBMeZfpQCNs&asPdf=false  
56cdea0be005f542 DACA ROSE FALLOW AND FOX FARM L L C 87-C-0059 2017-02-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcJA&d=%2Fa%2F3d000000pp4F%2Fwp9eh94glW094.uFSOHY4byEkODj7IkHWDigE3_l73c&asPdf=false  
8136b020c5bccca5 DACA ROSE FALLOW AND FOX FARM L L C 87-C-0059 2016-04-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnOf&d=%2Fa%2F3d000000pRCO%2Ffu.5uPHxlFlaJUk2rC.PG1VQ6NnodnnWuhzGVziqE7k&asPdf=false  
95f1f218a2aba52a DACA ROSE FALLOW AND FOX FARM L L C 87-C-0059 2016-01-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkbw&d=%2Fa%2F3d000000pS38%2FqVZI7AewgZqNGq0dJxtHD_NLHBXDWRINQiipGsxkADE&asPdf=false  
2390285bc94bdc97 DACA ROSE FALLOW AND FOX FARM L L C 87-C-0059 2015-04-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZFG&d=%2Fa%2F3d000000pRYF%2FK9TCkzMDJE_YaywvNjz7F_g82jQ1QnmOuiNAGm3y7D0&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 1215.013ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API