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 = "41-C-0285" 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
3c70aa78ca9b5b3d SKYVIEW RANCH L L C 41-C-0285 2022-02-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9LbG&d=%2Fa%2F3d000000pUyd%2FQ7Ca7Z.bxsqwzX1zGFemyLu91fT6BGW1fqY_Lo8_TQM&asPdf=false  
ab1ba04f78a405d2 SKYVIEW RANCH L L C 41-C-0285 2021-01-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERkVN&d=%2Fa%2F3d000000pWSd%2F1GJoPBq8YoCld9TuAmPVFzq8m_UgkHZ3POtqFtcHGSU&asPdf=false  
ccdb3087a822ffdc SKYVIEW RANCH L L C 41-C-0285 2020-01-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbdY&d=%2Fa%2F3d000000plEq%2F8RgQpysF5EZdtVcdFGGrIGnCohYEF.W0ZHsU1ahLS6k&asPdf=false  
42e6a99dc1b2a468 SKYVIEW RANCH L L C 41-C-0285 2019-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbfW&d=%2Fa%2F3d000000pdqh%2FD.sRd9fQCg_e3YUojzJFpmXhV1f7VVnY4MbqlDJfzcA&asPdf=false  
872fc31f88860a7f SKYVIEW RANCH L L C 41-C-0285 2018-02-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbWb&d=%2Fa%2F3d000000pSv4%2F.KhOf64OPxj7quRxJz1_Tk_esttzeH1POp73cmQiqcI&asPdf=false  
db6b9be486c906ab SKYVIEW RANCH L L C 41-C-0285 2017-10-31   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfIn&d=%2Fa%2F3d000000pmcD%2Fbot1WwwHixwZIT5S1K0rhDe66hOyoz_fuBXSOZG3sLE&asPdf=false  
f659b5f138673787 SKYVIEW RANCH L L C 41-C-0285 2016-11-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbez&d=%2Fa%2F3d000000pkje%2Fu3kfwDeL2UHVAtjhjIGCvgSilr16yUvE3H8_QCp6Lts&asPdf=false  
866fb845b5cb006e SKYVIEW RANCH L L C 41-C-0285 2015-12-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdDb&d=%2Fa%2F3d000000pTEQ%2FdpskjQR0bk1bw6yg4Y31xRe3hP.EPdSYbQcR8hjk8aA&asPdf=false  
86b2b239963e9dc6 SKYVIEW RANCH L L C 41-C-0285 2015-06-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZI0&d=%2Fa%2F3d000000plJu%2F9AaXbZoXkNALIrGwyEMnIrRiQ8t2HtOoTvOIh1DOjHs&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 1022.18ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API