Revolutio · Example Payload

Revolutio Combined Hazard Example

EngineeringHazardWeatherStructural EngineeringWind AnalysisConstruction

Revolutio Combined Hazard Example is an example object payload from Revolutio, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://api.revolutio.com.au/asnzs1170/combined",
    "headers": {
      "apiKey": "YOUR_REVOLUTIO_API_KEY",
      "Content-Type": "application/json"
    },
    "body": {
      "latitude": -43.532,
      "longitude": 172.6306,
      "h": 20.0,
      "units": "metric",
      "advancedDetection": true
    }
  },
  "response": {
    "status": 200,
    "body": {
      "latitude": -43.532,
      "longitude": 172.6306,
      "country": "NZ",
      "wind": {
        "region": "A",
        "class": "N3",
        "criticalDirection": "SW",
        "terrainCategory": {
          "N": "TC2",
          "SW": "TC1.5"
        },
        "windSpeed": 45.0,
        "standard": "AS/NZS 1170.2-2021"
      },
      "snow": {
        "snowRegion": "Alpine",
        "snowElevationClass": "E2",
        "snowGroundLoad": 1.5,
        "iceRegion": "I2",
        "standard": "AS/NZS 1170.3-2003"
      },
      "seismic": {
        "hazardClass": "H3",
        "siteClass": "D",
        "kp": 1.0,
        "standard": "NZS 1170.5-2004"
      },
      "creditsUsed": 1
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/revolutio-combined-hazard-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.