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 = "21-C-0503" 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
5b7f2349025b0a92 Nova Wild LLC 21-C-0503 2026-01-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000zwzmM&d=%2Fa%2FSJ0000083zAP%2FzzqFu9l8EFuVqv2TNXlcFoc3wDXcpQ5I.ufTtgd4gSg&asPdf=false  
b836d795e994b7cf Nova Wild LLC 21-C-0503 2025-08-21   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000k6oOE&d=%2Fa%2FSJ000005f2hJ%2F1fc_1ivb9hdDC1Xjioy_C.WBxZz5jCUb9fhCLMU6FcE&asPdf=false  
f93277269584fe2c Nova Wild LLC 21-C-0503 2024-10-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000DRcbE&d=%2Fa%2FSJ00000110F7%2FS2_XgRfT.djGil4TfO2TR.iP7c6dZpHEv7VSDZWN_bQ&asPdf=false  
b95913ebb6b9a89a Nova Wild LLC 21-C-0503 2024-02-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CHfvy&d=%2Fa%2F3d000002WQCi%2FgoIfkOGBtb1C8KELAhgZXN1ovMwZSZTdzKgFvv3ovok&asPdf=false  
6d8130b9bb1bfe24 Nova Wild LLC 21-C-0503 2023-10-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Al7wA&d=%2Fa%2F3d0000026PZt%2F_3.V2Kif3RDKfJZW1lMsygfGAlGWTsYL5uYe7xPvd0w&asPdf=false  
245354f5e1575862 Nova Wild LLC 21-C-0503 2023-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008IiI3&d=%2Fa%2F3d000001ARgS%2FSPlP0PXJWFUZnkb2GcbHA824WALbGSNt9LYfWEJvsoc&asPdf=false  
19c40dc7222984c4 Nova Wild LLC 21-C-0503 2023-01-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007dlSD&d=%2Fa%2F3d000000yGO6%2F8390PjQ23ItZCkYW2FyyZHxKfdoMGjcJAFo6cNo20j4&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 869.794ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API