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 = "51-R-0102" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
709bf5a8d8cdbf99 Medimmune LLC 51-R-0102 2023-01-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007doOC&d=%2Fa%2F3d000000yGiQ%2FyBGS4JdOdreerZO8D361xo8GG_zwJTRduJazH5xrEe4&asPdf=false  
cd56ff143c646e51 Medimmune LLC 51-R-0102 2022-01-14   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V96sw&d=%2Fa%2F3d000000paRu%2FoNOpxAlqY4GxYUQO3vvOTVmkhInsIExOXlc4rOp5Kek&asPdf=false  
7c2d3eee9bf15646 Medimmune LLC 51-R-0102 2021-06-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMgme&d=%2Fa%2F3d000000paSf%2FQsJhMzWjEKcl5KXnYuS01mpcwlHcK0lxB1AXKhct6zQ&asPdf=false  
25e7e0e99a85e07c Medimmune LLC 51-R-0102 2020-09-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgyYS&d=%2Fa%2F3d000000paRW%2FQLcZuDtrn69v7RwNW_huPTC1trslJySv9g6vQw._MTw&asPdf=false  
75326e4d4ea7162d Medimmune LLC 51-R-0102 2019-09-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmmU&d=%2Fa%2F3d000000paRT%2FNktUUh39KFYw28q.zm9bd.BXzgn8WOciYi_J2KWIXh4&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 2016.922ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API