Skip to content
Eden Engine

Live City Air Quality Ranking (Worst-to-Best AQI, Worldwide)

omnial/get-live-city-ranking

One call returns a live-updated list of major world cities ranked by current air quality index, worst air first, each with its country/state, current AQI, rank position, a url path slug identifying the city, and an IQAir community follower count for that city's page.

activeper callv1
Provider
Web & Business Data Network
Category
weather
Provider price
$0.01365 per call
Latency p50 / p95
— / —
Success rate
—
Verified
—

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "properties": {
        "updatedAt": {
          "type": "string",
          "description": "ISO 8601 timestamp for the overall ranking snapshot."
        },
        "citiesData": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "aqi": {
                "type": "number",
                "description": "Current air quality index for this city."
              },
              "url": {
                "type": "string",
                "description": "Relative url path slug identifying this city on the vendor's site, e.g. '/malaysia/sarawak/kuching'. Its country/state/city segments are reusable as the country/state/city input slugs of a per-city air-quality lookup."
              },
              "city": {
                "type": "string",
                "description": "City display name, e.g. 'Kuching'."
              },
              "rank": {
                "type": "number",
                "description": "1-based position in this ranking; 1 is the worst AQI observed."
              },
              "state": {
                "type": "string",
                "description": "State/region display name."
              },
              "country": {
                "type": "string",
                "description": "Country display name."
              },
              "updatedAt": {
                "type": "string",
                "description": "ISO 8601 timestamp of this city's last reading update. Observed as a plain date-time string on every entry in the one real call -- not a phone number, despite an automated capture heuristic's pattern-match flag on this field (see this tool's verification.notes and the fixture's own notes)."
              },
              "followersCount": {
                "type": "number",
                "description": "Number of IQAir community followers for this city's page -- a platform popularity metric, not an air-quality measurement."
              }
            },
            "additionalProperties": true
          },
          "description": "125 cities on the one real call observed, ordered by `rank` ascending (rank 1 = worst current AQI in the ranking)."
        }
      },
      "additionalProperties": true
    },
    "status": {
      "type": "string",
      "description": "'success' on the one real call observed."
    }
  },
  "description": "The live ranking record, as returned at routing.responseResultPath ($.output). This endpoint takes no input, so every call returns the same kind of full, populated snapshot -- no empty/not-found case was observed or is expected.",
  "additionalProperties": true
}

Pricing

Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.

Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.

ChargeRate
Per call
Flat, regardless of what comes back
$0.01365
Cost basis
Not recorded

This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.

Updated
Sep 15, 2026