Electrical Units
This API can be used to convert UK standard electrical units of measurement. There are a number of endpoints available for use: - power_to_current/single_phase -> converts watts to ampheres (single phase) - power_to_current/three_phase -> converts watts to ampheres (three phase) - current_to_power/single_phase -> converts ampheres to watts (single phase) - current_to_power/three_phase ->…
Electrical Units endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Convert single phase power (watts) to current (ampheres) /power_to_current/single_phase |
This endpoint takes an input of the following: - Power in watts - float - required - Power factor - float - defaults to 0.95 - Voltage in volts - float - defaults to 230 The… |
| GET |
Convert three phase power (watts) to current (ampheres) /power_to_current/three_phase |
This endpoint takes an input of the following: - Power in watts - float - required - Power factor - float - defaults to 0.95 - Voltage in volts - float - defaults to 400 The… |
| GET |
Convert single phase current (ampheres) to power (watts) /current_to_power/single_phase |
This endpoint takes an input of the following: - Current in ampheres - float - required - Power factor - float - defaults to 0.95 - Voltage in volts - float - defaults to 230 The… |
| GET |
Convert three phase current (ampheres) to power (watts) /current_to_power/three_phase |
This endpoint takes an input of the following: - Current in ampheres - float - required - Power factor - float - defaults to 0.95 - Voltage in volts - float - defaults to 230 The… |
Electrical Units pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|