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 = "14-R-0173" 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
6d77657192bce303 MOMENTA PHARMACEUTICALS 14-R-0173 2018-05-02   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egnqw&d=%2Fa%2F3d000000porp%2F9cTSeXfvAVLOFC2LZJLdC1s_7Skkb.D.ZPIDW.8iZmo&asPdf=false  
4f037d44d37b56ad MOMENTA PHARMACEUTICALS 14-R-0173 2017-06-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnaF&d=%2Fa%2F3d000000ppGA%2FWqaTCnjf2Q0dBgfaILH3kOo0w4gK0p890sqNDcMsugs&asPdf=false  
3e5861a2f476da77 MOMENTA PHARMACEUTICALS 14-R-0173 2016-07-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egn2z&d=%2Fa%2F3d000000pT6p%2FnIUuKxr2B_4ZxcuqZ8X3Od8xxcw2Ra_8N5eNawwN4D4&asPdf=false  
ac7f69096baec24e MOMENTA PHARMACEUTICALS 14-R-0173 2015-07-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmVu&d=%2Fa%2F3d000000pWUQ%2F5YPV.vDlhcPzu450I4soMOwKqqbgq7pEWPF8pRkaLtc&asPdf=false  
0f7d9f25ae7c90f5 MOMENTA PHARMACEUTICALS 14-R-0173 2014-06-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnTy&d=%2Fa%2F3d000000pRRK%2FlLaQ7yGw9.lnKUmg6BKkOIII12xSntlJ1fz4bhyEnXA&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.706ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API