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 = "21-R-0255" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
e8db3782681837ae Northern Virginia Community College 21-R-0255 2025-08-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000ij4Mk&d=%2Fa%2FSJ000005T7Cv%2Fk.dq0hsUGusqoB2itEc5sgZ_07gjm6cC98MU5JU45YY&asPdf=false  
d57bed91114b4ca4 Northern Virginia Community College 21-R-0255 2025-02-20   0 8 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000R0nR7&d=%2Fa%2FSJ000002gRFa%2FD49CY3xoUEMyp0XknCdvzad_BQi42JLUzlIKGQWisoI&asPdf=false  
1e3e969b894bd262 Northern Virginia Community College 21-R-0255 2024-04-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DBm8K&d=%2Fa%2F3d000002owrH%2FaNG8cV6C5IaoY8UNlqjnuLuCsh6YC2ZbxVpqyk2tbvE&asPdf=false  
1718c9cf6730cdad Northern Virginia Community College 21-R-0255 2023-03-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uqRs&d=%2Fa%2F3d0000012yMy%2FQi8_Qf9QLjY3ndhmI4ZgyxS5IR5dn1vFj_aP_XWmv0o&asPdf=false  
b855320c44346c16 Northern Virginia Community College 21-R-0255 2022-02-25   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9RE3&d=%2Fa%2F3d000000ph8F%2FkgHnYnG2E8GwxTDXWxfUIDMHN0IEJGfXWQyOaTtwtlo&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 4.322ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API