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 = "93-C-0772" 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
7ca727174a88d913 Catherine Clemente 93-C-0772 2024-06-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000ESEdC&d=%2Fa%2F3d0000039lHK%2FMiuwOVJXG0mEcds82MkG3vMZWGnUw6zxyHdt7tDcoaU&asPdf=false  
f8d4628340981351 Catherine Clemente 93-C-0772 2022-07-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxX6U&d=%2Fa%2F3d000000pikR%2FSNgXVAkRXifEGSi2YnNT7AsKG5Dz7KdtfbMDjf4kj9w&asPdf=false  
012433417478e032 Catherine Clemente 93-C-0772 2021-02-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESG04&d=%2Fa%2F3d000000pieE%2FSxaKU81GycvKX4cmikbsA77OQD9TFhWh0INytKJkpAA&asPdf=false  
404907fa44e25e6b Catherine Clemente 93-C-0772 2020-01-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egik2&d=%2Fa%2F3d000000pifD%2Fgp10PmfOmYoVWZkwpHk6ZohcCAlHgQYjM8Q67QIc5eY&asPdf=false  
fd451e0a36107da9 Catherine Clemente 93-C-0772 2018-09-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg2z&d=%2Fa%2F3d000000pif1%2FEkIzl0EH5HHn3lxEoQGlT_mS3xzRUim0KBx7LWU.YBs&asPdf=false  
75ec5663304aac2a Catherine Clemente 93-C-0772 2017-04-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghSe&d=%2Fa%2F3d000000piew%2FyJ41U7RcNAIq44RJ1lZoXy9Ld3gYb6MUVKCogEuEro4&asPdf=false  
b20fc20f828ca94b Catherine Clemente 93-C-0772 2016-05-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggaX&d=%2Fa%2F3d000000pifh%2Fo_SfTcQiRDBZbEkiTOcbjil0yaicB7lL09jNH7oG1UY&asPdf=false  
2e77312030328132 Catherine Clemente 93-C-0772 2015-06-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZSe&d=%2Fa%2F3d000000pieN%2FFXxFtOf_w.4Z4HQZUGaKns.S509daJyrXVd08qEW6os&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 738.096ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API