Revolutio website screenshot

Revolutio

Revolutio provides smart structural engineering software and a Hazard API (formerly CHECKWIND.API) that delivers site-specific wind, snow, ice, and seismic load parameters for structural engineering and construction projects. The API is trusted by over 750 companies and 5000 users worldwide across construction, fabrication, power distribution, signage, structural engineering, and telecommunications. It covers 40+ countries and supports standards including AS/NZS 1170.2, AS 4055, and ASCE 7.

1 APIs 0 Features
EngineeringHazardWeatherStructural EngineeringWind AnalysisConstruction

APIs

Revolutio Hazard API

The Revolutio Hazard API (formerly CHECKWIND.API) v4 provides site-specific wind, snow, ice, and seismic hazard parameters for structural engineering. Given a latitude/longitude...

Collections

Pricing Plans

Revolutio Plans Pricing

3 plans

PLANS

Rate Limits

Revolutio Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Revolutio Context

29 classes · 0 properties

JSON-LD

API Governance Rules

Revolutio API Rules

8 rules · 3 errors 4 warnings 1 info

SPECTRAL

JSON Structure

Revolutio Wind Result Structure

0 properties

JSON STRUCTURE

Example Payloads

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Swagger
Swagger

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Revolutio Hazard API
  version: 4.0.0
request:
  auth:
    type: apikey
    key: apiKey
    value: '{{apiKey}}'
    placement: query
items:
- info:
    name: Wind
    type: folder
  items:
  - info:
      name: Get Wind Hazard Analysis
      type: http
    http:
      method: GET
      url: https://api.revolutio.com.au/asnzs1170/wind
      params:
      - name: apiKey
        value: ''
        type: query
        description: Your Revolutio Hazard API subscription key
      - name: latitude
        value: ''
        type: query
        description: Site latitude in decimal degrees
      - name: longitude
        value: ''
        type: query
        description: Site longitude in decimal degrees
      - name: h
        value: ''
        type: query
        description: Structure height in metres
      - name: units
        value: ''
        type: query
        description: Output unit system
      - name: advancedDetection
        value: ''
        type: query
        description: Enable ML-based terrain detection
      - name: googleApiKey
        value: ''
        type: query
        description: Optional Google API key for elevation data
    docs: Returns site-specific wind hazard parameters according to AS/NZS 1170.2 for the specified coordinates. API key must
      be included as a query parameter.
  - info:
      name: Post Wind Hazard Analysis
      type: http
    http:
      method: POST
      url: https://api.revolutio.com.au/asnzs1170/wind
      body:
        type: json
        data: '{}'
    docs: Returns site-specific wind hazard parameters. POST method allows passing the API key in the request header for better
      security.
- info:
    name: Snow And Ice
    type: folder
  items:
  - info:
      name: Get Snow Hazard Analysis
      type: http
    http:
      method: GET
      url: https://api.revolutio.com.au/asnzs1170/snow
      params:
      - name: apiKey
        value: ''
        type: query
      - name: latitude
        value: ''
        type: query
      - name: longitude
        value: ''
        type: query
      - name: h
        value: ''
        type: query
      - name: units
        value: ''
        type: query
    docs: Returns site-specific snow and ice loading parameters for the specified coordinates according to applicable standards.
  - info:
      name: Post Snow Hazard Analysis
      type: http
    http:
      method: POST
      url: https://api.revolutio.com.au/asnzs1170/snow
      body:
        type: json
        data: '{}'
    docs: Returns site-specific snow and ice loading parameters via POST.
- info:
    name: Seismic
    type: folder
  items:
  - info:
      name: Get Seismic Hazard Analysis
      type: http
    http:
      method: GET
      url: https://api.revolutio.com.au/asnzs1170/seismic
      params:
      - name: apiKey
        value: ''
        type: query
      - name: latitude
        value: ''
        type: query
      - name: longitude
        value: ''
        type: query
      - name: units
        value: ''
        type: query
    docs: Returns site-specific seismic hazard parameters for the specified coordinates.
  - info:
      name: Post Seismic Hazard Analysis
      type: http
    http:
      method: POST
      url: https://api.revolutio.com.au/asnzs1170/seismic
      body:
        type: json
        data: '{}'
    docs: Returns seismic hazard parameters via POST.
- info:
    name: Combined Hazard
    type: folder
  items:
  - info:
      name: Get Combined Hazard Analysis
      type: http
    http:
      method: GET
      url: https://api.revolutio.com.au/asnzs1170/combined
      params:
      - name: apiKey
        value: ''
        type: query
      - name: latitude
        value: ''
        type: query
      - name: longitude
        value: ''
        type: query
      - name: h
        value: ''
        type: query
      - name: units
        value: ''
        type: query
      - name: advancedDetection
        value: ''
        type: query
      - name: googleApiKey
        value: ''
        type: query
    docs: Returns all available hazard parameters (wind, snow, ice, seismic) for a given site in a single request. Recommended
      for comprehensive site assessments.
  - info:
      name: Post Combined Hazard Analysis
      type: http
    http:
      method: POST
      url: https://api.revolutio.com.au/asnzs1170/combined
      body:
        type: json
        data: '{}'
    docs: Returns all hazard parameters for a site via POST.
bundled: true