get_guide
Fetch a repair guide by ID. Use summary mode for parts, tools, and step titles, or full mode for complete instructions. Optionally localize or limit steps.
Instructions
Fetch a repair guide by id.
With detail="summary" (default) returns the guide's metadata, parts and tools lists, and step titles only — a compact overview (steps with empty titles fall back to the first line's text). With detail="full" returns everything (steps with rendered text converted to plain text). max_steps truncates the steps list; note it only applies when detail="full" — in summary mode the client ignores it, so the combination is accepted but has no effect.
WARNING: detail="full" guides can exceed 250KB of text — prefer detail="summary" or set max_steps for large guides.
Args: guideid: The guide id (e.g. 1220 or "1220"). detail: One of "summary" (default) or "full". max_steps: Maximum number of steps to include when detail="full" (e.g. 10 or "10"). lang: Optional language code (e.g. "de") for a localized guide (maps to the API's langid parameter).
Note: Data from iFixit (CC BY-NC-SA). Non-commercial use only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | ||
| detail | No | summary | |
| guideid | Yes | ||
| max_steps | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |