How often gas pumps and retail scales get inspected, by state
For each US state: how often commercial fuel dispensers and retail scales are tested for accuracy, and who has to arrange it -- taken from the state's own statute where the state sets an interval in law, and from the agency's own description of its programme where it does not. Answers 'how often are gas pumps inspected in [state]', 'how often do scales have to be tested', and 'who is responsible for getting my scale inspected'. The common assumption is that every state inspects annually and that the state pays for it, and both halves of that are wrong often enough to matter: Texas requires a commercial device to be tested only once every four years and lets the department go longer still if funding is short, while Kansas requires annual testing but puts the cost and the arranging on the device's owner, who must hire a licensed service company. No compiled multi-state table exists, because building one means reading fifty statutes and fifty agency sites in fifty formats and re-checking them every year.
The data
| State | Inspection interval | Devices covered | Who arranges the test | Legal basis | Source page |
|---|---|---|---|---|---|
| Kansas | at least annually | a device used for weighing, measuring or both that is used commercially | device owner | 83-304. | Kansas Statutes K.S.A. 83-304 -- Annual inspection required |
| Louisiana | At least once a year | all commercial weighing and measuring devices | state agency inspectors | Louisiana Department of Agriculture and Forestry -- Device registration and inspections | |
| Pennsylvania | the annual inspections on many devices throughout the state | Fuel Dispensers, Scales and Timing Devices | state agency inspectors | Pennsylvania Department of Agriculture -- Weights and Measures Inspection | |
| South Carolina | inspecting every pump in the state each year | fuel pumps | state agency inspectors | South Carolina Department of Agriculture -- Gas Pumps and Scales | |
| Texas | at least once every four years | a commercial weighing or measuring device | state agency inspectors, but the device owner is responsible for making sure it happens | Texas Agriculture Code - AGRIC § 13.101. Inspection of Devices | Texas Agriculture Code § 13.101 -- Inspection of Devices |
| Wisconsin | at least annually | a scale with a weighing capacity of 5,000 pounds or more used for the commercial weighing of commodities | device owner | 98.16(3m)(a) | Wisconsin Statutes s. 98.16(3m)(a) |
Where this came from
Every record above links the page it was taken from and quotes the sentence that states it. These are the 6 sources this dataset was assembled from.
- ksrevisor.govhttps://www.ksrevisor.gov/statutes/chapters/ch83/083_003_0004.html
- ldaf.la.govhttps://www.ldaf.la.gov/business/weights-measures/devices
- agriculture.pa.govhttps://www.agriculture.pa.gov/consumer_protection/weights_measures/Pages/Weights-and-Measures-Inspection-.aspx
- agriculture.sc.govhttps://agriculture.sc.gov/permits-and-inspections/gas-pumps-and-scales/
- codes.findlaw.comhttps://codes.findlaw.com/tx/agriculture-code/agric-sect-13-101.html
- docs.legis.wisconsin.govhttps://docs.legis.wisconsin.gov/statutes/statutes/98/16/3m/a
Machine-readable
- data.jsonThe whole dataset — every record with its source URL and source quote.
- Open Knowledge Format bundleOne JSON object per line — every record's frontmatter and quoted span exactly as it is held here, in one fetch.
- How this is made and checkedWhat "verified against source" does and does not mean.
From your own code
Same records, same quotes, without scraping the page: refsource is on PyPI and npm. Each value comes back carrying the URL it was read from and the sentence on that page that states it — .source and .quote sit on the value itself rather than in a side channel, so the checking step is available instead of skipped.
pip install refsource
refsource lookup weights-measures-device-inspection-intervals-by-state state=Kansas
npx -y refsource lookup weights-measures-device-inspection-intervals-by-state state=Kansas