SimilarWeb · Schema

SimilarWeb Geography Response

JSON Schema for SimilarWeb geographic traffic distribution API responses. Each record represents traffic share and engagement metrics for a country.

Digital IntelligenceWeb AnalyticsTraffic AnalyticsCompetitive IntelligenceKeyword AnalyticsAudience DemographicsApp IntelligenceMarket ResearchE-CommerceSEO

Properties

Name Type Description
meta object Response metadata
records array Country-level traffic records
View JSON Schema on GitHub

JSON Schema

similarweb-geography.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/similarweb/json-schema/similarweb-geography.json",
  "title": "SimilarWeb Geography Response",
  "description": "JSON Schema for SimilarWeb geographic traffic distribution API responses. Each record represents traffic share and engagement metrics for a country.",
  "type": "object",
  "properties": {
    "meta": {
      "type": "object",
      "description": "Response metadata",
      "properties": {
        "query": {
          "type": "object",
          "properties": {
            "limit": { "type": "integer" },
            "offset": { "type": "integer" },
            "sort": { "type": ["string", "null"] },
            "asc": { "type": ["boolean", "null"] }
          }
        },
        "request": {
          "type": "object",
          "properties": {
            "domain": { "type": "string" },
            "start_date": { "type": ["string", "null"] },
            "end_date": { "type": ["string", "null"] },
            "country": { "type": "string" },
            "format": { "type": "string" },
            "main_domain_only": { "type": "boolean" },
            "show_verified": { "type": "boolean" }
          }
        },
        "status": { "type": "string" },
        "last_updated": { "type": "string", "format": "date" }
      },
      "required": ["status"]
    },
    "records": {
      "type": "array",
      "description": "Country-level traffic records",
      "items": {
        "$ref": "#/$defs/GeographyRecord"
      }
    }
  },
  "required": ["meta", "records"],
  "$defs": {
    "GeographyRecord": {
      "type": "object",
      "description": "Traffic metrics for a single country",
      "properties": {
        "country": {
          "type": "integer",
          "description": "ISO 3166-1 numeric country code"
        },
        "country_name": {
          "type": "string",
          "description": "Human-readable country name"
        },
        "share": {
          "type": "number",
          "minimum": 0,
          "maximum": 1,
          "description": "Share of total site traffic from this country"
        },
        "visits": {
          "type": "number",
          "description": "Estimated visit count from this country"
        },
        "pages_per_visit": {
          "type": "number",
          "description": "Average pages viewed per visit from this country"
        },
        "average_time": {
          "type": "number",
          "description": "Average time on site in seconds"
        },
        "bounce_rate": {
          "type": "number",
          "minimum": 0,
          "maximum": 1,
          "description": "Bounce rate for visitors from this country"
        },
        "rank": {
          "type": "integer",
          "description": "Domain rank within this country"
        }
      },
      "required": ["country", "share"]
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/similarweb-geography"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.