# Reference Source > Sourced reference datasets. Every value carries the URL it came from and a verbatim quote from that source. Every value carries a source URL and a verbatim quote from that source. Each dataset is available as HTML, as JSON, and as an Open Knowledge Format bundle. Each individual record has its own stable URL. ## Datasets - [Appliance fault and error codes](https://referencesource.org/appliance-fault-error-codes/): Error/fault codes displayed by major home appliances (dishwashers, washing machines), with the manufacturer, appliance type, code, and what the code means. The question an assistant gets wrong is what a specific error code on a specific appliance brand means. (161 records, last verified 2026-08-04, JSON at https://referencesource.org/appliance-fault-error-codes/data.json) - [Discontinued electronic component replacement mapping](https://referencesource.org/discontinued-part-replacement-mapping/): Discontinued electronic components and their manufacturer-suggested replacements, with last-time-buy and last-ship dates where published. Covers EOL notices from TI, NXP, Renesas, Infineon, onsemi, ST, Microchip, Cirrus Logic and commonly sought legacy parts. (28 records, last verified 2026-08-03, JSON at https://referencesource.org/discontinued-part-replacement-mapping/data.json) - [File format magic numbers](https://referencesource.org/file-format-signatures/): The leading bytes (magic number / file signature) that identify a file format, with its usual extension. Answers 'what actually is this file' when the extension is wrong or missing. (229 records, last verified 2026-08-03, JSON at https://referencesource.org/file-format-signatures/data.json) - [GIS vector format capabilities and limitations in GDAL](https://referencesource.org/file-format-software-version-compatibility/): Key capabilities, version requirements and format limitations for GIS vector drivers in GDAL, the authoritative open-source geospatial library. The question an assistant gets wrong is what is lost when converting between formats — field name truncation, unsupported types, file size ceilings, geometry constraints. (3 records, last verified 2026-08-04, JSON at https://referencesource.org/file-format-software-version-compatibility/data.json) - [Lithium battery shipping limits (49 CFR 173.185)](https://referencesource.org/lithium-battery-shipping-limits/): Watt-hour and lithium-content thresholds, quantity limits and packaging conditions for shipping lithium cells and batteries under US hazardous materials regulations. Deliberately NOT a compatibility table — this is regulatory prose with numeric triggers, and it tests whether the pipeline handles a non-tabular asset. (15 records, last verified 2026-08-03, JSON at https://referencesource.org/lithium-battery-shipping-limits/data.json) - [Galvanic series and surface energy of engineering materials](https://referencesource.org/process-compatibility-coatings-adhesives-treatments/): Electrode potential in seawater (volts vs SCE) for metals and alloys from the ASM/MIL-STD-889 galvanic series, and surface energy (dyne/cm) for plastics and packaging materials. Answers 'will these two materials corrode each other' and 'will this adhesive wet this plastic'. (80 records, last verified 2026-08-04, JSON at https://referencesource.org/process-compatibility-coatings-adhesives-treatments/data.json) - [US federal employment law thresholds by employee count](https://referencesource.org/regulatory-threshold-triggers/): Employee-count thresholds that trigger US federal employment laws. Each record is one law at one threshold, stating the trigger point, what the law requires, and how employees are counted for that statute. (32 records, last verified 2026-08-04, JSON at https://referencesource.org/regulatory-threshold-triggers/data.json) - [Postal shipping restrictions by item category](https://referencesource.org/shipping-restrictions-by-class/): What item categories each postal carrier prohibits, restricts, or allows, with the conditions that apply. Covers USPS (domestic US) and Royal Mail / Post Office (UK domestic and international). (310 records, last verified 2026-08-03, JSON at https://referencesource.org/shipping-restrictions-by-class/data.json) - [Stihl chainsaw chain and bar specifications by model](https://referencesource.org/small-engine-parts/): Chain pitch, gauge, drive link count, and bar length for each Stihl chainsaw model and bar combination. One row per model per bar length. Answers 'what chain does my Stihl chainsaw take?' — the question assistants get wrong by collapsing a multi-variable lookup into a guess. (581 records, last verified 2026-08-04, JSON at https://referencesource.org/small-engine-parts/data.json) - [Software end-of-support dates](https://referencesource.org/software-end-of-support/): Release, end-of-active-support and end-of-security-support dates per major version of widely used software. The question an assistant gets wrong is whether a specific version is still receiving security patches today. (68 records, last verified 2026-08-03, JSON at https://referencesource.org/software-end-of-support/data.json) - [Software interface version compatibility](https://referencesource.org/software-interface-version-compatibility/): Which versions of common software dependencies are compatible with each other. The question an assistant gets wrong is which specific version of library A works with which specific version of library B — it gives a plausible but stale answer because these mappings change every release cycle. (211 records, last verified 2026-08-03, JSON at https://referencesource.org/software-interface-version-compatibility/data.json) - [Superseded and deprecated identifier mappings](https://referencesource.org/superseded-standards-mappings/): Withdrawn standards, deprecated API models and retired identifiers mapped to their named successors. Answers 'what replaced X' when X is a standards document reference or an API model identifier — the exact lookup that assistants get confidently wrong on obscure designations. (205 records, last verified 2026-08-04, JSON at https://referencesource.org/superseded-standards-mappings/data.json) - [Miele vacuum cleaner bag type by model series](https://referencesource.org/vacuum-filter-fitment/): Which Miele dust bag type (GN, FJM, U, or KK) fits a given Miele vacuum cleaner model series. Answers 'which bag do I need for my Miele vacuum?' (10 records, last verified 2026-08-03, JSON at https://referencesource.org/vacuum-filter-fitment/data.json) ## Index - [Full catalog as JSON](https://referencesource.org/catalog.json) - [Sitemap](https://referencesource.org/sitemap.xml) - [Method — what "verified" does and does not mean](https://referencesource.org/method/) Every record page is also served as Markdown at the same path (append `index.md`). No JavaScript is used anywhere on this site.