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

11 rows where cert_number = "55-R-0127" 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
993129d8b7892937 Grifols Therapeutics LLC 55-R-0127 2024-12-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000HoiDq&d=%2Fa%2FSJ000001T5Bp%2FRJRl5mvn1jT1uJ5xOdRmnuFCWyMxVFJmvDoF_gv7_UQ&asPdf=false  
e79aede99cb0b09d Grifols Therapeutics LLC 55-R-0127 2024-03-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CkNya&d=%2Fa%2F3d000002f1hW%2FqlmkbaI1eSqOQTThz7x1N3nQi90qtoZ5Zio.A0j0mUA&asPdf=false  
b06a275407b517b8 Grifols Therapeutics LLC 55-R-0127 2023-05-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008XhjI&d=%2Fa%2F3d000001Eq1I%2F8W4nNEnJdnJLL_3bjjCw5_MS4OUBvbINW3cF.dcbHs8&asPdf=false  
509983edec283612 Grifols Therapeutics LLC 55-R-0127 2022-08-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxvLc&d=%2Fa%2F3d000000pU1R%2FUZIbUDYyD430gVPtWmqpNGE6jEFKpluUMstI5F_9zCo&asPdf=false  
2330e60c96f38104 Grifols Therapeutics LLC 55-R-0127 2021-08-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN1av&d=%2Fa%2F3d000000pU23%2FK3rTbJkJwciwxDPbsmH4Ic7_zSXjx33ca3RAcCDSDX0&asPdf=false  
e58c57376cfb3769 Grifols Therapeutics LLC 55-R-0127 2020-10-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FS3JB&d=%2Fa%2F3d000000pU1q%2F_y_jyOD0x_2PQ3aGjapMqJVK.DmQfg6peyjI2.iwyUo&asPdf=false  
be40f51505ba4533 Grifols Therapeutics LLC 55-R-0127 2019-04-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcte&d=%2Fa%2F3d000000pU1z%2FfiLePcrT8cd8JEJQf1Q98e9u5VYS77n5HlTQbq6IxuE&asPdf=false  
78a65fe7a31ab59f Grifols Therapeutics LLC 55-R-0127 2018-03-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd6b&d=%2Fa%2F3d000000pU1g%2FQm7r8y1fgwz3oemQNonZfHqnoM5cOAfEgy3nbvNDox4&asPdf=false  
1803f7da96d7b21e Grifols Therapeutics LLC 55-R-0127 2017-05-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaG4&d=%2Fa%2F3d000000pU2a%2FMvlH0CqvCFinlU0wmt5I44_5koceQiJKHoLX3RQZLxY&asPdf=false  
910401db9aab3479 Grifols Therapeutics LLC 55-R-0127 2016-08-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdkV&d=%2Fa%2F3d000000pU1l%2FdWiJknwe9Tgq_q07xnQkLkFvLvppRe94FNAlOz9QdFc&asPdf=false  
c078e459de4dde75 Grifols Therapeutics LLC 55-R-0127 2015-01-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfXw&d=%2Fa%2F3d000000pU2C%2F5.tan_uxXHI28evFnFxd014B4V02wKreJIoy0GQYDSk&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 38.251ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API