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

5 rows where cert_number = "88-C-0217" 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
a45e5902d17080e9 FRIENDS OF THE WILD 88-C-0217 2020-03-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoAZ&d=%2Fa%2F3d000000pjA0%2FmbW.H.XX1Kzi0_twP9dlZEBVBaDhNTqcN4yo.mzgwYE&asPdf=false  
7b8498221fbee4b4 FRIENDS OF THE WILD 88-C-0217 2019-04-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjOA&d=%2Fa%2F3d000000plRR%2FxaWPsCYGwBxm7a26lfuBbU_tTtziTwhkN814hwJbr9A&asPdf=false  
85dc963c4792b376 FRIENDS OF THE WILD 88-C-0217 2018-08-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggy8&d=%2Fa%2F3d000000pTH8%2FmjjqyQVOj3WyshUXOf.9gbO5eWaeDhwPD9eHPzo_3N8&asPdf=false  
893d1b88ebf8d477 FRIENDS OF THE WILD 88-C-0217 2017-12-19   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVsL&d=%2Fa%2F3d000000paez%2Fv4oals5gljEMmyb.Q5DIpoH.Kj67bt4.18gLSJL4qf0&asPdf=false  
9510e165f8f00198 FRIENDS OF THE WILD 88-C-0217 2017-06-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egak2&d=%2Fa%2F3d000000poTf%2F4LveH9Bbr3If.W71p2WXSOmRNMRYg3Pp4hD0L8YTb4w&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 1107.961ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API