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

9 rows where cert_number = "54-C-0007" 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
1a11d8cada16e995 West Virginia Division of Natural Resources 54-C-0007 2025-02-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000PSwPH&d=%2Fa%2FSJ000002Rr0f%2Fc8zYnW_3m0HTYZ6UTOK9cXn9d1zKZ_8ny0KScDZLCjU&asPdf=false  
6217f60def6d0731 West Virginia Division of Natural Resources 54-C-0007 2024-04-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000D5DrS&d=%2Fa%2F3d000002mfJg%2FFkhxDqYhVfzOlIwZjDhZ_jd8kAr.K7Xux51eWx.u67o&asPdf=false  
adc5fef13baf399a West Virginia Division of Natural Resources 54-C-0007 2021-07-28   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN0no&d=%2Fa%2F3d000000pRup%2FPhAJRZbwy2.nnTOWq9apUC0pS8m0cGIIuJzK4KhCrvk&asPdf=false  
d1d664a0a6b0a7d1 West Virginia Division of Natural Resources 54-C-0007 2019-06-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY1N&d=%2Fa%2F3d000000pb9F%2FI6J5K4PSy99lVfP0UEkZVzHexjJc8HAXpwUeQpegoPc&asPdf=false  
ef3232bc6e81f093 West Virginia Division of Natural Resources 54-C-0007 2018-05-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXwi&d=%2Fa%2F3d000000pmWM%2FUvs0xRXV2EONJOsIe.8WkBGLJ8.24svS.K6YwtY595c&asPdf=false  
64cdeeaf7e8b6ce4 West Virginia Division of Natural Resources 54-C-0007 2017-01-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYKA&d=%2Fa%2F3d000000pdaH%2FyTSrrTkbGduRJou9p085JPAPkd4A.CQ0wMHyY.ZXHfs&asPdf=false  
62b690390a9d8faf West Virginia Division of Natural Resources 54-C-0007 2016-04-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXo3&d=%2Fa%2F3d000000plDF%2F.APLVIaNmYaayUr6BEN8fbvnMSKxi.Y_NmOd0aG2m24&asPdf=false  
02605026470904ec West Virginia Division of Natural Resources 54-C-0007 2015-10-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXv6&d=%2Fa%2F3d000000piHr%2F5Tvbc27PfaE.pw3GCdg6AMs0PYfBNwVeXBLk_x_hnFA&asPdf=false  
0e7c47b2d2c79f16 West Virginia Division of Natural Resources 54-C-0007 2014-09-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXzX&d=%2Fa%2F3d000000pbd4%2FUhanFuhWyI1P.HAKnQRnecYgNtdquwHl7jaM9HZefLw&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 297.353ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API