Timber Beams
US Wood Beam API
Structural analysis for US wood beams following NDS 2018 (Allowable Stress Design). Calculate beam capacity, bending/shear/bearing checks, deflection, and pass/fail status.
Two Approaches
Single-Call (Recommended)
Create, configure, and solve in one request:
Code
Best for quick calculations, automation, and batch processing. API Reference →
Multi-Step
Build calculations incrementally when you need to iterate on parameters:
Code
Quick Example
Calculate a floor joist using the single-call endpoint:
Code
Response:
Code
Understanding Results
| Field | Description |
|---|---|
passed | true if all NDS checks pass |
utilizationRatio | Demand/capacity ratio (0-1). Lower is better. |
summaryCheck.referenceId | Which check governs the design |
summaryCheck.failReasons | Empty array means no failures |
Presets
13 presets provide sensible defaults for common beam types. Use the API to list them:
Code
List Presets in API Reference →
Units & Design Standard
- Code: NDS 2018 (National Design Specification)
- Method: Allowable Stress Design (ASD)
- Units: Imperial
| Parameter | Unit | Example |
|---|---|---|
L_X (span length) | feet | 14 |
| Support positions | feet | 0, 14 |
| Support bearing width | inches | 3.5 |
Distributed loads (D, L, S, Lr) | psf | 40 |
Point loads (D, L, S, Lr) | lbs | 1000 |
| Spacing | inches | 16 |
Next Steps
- Error Handling - Understanding validation errors
- API Reference - Full interactive endpoint documentation
Last modified on