Access our comprehensive database of washing machine error codes, diagnostic causes, and DIY resolution steps through a fast, free JSON endpoint.
This API is designed for developers, technicians, and smart home enthusiasts building diagnostic tools, mobile apps, or troubleshooting dashboards.
Authentication & Pricing
This is a completely public API endpoint.
- No API key required
- No rate limits (within reasonable fair use)
- 100% free for personal and commercial projects
API Endpoint
Submit a GET request to the following URL:
[https://washingmachinecare.com/api.php](https://washingmachinecare.com/api.php)
Request Parameters
Example Request (JavaScript / Fetch)
JavaScript
const url = "https://washingmachinecare.com/api.php?brand=lg&code=OE";
fetch(url)
.then(response => response.json())
.then(data => console.log(data))
.catch(error => console.error('Error:', error));
Example JSON Response
JSON
{
"title": "Drain Error / Outlet Timeout",
"cause": "The washing machine is unable to clear the water from the tub within the safe operational timeframe.",
"steps": [
"Check the drain hose behind the washer for severe kinks, twists, or heavy pinches.",
"Slowly open the drain pump filter cap at the bottom front panel (keep a towel ready for water).",
"Clear out coins, keys, or accumulated lint blocking the internal pump impeller blades.",
"Run a 'Spin Only' cycle to confirm the drain pump hums and evacuates water within the first 15 seconds."
],
"attribution": "Data provided by https://washingmachinecare.com. Please credit this URL if used in public projects.",
"reference_url": "https://washingmachinecare.com"
}
Licensing and Attribution Requirements
You are free to use this API in any application, dashboard, or open-source project. In exchange for free access, we require a standard followed backlink to our website.
If you use this data in a public project, you must include a link to [https://washingmachinecare.com](https://washingmachinecare.com) in your project’s footer, README.md file, or documentation page. For more advanced diagnostic guides, visit our primary appliance maintenance hub.
Would you like me to draft the GitHub README.md file next so you can launch this as an open-source project and start capturing authoritative developer backlinks?