ToolAssay

Uses the geometric AWG definition, so results are exact for solid round conducto

Uses the geometric AWG definition, so results are exact for solid round conductors. Mass per metre and resistance follow from the material density and resistivity at 20 degrees Celsius; stranded conductors carry roughly two to five percent more mass and resistance per metre than the same nominal size and are not modelled separately. Supply either awg or cross_section_mm2, not both. Sizes 4/0 through 40 AWG are covered.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
883 msmedian answer time
$0.001listed price per call
$0.001price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://material.halowerk.com/awg-metric

CategoryEverything else
Provider hostmaterial.halowerk.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.001 883 ms

Example input (from the provider)

{
  "body": {
    "awg": "12",
    "length_m": 10,
    "material": "copper"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "awg": {
              "description": "AWG size, e.g. \"12\", \"0\", \"2/0\", \"4/0\".",
              "type": "string"
            },
            "cross_section_mm2": {
              "description": "Metric cross-section for the reverse direction.",
              "maximum": 1000,
              "minimum": 0.01,
              "type": "number"
            },
            "length_m": {
              "default": 1,
              "maximum": 100000,
              "minimum": 0.1,
              "type": "number"
            },
            "material": {
              "default": "copper",
              "enum": [
                "copper",
                "aluminium"
              ],
              "type": "string"
            }
          },
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON