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 = "71-A-1339" 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
2a4249b1d3aa862c Brenda Tisdale 71-A-1339 2022-02-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9HX7&d=%2Fa%2F3d000000ph4A%2FJ4yq55LvHaJrkVk4Nt5TPUBp4u1SRTnWIngLQAwwxfo&asPdf=false  
e9224984a2d1679a Brenda Tisdale 71-A-1339 2021-05-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh3DS&d=%2Fa%2F3d000000pUBi%2F4r66cMo1ksNAIcVTxPv6kCsurpvAQW7RlVpbYvazKpY&asPdf=false  
a93b279d344aee01 Brenda Tisdale 71-A-1339 2019-11-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeV7&d=%2Fa%2F3d000000pkG1%2FBDncQA_9xFRiMzsngt7CgHIgyvOSZiJ32sSTEOKfk.0&asPdf=false  
9a11d1e795abb3ba Brenda Tisdale 71-A-1339 2019-05-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjl6&d=%2Fa%2F3d000000pSPF%2Fn4WDqGPnh5glNvpLqYKjg1QZfb_jKivbyJcQkj2Wf9s&asPdf=false  
9353f2406a68dce2 Brenda Tisdale 71-A-1339 2018-01-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjoT&d=%2Fa%2F3d000000poTD%2F2fdi.DrvS6FA_Ga8.nmsgpmMUA_Sjd3VCbG7PoOEH2Q&asPdf=false  
81700a62a95e1d9d Brenda Tisdale 71-A-1339 2016-06-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggxv&d=%2Fa%2F3d000000pUDq%2F3QQJoVbZe_WaeZ8SB.crvnArArXZLTga.0e2aOukBEM&asPdf=false  
65d8135131432958 Brenda Tisdale 71-A-1339 2014-11-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc3S&d=%2Fa%2F3d000000pjwD%2FMomAZQhgp5fVi1uiYz2xYuy0emSLRbde9xP6Rbli4do&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 3.584ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API