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

12 rows where cert_number = "41-R-0076" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
4d94c881bcf12006 Spring Point Project 41-R-0076 2025-04-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000TfBK1&d=%2Fa%2FSJ0000035igD%2FK3KOHF5vFVOvPpT8qnlDb_8okBiPybGQ7CQwJAO3FJM&asPdf=false  
9758e236f6ec807d Spring Point Project 41-R-0076 2024-03-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CW0Q6&d=%2Fa%2F3d000002aYrk%2FvL1RObbE4jLz1YFB9FGefAbw10AGlWrRaItg_eFproo&asPdf=false  
90bbeefe87e4c6cf Spring Point Project 41-R-0076 2023-03-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007ueEq&d=%2Fa%2F3d0000012wcZ%2F680rac4bowI3u9JDQ_9Q_TgGfKRzUlNqjnHjdE9Zofk&asPdf=false  
0887b66032b73d3a Spring Point Project 41-R-0076 2022-01-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9AA0&d=%2Fa%2F3d000000pgzq%2FrMk0Jm7HNZ_BEUQ0GLUHR.c2vGiY5eIpefc748SPZlU&asPdf=false  
783fad1a959d33a5 Spring Point Project 41-R-0076 2020-12-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyQ4i&d=%2Fa%2F3d000000pRks%2FZWrK5W9QqkFZzUMSlTkoePd4E5UaA4E4.9JISuO0qJA&asPdf=false  
ca6795996c11f4d3 Spring Point Project 41-R-0076 2020-02-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmz5&d=%2Fa%2F3d000000phtI%2FcVUnL.iz7OXe0s1wFVE6WSYeHxaufkyX5NBBAENtRzs&asPdf=false  
c62415fd89c8036b Spring Point Project 41-R-0076 2019-04-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfma&d=%2Fa%2F3d000000pRRg%2FBu22MysHL965a_FfFq6EMfKpAdDiPBRnRIwhpxO9BnE&asPdf=false  
4db31e10736b1490 Spring Point Project 41-R-0076 2018-02-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeDY&d=%2Fa%2F3d000000plX5%2Fj6DV2uzDXAlctv.hsw8s2fFtYfahe8keSgU.XBdFxNo&asPdf=false  
ebde7671389e72d0 Spring Point Project 41-R-0076 2017-02-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege56&d=%2Fa%2F3d000000pRQi%2FTi.oEm4l280c.J9uuCXNBQR0fyVgfRX_pfR8fb6Z9w4&asPdf=false  
917f498217d37f61 Spring Point Project 41-R-0076 2016-04-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfMF&d=%2Fa%2F3d000000pRal%2F1o5xqsr.GdElPkigYUD6BleS9Fbz4LgA2XsVf.vznKg&asPdf=false  
542caaec9cd04f7b Spring Point Project 41-R-0076 2015-05-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf4i&d=%2Fa%2F3d000000plhq%2F0f8y8cTcixYJlmXreluyVHkIQfXO4tnKQsB9R6d_S04&asPdf=false  
bcbc5d4c36818682 Spring Point Project 41-R-0076 2014-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfyc&d=%2Fa%2F3d000000pRfE%2FDDC7_sSgbF1XYdAoSClWNk01VCECfMHfqXkJWgPCHVI&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 6.952ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API