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

10 rows where cert_number = "56-C-0280" 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
24a43e7742bfaf12 Sugriva Co LLC 56-C-0280 2025-12-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000uH4v2&d=%2Fa%2FSJ000007EzkL%2FlYdrCheTuQh4xREcmVMxAXeYFXWIF3LfxIigr8975Tc&asPdf=false  
ebe3e106db482549 Sugriva Co LLC 56-C-0280 2025-09-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000l0Olq&d=%2Fa%2FSJ000005ncXV%2F_xY_k_WGXeaFmpS6uT6gwZCiiWz2T3H7DgplyIIxmXU&asPdf=false  
5260127dec5fdd0a Sugriva Co LLC 56-C-0280 2025-07-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000fdwfi&d=%2Fa%2FSJ0000050rPd%2F8W4M0bv.itIi99kg.WDE4LJBEVPODDSaERpHNfF7z9A&asPdf=false  
da7289fd814f0ae5 Sugriva Co LLC 56-C-0280 2025-04-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000VOQUG&d=%2Fa%2FSJ000003Nap3%2Fotm6qbL2ZSrXdIEW_e7hH_m.vwPUEcKuIgYtWFkgQt0&asPdf=false  
f775a83056080262 Sugriva Co LLC 56-C-0280 2025-01-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000KmL0P&d=%2Fa%2FSJ000001s8fx%2FM2cLbuy8Le7BT.7U5Udj1KqPXvXbLZd6gFbL8My0yMA&asPdf=false  
d3c20f8d7b2cf01f Sugriva Co LLC 56-C-0280 2024-10-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000BO4dh&d=%2Fa%2FSJ000000qQRR%2F2NgnT8L8JNbmIzGfMnJdmwwuqZ7itFNGw8sb70DajHU&asPdf=false  
a079a620f271889b Sugriva Co LLC 56-C-0280 2024-07-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000012H2b&d=%2Fa%2FSJ0000002pPp%2FZG2Jas5xKHxjo3xJIn1FAFuqYYrMfVKjLT4JCUMETmk&asPdf=false  
a881ab84b15a3600 Sugriva Co LLC 56-C-0280 2024-01-30   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000C7Q1X&d=%2Fa%2F3d000002Ty6L%2FzNV2iVb8q2ESr2Wi_USMuQ_s1NwDB8oumVe3uzfb7q4&asPdf=false  
806c961a6668784e Sugriva Co LLC 56-C-0280 2023-02-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007JcZd&d=%2Fa%2F3d000000t577%2FEN5aDl4z5MS6aM6m6.axp9OFRXuw._kRxarmWdwrg0Q&asPdf=false  
face67dcce07092f Sugriva Co LLC 56-C-0280 2022-09-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awRpj&d=%2Fa%2F3d000000pV6w%2FZZYpoIZCS1nom1aAiTPubVbYRlmrR5Ewm1eFqq1PrXs&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 1062.489ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API