# Keyword Tool API Reference

## Overview

Keyword Tool API gives you the same data you get in the product: **100% accurate search volume data** for Google and Bing (sourced directly from Google Keyword Planner and Bing Keyword Planner), **cost per click**, **competition scores**, and keyword suggestions. You can access it via the **web interface**, **API**, or **MCP**.

You can:

- Get 100% accurate Google and Bing search volume (and reliable estimated search volume for YouTube, Perplexity, Amazon, eBay, App Store, Play Store, Instagram, X (Twitter), Pinterest, Etsy, TikTok, Naver).
- Get keyword suggestions from Google, YouTube, Bing, Perplexity, Amazon, eBay, App Store, Play Store, Instagram, X (Twitter), Pinterest, Etsy, TikTok, Naver, Google Trends.
- Analyze competitors: get keywords associated with a given URL (Google).

---

## Subscription and Access

To use the **API** you need a **Keyword Tool plan that includes API access**. API access is available on dedicated **legacy API plans** and the latest **Keyword Tool Pro plans (Starter, Growth, Scale, Agency)**. Subscribe and get your API key at [keywordtool.io/pro](https://keywordtool.io/pro).

Daily request limits are shared across the **web interface**, **API**, and **MCP**.

---

## Authentication

Pass your API key in every request. You can send it as a query parameter `apikey` or in the request body (JSON/form).

---

## Base URLs

| Environment | Base URL |
|---|---|
| Production | `https://api.keywordtool.io` |
| Test (sandbox) | `https://api.keywordtool.io/v2-sandbox` |

Use the sandbox base for testing without consuming production quota.

---

## Search Volume Service

Get 100% accurate Google and Bing search volume for a list of keywords (sourced directly from Google Keyword Planner and Bing Keyword Planner). You can also get *reliable estimated* search volume for YouTube, Perplexity, Amazon, eBay, App Store, Play Store, Instagram, X (Twitter), Pinterest, Etsy, TikTok, and Naver.

- Each request accepts **1 to 1,000 keywords**. Use the full 1,000 when possible.
- All keywords in a response share the same localization (country/language). For different locations, make separate requests.
- Google and Bing numbers match Google Ads Keyword Planner and Bing Ads Keyword Planner.
- Returns: average monthly volume (Google 12-48 months by plan, Bing up to 24, others 12), monthly breakdown, cost per click, and competition scores (cmp). See [Responses](#responses).

Use the [Search Volume Endpoint](#search-volume-endpoint) to call this service.

---

## Keyword Suggestions Service

Get keyword suggestions from Google, YouTube, Bing, Perplexity, Amazon, eBay, App Store, Play Store, Instagram, X (Twitter), Pinterest, Etsy, TikTok, Naver, and Google Trends. Data matches your active Keyword Tool plan in the **web interface**.

- Use `category` to choose the search vertical.
- Use `country` and `language` to localize.
- Use `type` to get suggestions from the equivalent of: Keyword Suggestions, Related Keywords, Questions, or Prepositions tab (`suggestions`, `related`, `questions`, `prepositions`).

Use the [Keyword Suggestions Endpoint](#keyword-suggestions-endpoint).

---

## Analyze Competitors Service

Get keywords that a search engine associates with a given URL. Pass **one seed URL**. The response can include up to 2,000+ keywords with monthly search volume, cost per click, top of page bid (low and high), and Google Ads competition.

Use the [Analyze Competitors Endpoint](#analyze-competitors-endpoint) (Google only).

---

## Search Volume Endpoint

POST to the path for the desired engine.

Base: `https://api.keywordtool.io/v2/search/volume/` *{provider}* (production) or `https://api.keywordtool.io/v2-sandbox/search/volume/` *{provider}* (test)

### Production: Exact Search Volume

| Search Engine | Production Endpoint |
|---|---|
| Google | `https://api.keywordtool.io/v2/search/volume/google` |
| Bing | `https://api.keywordtool.io/v2/search/volume/bing` |

### Test: Exact Search Volume

| Search Engine | Test Endpoint |
|---|---|
| Google | `https://api.keywordtool.io/v2-sandbox/search/volume/google` |
| Bing | `https://api.keywordtool.io/v2-sandbox/search/volume/bing` |

### Production: Estimated Search Volume

| Search Engine | Production Endpoint |
|---|---|
| YouTube | `https://api.keywordtool.io/v2/search/volume/youtube` |
| Perplexity | `https://api.keywordtool.io/v2/search/volume/perplexity` |
| Amazon | `https://api.keywordtool.io/v2/search/volume/amazon` |
| eBay | `https://api.keywordtool.io/v2/search/volume/ebay` |
| App Store | `https://api.keywordtool.io/v2/search/volume/app-store` |
| Play Store | `https://api.keywordtool.io/v2/search/volume/play-store` |
| Instagram | `https://api.keywordtool.io/v2/search/volume/instagram` |
| X (Twitter) | `https://api.keywordtool.io/v2/search/volume/twitter` |
| Pinterest | `https://api.keywordtool.io/v2/search/volume/pinterest` |
| Etsy | `https://api.keywordtool.io/v2/search/volume/etsy` |
| TikTok | `https://api.keywordtool.io/v2/search/volume/tiktok` |
| Naver | `https://api.keywordtool.io/v2/search/volume/naver` |

### Test: Estimated Search Volume

Same paths with base `https://api.keywordtool.io/v2-sandbox/search/volume/` (youtube, perplexity, amazon, ebay, app-store, play-store, instagram, twitter, pinterest, etsy, tiktok, naver).

### Parameters (Search Volume, e.g. Google)

| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| `apikey` | string | Yes | - | API key for authentication. |
| `keyword` | array of strings | Yes | - | Keywords to get volume for. 1-1,000 keywords, JSON array e.g. `["chair","table"]`. |
| `metrics_location` | array of integers | No | global | Location ID for search volume. One location only. |
| `metrics_language` | array of strings | No | global | Language for search volume. One language only. |
| `metrics_network` | string | No | googlesearchnetwork | `googlesearch` or `googlesearchnetwork`. |
| `metrics_currency` | string | No | USD | Currency for cost per click. |
| `complete` | boolean | No | false | Request full result set; some requests may error when true. |
| `output` | string | No | json | `json` or `xml`. |

---

## Keyword Suggestions Endpoint

POST to `https://api.keywordtool.io/v2/search/suggestions/` *{provider}* (production) or `https://api.keywordtool.io/v2-sandbox/search/suggestions/` *{provider}* (test).

### Production

| Search Engine | Production Endpoint |
|---|---|
| Google | `https://api.keywordtool.io/v2/search/suggestions/google` |
| YouTube | `https://api.keywordtool.io/v2/search/suggestions/youtube` |
| Bing | `https://api.keywordtool.io/v2/search/suggestions/bing` |
| Perplexity | `https://api.keywordtool.io/v2/search/suggestions/perplexity` |
| Amazon | `https://api.keywordtool.io/v2/search/suggestions/amazon` |
| eBay | `https://api.keywordtool.io/v2/search/suggestions/ebay` |
| App Store | `https://api.keywordtool.io/v2/search/suggestions/app-store` |
| Play Store | `https://api.keywordtool.io/v2/search/suggestions/play-store` |
| Instagram | `https://api.keywordtool.io/v2/search/suggestions/instagram` |
| X (Twitter) | `https://api.keywordtool.io/v2/search/suggestions/twitter` |
| Pinterest | `https://api.keywordtool.io/v2/search/suggestions/pinterest` |
| Etsy | `https://api.keywordtool.io/v2/search/suggestions/etsy` |
| TikTok | `https://api.keywordtool.io/v2/search/suggestions/tiktok` |
| Naver | `https://api.keywordtool.io/v2/search/suggestions/naver` |
| Google Trends | `https://api.keywordtool.io/v2/search/suggestions/google-trends` |

Test: same paths with base `https://api.keywordtool.io/v2-sandbox/search/suggestions/`.

### Parameters (Keyword Suggestions, e.g. Google)

| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| `apikey` | string | Yes | - | API key. |
| `keyword` | string | Yes | - | Seed keyword. One keyword only. |
| `exclude` | array of strings | No | [] | Negative keywords to exclude from results (max 2,000). |
| `category` | string | No | web | Search vertical/category. |
| `country` | string | No | US | Country for suggestions. One value. |
| `language` | string | No | en | Language for suggestions. One value. |
| `metrics` | boolean | No | false | Include search volume, cost per click, and competition (CMP) when true. |
| `metrics_location` | array | No | - | One location ID for metrics. |
| `metrics_language` | array | No | - | One language code for metrics. |
| `metrics_network` | string | No | googlesearchnetwork | `googlesearch` or `googlesearchnetwork`. |
| `metrics_currency` | string | No | USD | Currency for cost per click. |
| `type` | string | No | suggestions | `suggestions`, `questions`, `prepositions`, or `related`. |
| `complete` | boolean | No | false | Full result set; may increase errors. |
| `output` | string | No | json | `json` or `xml`. |

---

## Analyze Competitors Endpoint

Production (Google only):

| Search Engine | Endpoint |
|---|---|
| Google | `https://api.keywordtool.io/v2/search/analyze-competitors/google` |

### Parameters (Analyze Competitors)

| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| `apikey` | string | Yes | - | API key. |
| `keyword` | string | Yes | - | Seed URL. One URL only. |
| `exclude` | array of strings | No | - | Negative keywords (max 2,000). |
| `metrics_location` | array | No | - | One location ID. |
| `metrics_language` | array | No | - | One language code. |
| `metrics_network` | string | No | googlesearchnetwork | `googlesearch` or `googlesearchnetwork`. |
| `metrics_currency` | string | No | USD | Currency for cost per click. |
| `complete` | boolean | No | false | Full result set. |
| `output` | string | No | json | `json` or `xml`. |

---

## Quota Endpoint

Check remaining API usage and quota.

**Production:** `https://api.keywordtool.io/v2/quota`

Method: GET. Pass `apikey` as a query parameter.

---

## MCP and Setup

MCP (Model Context Protocol) lets AI assistants such as Claude Desktop, Cursor IDE, and ChatGPT use Keyword Tool for keyword research. You can connect with **Pro MCP** (full access with a paid subscription) or **Guest MCP** (free, limited).

### Pro MCP (Paid)

Full MCP access with Search Volume, Analyze Competitors, and Google/Bing platforms. Requires a [Keyword Tool Pro](https://keywordtool.io/pro) subscription.

- **URL:** https://mcp.keywordtool.io

**Claude Desktop (Connectors):** Settings > Connectors > Add custom connector > Name: Keyword Tool, Remote MCP server URL: https://mcp.keywordtool.io. Your browser will open to log in and authorize.

**Claude Desktop (config file):** Add to mcpServers:

```json
{
  "mcpServers": {
    "keywordtool": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.keywordtool.io"]
    }
  }
}
```

Requires Node.js 18+. On first use, a browser window will open for OAuth authorization.

**Cursor IDE:** In ~/.cursor/mcp.json, add:

```json
{
  "mcpServers": {
    "keywordtool": {
      "url": "https://mcp.keywordtool.io"
    }
  }
}
```

**Available tools:** keywordtool-suggestions, keywordtool-search-volume, keywordtool-analyze-competitors, keywordtool-quota.

Full setup details: [Pro MCP setup page](https://keywordtool.io/mcp).

### Guest MCP (Free)

No API key, no signup. Limited to Google and Bing suggestions with volume and trend on the first 5 keywords (when cached). CPC, competition, and bid data require a Pro plan.

- **URL:** https://mcp.keywordtool.io/guest

**Claude Desktop (Connectors):** Settings > Connectors > Add custom connector > Name: Keyword Tool Guest, Remote MCP server URL: https://mcp.keywordtool.io/guest.

**Claude Desktop (config file):** Add to mcpServers:

```json
{
  "mcpServers": {
    "keywordtool-guest": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.keywordtool.io/guest"]
    }
  }
}
```

Requires Node.js 18+.

**Cursor IDE:** In ~/.cursor/mcp.json, add:

```json
{
  "mcpServers": {
    "keywordtool": {
      "url": "https://mcp.keywordtool.io/guest"
    }
  }
}
```

Full setup details: [Guest MCP setup page](https://keywordtool.io/mcp/guest).

---

## Responses

Responses can be JSON or XML (`output` parameter). Field descriptions:

| Field | Description |
|---|---|
| `string` | Keyword the search volume is for. |
| `volume` | Average monthly search volume (last 12 months). |
| `m1`...`m48` | Search volume for that month. |
| `(m1...m48)_month` | Month number for the m1-m48 value. |
| `(m1...m48)_year` | Year for the m1-m48 value. |
| `trend` | Trend: (m1 - m48) / m48. |
| `cpc` | Google Ads cost per click. |
| `top_of_page_bid_low` | Top of page bid, low range (Google only). |
| `top_of_page_bid_high` | Top of page bid, high range (Google only). |
| `cmp` | Google Ads competition. |
| `close_variants` | Array of close variant keywords. |
| `close_variants_source` | Original keyword used for metrics when grouped as close variants. |

### Sample Response (JSON)

```json
{
  "results": {
    "table": {
      "string": "table",
      "volume": 2740000,
      "m1": 2740000, "m1_month": 12, "m1_year": 2025,
      "m2": 2740000, "m2_month": 11, "m2_year": 2025,
      "trend": -0.33,
      "cpc": 0.3,
      "top_of_page_bid_low": 0.02,
      "top_of_page_bid_high": 0.46,
      "cmp": 0.85
    }
  },
  "total_keywords": 1
}
```

### Sample Response (XML)

```xml
<?xml version="1.0"?>
<results>
  <total_keywords>1</total_keywords>
  <itemgroup>
    <item string="table" volume="2740000"
          m1="2740000" m1_month="12" m1_year="2025"
          trend="-0.33" cpc="0.3"
          top_of_page_bid_low="0.02"
          top_of_page_bid_high="0.46"
          cmp="0.85"/>
  </itemgroup>
</results>
```

---

## Limits

- Daily request limit depends on plan and is shared across the **web interface**, **API**, and **MCP**. It is counted in a **rolling 24-hour window** (not by timezone). Example: 100/day and 1 request at 3pm > 99 left until 3pm next day.
- API endpoint burst limit: **15 API requests per minute** (rolling 1-minute window).
- Use the [Quota endpoint](#quota-endpoint) to check remaining requests.
- Need custom limits? [Contact us](https://keywordtool.io/contact).

| Plan | Requests per rolling 24h (shared pool) | API requests per rolling 1 min |
|---|---|---|
| Starter | 50 | 15 |
| Growth | 100 | 15 |
| Scale | 200 | 15 |
| Agency | 400 | 15 |
| Custom | Custom | Custom |

---

## Error Codes

| Code | Description | HTTP |
|---|---|---|
| 0 | API general error. Please contact support. | 404 |
| 0 | You have sent too many requests. Please try again later. | 429 |
| #-0 | We are unable to process your request at this time, please try again later. | 404 |
| #-1 | Country is invalid. | 404 |
| #-2 | Language is invalid. | 404 |
| #-3 | Category is invalid. | 404 |
| 1 | Search provider is not found. | 404 |
| 2 | Search provider is not supported. | 404 |
| 3 | No keywords found in the request. | 404 |
| 4 | No API key provided. | 404 |
| 5 | API key is invalid. | 404 |
| 6 | You have tried to use an invalid API key for too many consecutive times. Please try again later. | 404 |
| 7 | You have reached your limit of searches. Please try again shortly. | 404 |
| 8 | Please provide no more than 2,000 negative keywords in your request. | 404 |
| 9 | Sorry, you have reached your daily limit of searches. Please try again another day. | 404 |
| 10 | Search results could be incomplete, please try again later. This request was not counted against your quota. | 200 |
| 11 | Please choose a search mode ("suggestions", "analyze-competitors" or "volume"). | 404 |
| 12 | Please choose a search provider. | 404 |
| 13 | Provider is not supported for search volume mode. | 404 |
| 14 | Metrics location is invalid. | 404 |
| 15 | Metrics language is invalid. | 404 |
| 16 | Search network is invalid. | 404 |
| 17 | Currency is invalid. | 404 |
| 18 | You can only select up to 10 metrics locations. | 404 |
| 19 | You can only select 1 metrics location. | 404 |
| 20 | You can not send more than 1000 keywords in a request. | 404 |
| 21 | You can only select 1 metrics language. | 404 |
| 22 | A keyword exceeds the maximum allowed length (80 characters). | 404 |
| 23 | Given URL is invalid. | 404 |
| 24 | Provider is not supported for Analyze Competitors mode. | 404 |
| 25 | Provider is not supported for Related Keywords type. | 404 |
| 26 | Provider is not supported for Hashtags type. | 404 |
| 27 | Provider is not supported for People type. | 404 |
| 28 | The length of any given negative keyword can not exceed 80 characters. | 404 |
| 29 | Metrics display options is invalid. Choose "estimated" or "googlesearchvolume". | 404 |
| 30 | A keyword can not contain more than 10 words. | 404 |
| 31 | Provider is not supported for Products type. | 404 |
| 32 | Provider is not supported for Prepositions type. | 404 |
| 33 | Provider is not supported for Questions type. | 404 |
| 34 | Provider is not supported for Keyword Suggestions type. | 404 |
| 35 | Provider is not supported for Related Queries (Top) type. | 404 |
| 36 | Provider is not supported for Related Queries (Rising) type. | 404 |
| 37 | Free trial expired. Update payment details to restore access. | 404 |
| 38 | The keyword contains characters that aren't supported. Please remove them and try again. | 404 |
| 42960 | Sorry, we are having issues processing your request at the moment. Please try again shortly. | 429 |

### Incomplete Results Notice

The data provided via Keyword Tool API is often retrieved on demand. Due to technical limitations, some on-demand requests might fail partially or completely.

**Requests that produce incomplete results are not counted against your API limits**, so you can immediately retry them.

When a request returns incomplete results, the response will include a `notice` object with `code: 10`. Keywords that failed will have `null` values for their volume and metrics fields, while successfully retrieved keywords will contain valid data.

**Example response with incomplete results (JSON):**

```json
{
  "notice": {
    "message": "Search results could be incomplete, please try again later. This request was not counted against your quota.",
    "code": 10
  },
  "results": {
    "chair": {
      "string": "chair",
      "volume": null,
      "m1": null, "m1_month": null, "m1_year": null,
      "cpc": null,
      "cmp": null
    },
    "table": {
      "string": "table",
      "volume": 9140000,
      "m1": 7480000, "m1_month": 7, "m1_year": 2023,
      "cpc": 0.38,
      "cmp": 0.99
    }
  },
  "total_keywords": 2
}
```

In this example, the keyword "chair" failed to retrieve data (all values are `null`), while "table" returned complete results. You can retry the request to get the missing data.

---

## Examples

Replace [APIKEY] with your API key from your account after [subscribing](https://keywordtool.io/pro).

### Google Keyword Suggestions

**Basic (GET URL)**

```
https://api.keywordtool.io/v2/search/suggestions/google?apikey=[APIKEY]&keyword=apple&metrics=true&metrics_location=2840&metrics_language=en&metrics_network=googlesearchnetwork&metrics_currency=USD&output=json
```

**cURL (POST)**

```bash
curl --request POST 'https://api.keywordtool.io/v2/search/suggestions/google' \
  --header 'Content-Type: application/json' \
  --data-raw '{
    "apikey": "[APIKEY]",
    "keyword": "apple",
    "category": "web",
    "country": "US",
    "language": "en",
    "type": "suggestions",
    "exclude": [],
    "metrics": true,
    "metrics_location": [2840],
    "metrics_language": ["en"],
    "metrics_network": "googlesearchnetwork",
    "metrics_currency": "USD",
    "output": "json"
  }'
```

**Node.js**

```javascript
async function getKeywordSuggestions() {
  const response = await fetch('https://api.keywordtool.io/v2/search/suggestions/google', {
    method: 'POST',
    headers: { 'Content-Type': 'application/json' },
    body: JSON.stringify({
      apikey: "[APIKEY]",
      keyword: "apple",
      category: "web",
      country: "US",
      language: "en",
      type: "suggestions",
      exclude: [],
      metrics: true,
      metrics_location: [2840],
      metrics_language: ["en"],
      metrics_network: "googlesearchnetwork",
      metrics_currency: "USD",
      output: "json"
    })
  });
  const data = await response.json();
  console.log(data);
}

getKeywordSuggestions();
```

**PHP**

```php
<?php
$params = [
  'apikey' => '[APIKEY]',
  'keyword' => 'apple',
  'country' => 'US',
  'language' => 'en',
  'type' => 'suggestions',
  'exclude' => [],
  'metrics' => true,
  'metrics_location' => [2840],
  'metrics_language' => ['en'],
  'metrics_network' => 'googlesearchnetwork',
  'metrics_currency' => 'USD',
  'output' => 'json',
];
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://api.keywordtool.io/v2/search/suggestions/google');
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($params));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$output = curl_exec($ch);
$response = json_decode($output, true);
var_dump($response);
```

**Python**

```python
import requests

url = "https://api.keywordtool.io/v2/search/suggestions/google"
data = {
  "apikey": "[APIKEY]",
  "keyword": "apple",
  "category": "web",
  "country": "US",
  "language": "en",
  "type": "suggestions",
  "exclude": [],
  "metrics": True,
  "metrics_location": [2840],
  "metrics_language": ["en"],
  "metrics_network": "googlesearchnetwork",
  "metrics_currency": "USD",
  "output": "json"
}
response = requests.post(url, json=data)
print(response.json())
```

**Ruby**

```ruby
require 'net/http'
require 'json'

uri = URI('https://api.keywordtool.io/v2/search/suggestions/google')
http = Net::HTTP.new(uri.host, uri.port)
http.use_ssl = true
req = Net::HTTP::Post.new(uri)
req['Content-Type'] = 'application/json'
req.body = {
  apikey: "[APIKEY]",
  keyword: "apple",
  category: "web",
  country: "US",
  language: "en",
  type: "suggestions",
  exclude: [],
  metrics: true,
  metrics_location: [2840],
  metrics_language: ["en"],
  metrics_network: "googlesearchnetwork",
  metrics_currency: "USD",
  output: "json"
}.to_json
res = http.request(req)
puts res.body
```

### Google Search Volume

**Basic (GET URL)**

```
https://api.keywordtool.io/v2/search/volume/google?apikey=[APIKEY]&keyword=["apple","samsung"]&metrics_location=2840&metrics_language=en&metrics_network=googlesearchnetwork&metrics_currency=USD&output=json
```

**cURL (POST)**

```bash
curl --request POST 'https://api.keywordtool.io/v2/search/volume/google' \
  --header 'Content-Type: application/json' \
  --data-raw '{
  "apikey": "[APIKEY]",
  "keyword": ["apple", "samsung"],
  "metrics_location": [2840],
  "metrics_language": ["en"],
  "metrics_network": "googlesearchnetwork",
  "metrics_currency": "USD",
  "output": "json"
}'
```

**Node.js**

```javascript
async function getSearchVolume() {
  const response = await fetch('https://api.keywordtool.io/v2/search/volume/google', {
    method: 'POST',
    headers: { 'Content-Type': 'application/json' },
    body: JSON.stringify({
      apikey: "[APIKEY]",
      keyword: ["apple", "samsung"],
      metrics_location: [2840],
      metrics_language: ["en"],
      metrics_network: "googlesearchnetwork",
      metrics_currency: "USD",
      output: "json"
    })
  });
  const data = await response.json();
  console.log(data);
}

getSearchVolume();
```

**PHP**

```php
<?php
$params = [
  'apikey' => '[APIKEY]',
  'keyword' => ['apple', 'samsung'],
  'metrics_location' => [2840],
  'metrics_language' => ['en'],
  'metrics_network' => 'googlesearchnetwork',
  'metrics_currency' => 'USD',
  'output' => 'json',
];
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://api.keywordtool.io/v2/search/volume/google');
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($params));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$output = curl_exec($ch);
$response = json_decode($output, true);
var_dump($response);
```

**Python**

```python
import requests

url = "https://api.keywordtool.io/v2/search/volume/google"
data = {
  "apikey": "[APIKEY]",
  "keyword": ["apple", "samsung"],
  "metrics_location": [2840],
  "metrics_language": ["en"],
  "metrics_network": "googlesearchnetwork",
  "metrics_currency": "USD",
  "output": "json"
}
response = requests.post(url, json=data)
print(response.json())
```

**Ruby**

```ruby
require 'net/http'
require 'json'

uri = URI('https://api.keywordtool.io/v2/search/volume/google')
http = Net::HTTP.new(uri.host, uri.port)
http.use_ssl = true
req = Net::HTTP::Post.new(uri)
req['Content-Type'] = 'application/json'
req.body = {
  apikey: "[APIKEY]",
  keyword: ["apple", "samsung"],
  metrics_location: [2840],
  metrics_language: ["en"],
  metrics_network: "googlesearchnetwork",
  metrics_currency: "USD",
  output: "json"
}.to_json
res = http.request(req)
puts res.body
```

---

## Appendix

Valid values for localization and filter parameters. Google and Bing support `metrics_location` and `metrics_language` for precise ad-platform targeting. Other platforms use estimated search volume based on `country` and `language`.

### Suggestion Types by Platform

| Type | Google | YouTube | Bing | Perplexity | Amazon | eBay | App Store | Play Store | Instagram | X (Twitter) | Pinterest | Etsy | TikTok | Naver | Google Trends |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| `suggestions` | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - | ✓ | ✓ | ✓ | ✓ | ✓ | - |
| `questions` | ✓ | ✓ | ✓ | ✓ | - | - | - | - | - | - | - | - | - | - | - |
| `prepositions` | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - | - | - | - | - | - | - | - | - |
| `related` | ✓ | - | ✓ | - | - | - | - | - | - | - | - | - | - | - | - |
| `hashtags` | - | ✓ | - | - | - | - | - | - | ✓ | ✓ | - | - | - | - | - |
| `people` | - | - | - | - | - | - | - | - | ✓ | - | - | - | - | - | - |
| `top` | - | - | - | - | - | - | - | - | - | - | - | - | - | - | ✓ |
| `rising` | - | - | - | - | - | - | - | - | - | - | - | - | - | - | ✓ |

### Categories by Platform

Platforms not listed do not use the `category` parameter.

**Amazon** - categories vary by country:

**Australia** (AU, 42 categories):

| Value | Label |
|---|---|
| `alexa-skills` | Alexa Skills |
| `aps_short` | All |
| `aps` | All Departments |
| `amazon-devices` | Amazon Devices |
| `amazon-global-store` | Amazon Global Store |
| `warehouse-deals` | Amazon Resale |
| `mobile-apps` | Apps & Games |
| `audible` | Audible Audiobooks |
| `automotive` | Automotive |
| `baby` | Baby |
| `fashion-baby` | Baby Clothing, Shoes & Jewellery |
| `beauty` | Beauty |
| `alcohol` | Beer, Wine and Spirits |
| `stripbooks` | Books |
| `fashion-boys` | Boy's Clothing, Shoes and Jewellery |
| `popular` | CDs & Vinyl |
| `fashion` | Clothing, Shoes & Accessories |
| `computers` | Computer & Accessories |
| `electronics` | Electronics |
| `garden` | Garden |
| `gift-cards` | Gift Cards |
| `fashion-girls` | Girl's Clothing, Shoes & Jewellery |
| `hpc` | Health, Household & Personal Care |
| `home` | Home |
| `home-improvement` | Home Improvement |
| `digital-text` | Kindle Store |
| `kitchen` | Kitchen & Dining |
| `fashion-luggage` | Luggage & Travel Gear |
| `fashion-mens` | Men's Clothing, Shoes and Jewellery |
| `movies-tv` | Movies & TV |
| `mi` | Musical Instruments |
| `grocery` | Pantry Food & Drinks |
| `pets` | Pet Supplies |
| `luxury-beauty` | Premium Beauty |
| `instant-video` | Prime Video |
| `software` | Software |
| `sporting` | Sports & Outdoors |
| `office-products` | Stationery & Office Products |
| `specialty-aps-sns` | Subscribe & Save |
| `toys` | Toys & Games |
| `videogames` | Video Games |
| `fashion-womens` | Women's Clothing, Shoes and Jewellery |

**Belgium** (BE, 28 categories):

| Value | Label |
|---|---|
| `aps_short` | All |
| `aps` | All Departments |
| `amazon-devices` | Amazon Devices |
| `arts-crafts` | Arts, Crafts & Sewing |
| `automotive` | Automotive |
| `baby` | Baby |
| `beauty` | Beauty |
| `stripbooks` | Books |
| `computers` | Computers |
| `electronics` | Electronics & Photo |
| `fashion` | Fashion |
| `garden` | Garden |
| `gift-cards` | Gift Cards |
| `grocery` | Grocery |
| `hpc` | Health |
| `kitchen` | Home & Kitchen |
| `home-improvement` | Home Improvement |
| `industrial` | Industrial & Scientific |
| `luggage` | Luggage |
| `movies-tv` | Movies & TV |
| `popular` | Music |
| `mi` | Musical Instruments |
| `office-products` | Office Products |
| `pets` | Pet Supplies |
| `software` | Software |
| `sporting` | Sports & Outdoors |
| `toys` | Toys & Games |
| `videogames` | Video Games |

**Brazil** (BR, 41 categories):

| Value | Label |
|---|---|
| `alexa-skills` | Alexa Skills |
| `grocery` | Alimentos e Bebidas |
| `warehouse-deals` | Amazon Quase Novo |
| `mobile-apps` | Apps e Jogos |
| `audible` | Audiolivros Audible |
| `automotive` | Automotivo |
| `baby` | Bebês |
| `beauty` | Beleza |
| `luxury-beauty` | Beleza de Luxo |
| `fashion-luggage` | Bolsas, Malas e Mochilas |
| `toys` | Brinquedos e Jogos |
| `popular` | CD e Vinil |
| `home` | Casa |
| `computers` | Computadores e Informática |
| `kitchen` | Cozinha |
| `dvd` | DVD e Blu-Ray |
| `amazon-devices` | Dispositivos Amazon |
| `appliances` | Eletrodomésticos |
| `electronics` | Eletrônicos |
| `sporting` | Esportes e Aventura |
| `hi` | Ferramentas e Materiais de Construção |
| `videogames` | Games |
| `mi` | Instrumentos Musicais |
| `garden` | Jardim e Piscina |
| `stripbooks` | Livros |
| `digital-text` | Loja Kindle |
| `office-products` | Material para Escritório e Papelaria |
| `furniture` | Móveis e Decoração |
| `pets` | Pet Shop |
| `instant-video` | Prime Video |
| `industrial` | Produtos Industriais e Científicos |
| `specialty-aps-sns` | Programe e Poupe |
| `fashion` | Roupas, Calçados e Joias |
| `fashion-womens` | Roupas, sapatos e joias femininas |
| `fashion-mens` | Roupas, sapatos e joias masculinas |
| `fashion-baby` | Roupas, sapatos e joias para bebês |
| `fashion-girls` | Roupas, sapatos e joias para meninas |
| `fashion-boys` | Roupas, sapatos e joias para meninos |
| `hpc` | Saúde e Cuidados Pessoais |
| `aps_short` | Todos |
| `aps` | Todos os departamentos |

**Canada** (CA, 42 categories):

| Value | Label |
|---|---|
| `alexa-skills` | Alexa Skills |
| `aps_short` | All |
| `aps` | All Departments |
| `amazon-devices` | Amazon Devices |
| `warehouse-deals` | Amazon Resale |
| `mobile-apps` | Apps & Games |
| `audible` | Audible Audiobooks |
| `automotive` | Automotive |
| `baby` | Baby |
| `fashion-baby` | Baby Clothing, Shoes and Jewellery |
| `beauty` | Beauty |
| `stripbooks` | Books |
| `fashion-boys` | Boy's Clothing, Shoes & Jewellery |
| `fashion` | Clothing, Shoes & Jewellery |
| `electronics` | Electronics |
| `gift-cards` | Gift Cards |
| `fashion-girls` | Girl's Clothing, Shoes & Jewellery |
| `grocery` | Grocery |
| `handmade` | Handmade |
| `hpc` | Health & Personal Care |
| `kitchen` | Home & Kitchen |
| `industrial` | Industrial & Scientific |
| `digital-text` | Kindle Store |
| `fashion-luggage` | Luggage & Travel Gear |
| `luxury-beauty` | Luxury Beauty |
| `digital-music` | MP3 Music |
| `fashion-mens` | Men's Clothing, Shoes & Jewellery |
| `dvd` | Movies & TV |
| `popular` | Music |
| `mi` | Musical Instruments, Stage & Studio |
| `office-products` | Office Products |
| `lawngarden` | Patio, Lawn & Garden |
| `pets` | Pet Supplies |
| `instant-video` | Prime Video |
| `smart-home` | Smart Home |
| `software` | Software |
| `sporting` | Sports & Outdoors |
| `specialty-aps-sns` | Subscribe & Save |
| `tools` | Tools & Home Improvement |
| `toys` | Toys & Games |
| `videogames` | Video Games |
| `fashion-womens` | Women's Clothing, Shoes & Jewellery |

**Egypt** (EG, 26 categories):

| Value | Label |
|---|---|
| `mi` | آلات موسيقية |
| `amazon-devices` | أجهزة Amazon |
| `home-improvement` | أدوات وتحسينات المنزل |
| `fashion` | أزياء Amazon |
| `videogames` | ألعاب الفيديو |
| `specialty-aps-sns` | اشترك ووفّر |
| `toys` | الألعاب والدمى |
| `electronics` | الإلكترونيات |
| `grocery` | البقالة والطعام الفاخر |
| `beauty` | الجمال والعناية الشخصية |
| `sports` | الرياضة واللياقة البدنية |
| `industrial` | الصناعة والعلم |
| `arts-crafts` | الفنون والحرف والخياطة |
| `garden` | المنزل والحديقة |
| `software` | برمجية |
| `gift-cards` | بطاقات الهدايا |
| `aps_short` | جميع |
| `aps` | جميع الأقسام |
| `baby` | طفل |
| `warehouse-deals` | عروض مستودع أمازون |
| `automotive` | قطع وإكسسوارات السيارات |
| `stripbooks` | كتب |
| `pets` | مستلزمات الحيوانات الأليفة |
| `hpc` | مستلزمات الرعاية الصحية والأسرة والطفل |
| `office-products` | منتجات المكتب |
| `home` | منتجات المنزل |

**France** (FR, 49 categories):

| Value | Label |
|---|---|
| `alexa-skills` | Alexa Skills |
| `amazon-global-store` | Amazon Global Store |
| `warehouse-deals` | Amazon Seconde main |
| `pets` | Animalerie |
| `amazon-devices` | Appareils Amazon |
| `mobile-apps` | Applis & Jeux |
| `automotive` | Auto et Moto |
| `fashion-luggage` | Bagages et accessoires de voyage |
| `luxury-beauty` | Beauté Premium |
| `beauty` | Beauté et Parfum |
| `digital-text` | Boutique Kindle |
| `gift-cards` | Boutique chèques-cadeaux |
| `diy` | Bricolage |
| `baby` | Bébés & Puériculture |
| `kitchen` | Cuisine & Maison |
| `dvd` | DVD & Blu-ray |
| `grocery` | Epicerie |
| `office-products` | Fournitures de bureau |
| `appliances` | Gros électroménager |
| `handmade` | Handmade |
| `electronics` | High-Tech |
| `hpc` | Hygiène et Santé |
| `computers` | Informatique |
| `mi` | Instruments de musique & Sono |
| `garden` | Jardin |
| `toys` | Jeux et Jouets |
| `videogames` | Jeux vidéo |
| `stripbooks` | Livres |
| `audible` | Livres audio Audible |
| `software` | Logiciels |
| `lighting` | Luminaires et Eclairage |
| `luxury` | Luxury Stores |
| `fashion` | Mode |
| `under-ten-dollars` | Moins de 10€ |
| `popular` | Musique : CD & Vinyles |
| `classical` | Musique classique |
| `instant-video` | Prime Video |
| `specialty-aps-sns` | Prévoyez et Économisez |
| `industrial` | Secteur industriel et scientifique |
| `sports` | Sports et Loisirs |
| `aps_short` | Toutes |
| `aps` | Toutes nos catégories |
| `digital-music` | Téléchargement de musique |
| `todays-deals` | Ventes Flash |
| `fashion-baby` | Vêtements, chaussures et bijoux pour bébés |
| `fashion-womens` | Vêtements, chaussures et bijoux pour femmes |
| `fashion-girls` | Vêtements, chaussures et bijoux pour filles |
| `fashion-boys` | Vêtements, chaussures et bijoux pour garçons |
| `fashion-mens` | Vêtements, chaussures et bijoux pour hommes |

**Germany** (DE, 52 categories):

| Value | Label |
|---|---|
| `alexa-skills` | Alexa Skills |
| `aps_short` | Alle |
| `aps` | Alle Kategorien |
| `amazon-devices` | Amazon Geräte |
| `amazon-global-store` | Amazon Global Store |
| `bazaar` | Amazon Haul |
| `warehouse-deals` | Amazon Retourenkauf |
| `todays-deals` | Angebote |
| `mobile-apps` | Apps & Spiele |
| `audible` | Audible Hörbücher |
| `automotive` | Auto & Motorrad |
| `baby` | Baby |
| `fashion-baby` | Babykleidung, Schuhe und Schmuck |
| `diy` | Baumarkt |
| `lighting` | Beleuchtung |
| `stripbooks` | Bücher |
| `office-products` | Bürobedarf & Schreibwaren |
| `computers` | Computer & Zubehör |
| `dvd` | DVD & Blu-ray |
| `fashion-womens` | Damenbekleidung, Schuhe & Schmuck |
| `drugstore` | Drogerie & Körperpflege |
| `appliances` | Elektro-Großgeräte |
| `electronics` | Elektronik & Foto |
| `fashion` | Fashion |
| `videogames` | Games |
| `outdoor` | Garten |
| `gift-cards` | Geschenkgutscheine |
| `industrial` | Gewerbe, Industrie & Wissenschaft |
| `handmade` | Handmade |
| `pets` | Haustier |
| `fashion-mens` | Herrenbekleidung, Schuhe & Schmuck |
| `local-services` | Home & Business Services |
| `photo` | Kamera & Foto |
| `digital-text` | Kindle-Shop |
| `classical` | Klassik |
| `fashion-boys` | Kleidung, Schuhe & Schmuck für Jungen |
| `fashion-girls` | Kleidung, Schuhe & Schmuck für Mädchen |
| `fashion-luggage` | Koffer, Rucksäcke & Taschen |
| `beauty` | Kosmetik |
| `kitchen` | Küche, Haushalt & Wohnen |
| `grocery` | Lebensmittel & Getränke |
| `luxury` | Luxury Stores |
| `popular` | Musik-CDs & Vinyl |
| `digital-music` | Musik-Downloads |
| `mi` | Musikinstrumente & DJ-Equipment |
| `luxury-beauty` | Premium Beauty |
| `instant-video` | Prime Video |
| `software` | Software |
| `specialty-aps-sns` | Spar-Abo |
| `toys` | Spielzeug |
| `sports` | Sport & Freizeit |
| `magazines` | Zeitschriften |

**India** (IN, 47 categories):

| Value | Label |
|---|---|
| `alexa-skills` | Alexa Skills |
| `aps_short` | All |
| `aps` | All Categories |
| `amazon-devices` | Amazon Devices |
| `fashion` | Amazon Fashion |
| `nowstore` | Amazon Fresh |
| `freshmeat` | Amazon Fresh Meat |
| `amazon-pharmacy` | Amazon Pharmacy |
| `appliances` | Appliances |
| `mobile-apps` | Apps & Games |
| `audible` | Audible Audiobooks |
| `baby` | Baby |
| `beauty` | Beauty |
| `stripbooks` | Books |
| `automotive` | Car & Motorbike |
| `apparel` | Clothing & Accessories |
| `collectibles` | Collectibles |
| `computers` | Computers & Accessories |
| `todays-deals` | Deals |
| `electronics` | Electronics |
| `furniture` | Furniture |
| `lawngarden` | Garden & Outdoors |
| `gift-cards` | Gift Cards |
| `grocery` | Grocery & Gourmet Foods |
| `hpc` | Health & Personal Care |
| `kitchen` | Home & Kitchen |
| `industrial` | Industrial & Scientific |
| `jewelry` | Jewellery |
| `digital-text` | Kindle Store |
| `luggage` | Luggage & Bags |
| `luxury-beauty` | Luxury Beauty |
| `digital-music` | MP3 Music |
| `dvd` | Movies & TV Shows |
| `popular` | Music |
| `mi` | Musical Instruments |
| `office-products` | Office Products |
| `pets` | Pet Supplies |
| `instant-video` | Prime Video |
| `shoes` | Shoes & Handbags |
| `software` | Software |
| `sporting` | Sports, Fitness & Outdoors |
| `specialty-aps-sns` | Subscribe & Save |
| `home-improvement` | Tools & Home Improvement |
| `toys` | Toys & Games |
| `under-ten-dollars` | Under ₹500 |
| `videogames` | Video Games |
| `watches` | Watches |

**Ireland** (IE, 26 categories):

| Value | Label |
|---|---|
| `aps_short` | All |
| `aps` | All Departments |
| `amazon-devices` | Amazon Devices |
| `arts-crafts` | Arts & Crafts |
| `baby` | Baby |
| `beauty` | Beauty |
| `stripbooks` | Books |
| `industrial` | Business & Professional |
| `popular` | CDs & Vinyl |
| `automotive` | Car & Motorbike |
| `office-products` | Computing & Office |
| `home-improvement` | DIY & Tools |
| `movies-tv` | DVD & Blu-ray |
| `electronics` | Electronics |
| `fashion` | Fashion |
| `grocery` | Food & Grocery |
| `garden` | Garden |
| `gift-cards` | Gift Cards |
| `hpc` | Health & Personal Care |
| `home` | Home & Kitchen |
| `mi` | Musical Instruments |
| `videogames` | PC & Video Games |
| `pets` | Pet Supplies |
| `software` | Software |
| `sporting` | Sports & Outdoors |
| `toys` | Toys & Games |

**Italy** (IT, 46 categories):

| Value | Label |
|---|---|
| `fashion-womens` | Abbigliamento, scarpe e gioielli da donna |
| `fashion-girls` | Abbigliamento, scarpe e gioielli da ragazza |
| `fashion-boys` | Abbigliamento, scarpe e gioielli da ragazzo |
| `fashion-mens` | Abbigliamento, scarpe e gioielli da uomo |
| `fashion-baby` | Abbigliamento, scarpe e gioielli per bambini |
| `alexa-skills` | Alexa Skill |
| `grocery` | Alimentari e cura della casa |
| `amazon-global-store` | Amazon Global Store |
| `warehouse-deals` | Amazon Seconda mano |
| `mobile-apps` | App e Giochi |
| `audible` | Audiolibri Audible |
| `automotive` | Auto e Moto - Parti e Accessori |
| `beauty` | Bellezza |
| `gift-cards` | Buoni Regalo |
| `popular` | CD e Vinili |
| `office-products` | Cancelleria e prodotti per ufficio |
| `kitchen` | Casa e cucina |
| `amazon-devices` | Dispositivi Amazon |
| `electronics` | Elettronica |
| `diy` | Fai da te |
| `dvd` | Film e TV |
| `garden` | Giardino e giardinaggio |
| `toys` | Giochi e giocattoli |
| `appliances` | Grandi elettrodomestici |
| `handmade` | Handmade |
| `lighting` | Illuminazione |
| `industrial` | Industria e Scienza |
| `computers` | Informatica |
| `specialty-aps-sns` | Iscriviti e Risparmia |
| `digital-text` | Kindle Store |
| `stripbooks` | Libri |
| `luxury` | Luxury Stores |
| `under-ten-dollars` | Meno di 10€ |
| `fashion` | Moda |
| `digital-music` | Musica Digitale |
| `baby` | Prima infanzia |
| `instant-video` | Prime Video |
| `pets` | Prodotti per animali domestici |
| `hpc` | Salute e cura della persona |
| `software` | Software |
| `sporting` | Sport e tempo libero |
| `mi` | Strumenti musicali e DJ |
| `aps_short` | Tutte |
| `aps` | Tutte le categorie |
| `luggage` | Valigie e accessori da viaggio |
| `videogames` | Videogiochi |

**Japan** (JP, 41 categories):

| Value | Label |
|---|---|
| `alexa-skills` | Alexaスキル |
| `amazon-devices` | Amazon デバイス |
| `warehouse-deals` | Amazonアウトレット |
| `specialty-aps-sns` | Amazon定期おトク便 |
| `audible` | Audibleオーディオブック |
| `diy` | DIY・工具・ガーデン |
| `dvd` | DVD |
| `digital-text` | Kindleストア |
| `software` | PCソフト |
| `instant-video` | Prime Video |
| `videogames` | TVゲーム |
| `toys` | おもちゃ |
| `aps_short` | すべて |
| `aps` | すべてのカテゴリー |
| `mobile-apps` | アプリ&ゲーム |
| `gift-cards` | ギフトカード |
| `classical` | クラシック |
| `financial` | クレジットカード |
| `sporting` | スポーツ&アウトドア |
| `digital-music` | デジタルミュージック |
| `hpc` | ドラッグストア |
| `computers` | パソコン・周辺機器 |
| `beauty` | ビューティー |
| `fashion` | ファッション |
| `baby` | ベビー&マタニティ |
| `fashion-baby-kids` | ベビー服、靴、ジュエリー |
| `pets` | ペット用品 |
| `hobby` | ホビー |
| `kitchen` | ホーム&キッチン |
| `popular` | ミュージック |
| `appliances` | 大型家電 |
| `fashion-womens` | 女性服、靴、ジュエリー |
| `electronics` | 家電&カメラ |
| `office-products` | 文房具・オフィス用品 |
| `stripbooks` | 本 |
| `mi` | 楽器 |
| `english-books` | 洋書 |
| `industrial` | 産業・研究開発用品 |
| `fashion-mens` | 男性用服、靴、ジュエリー |
| `automotive` | 車＆バイク |
| `food-beverage` | 食品・飲料・お酒 |

**Mexico** (MX, 41 categories):

| Value | Label |
|---|---|
| `alexa-skills` | Alexa Skills |
| `grocery` | Alimentos y Bebidas |
| `amazon-global-store` | Amazon Internacional |
| `audible` | Audiolibros de Audible |
| `automative` | Auto |
| `baby` | Bebé |
| `beauty` | Belleza |
| `luxury-beauty` | Belleza Premium |
| `sporting` | Deportes y aire libre |
| `amazon-devices` | Dispositivos de Amazon |
| `electronics` | Electrónicos |
| `handmade` | Hecho a mano |
| `hi` | Herramientas y Mejoras del Hogar |
| `kitchen` | Hogar y cocina |
| `industrial` | Industria y ciencia |
| `mi` | Instrumentos musicales |
| `garden` | Jardín |
| `toys` | Juegos y juguetes |
| `justo` | Jüsto |
| `stripbooks` | Libros |
| `pets` | Mascotas |
| `popular` | Música |
| `office-products` | Oficina y Papelería |
| `misc` | Otros Productos |
| `dvd` | Películas y Series de TV |
| `specialty-aps-sns` | Planea y Ahorra |
| `instant-video` | Prime Video |
| `warehouse-deals` | Remates de almacén |
| `fashion-baby` | Ropa de bebé, zapatos y joyería |
| `fashion` | Ropa, Zapatos y Accesorios |
| `fashion-mens` | Ropa, zapatos y joyería para hombres |
| `fashion-womens` | Ropa, zapatos y joyería para mujeres |
| `fashion-girls` | Ropa, zapatos y joyería para niñas |
| `fashion-boys` | Ropa, zapatos y joyería para niños |
| `hpc` | Salud y Cuidado Personal |
| `software` | Software |
| `gift-cards` | Tarjetas de Regalo |
| `digital-text` | Tienda Kindle |
| `aps` | Todas las categorías |
| `aps_short` | Todos |
| `videogames` | Videojuegos |

**Netherlands** (NL, 31 categories):

| Value | Label |
|---|---|
| `specialty-aps-sns` | Abonneren en besparen |
| `aps_short` | Alle |
| `aps` | Alle afdelingen |
| `warehouse-deals` | Amazon RetourDeals |
| `amazon-devices` | Amazon-apparaten |
| `automotive` | Auto en motor |
| `baby` | Babyproducten |
| `beauty` | Beauty en persoonlijke verzorging |
| `stripbooks` | Boeken |
| `gift-cards` | Cadeaubonnen |
| `popular` | Cd's en lp's |
| `electronics` | Elektronica |
| `dvd` | Films en tv |
| `hpc` | Gezondheid en persoonlijke verzorging |
| `pets` | Huisdierbenodigdheden |
| `office-products` | Kantoorproducten |
| `digital-text` | Kindle Store |
| `fashion` | Kleding, schoenen en sieraden |
| `home-improvement` | Klussen en gereedschap |
| `arts-crafts` | Kunst, hobby en creatief |
| `grocery` | Levensmiddelen |
| `mi` | Muziekinstrumenten |
| `misc` | Overig |
| `instant-video` | Prime Video |
| `software` | Software |
| `toys` | Speelgoed en spellen |
| `sports` | Sport en outdoor |
| `outdoor` | Tuin, terras en gazon |
| `videogames` | Videogames |
| `home` | Wonen en keuken |
| `industrial` | Zakelijk, industrie en wetenschap |

**Poland** (PL, 26 categories):

| Value | Label |
|---|---|
| `arts-crafts` | Arts & crafts |
| `office-products` | Biuro |
| `industrial` | Biznes, przemysł i nauka |
| `home` | Dom i kuchnia |
| `baby` | Dziecko |
| `electronics` | Elektronika |
| `movies-tv` | Filmy i programy TV |
| `videogames` | Gry wideo |
| `mi` | Instrumenty muzyczne |
| `gift-cards` | Karty podarunkowe |
| `computers` | Komputery i akcesoria |
| `stripbooks` | Książki |
| `automotive` | Motoryzacja |
| `popular` | Muzyka |
| `fashion` | Odzież, obuwie i akcesoria |
| `garden` | Ogród |
| `software` | Oprogramowanie |
| `home-improvement` | Renowacja domu |
| `sporting` | Sport i turystyka |
| `beauty` | Uroda |
| `amazon-devices` | Urządzenia Amazon |
| `aps_short` | Wszystkie |
| `aps` | Wszystkie kategorie |
| `toys` | Zabawki i gry |
| `hpc` | Zdrowie i gospodarstwo domowe |
| `pets` | Zwierzęta |

**Saudi Arabia** (SA, 31 categories):

| Value | Label |
|---|---|
| `mi` | آلات موسيقية |
| `amazon-devices` | أجهزة Amazon |
| `home-improvement` | أدوات وتحسينات المنزل |
| `fashion` | أزياء Amazon |
| `othaim` | أسواق العثيم |
| `videogames` | ألعاب الفيديو |
| `bazaar` | أمازون بازار |
| `specialty-aps-sns` | اشترك ووفّر |
| `appliances` | الأجهزة المنزلية |
| `toys` | الألعاب والدمى |
| `electronics` | الإلكترونيات |
| `grocery` | البقالة والطعام الفاخر |
| `beauty` | الجمال والعناية الشخصية |
| `sports` | الرياضة واللياقة البدنية |
| `industrial` | الصناعة والعلم |
| `arts-crafts` | الفنون والحرف والخياطة |
| `kitchen` | المطبخ والطعام |
| `garden` | المنزل والحديقة |
| `instant-video` | برايم فيديو |
| `gift-cards` | بطاقات الهدايا |
| `aps_short` | جميع |
| `aps` | جميع الأقسام |
| `baby` | طفل |
| `warehouse-deals` | عروض مستودع أمازون |
| `automotive` | قطع وإكسسوارات السيارات |
| `stripbooks` | كتب |
| `amazon-global-store` | متجر أمازون العالمي |
| `pets` | مستلزمات الحيوانات الأليفة |
| `hpc` | مستلزمات الرعاية الصحية والأسرة والطفل |
| `office-products` | منتجات المكتب |
| `home` | منتجات المنزل |

**Singapore** (SG, 26 categories):

| Value | Label |
|---|---|
| `aps_short` | All |
| `aps` | All Departments |
| `automotive` | Automotive |
| `baby` | Baby |
| `beauty` | Beauty & Personal Care |
| `stripbooks` | Books |
| `popular` | CDs & Vinyl |
| `fashion` | Clothing, Shoes & Jewelry |
| `computers` | Computer & Accessories |
| `electronics` | Electronics |
| `lawngarden` | Garden & Outdoor |
| `hpc` | Health, Household & Personal Care |
| `home` | Home |
| `industrial` | Industrial & Scientific |
| `kitchen` | Kitchen & Dining |
| `fashion-luggage` | Luggage & Travel Gear |
| `luxury-beauty` | Luxury Beauty |
| `movies-tv` | Movies & TV |
| `mi` | Musical Instruments |
| `office-products` | Office Products |
| `pets` | Pet Supplies |
| `software` | Software |
| `sporting` | Sports and Outdoors |
| `home-improvement` | Tools & Home Improvement |
| `toys` | Toys and Games |
| `videogames` | Video Games |

**South Africa** (ZA, 16 categories):

| Value | Label |
|---|---|
| `aps_short` | All |
| `aps` | All Departments |
| `arts-crafts` | Arts, Crafts & Sewing |
| `baby` | Baby |
| `beauty` | Beauty |
| `stripbooks` | Books |
| `electronics` | Electronics & Photo |
| `gift-cards` | Gift Cards |
| `hpc` | Health & Personal Care |
| `home` | Home & Kitchen |
| `home-improvement` | Home Improvement |
| `office-products` | Office Products |
| `pets` | Pet Supplies |
| `sporting` | Sports & Outdoors |
| `toys` | Toys & Games |
| `videogames` | Video Games |

**Spain** (ES, 46 categories):

| Value | Label |
|---|---|
| `alexa-skills` | Alexa Skills |
| `grocery` | Alimentación y bebidas |
| `amazon-global-store` | Amazon Global Store |
| `warehouse-deals` | Amazon Segunda mano |
| `mobile-apps` | Aplicaciones y juegos |
| `audible` | Audible audiolibros y podcasts exclusivos |
| `baby` | Bebé |
| `beauty` | Belleza |
| `diy` | Bricolaje y herramientas |
| `gift-cards` | Cheques regalo |
| `automotive` | Coche y Moto - Piezas y accesorios |
| `sporting` | Deportes y aire libre |
| `amazon-devices` | Dispositivos de Amazon |
| `electronics` | Electrónica |
| `fashion-luggage` | Equipaje y accesorios de viaje |
| `appliances` | Grandes electrodomésticos |
| `handmade` | Handmade |
| `kitchen` | Hogar y cocina |
| `lighting` | Iluminación |
| `industrial` | Industria y ciencia |
| `computers` | Informática |
| `mi` | Instrumentos musicales |
| `lawngarden` | Jardín |
| `toys` | Juguetes y juegos |
| `stripbooks` | Libros |
| `luxury` | Luxury Stores |
| `under-ten-dollars` | Menos de 10€ |
| `fashion` | Moda |
| `digital-music` | Música Digital |
| `popular` | Música: CDs y vinilos |
| `office-products` | Oficina y papelería |
| `dvd` | Películas y TV |
| `instant-video` | Prime Video |
| `pets` | Productos para mascotas |
| `fashion-baby` | Ropa, zapatos y joyería de bebé |
| `fashion-girls` | Ropa, zapatos y joyería para chicas |
| `fashion-boys` | Ropa, zapatos y joyería para chicos |
| `fashion-mens` | Ropa, zapatos y joyería para hombre |
| `fashion-womens` | Ropa, zapatos y joyería para mujer |
| `hpc` | Salud y cuidado personal |
| `software` | Software |
| `specialty-aps-sns` | Suscríbete y Ahorra |
| `digital-text` | Tienda Kindle |
| `aps_short` | Todos |
| `aps` | Todos los departamentos |
| `videogames` | Videojuegos |

**Sweden** (SE, 27 categories):

| Value | Label |
|---|---|
| `aps_short` | Alla |
| `aps` | Alla kategorier |
| `amazon-devices` | Amazon-enheter |
| `baby` | Babyprodukter |
| `home-improvement` | Bygg, el & verktyg |
| `stripbooks` | Böcker |
| `electronics` | Elektronik |
| `movies-tv` | Film & TV-serier |
| `automotive` | Fordon |
| `home` | Hem & kök |
| `arts-crafts` | Hobby & hantverk |
| `pets` | Husdjursprodukter |
| `hpc` | Hälsa, vård & hushåll |
| `industrial` | Industriella verktyg & produkter |
| `fashion` | Kläder, skor & accessoarer |
| `office-products` | Kontorsprodukter & skolmaterial |
| `toys` | Leksaker & spel |
| `grocery` | Livsmedel och gourmetmat |
| `popular` | Musik |
| `mi` | Musikinstrument |
| `gift-cards` | Presentkort |
| `instant-video` | Prime Video |
| `software` | Programvara |
| `beauty` | Skönhet & kroppsvård |
| `sporting` | Sport & outdoor |
| `videogames` | TV-spel & konsoler |
| `garden` | Trädgård |

**Turkiye** (TR, 24 categories):

| Value | Label |
|---|---|
| `warehouse-deals` | Amazon Depo |
| `garden` | Bahçe |
| `baby` | Bebek |
| `computers` | Bilgisayarlar |
| `electronics` | Elektronik |
| `home` | Ev |
| `kitchen` | Ev ve Mutfak |
| `pets` | Evcil Hayvan Malzemeleri |
| `grocery` | Gıda ve İçecek |
| `gift-cards` | Hediye Kartları |
| `stripbooks` | Kitaplar |
| `beauty` | Kişisel Bakım ve Kozmetik |
| `fashion` | Moda |
| `mi` | Müzik Aletleri |
| `office-products` | Ofis Ürünleri |
| `automotive` | Otomotiv |
| `toys` | Oyuncaklar ve Oyunlar |
| `videogames` | PC ve Video Oyunları |
| `instant-video` | Prime Video |
| `hpc` | Sağlık ve Bakım |
| `sports` | Spor |
| `aps_short` | Tüm |
| `aps` | Tüm Kategoriler |
| `diy` | Yapı Market |

**United Arab Emirates** (AE, 32 categories):

| Value | Label |
|---|---|
| `aps_short` | All |
| `aps` | All Categories |
| `bazaar` | Amazon Bazaar |
| `amazon-devices` | Amazon Devices |
| `fashion` | Amazon Fashion |
| `amazon-global-store` | Amazon Global Store |
| `warehouse-deals` | Amazon Resale |
| `appliances` | Appliances |
| `automotive` | Automotive Parts & Accessories |
| `baby` | Baby |
| `beauty` | Beauty & Personal Care |
| `stripbooks` | Books |
| `computers` | Computer & Accessories |
| `electronics` | Electronics |
| `freshtohome` | Fresh to home |
| `gift-cards` | Gift Cards |
| `grocery` | Grocery & Gourmet Food |
| `hpc` | Health, Household & Baby Care |
| `local-services` | Home & Business Services |
| `garden` | Home & Garden |
| `kitchen` | Kitchen & Dining |
| `lulu` | LuLu |
| `fashion-luggage` | Luggage & Travel Gear |
| `mi` | Musical Instruments |
| `office-products` | Office Products |
| `pets` | Pet Supplies |
| `instant-video` | Prime Video |
| `sports` | Sports |
| `specialty-aps-sns` | Subscribe & Save |
| `tools` | Tools & Home Improvement |
| `toys` | Toys & Games |
| `videogames` | Video Games |

**United Kingdom** (GB, 50 categories):

| Value | Label |
|---|---|
| `alexa-skills` | Alexa Skills |
| `aps_short` | All |
| `aps` | All Departments |
| `amazon-devices` | Amazon Devices |
| `amazon-global-store` | Amazon Global Store |
| `bazaar` | Amazon Haul |
| `warehouse-deals` | Amazon Resale |
| `mobile-apps` | Apps & Games |
| `audible` | Audible Audiobooks |
| `baby` | Baby |
| `fashion-baby` | Baby Clothing, Shoes & Jewellery |
| `beauty` | Beauty |
| `stripbooks` | Books |
| `fashion-boys` | Boy's Clothing, Shoes and Jewellery |
| `popular` | CDs & Vinyl |
| `automotive` | Car & Motorbike |
| `classical` | Classical Music |
| `computers` | Computers & Accessories |
| `diy` | DIY & Tools |
| `dvd` | DVD & Blu-ray |
| `todays-deals` | Deals |
| `digital-music` | Digital Music |
| `electronics` | Electronics & Photo |
| `fashion` | Fashion |
| `outdoor` | Garden & Outdoors |
| `gift-cards` | Gift Cards |
| `fashion-girls` | Girl's Clothing, Shoes and Jewellery |
| `grocery` | Grocery |
| `handmade` | Handmade |
| `drugstore` | Health & Personal Care |
| `local-services` | Home & Business Services |
| `kitchen` | Home & Kitchen |
| `industrial` | Industrial & Scientific |
| `digital-text` | Kindle Store |
| `appliances` | Large Appliances |
| `lighting` | Lighting |
| `fashion-luggage` | Luggage and travel gear |
| `luxury` | Luxury Stores |
| `fashion-mens` | Men's Clothing, Shoes and Jewellery |
| `mi` | Musical Instruments & DJ Equipment |
| `videogames` | PC & Video Games |
| `pets` | Pet Supplies |
| `luxury-beauty` | Premium Beauty |
| `instant-video` | Prime Video |
| `software` | Software |
| `sports` | Sports & Outdoors |
| `office-products` | Stationery & Office Supplies |
| `specialty-aps-sns` | Subscribe & Save |
| `toys` | Toys & Games |
| `fashion-womens` | Women's Clothing, Shoes and Jewellery |

**United States** (US, 61 categories):

| Value | Label |
|---|---|
| `alexa-skills` | Alexa Skills |
| `aps_short` | All |
| `aps` | All Departments |
| `vehicles` | Amazon Autos |
| `amazon-devices` | Amazon Devices |
| `amazonfresh` | Amazon Fresh |
| `amazon-global-store` | Amazon Global Store |
| `bazaar` | Amazon Haul |
| `amazon-one-medical` | Amazon One Medical |
| `amazon-pharmacy` | Amazon Pharmacy |
| `warehouse-deals` | Amazon Resale |
| `appliances` | Appliances |
| `mobile-apps` | Apps & Games |
| `arts-crafts` | Arts, Crafts & Sewing |
| `audible` | Audible Books & Originals |
| `automotive` | Automotive Parts & Accessories |
| `baby-products` | Baby |
| `fashion-baby` | Baby Clothing, Shoes & Jewelry |
| `beauty` | Beauty & Personal Care |
| `stripbooks` | Books |
| `fashion-boys` | Boy's Clothing, Shoes & Jewelry |
| `popular` | CDs & Vinyl |
| `mobile` | Cell Phones & Accessories |
| `fashion` | Clothing, Shoes & Jewelry |
| `collectibles` | Collectibles & Fine Art |
| `computers` | Computers |
| `financial` | Credit and Payment Cards |
| `digital-music` | Digital Music |
| `electronics` | Electronics |
| `lawngarden` | Garden & Outdoor |
| `gift-cards` | Gift Cards |
| `fashion-girls` | Girl's Clothing, Shoes & Jewelry |
| `grocery` | Grocery & Gourmet Food |
| `handmade` | Handmade |
| `hpc` | Health, Household & Baby Care |
| `local-services` | Home & Business Services |
| `garden` | Home & Kitchen |
| `industrial` | Industrial & Scientific |
| `prime-exclusive` | Just for Prime |
| `digital-text` | Kindle Store |
| `fashion-luggage` | Luggage & Travel Gear |
| `luxury` | Luxury Stores |
| `magazines` | Magazine Subscriptions |
| `fashion-mens` | Men's Clothing, Shoes & Jewelry |
| `movies-tv` | Movies & TV |
| `mi` | Musical Instruments |
| `office-products` | Office Products |
| `pets` | Pet Supplies |
| `luxury-beauty` | Premium Beauty |
| `instant-video` | Prime Video |
| `smart-home` | Smart Home |
| `software` | Software |
| `sporting` | Sports & Outdoors |
| `specialty-aps-sns` | Subscribe & Save |
| `subscribe-with-amazon` | Subscription Boxes |
| `tools` | Tools & Home Improvement |
| `toys-and-games` | Toys & Games |
| `under-ten-dollars` | Under $10 |
| `videogames` | Video Games |
| `wholefoods` | Whole Foods Market |
| `fashion-womens` | Women's Clothing, Shoes & Jewelry |

**Bing** (4):

| Value | Label |
|---|---|
| `all` | All |
| `images` | Images |
| `news` | News |
| `videos` | Videos |

**Etsy** (17):

| Value | Label |
|---|---|
| `accessories` | Accessories |
| `art-and-collectibles` | Art & Collectibles |
| `baby` | Baby |
| `bags-and-purses` | Bags & Purses |
| `bath-and-beauty` | Bath & Beauty |
| `books-movies-and-music` | Books, Films & Music |
| `clothing` | Clothing |
| `craft-supplies-and-tools` | Craft Supplies & Tools |
| `electronics-and-accessories` | Electronics & Accessories |
| `gifts` | Gifts |
| `home-and-living` | Home & Living |
| `jewelry` | Jewelry |
| `paper-and-party-supplies` | Paper & Party Supplies |
| `pet-supplies` | Pet Supplies |
| `shoes` | Shoes |
| `toys-and-games` | Toys & Games |
| `weddings` | Weddings |

**Google** (8):

| Value | Label |
|---|---|
| `web` | All |
| `bo` | Books |
| `fo` | Forums |
| `i` | Images |
| `n` | News |
| `sh` | Shopping |
| `sv` | Short Videos |
| `yt` | Videos |

**Google Trends** (5):

| Value | Label |
|---|---|
| `froogle` | Google Shopping |
| `images` | Image Search |
| `news` | News Search |
| `web` | Web Search |
| `youtube` | YouTube Search |

**Play Store** (5):

| Value | Label |
|---|---|
| `apps` | Apps |
| `books` | Books |
| `entertainment` | Games |
| `kids` | Kids |
| `movies` | Movies & TV |

### Countries by Platform

**Amazon** (24):

| Code | Country |
|---|---|
| `GLB` | Global / Worldwide |
| `AU` | Australia |
| `BE` | Belgium |
| `BR` | Brazil |
| `CA` | Canada |
| `EG` | Egypt |
| `FR` | France |
| `DE` | Germany |
| `IN` | India |
| `IE` | Ireland |
| `IT` | Italy |
| `JP` | Japan |
| `MX` | Mexico |
| `NL` | Netherlands |
| `PL` | Poland |
| `SA` | Saudi Arabia |
| `SG` | Singapore |
| `ZA` | South Africa |
| `ES` | Spain |
| `SE` | Sweden |
| `TR` | Turkiye |
| `AE` | United Arab Emirates |
| `GB` | United Kingdom |
| `US` | United States |

**App Store** (115):

| Code | Country |
|---|---|
| `GLB` | Global / Worldwide |
| `DZ` | Algeria |
| `AO` | Angola |
| `AI` | Anguilla |
| `AR` | Argentina |
| `AM` | Armenia |
| `AU` | Australia |
| `AT` | Austria |
| `AZ` | Azerbaijan |
| `BH` | Bahrain |
| `BB` | Barbados |
| `BY` | Belarus |
| `BE` | Belgium |
| `BZ` | Belize |
| `BM` | Bermuda |
| `BO` | Bolivia (Plurinational State of) |
| `BW` | Botswana |
| `BR` | Brazil |
| `BN` | Brunei Darussalam |
| `BG` | Bulgaria |
| `CA` | Canada |
| `KY` | Cayman Islands |
| `CL` | Chile |
| `CN` | China |
| `CO` | Colombia |
| `CR` | Costa Rica |
| `HR` | Croatia |
| `CY` | Cyprus |
| `CZ` | Czechia |
| `DK` | Denmark |
| `DM` | Dominica |
| `EC` | Ecuador |
| `EG` | Egypt |
| `SV` | El Salvador |
| `EE` | Estonia |
| `FI` | Finland |
| `FR` | France |
| `DE` | Germany |
| `GH` | Ghana |
| `GR` | Greece |
| `GD` | Grenada |
| `GT` | Guatemala |
| `GY` | Guyana |
| `HN` | Honduras |
| `HK` | Hong Kong |
| `HU` | Hungary |
| `IS` | Iceland |
| `IN` | India |
| `ID` | Indonesia |
| `IE` | Ireland |
| `IL` | Israel |
| `IT` | Italy |
| `JM` | Jamaica |
| `JP` | Japan |
| `JO` | Jordan |
| `KE` | Kenya |
| `KW` | Kuwait |
| `LV` | Latvia |
| `LB` | Lebanon |
| `LT` | Lithuania |
| `LU` | Luxembourg |
| `MO` | Macao |
| `MG` | Madagascar |
| `MY` | Malaysia |
| `ML` | Mali |
| `MT` | Malta |
| `MU` | Mauritius |
| `MX` | Mexico |
| `MS` | Montserrat |
| `NP` | Nepal |
| `NL` | Netherlands |
| `NZ` | New Zealand |
| `NI` | Nicaragua |
| `NE` | Niger |
| `NG` | Nigeria |
| `NO` | Norway |
| `OM` | Oman |
| `PK` | Pakistan |
| `PA` | Panama |
| `PY` | Paraguay |
| `PE` | Peru |
| `PH` | Philippines |
| `PL` | Poland |
| `PT` | Portugal |
| `QA` | Qatar |
| `MK` | Republic of North Macedonia |
| `RO` | Romania |
| `SA` | Saudi Arabia |
| `SN` | Senegal |
| `SG` | Singapore |
| `SK` | Slovakia |
| `SI` | Slovenia |
| `ZA` | South Africa |
| `KR` | South Korea |
| `ES` | Spain |
| `LK` | Sri Lanka |
| `SR` | Suriname |
| `SE` | Sweden |
| `CH` | Switzerland |
| `TW` | Taiwan |
| `TZ` | Tanzania, United Republic of |
| `TH` | Thailand |
| `TN` | Tunisia |
| `TR` | Turkiye |
| `UG` | Uganda |
| `UA` | Ukraine |
| `AE` | United Arab Emirates |
| `GB` | United Kingdom |
| `US` | United States |
| `UY` | Uruguay |
| `UZ` | Uzbekistan |
| `VE` | Venezuela (Bolivarian Republic of) |
| `VN` | Vietnam |
| `VG` | Virgin Islands (British) |
| `YE` | Yemen |

**Bing** (95):

| Code | Country |
|---|---|
| `GLB` | Global / Worldwide |
| `AL` | Albania |
| `DZ` | Algeria |
| `AR` | Argentina |
| `AM` | Armenia |
| `AU` | Australia |
| `AT` | Austria |
| `AZ` | Azerbaijan |
| `BH` | Bahrain |
| `BE` | Belgium |
| `BO` | Bolivia |
| `BA` | Bosnia and Herzegovina |
| `BR` | Brazil |
| `BG` | Bulgaria |
| `CA` | Canada |
| `CL` | Chile |
| `CN` | China |
| `CO` | Colombia |
| `CR` | Costa Rica |
| `HR` | Croatia |
| `CZ` | Czechia |
| `DK` | Denmark |
| `DO` | Dominican Republic |
| `EC` | Ecuador |
| `EG` | Egypt |
| `SV` | El Salvador |
| `EE` | Estonia |
| `FI` | Finland |
| `FR` | France |
| `GE` | Georgia |
| `DE` | Germany |
| `GR` | Greece |
| `GT` | Guatemala |
| `HN` | Honduras |
| `HK` | Hong Kong SAR |
| `HU` | Hungary |
| `IS` | Iceland |
| `IN` | India |
| `ID` | Indonesia |
| `IR` | Iran |
| `IQ` | Iraq |
| `IE` | Ireland |
| `IL` | Israel |
| `IT` | Italy |
| `JP` | Japan |
| `JO` | Jordan |
| `KE` | Kenya |
| `KR` | Korea |
| `KW` | Kuwait |
| `LV` | Latvia |
| `LB` | Lebanon |
| `LY` | Libya |
| `LT` | Lithuania |
| `LU` | Luxembourg |
| `MY` | Malaysia |
| `MT` | Malta |
| `MX` | Mexico |
| `MA` | Morocco |
| `NL` | Netherlands |
| `NZ` | New Zealand |
| `NI` | Nicaragua |
| `MK` | North Macedonia |
| `NO` | Norway |
| `OM` | Oman |
| `PK` | Pakistan |
| `PA` | Panama |
| `PY` | Paraguay |
| `PE` | Peru |
| `PH` | Philippines |
| `PL` | Poland |
| `PT` | Portugal |
| `PR` | Puerto Rico |
| `QA` | Qatar |
| `RO` | Romania |
| `RU` | Russia |
| `SA` | Saudi Arabia |
| `RS` | Serbia |
| `SG` | Singapore |
| `SK` | Slovakia |
| `SI` | Slovenia |
| `ZA` | South Africa |
| `ES` | Spain |
| `SE` | Sweden |
| `CH` | Switzerland |
| `SY` | Syria |
| `TW` | Taiwan |
| `TH` | Thailand |
| `TN` | Tunisia |
| `TR` | Turkiye |
| `UA` | Ukraine |
| `AE` | United Arab Emirates |
| `GB` | United Kingdom |
| `US` | United States |
| `VN` | Vietnam |
| `YE` | Yemen |

**eBay** (20):

| Code | Country |
|---|---|
| `GLB` | Global / Worldwide |
| `AU` | Australia |
| `AT` | Austria (Österreich) |
| `BE` | Belgium (België) |
| `CA` | Canada |
| `FR` | France |
| `DE` | Germany (Deutschland) |
| `HK` | Hong Kong (香港) |
| `IN` | India |
| `IE` | Ireland (Éire) |
| `IT` | Italy (Italia) |
| `MY` | Malaysia |
| `NL` | Netherlands (Nederland) |
| `PH` | Philippines (Pilipinas) |
| `PL` | Poland (Polska) |
| `SG` | Singapore |
| `ES` | Spain (España) |
| `CH` | Switzerland (Schweiz) |
| `GB` | United Kingdom |
| `US` | United States |

**Etsy** (26):

| Code | Country |
|---|---|
| `GLB` | Global / Worldwide |
| `AU` | Australia |
| `AT` | Austria |
| `BE` | Belgium |
| `CA` | Canada |
| `DK` | Denmark |
| `FI` | Finland |
| `FR` | France |
| `DE` | Germany |
| `HK` | Hong Kong |
| `IN` | India |
| `IE` | Ireland |
| `IL` | Israel |
| `IT` | Italy |
| `JP` | Japan |
| `MX` | Mexico |
| `NL` | Netherlands |
| `NZ` | New Zealand |
| `NO` | Norway |
| `PL` | Poland |
| `SG` | Singapore |
| `ES` | Spain |
| `SE` | Sweden |
| `CH` | Switzerland |
| `GB` | United Kingdom |
| `US` | United States |

**Google** (190):

| Code | Country |
|---|---|
| `GLB` | Global / Worldwide |
| `AF` | Afghanistan |
| `AL` | Albania |
| `DZ` | Algeria |
| `AS` | American Samoa |
| `AD` | Andorra |
| `AO` | Angola |
| `AI` | Anguilla |
| `AG` | Antigua and Barbuda |
| `AR` | Argentina |
| `AM` | Armenia |
| `AU` | Australia |
| `AT` | Austria |
| `AZ` | Azerbaijan |
| `BS` | Bahamas |
| `BH` | Bahrain |
| `BD` | Bangladesh |
| `BY` | Belarus |
| `BE` | Belgium |
| `BZ` | Belize |
| `BJ` | Benin |
| `BT` | Bhutan |
| `BO` | Bolivia |
| `BA` | Bosnia and Herzegovina |
| `BW` | Botswana |
| `BR` | Brazil |
| `VG` | British Virgin Islands |
| `BN` | Brunei |
| `BG` | Bulgaria |
| `BF` | Burkina Faso |
| `BI` | Burundi |
| `KH` | Cambodia |
| `CM` | Cameroon |
| `CA` | Canada |
| `CV` | Cape Verde |
| `CF` | Central African Republic |
| `TD` | Chad |
| `CL` | Chile |
| `CO` | Colombia |
| `CD` | Congo - Kinshasa |
| `CK` | Cook Islands |
| `CR` | Costa Rica |
| `HR` | Croatia |
| `CU` | Cuba |
| `CY` | Cyprus |
| `CZ` | Czechia |
| `CI` | Côte d’Ivoire |
| `DK` | Denmark |
| `DJ` | Djibouti |
| `DM` | Dominica |
| `DO` | Dominican Republic |
| `EC` | Ecuador |
| `EG` | Egypt |
| `SV` | El Salvador |
| `EE` | Estonia |
| `ET` | Ethiopia |
| `FJ` | Fiji |
| `FI` | Finland |
| `FR` | France |
| `GA` | Gabon |
| `GM` | Gambia |
| `GE` | Georgia |
| `DE` | Germany |
| `GH` | Ghana |
| `GI` | Gibraltar |
| `GR` | Greece |
| `GL` | Greenland |
| `GP` | Guadeloupe |
| `GT` | Guatemala |
| `GG` | Guernsey |
| `GY` | Guyana |
| `HT` | Haiti |
| `HN` | Honduras |
| `HK` | Hong Kong |
| `HU` | Hungary |
| `IS` | Iceland |
| `IN` | India |
| `ID` | Indonesia |
| `IQ` | Iraq |
| `IE` | Ireland |
| `IM` | Isle of Man |
| `IL` | Israel |
| `IT` | Italy |
| `JM` | Jamaica |
| `JP` | Japan |
| `JE` | Jersey |
| `JO` | Jordan |
| `KZ` | Kazakhstan |
| `KE` | Kenya |
| `KI` | Kiribati |
| `KW` | Kuwait |
| `KG` | Kyrgyzstan |
| `LA` | Laos |
| `LV` | Latvia |
| `LB` | Lebanon |
| `LS` | Lesotho |
| `LY` | Libya |
| `LI` | Liechtenstein |
| `LT` | Lithuania |
| `LU` | Luxembourg |
| `MK` | Macedonia (FYROM) |
| `MG` | Madagascar |
| `MW` | Malawi |
| `MY` | Malaysia |
| `MV` | Maldives |
| `ML` | Mali |
| `MT` | Malta |
| `MU` | Mauritius |
| `MX` | Mexico |
| `FM` | Micronesia |
| `MD` | Moldova |
| `MN` | Mongolia |
| `ME` | Montenegro |
| `MS` | Montserrat |
| `MA` | Morocco |
| `MZ` | Mozambique |
| `MM` | Myanmar (Burma) |
| `NA` | Namibia |
| `NR` | Nauru |
| `NP` | Nepal |
| `NL` | Netherlands |
| `NZ` | New Zealand |
| `NI` | Nicaragua |
| `NE` | Niger |
| `NG` | Nigeria |
| `NU` | Niue |
| `NF` | Norfolk Island |
| `NO` | Norway |
| `OM` | Oman |
| `PK` | Pakistan |
| `PS` | Palestine |
| `PA` | Panama |
| `PG` | Papua New Guinea |
| `PY` | Paraguay |
| `PE` | Peru |
| `PH` | Philippines |
| `PN` | Pitcairn Islands |
| `PL` | Poland |
| `PT` | Portugal |
| `PR` | Puerto Rico |
| `QA` | Qatar |
| `RO` | Romania |
| `RW` | Rwanda |
| `WS` | Samoa |
| `SM` | San Marino |
| `SA` | Saudi Arabia |
| `SN` | Senegal |
| `RS` | Serbia |
| `SC` | Seychelles |
| `SL` | Sierra Leone |
| `SG` | Singapore |
| `SK` | Slovakia |
| `SI` | Slovenia |
| `SB` | Solomon Islands |
| `SO` | Somalia |
| `ZA` | South Africa |
| `KR` | South Korea |
| `ES` | Spain |
| `LK` | Sri Lanka |
| `SH` | St. Helena |
| `VC` | St. Vincent &amp; Grenadines |
| `SR` | Suriname |
| `SE` | Sweden |
| `CH` | Switzerland |
| `ST` | São Tomé &amp; Príncipe |
| `TW` | Taiwan |
| `TJ` | Tajikistan |
| `TZ` | Tanzania |
| `TH` | Thailand |
| `TL` | Timor-Leste |
| `TG` | Togo |
| `TK` | Tokelau |
| `TO` | Tonga |
| `TT` | Trinidad and Tobago |
| `TN` | Tunisia |
| `TR` | Turkiye |
| `TM` | Turkmenistan |
| `VI` | U.S. Virgin Islands |
| `UG` | Uganda |
| `UA` | Ukraine |
| `AE` | United Arab Emirates |
| `GB` | United Kingdom |
| `US` | United States |
| `UY` | Uruguay |
| `UZ` | Uzbekistan |
| `VU` | Vanuatu |
| `VE` | Venezuela |
| `VN` | Vietnam |
| `ZM` | Zambia |
| `ZW` | Zimbabwe |

**Google Trends** (250):

| Code | Country |
|---|---|
| `GLB` | Global / Worldwide |
| `AF` | Afghanistan |
| `AL` | Albania |
| `DZ` | Algeria |
| `AS` | American Samoa |
| `AD` | Andorra |
| `AO` | Angola |
| `AI` | Anguilla |
| `AQ` | Antarctica |
| `AG` | Antigua and Barbuda |
| `AR` | Argentina |
| `AM` | Armenia |
| `AW` | Aruba |
| `AU` | Australia |
| `AT` | Austria |
| `AZ` | Azerbaijan |
| `BS` | Bahamas |
| `BH` | Bahrain |
| `BD` | Bangladesh |
| `BB` | Barbados |
| `BY` | Belarus |
| `BE` | Belgium |
| `BZ` | Belize |
| `BJ` | Benin |
| `BM` | Bermuda |
| `BT` | Bhutan |
| `BO` | Bolivia |
| `BA` | Bosnia &amp; Herzegovina |
| `BW` | Botswana |
| `BV` | Bouvet Island |
| `BR` | Brazil |
| `IO` | British Indian Ocean Territory |
| `VG` | British Virgin Islands |
| `BN` | Brunei |
| `BG` | Bulgaria |
| `BF` | Burkina Faso |
| `BI` | Burundi |
| `KH` | Cambodia |
| `CM` | Cameroon |
| `CA` | Canada |
| `CV` | Cape Verde |
| `BQ` | Caribbean Netherlands |
| `KY` | Cayman Islands |
| `CF` | Central African Republic |
| `TD` | Chad |
| `CL` | Chile |
| `CN` | China |
| `CX` | Christmas Island |
| `CC` | Cocos (Keeling) Islands |
| `CO` | Colombia |
| `KM` | Comoros |
| `CG` | Congo - Brazzaville |
| `CD` | Congo - Kinshasa |
| `CK` | Cook Islands |
| `CR` | Costa Rica |
| `HR` | Croatia |
| `CU` | Cuba |
| `CW` | Curaçao |
| `CY` | Cyprus |
| `CZ` | Czechia |
| `CI` | Côte d’Ivoire |
| `DK` | Denmark |
| `DJ` | Djibouti |
| `DM` | Dominica |
| `DO` | Dominican Republic |
| `EC` | Ecuador |
| `EG` | Egypt |
| `SV` | El Salvador |
| `GQ` | Equatorial Guinea |
| `ER` | Eritrea |
| `EE` | Estonia |
| `ET` | Ethiopia |
| `FK` | Falkland Islands (Islas Malvinas) |
| `FO` | Faroe Islands |
| `FJ` | Fiji |
| `FI` | Finland |
| `FR` | France |
| `GF` | French Guiana |
| `PF` | French Polynesia |
| `TF` | French Southern Territories |
| `GA` | Gabon |
| `GM` | Gambia |
| `GE` | Georgia |
| `DE` | Germany |
| `GH` | Ghana |
| `GI` | Gibraltar |
| `GR` | Greece |
| `GL` | Greenland |
| `GD` | Grenada |
| `GP` | Guadeloupe |
| `GU` | Guam |
| `GT` | Guatemala |
| `GG` | Guernsey |
| `GN` | Guinea |
| `GW` | Guinea-Bissau |
| `GY` | Guyana |
| `HT` | Haiti |
| `HM` | Heard &amp; McDonald Islands |
| `HN` | Honduras |
| `HK` | Hong Kong |
| `HU` | Hungary |
| `IS` | Iceland |
| `IN` | India |
| `ID` | Indonesia |
| `IR` | Iran |
| `IQ` | Iraq |
| `IE` | Ireland |
| `IM` | Isle of Man |
| `IL` | Israel |
| `IT` | Italy |
| `JM` | Jamaica |
| `JP` | Japan |
| `JE` | Jersey |
| `JO` | Jordan |
| `KZ` | Kazakhstan |
| `KE` | Kenya |
| `KI` | Kiribati |
| `XK` | Kosovo |
| `KW` | Kuwait |
| `KG` | Kyrgyzstan |
| `LA` | Laos |
| `LV` | Latvia |
| `LB` | Lebanon |
| `LS` | Lesotho |
| `LR` | Liberia |
| `LY` | Libya |
| `LI` | Liechtenstein |
| `LT` | Lithuania |
| `LU` | Luxembourg |
| `MO` | Macau |
| `MK` | Macedonia (FYROM) |
| `MG` | Madagascar |
| `MW` | Malawi |
| `MY` | Malaysia |
| `MV` | Maldives |
| `ML` | Mali |
| `MT` | Malta |
| `MH` | Marshall Islands |
| `MQ` | Martinique |
| `MR` | Mauritania |
| `MU` | Mauritius |
| `YT` | Mayotte |
| `MX` | Mexico |
| `FM` | Micronesia |
| `MD` | Moldova |
| `MC` | Monaco |
| `MN` | Mongolia |
| `ME` | Montenegro |
| `MS` | Montserrat |
| `MA` | Morocco |
| `MZ` | Mozambique |
| `MM` | Myanmar (Burma) |
| `NA` | Namibia |
| `NR` | Nauru |
| `NP` | Nepal |
| `NL` | Netherlands |
| `NC` | New Caledonia |
| `NZ` | New Zealand |
| `NI` | Nicaragua |
| `NE` | Niger |
| `NG` | Nigeria |
| `NU` | Niue |
| `NF` | Norfolk Island |
| `KP` | North Korea |
| `MP` | Northern Mariana Islands |
| `NO` | Norway |
| `OM` | Oman |
| `PK` | Pakistan |
| `PW` | Palau |
| `PS` | Palestine |
| `PA` | Panama |
| `PG` | Papua New Guinea |
| `PY` | Paraguay |
| `PE` | Peru |
| `PH` | Philippines |
| `PN` | Pitcairn Islands |
| `PL` | Poland |
| `PT` | Portugal |
| `PR` | Puerto Rico |
| `QA` | Qatar |
| `RO` | Romania |
| `RW` | Rwanda |
| `RE` | Réunion |
| `WS` | Samoa |
| `SM` | San Marino |
| `SA` | Saudi Arabia |
| `SN` | Senegal |
| `RS` | Serbia |
| `SC` | Seychelles |
| `SL` | Sierra Leone |
| `SG` | Singapore |
| `SX` | Sint Maarten |
| `SK` | Slovakia |
| `SI` | Slovenia |
| `SB` | Solomon Islands |
| `SO` | Somalia |
| `ZA` | South Africa |
| `GS` | South Georgia &amp; South Sandwich Islands |
| `KR` | South Korea |
| `SS` | South Sudan |
| `ES` | Spain |
| `LK` | Sri Lanka |
| `BL` | St. Barthélemy |
| `SH` | St. Helena |
| `KN` | St. Kitts &amp; Nevis |
| `LC` | St. Lucia |
| `MF` | St. Martin |
| `PM` | St. Pierre &amp; Miquelon |
| `VC` | St. Vincent &amp; Grenadines |
| `SD` | Sudan |
| `SR` | Suriname |
| `SJ` | Svalbard &amp; Jan Mayen |
| `SZ` | Swaziland |
| `SE` | Sweden |
| `CH` | Switzerland |
| `SY` | Syria |
| `ST` | São Tomé &amp; Príncipe |
| `TW` | Taiwan |
| `TJ` | Tajikistan |
| `TZ` | Tanzania |
| `TH` | Thailand |
| `TL` | Timor-Leste |
| `TG` | Togo |
| `TK` | Tokelau |
| `TO` | Tonga |
| `TT` | Trinidad &amp; Tobago |
| `TN` | Tunisia |
| `TR` | Turkiye |
| `TM` | Turkmenistan |
| `TC` | Turks &amp; Caicos Islands |
| `TV` | Tuvalu |
| `UM` | U.S. Outlying Islands |
| `VI` | U.S. Virgin Islands |
| `UG` | Uganda |
| `UA` | Ukraine |
| `AE` | United Arab Emirates |
| `GB` | United Kingdom |
| `US` | United States |
| `UY` | Uruguay |
| `UZ` | Uzbekistan |
| `VU` | Vanuatu |
| `VA` | Vatican City |
| `VE` | Venezuela |
| `VN` | Vietnam |
| `WF` | Wallis &amp; Futuna |
| `EH` | Western Sahara |
| `YE` | Yemen |
| `ZM` | Zambia |
| `ZW` | Zimbabwe |
| `AX` | Åland Islands |

**Instagram** (190):

| Code | Country |
|---|---|
| `GLB` | Global / Worldwide |
| `AF` | Afghanistan |
| `AL` | Albania |
| `DZ` | Algeria |
| `AS` | American Samoa |
| `AD` | Andorra |
| `AO` | Angola |
| `AI` | Anguilla |
| `AG` | Antigua and Barbuda |
| `AR` | Argentina |
| `AM` | Armenia |
| `AU` | Australia |
| `AT` | Austria |
| `AZ` | Azerbaijan |
| `BS` | Bahamas |
| `BH` | Bahrain |
| `BD` | Bangladesh |
| `BY` | Belarus |
| `BE` | Belgium |
| `BZ` | Belize |
| `BJ` | Benin |
| `BT` | Bhutan |
| `BO` | Bolivia |
| `BA` | Bosnia and Herzegovina |
| `BW` | Botswana |
| `BR` | Brazil |
| `VG` | British Virgin Islands |
| `BN` | Brunei |
| `BG` | Bulgaria |
| `BF` | Burkina Faso |
| `BI` | Burundi |
| `KH` | Cambodia |
| `CM` | Cameroon |
| `CA` | Canada |
| `CV` | Cape Verde |
| `CF` | Central African Republic |
| `TD` | Chad |
| `CL` | Chile |
| `CO` | Colombia |
| `CD` | Congo - Kinshasa |
| `CK` | Cook Islands |
| `CR` | Costa Rica |
| `HR` | Croatia |
| `CU` | Cuba |
| `CY` | Cyprus |
| `CZ` | Czechia |
| `CI` | Côte d’Ivoire |
| `DK` | Denmark |
| `DJ` | Djibouti |
| `DM` | Dominica |
| `DO` | Dominican Republic |
| `EC` | Ecuador |
| `EG` | Egypt |
| `SV` | El Salvador |
| `EE` | Estonia |
| `ET` | Ethiopia |
| `FJ` | Fiji |
| `FI` | Finland |
| `FR` | France |
| `GA` | Gabon |
| `GM` | Gambia |
| `GE` | Georgia |
| `DE` | Germany |
| `GH` | Ghana |
| `GI` | Gibraltar |
| `GR` | Greece |
| `GL` | Greenland |
| `GP` | Guadeloupe |
| `GT` | Guatemala |
| `GG` | Guernsey |
| `GY` | Guyana |
| `HT` | Haiti |
| `HN` | Honduras |
| `HK` | Hong Kong |
| `HU` | Hungary |
| `IS` | Iceland |
| `IN` | India |
| `ID` | Indonesia |
| `IQ` | Iraq |
| `IE` | Ireland |
| `IM` | Isle of Man |
| `IL` | Israel |
| `IT` | Italy |
| `JM` | Jamaica |
| `JP` | Japan |
| `JE` | Jersey |
| `JO` | Jordan |
| `KZ` | Kazakhstan |
| `KE` | Kenya |
| `KI` | Kiribati |
| `KW` | Kuwait |
| `KG` | Kyrgyzstan |
| `LA` | Laos |
| `LV` | Latvia |
| `LB` | Lebanon |
| `LS` | Lesotho |
| `LY` | Libya |
| `LI` | Liechtenstein |
| `LT` | Lithuania |
| `LU` | Luxembourg |
| `MK` | Macedonia (FYROM) |
| `MG` | Madagascar |
| `MW` | Malawi |
| `MY` | Malaysia |
| `MV` | Maldives |
| `ML` | Mali |
| `MT` | Malta |
| `MU` | Mauritius |
| `MX` | Mexico |
| `FM` | Micronesia |
| `MD` | Moldova |
| `MN` | Mongolia |
| `ME` | Montenegro |
| `MS` | Montserrat |
| `MA` | Morocco |
| `MZ` | Mozambique |
| `MM` | Myanmar (Burma) |
| `NA` | Namibia |
| `NR` | Nauru |
| `NP` | Nepal |
| `NL` | Netherlands |
| `NZ` | New Zealand |
| `NI` | Nicaragua |
| `NE` | Niger |
| `NG` | Nigeria |
| `NU` | Niue |
| `NF` | Norfolk Island |
| `NO` | Norway |
| `OM` | Oman |
| `PK` | Pakistan |
| `PS` | Palestine |
| `PA` | Panama |
| `PG` | Papua New Guinea |
| `PY` | Paraguay |
| `PE` | Peru |
| `PH` | Philippines |
| `PN` | Pitcairn Islands |
| `PL` | Poland |
| `PT` | Portugal |
| `PR` | Puerto Rico |
| `QA` | Qatar |
| `RO` | Romania |
| `RW` | Rwanda |
| `WS` | Samoa |
| `SM` | San Marino |
| `SA` | Saudi Arabia |
| `SN` | Senegal |
| `RS` | Serbia |
| `SC` | Seychelles |
| `SL` | Sierra Leone |
| `SG` | Singapore |
| `SK` | Slovakia |
| `SI` | Slovenia |
| `SB` | Solomon Islands |
| `SO` | Somalia |
| `ZA` | South Africa |
| `KR` | South Korea |
| `ES` | Spain |
| `LK` | Sri Lanka |
| `SH` | St. Helena |
| `VC` | St. Vincent &amp; Grenadines |
| `SR` | Suriname |
| `SE` | Sweden |
| `CH` | Switzerland |
| `ST` | São Tomé &amp; Príncipe |
| `TW` | Taiwan |
| `TJ` | Tajikistan |
| `TZ` | Tanzania |
| `TH` | Thailand |
| `TL` | Timor-Leste |
| `TG` | Togo |
| `TK` | Tokelau |
| `TO` | Tonga |
| `TT` | Trinidad and Tobago |
| `TN` | Tunisia |
| `TR` | Turkiye |
| `TM` | Turkmenistan |
| `VI` | U.S. Virgin Islands |
| `UG` | Uganda |
| `UA` | Ukraine |
| `AE` | United Arab Emirates |
| `GB` | United Kingdom |
| `US` | United States |
| `UY` | Uruguay |
| `UZ` | Uzbekistan |
| `VU` | Vanuatu |
| `VE` | Venezuela |
| `VN` | Vietnam |
| `ZM` | Zambia |
| `ZW` | Zimbabwe |

**Naver** (1):

| Code | Country |
|---|---|
| `KR` | South Korea |

**Perplexity** (109):

| Code | Country |
|---|---|
| `GLB` | Global / Worldwide |
| `DZ` | Algeria |
| `AR` | Argentina |
| `AU` | Australia |
| `AT` | Austria |
| `AZ` | Azerbaijan |
| `BH` | Bahrain |
| `BD` | Bangladesh |
| `BY` | Belarus |
| `BE` | Belgium |
| `BO` | Bolivia |
| `BA` | Bosnia and Herzegovina |
| `BR` | Brazil |
| `BG` | Bulgaria |
| `KH` | Cambodia |
| `CA` | Canada |
| `CL` | Chile |
| `CO` | Colombia |
| `CR` | Costa Rica |
| `HR` | Croatia |
| `CY` | Cyprus |
| `CZ` | Czechia |
| `DK` | Denmark |
| `DO` | Dominican Republic |
| `EC` | Ecuador |
| `EG` | Egypt |
| `SV` | El Salvador |
| `EE` | Estonia |
| `FI` | Finland |
| `FR` | France |
| `GE` | Georgia |
| `DE` | Germany |
| `GH` | Ghana |
| `GR` | Greece |
| `GT` | Guatemala |
| `HN` | Honduras |
| `HK` | Hong Kong |
| `HU` | Hungary |
| `IS` | Iceland |
| `IN` | India |
| `ID` | Indonesia |
| `IQ` | Iraq |
| `IE` | Ireland |
| `IL` | Israel |
| `IT` | Italy |
| `JM` | Jamaica |
| `JP` | Japan |
| `JO` | Jordan |
| `KZ` | Kazakhstan |
| `KE` | Kenya |
| `KW` | Kuwait |
| `LA` | Laos |
| `LV` | Latvia |
| `LB` | Lebanon |
| `LY` | Libya |
| `LI` | Liechtenstein |
| `LT` | Lithuania |
| `LU` | Luxembourg |
| `MK` | Macedonia |
| `MY` | Malaysia |
| `MT` | Malta |
| `MX` | Mexico |
| `ME` | Montenegro |
| `MA` | Morocco |
| `NP` | Nepal |
| `NL` | Netherlands |
| `NZ` | New Zealand |
| `NI` | Nicaragua |
| `NG` | Nigeria |
| `NO` | Norway |
| `OM` | Oman |
| `PK` | Pakistan |
| `PA` | Panama |
| `PG` | Papua New Guinea |
| `PY` | Paraguay |
| `PE` | Peru |
| `PH` | Philippines |
| `PL` | Poland |
| `PT` | Portugal |
| `PR` | Puerto Rico |
| `QA` | Qatar |
| `RO` | Romania |
| `SA` | Saudi Arabia |
| `SN` | Senegal |
| `RS` | Serbia |
| `SG` | Singapore |
| `SK` | Slovakia |
| `SI` | Slovenia |
| `ZA` | South Africa |
| `KR` | South Korea |
| `ES` | Spain |
| `LK` | Sri Lanka |
| `SE` | Sweden |
| `CH` | Switzerland |
| `TW` | Taiwan |
| `TZ` | Tanzania |
| `TH` | Thailand |
| `TN` | Tunisia |
| `TR` | Turkiye |
| `UG` | Uganda |
| `UA` | Ukraine |
| `AE` | United Arab Emirates |
| `GB` | United Kingdom |
| `US` | United States |
| `UY` | Uruguay |
| `VE` | Venezuela |
| `VN` | Vietnam |
| `YE` | Yemen |
| `ZW` | Zimbabwe |

**Pinterest** (190):

| Code | Country |
|---|---|
| `GLB` | Global / Worldwide |
| `AF` | Afghanistan |
| `AL` | Albania |
| `DZ` | Algeria |
| `AS` | American Samoa |
| `AD` | Andorra |
| `AO` | Angola |
| `AI` | Anguilla |
| `AG` | Antigua and Barbuda |
| `AR` | Argentina |
| `AM` | Armenia |
| `AU` | Australia |
| `AT` | Austria |
| `AZ` | Azerbaijan |
| `BS` | Bahamas |
| `BH` | Bahrain |
| `BD` | Bangladesh |
| `BY` | Belarus |
| `BE` | Belgium |
| `BZ` | Belize |
| `BJ` | Benin |
| `BT` | Bhutan |
| `BO` | Bolivia |
| `BA` | Bosnia and Herzegovina |
| `BW` | Botswana |
| `BR` | Brazil |
| `VG` | British Virgin Islands |
| `BN` | Brunei |
| `BG` | Bulgaria |
| `BF` | Burkina Faso |
| `BI` | Burundi |
| `KH` | Cambodia |
| `CM` | Cameroon |
| `CA` | Canada |
| `CV` | Cape Verde |
| `CF` | Central African Republic |
| `TD` | Chad |
| `CL` | Chile |
| `CO` | Colombia |
| `CD` | Congo - Kinshasa |
| `CK` | Cook Islands |
| `CR` | Costa Rica |
| `HR` | Croatia |
| `CU` | Cuba |
| `CY` | Cyprus |
| `CZ` | Czechia |
| `CI` | Côte d’Ivoire |
| `DK` | Denmark |
| `DJ` | Djibouti |
| `DM` | Dominica |
| `DO` | Dominican Republic |
| `EC` | Ecuador |
| `EG` | Egypt |
| `SV` | El Salvador |
| `EE` | Estonia |
| `ET` | Ethiopia |
| `FJ` | Fiji |
| `FI` | Finland |
| `FR` | France |
| `GA` | Gabon |
| `GM` | Gambia |
| `GE` | Georgia |
| `DE` | Germany |
| `GH` | Ghana |
| `GI` | Gibraltar |
| `GR` | Greece |
| `GL` | Greenland |
| `GP` | Guadeloupe |
| `GT` | Guatemala |
| `GG` | Guernsey |
| `GY` | Guyana |
| `HT` | Haiti |
| `HN` | Honduras |
| `HK` | Hong Kong |
| `HU` | Hungary |
| `IS` | Iceland |
| `IN` | India |
| `ID` | Indonesia |
| `IQ` | Iraq |
| `IE` | Ireland |
| `IM` | Isle of Man |
| `IL` | Israel |
| `IT` | Italy |
| `JM` | Jamaica |
| `JP` | Japan |
| `JE` | Jersey |
| `JO` | Jordan |
| `KZ` | Kazakhstan |
| `KE` | Kenya |
| `KI` | Kiribati |
| `KW` | Kuwait |
| `KG` | Kyrgyzstan |
| `LA` | Laos |
| `LV` | Latvia |
| `LB` | Lebanon |
| `LS` | Lesotho |
| `LY` | Libya |
| `LI` | Liechtenstein |
| `LT` | Lithuania |
| `LU` | Luxembourg |
| `MK` | Macedonia (FYROM) |
| `MG` | Madagascar |
| `MW` | Malawi |
| `MY` | Malaysia |
| `MV` | Maldives |
| `ML` | Mali |
| `MT` | Malta |
| `MU` | Mauritius |
| `MX` | Mexico |
| `FM` | Micronesia |
| `MD` | Moldova |
| `MN` | Mongolia |
| `ME` | Montenegro |
| `MS` | Montserrat |
| `MA` | Morocco |
| `MZ` | Mozambique |
| `MM` | Myanmar (Burma) |
| `NA` | Namibia |
| `NR` | Nauru |
| `NP` | Nepal |
| `NL` | Netherlands |
| `NZ` | New Zealand |
| `NI` | Nicaragua |
| `NE` | Niger |
| `NG` | Nigeria |
| `NU` | Niue |
| `NF` | Norfolk Island |
| `NO` | Norway |
| `OM` | Oman |
| `PK` | Pakistan |
| `PS` | Palestine |
| `PA` | Panama |
| `PG` | Papua New Guinea |
| `PY` | Paraguay |
| `PE` | Peru |
| `PH` | Philippines |
| `PN` | Pitcairn Islands |
| `PL` | Poland |
| `PT` | Portugal |
| `PR` | Puerto Rico |
| `QA` | Qatar |
| `RO` | Romania |
| `RW` | Rwanda |
| `WS` | Samoa |
| `SM` | San Marino |
| `SA` | Saudi Arabia |
| `SN` | Senegal |
| `RS` | Serbia |
| `SC` | Seychelles |
| `SL` | Sierra Leone |
| `SG` | Singapore |
| `SK` | Slovakia |
| `SI` | Slovenia |
| `SB` | Solomon Islands |
| `SO` | Somalia |
| `ZA` | South Africa |
| `KR` | South Korea |
| `ES` | Spain |
| `LK` | Sri Lanka |
| `SH` | St. Helena |
| `VC` | St. Vincent &amp; Grenadines |
| `SR` | Suriname |
| `SE` | Sweden |
| `CH` | Switzerland |
| `ST` | São Tomé &amp; Príncipe |
| `TW` | Taiwan |
| `TJ` | Tajikistan |
| `TZ` | Tanzania |
| `TH` | Thailand |
| `TL` | Timor-Leste |
| `TG` | Togo |
| `TK` | Tokelau |
| `TO` | Tonga |
| `TT` | Trinidad and Tobago |
| `TN` | Tunisia |
| `TR` | Turkiye |
| `TM` | Turkmenistan |
| `VI` | U.S. Virgin Islands |
| `UG` | Uganda |
| `UA` | Ukraine |
| `AE` | United Arab Emirates |
| `GB` | United Kingdom |
| `US` | United States |
| `UY` | Uruguay |
| `UZ` | Uzbekistan |
| `VU` | Vanuatu |
| `VE` | Venezuela |
| `VN` | Vietnam |
| `ZM` | Zambia |
| `ZW` | Zimbabwe |

**Play Store** (138):

| Code | Country |
|---|---|
| `GLB` | Global / Worldwide |
| `AL` | Albania |
| `DZ` | Algeria |
| `AO` | Angola |
| `AG` | Antigua and Barbuda |
| `AR` | Argentina |
| `AM` | Armenia |
| `AW` | Aruba |
| `AU` | Australia |
| `AT` | Austria |
| `AZ` | Azerbaijan |
| `BS` | Bahamas |
| `BH` | Bahrain |
| `BD` | Bangladesh |
| `BY` | Belarus |
| `BE` | Belgium |
| `BZ` | Belize |
| `BJ` | Benin |
| `BO` | Bolivia |
| `BA` | Bosnia and Herzegovina |
| `BW` | Botswana |
| `BR` | Brazil |
| `BG` | Bulgaria |
| `BF` | Burkina |
| `KH` | Cambodia |
| `CM` | Cameroon |
| `CA` | Canada |
| `CV` | Cape Verde |
| `CL` | Chile |
| `CO` | Colombia |
| `CR` | Costa Rica |
| `CI` | Cote d&#039; Ivore |
| `HR` | Croatia |
| `CY` | Cyprus |
| `CZ` | Czech Republic |
| `DK` | Denmark |
| `DO` | Dominican Republic |
| `EC` | Ecuador |
| `EG` | Egypt |
| `SV` | El Salvador |
| `EE` | Estonia |
| `FJ` | Fiji |
| `FI` | Finland |
| `FR` | France |
| `GA` | Gabon |
| `GE` | Georgia |
| `DE` | Germany |
| `GH` | Ghana |
| `GR` | Greece |
| `GT` | Guatemala |
| `GW` | Guinea-Bissau |
| `HT` | Haiti |
| `HN` | Honduras |
| `HK` | Hong Kong |
| `HU` | Hungary |
| `IS` | Iceland |
| `IN` | India |
| `ID` | Indonesia |
| `IE` | Ireland |
| `IL` | Israel |
| `IT` | Italy |
| `JM` | Jamaica |
| `JP` | Japan |
| `JO` | Jordan |
| `KZ` | Kazakhstan |
| `KE` | Kenya |
| `KW` | Kuwait |
| `KG` | Kyrgyzstan |
| `LA` | Lao People&#039;s Democratic Republic |
| `LV` | Latvia |
| `LB` | Lebanon |
| `LI` | Liechtenstein |
| `LT` | Lithuania |
| `LU` | Luxembourg |
| `MO` | Macau |
| `MK` | Macedonia |
| `MY` | Malaysia |
| `ML` | Mali |
| `MT` | Malta |
| `MU` | Mauritius |
| `MX` | Mexico |
| `MD` | Moldova |
| `MA` | Morocco |
| `MZ` | Mozambique |
| `MM` | Myanmar |
| `NA` | Namibia |
| `NP` | Nepal |
| `NL` | Netherlands |
| `NZ` | New Zealand |
| `NI` | Nicaragua |
| `NE` | Niger |
| `NG` | Nigeria |
| `NO` | Norway |
| `OM` | Oman |
| `PK` | Pakistan |
| `PA` | Panama |
| `PG` | Papua New Guinea |
| `PY` | Paraguay |
| `PE` | Peru |
| `PH` | Philippines |
| `PL` | Poland |
| `PT` | Portugal |
| `QA` | Qatar |
| `RO` | Romania |
| `RW` | Rwanda |
| `SA` | Saudi Arabia |
| `SN` | Senegal |
| `SP` | Serbia |
| `SG` | Singapore |
| `SK` | Slovakia |
| `SL` | Slovenia |
| `ZA` | South Africa |
| `KR` | South Korea |
| `ES` | Spain |
| `LK` | Sri Lanka |
| `SE` | Sweden |
| `CH` | Switzerland |
| `TW` | Taiwan |
| `TJ` | Tajikistan |
| `TZ` | Tanzania |
| `TH` | Thailand |
| `TG` | Togo |
| `TT` | Trinidad and Tobago |
| `TN` | Tunisia |
| `TR` | Turkiye |
| `TM` | Turkmenistan |
| `UG` | Uganda |
| `UA` | Ukraine |
| `AE` | United Arab Emirates |
| `GB` | United Kingdom |
| `US` | United States |
| `UY` | Uruguay |
| `UZ` | Uzbekistan |
| `VE` | Venezuela |
| `VN` | Vietnam |
| `YE` | Yemen |
| `ZM` | Zambia |
| `ZW` | Zimbabwe |

**TikTok** (50):

| Code | Country |
|---|---|
| `GLB` | Global / Worldwide |
| `AU` | Australia |
| `AT` | Austria |
| `BE` | Belgium |
| `BR` | Brazil |
| `KH` | Cambodia |
| `CA` | Canada |
| `CL` | Chile |
| `CO` | Colombia |
| `CZ` | Czechia |
| `DK` | Denmark |
| `EC` | Ecuador |
| `EG` | Egypt |
| `FI` | Finland |
| `FR` | France |
| `DE` | Germany |
| `GR` | Greece |
| `HU` | Hungary |
| `ID` | Indonesia |
| `IE` | Ireland |
| `IL` | Israel |
| `IT` | Italy |
| `JP` | Japan |
| `KW` | Kuwait |
| `MY` | Malaysia |
| `MX` | Mexico |
| `MA` | Morocco |
| `NL` | Netherlands |
| `NZ` | New Zealand |
| `NO` | Norway |
| `PE` | Peru |
| `PH` | Philippines |
| `PL` | Poland |
| `PT` | Portugal |
| `QA` | Qatar |
| `RO` | Romania |
| `SA` | Saudi Arabia |
| `SG` | Singapore |
| `ZA` | South Africa |
| `KR` | South Korea |
| `ES` | Spain |
| `SE` | Sweden |
| `CH` | Switzerland |
| `TH` | Thailand |
| `TR` | Turkiye |
| `UA` | Ukraine |
| `AE` | United Arab Emirates |
| `GB` | United Kingdom |
| `US` | United States |
| `VN` | Vietnam |

**X (Twitter)** (190):

| Code | Country |
|---|---|
| `GLB` | Global / Worldwide |
| `AF` | Afghanistan |
| `AL` | Albania |
| `DZ` | Algeria |
| `AS` | American Samoa |
| `AD` | Andorra |
| `AO` | Angola |
| `AI` | Anguilla |
| `AG` | Antigua and Barbuda |
| `AR` | Argentina |
| `AM` | Armenia |
| `AU` | Australia |
| `AT` | Austria |
| `AZ` | Azerbaijan |
| `BS` | Bahamas |
| `BH` | Bahrain |
| `BD` | Bangladesh |
| `BY` | Belarus |
| `BE` | Belgium |
| `BZ` | Belize |
| `BJ` | Benin |
| `BT` | Bhutan |
| `BO` | Bolivia |
| `BA` | Bosnia and Herzegovina |
| `BW` | Botswana |
| `BR` | Brazil |
| `VG` | British Virgin Islands |
| `BN` | Brunei |
| `BG` | Bulgaria |
| `BF` | Burkina Faso |
| `BI` | Burundi |
| `KH` | Cambodia |
| `CM` | Cameroon |
| `CA` | Canada |
| `CV` | Cape Verde |
| `CF` | Central African Republic |
| `TD` | Chad |
| `CL` | Chile |
| `CO` | Colombia |
| `CD` | Congo - Kinshasa |
| `CK` | Cook Islands |
| `CR` | Costa Rica |
| `HR` | Croatia |
| `CU` | Cuba |
| `CY` | Cyprus |
| `CZ` | Czechia |
| `CI` | Côte d’Ivoire |
| `DK` | Denmark |
| `DJ` | Djibouti |
| `DM` | Dominica |
| `DO` | Dominican Republic |
| `EC` | Ecuador |
| `EG` | Egypt |
| `SV` | El Salvador |
| `EE` | Estonia |
| `ET` | Ethiopia |
| `FJ` | Fiji |
| `FI` | Finland |
| `FR` | France |
| `GA` | Gabon |
| `GM` | Gambia |
| `GE` | Georgia |
| `DE` | Germany |
| `GH` | Ghana |
| `GI` | Gibraltar |
| `GR` | Greece |
| `GL` | Greenland |
| `GP` | Guadeloupe |
| `GT` | Guatemala |
| `GG` | Guernsey |
| `GY` | Guyana |
| `HT` | Haiti |
| `HN` | Honduras |
| `HK` | Hong Kong |
| `HU` | Hungary |
| `IS` | Iceland |
| `IN` | India |
| `ID` | Indonesia |
| `IQ` | Iraq |
| `IE` | Ireland |
| `IM` | Isle of Man |
| `IL` | Israel |
| `IT` | Italy |
| `JM` | Jamaica |
| `JP` | Japan |
| `JE` | Jersey |
| `JO` | Jordan |
| `KZ` | Kazakhstan |
| `KE` | Kenya |
| `KI` | Kiribati |
| `KW` | Kuwait |
| `KG` | Kyrgyzstan |
| `LA` | Laos |
| `LV` | Latvia |
| `LB` | Lebanon |
| `LS` | Lesotho |
| `LY` | Libya |
| `LI` | Liechtenstein |
| `LT` | Lithuania |
| `LU` | Luxembourg |
| `MK` | Macedonia (FYROM) |
| `MG` | Madagascar |
| `MW` | Malawi |
| `MY` | Malaysia |
| `MV` | Maldives |
| `ML` | Mali |
| `MT` | Malta |
| `MU` | Mauritius |
| `MX` | Mexico |
| `FM` | Micronesia |
| `MD` | Moldova |
| `MN` | Mongolia |
| `ME` | Montenegro |
| `MS` | Montserrat |
| `MA` | Morocco |
| `MZ` | Mozambique |
| `MM` | Myanmar (Burma) |
| `NA` | Namibia |
| `NR` | Nauru |
| `NP` | Nepal |
| `NL` | Netherlands |
| `NZ` | New Zealand |
| `NI` | Nicaragua |
| `NE` | Niger |
| `NG` | Nigeria |
| `NU` | Niue |
| `NF` | Norfolk Island |
| `NO` | Norway |
| `OM` | Oman |
| `PK` | Pakistan |
| `PS` | Palestine |
| `PA` | Panama |
| `PG` | Papua New Guinea |
| `PY` | Paraguay |
| `PE` | Peru |
| `PH` | Philippines |
| `PN` | Pitcairn Islands |
| `PL` | Poland |
| `PT` | Portugal |
| `PR` | Puerto Rico |
| `QA` | Qatar |
| `RO` | Romania |
| `RW` | Rwanda |
| `WS` | Samoa |
| `SM` | San Marino |
| `SA` | Saudi Arabia |
| `SN` | Senegal |
| `RS` | Serbia |
| `SC` | Seychelles |
| `SL` | Sierra Leone |
| `SG` | Singapore |
| `SK` | Slovakia |
| `SI` | Slovenia |
| `SB` | Solomon Islands |
| `SO` | Somalia |
| `ZA` | South Africa |
| `KR` | South Korea |
| `ES` | Spain |
| `LK` | Sri Lanka |
| `SH` | St. Helena |
| `VC` | St. Vincent &amp; Grenadines |
| `SR` | Suriname |
| `SE` | Sweden |
| `CH` | Switzerland |
| `ST` | São Tomé &amp; Príncipe |
| `TW` | Taiwan |
| `TJ` | Tajikistan |
| `TZ` | Tanzania |
| `TH` | Thailand |
| `TL` | Timor-Leste |
| `TG` | Togo |
| `TK` | Tokelau |
| `TO` | Tonga |
| `TT` | Trinidad and Tobago |
| `TN` | Tunisia |
| `TR` | Turkiye |
| `TM` | Turkmenistan |
| `VI` | U.S. Virgin Islands |
| `UG` | Uganda |
| `UA` | Ukraine |
| `AE` | United Arab Emirates |
| `GB` | United Kingdom |
| `US` | United States |
| `UY` | Uruguay |
| `UZ` | Uzbekistan |
| `VU` | Vanuatu |
| `VE` | Venezuela |
| `VN` | Vietnam |
| `ZM` | Zambia |
| `ZW` | Zimbabwe |

**YouTube** (109):

| Code | Country |
|---|---|
| `GLB` | Global / Worldwide |
| `DZ` | Algeria |
| `AR` | Argentina |
| `AU` | Australia |
| `AT` | Austria |
| `AZ` | Azerbaijan |
| `BH` | Bahrain |
| `BD` | Bangladesh |
| `BY` | Belarus |
| `BE` | Belgium |
| `BO` | Bolivia |
| `BA` | Bosnia and Herzegovina |
| `BR` | Brazil |
| `BG` | Bulgaria |
| `KH` | Cambodia |
| `CA` | Canada |
| `CL` | Chile |
| `CO` | Colombia |
| `CR` | Costa Rica |
| `HR` | Croatia |
| `CY` | Cyprus |
| `CZ` | Czechia |
| `DK` | Denmark |
| `DO` | Dominican Republic |
| `EC` | Ecuador |
| `EG` | Egypt |
| `SV` | El Salvador |
| `EE` | Estonia |
| `FI` | Finland |
| `FR` | France |
| `GE` | Georgia |
| `DE` | Germany |
| `GH` | Ghana |
| `GR` | Greece |
| `GT` | Guatemala |
| `HN` | Honduras |
| `HK` | Hong Kong |
| `HU` | Hungary |
| `IS` | Iceland |
| `IN` | India |
| `ID` | Indonesia |
| `IQ` | Iraq |
| `IE` | Ireland |
| `IL` | Israel |
| `IT` | Italy |
| `JM` | Jamaica |
| `JP` | Japan |
| `JO` | Jordan |
| `KZ` | Kazakhstan |
| `KE` | Kenya |
| `KW` | Kuwait |
| `LA` | Laos |
| `LV` | Latvia |
| `LB` | Lebanon |
| `LY` | Libya |
| `LI` | Liechtenstein |
| `LT` | Lithuania |
| `LU` | Luxembourg |
| `MK` | Macedonia |
| `MY` | Malaysia |
| `MT` | Malta |
| `MX` | Mexico |
| `ME` | Montenegro |
| `MA` | Morocco |
| `NP` | Nepal |
| `NL` | Netherlands |
| `NZ` | New Zealand |
| `NI` | Nicaragua |
| `NG` | Nigeria |
| `NO` | Norway |
| `OM` | Oman |
| `PK` | Pakistan |
| `PA` | Panama |
| `PG` | Papua New Guinea |
| `PY` | Paraguay |
| `PE` | Peru |
| `PH` | Philippines |
| `PL` | Poland |
| `PT` | Portugal |
| `PR` | Puerto Rico |
| `QA` | Qatar |
| `RO` | Romania |
| `SA` | Saudi Arabia |
| `SN` | Senegal |
| `RS` | Serbia |
| `SG` | Singapore |
| `SK` | Slovakia |
| `SI` | Slovenia |
| `ZA` | South Africa |
| `KR` | South Korea |
| `ES` | Spain |
| `LK` | Sri Lanka |
| `SE` | Sweden |
| `CH` | Switzerland |
| `TW` | Taiwan |
| `TZ` | Tanzania |
| `TH` | Thailand |
| `TN` | Tunisia |
| `TR` | Turkiye |
| `UG` | Uganda |
| `UA` | Ukraine |
| `AE` | United Arab Emirates |
| `GB` | United Kingdom |
| `US` | United States |
| `UY` | Uruguay |
| `VE` | Venezuela |
| `VN` | Vietnam |
| `YE` | Yemen |
| `ZW` | Zimbabwe |

### Languages by Platform

**Amazon** (39):

| Code | Language |
|---|---|
| `ar_AE` | Arabic - العربية |
| `bn_IN` | Bengali - বাংলা |
| `zh_CN` | Chinese Simplified (China) - 中文 简体 |
| `zh_TW` | Chinese Traditional (Taiwan) - 中文 繁體 |
| `cs_CZ` | Czech - Čeština |
| `da_DK` | Danish - Dansk |
| `nl_BE` | Dutch (Belgium) - Nederlands (Belgique) |
| `nl_NL` | Dutch - Nederlands |
| `en_US` | English |
| `en_AE` | English |
| `en_AU` | English |
| `en_CA` | English |
| `en_GB` | English |
| `en_IN` | English |
| `en_IE` | English |
| `en_SG` | English |
| `en_ZA` | English |
| `fr_BE` | French (Belgium) - Français (Belgique) |
| `fr_CA` | French - Français |
| `fr_FR` | French - Français |
| `de_DE` | German - Deutsch |
| `he_IL` | Hebrew - עברית |
| `hi_IN` | Hindi - हिंदी |
| `it_IT` | Italian - Italiano |
| `ja_JP` | Japanese - 日本語 |
| `kn_IN` | Kannada - ಕನ್ನಡ |
| `ko_KR` | Korean - 한국어 |
| `ml_IN` | Malayalam - മലയാളം |
| `mr_IN` | Marathi - मराठी |
| `pl_PL` | Polish - Polski |
| `pt_BR` | Portuguese (Brazil) - Português (Brasil) |
| `pt_PT` | Portuguese (Portugal) - Português (Portugal) |
| `es_ES` | Spanish - Español |
| `es_MX` | Spanish - Español |
| `es_US` | Spanish - Español |
| `sv_SE` | Swedish - Svenska |
| `ta_IN` | Tamil - தமிழ் |
| `te_IN` | Telugu - తెలుగు |
| `tr_TR` | Turkish - Türkçe |

**App Store** (39):

| Code | Language |
|---|---|
| `ca-es` | Catalan |
| `zh-cn` | Chinese (China) |
| `zh-hk` | Chinese (Hong Kong) |
| `zh-tw` | Chinese (Taiwan) |
| `hr-hr` | Croatian |
| `cs-cz` | Czech |
| `da-dk` | Danish |
| `nl-nl` | Dutch |
| `en-au` | English (AU) |
| `en-ca` | English (CA) |
| `en-gb` | English (UK) |
| `en-us` | English (US) |
| `fi-fi` | Finnish |
| `fr-ca` | French (Canada) |
| `fr-fr` | French (France) |
| `de-ch` | German |
| `de-de` | German |
| `el-gr` | Greek |
| `hi-in` | Hindi |
| `hu-hu` | Hungarian |
| `id-id` | Indonesian |
| `it-it` | Italian |
| `ja-jp` | Japanese |
| `ko-kr` | Korean |
| `ms-my` | Malay |
| `no-no` | Norwegian |
| `pl-pl` | Polish |
| `pt-br` | Portuguese (Brazil) |
| `pt-pt` | Portuguese (Portugal) |
| `ro-ro` | Romanian |
| `ru-ru` | Russian |
| `sk-sk` | Slovak |
| `es-mx` | Spanish (Mexico) |
| `es-es` | Spanish (Spain) |
| `sv-se` | Swedish |
| `th-th` | Thai |
| `tr-tr` | Turkish |
| `uk-ua` | Ukrainian |
| `vi-vi` | Vietnamese |

**Bing** (140):

| Code | Language |
|---|---|
| `af-za` | Afrikaans - Afrikaans |
| `sq-al` | Albanian - Shqip |
| `am-et` | Amharic - አማርኛ |
| `ar-ae` | Arabic - العربية |
| `ar-bh` | Arabic - العربية |
| `ar-dz` | Arabic - العربية |
| `ar-eg` | Arabic - العربية |
| `ar-il` | Arabic - العربية |
| `ar-iq` | Arabic - العربية |
| `ar-jo` | Arabic - العربية |
| `ar-kw` | Arabic - العربية |
| `ar-lb` | Arabic - العربية |
| `ar-ly` | Arabic - العربية |
| `ar-ma` | Arabic - العربية |
| `ar-om` | Arabic - العربية |
| `ar-ps` | Arabic - العربية |
| `ar-qa` | Arabic - العربية |
| `ar-sa` | Arabic - العربية |
| `ar-sy` | Arabic - العربية |
| `ar-tn` | Arabic - العربية |
| `ar-ye` | Arabic - العربية |
| `hy-am` | Armenian - հայերեն |
| `az-az` | Azerbaijani - Azərbaycan |
| `bn-in` | Bangla - বাংলা |
| `eu-es` | Basque - Euskara |
| `bs-ba` | Bosnian - Bosanski |
| `bg-bg` | Bulgarian - Български |
| `my-mm` | Burmese - ဗမာ |
| `ca-es` | Catalan - Català |
| `zh-cn` | Chinese Simplified (China) - 中文 简体 |
| `zh-hk` | Chinese Traditional (Hong Kong) - 中文 繁體 |
| `zh-tw` | Chinese Traditional (Taiwan) - 中文 繁體 |
| `hr-hr` | Croatian - Hrvatski |
| `cs-cz` | Czech - Čeština |
| `da-dk` | Danish - Dansk |
| `nl-be` | Dutch - Nederlands |
| `nl-nl` | Dutch - Nederlands |
| `en-au` | English |
| `en-ca` | English |
| `en-gb` | English |
| `en-gh` | English |
| `en-hk` | English |
| `en-ie` | English |
| `en-in` | English |
| `en-ke` | English |
| `en-my` | English |
| `en-ng` | English |
| `en-nz` | English |
| `en-ph` | English |
| `en-pk` | English |
| `en-sg` | English |
| `en-tz` | English |
| `en-us` | English |
| `en-za` | English |
| `et-ee` | Estonian - Eesti |
| `fi-fi` | Finnish - Suomi |
| `fr-be` | French - Français |
| `fr-ca` | French - Français |
| `fr-ch` | French - Français |
| `fr-fr` | French - Français |
| `fr-lu` | French - Français |
| `gl-es` | Galician - Galego |
| `ka-ge` | Georgian - ქართული |
| `de-at` | German - Deutsch |
| `de-ch` | German - Deutsch |
| `de-de` | German - Deutsch |
| `el-gr` | Greek - Ελληνικά |
| `gu-in` | Gujarati - ગુજરાતી |
| `he-il` | Hebrew - עברית |
| `hi-in` | Hindi - हिन्दी |
| `hu-hu` | Hungarian - Magyar |
| `is-is` | Icelandic - Íslenska |
| `id-id` | Indonesian - Indonesia |
| `ga-ie` | Irish - Gaeilge |
| `it-ch` | Italian - Italiano |
| `it-it` | Italian - Italiano |
| `ja-jp` | Japanese - 日本語 |
| `kn-in` | Kannada - ಕನ್ನಡ |
| `kk-kz` | Kazakh - Қазақ |
| `km-kh` | Khmer - ខ្មែរ |
| `ko-kr` | Korean - 한국어 |
| `lo-la` | Lao - ລາວ |
| `lv-lv` | Latvian - Latviešu |
| `lt-lt` | Lithuanian - Lietuvių |
| `mk-mk` | Macedonian - македонски |
| `ms-my` | Malay - Melayu |
| `ml-in` | Malayalam - മലയാളം |
| `mt-mt` | Maltese - Malti |
| `mr-in` | Marathi - मराठी |
| `mn-mn` | Mongolian - Монгол |
| `ne-np` | Nepali - नेपाली |
| `nb-no` | Norwegian - Norsk |
| `ps-af` | Pashto - پښتو |
| `fa-ir` | Persian - فارسی |
| `pl-pl` | Polish - Polski |
| `pt-br` | Portuguese (Brazil) - Português (Brasil) |
| `pt-pt` | Portuguese (Portugal) - Português (Portugal) |
| `pa-in` | Punjabi - ਪੰਜਾਬੀ |
| `ro-ro` | Romanian - Română |
| `ru-ru` | Russian - Русский |
| `sr-rs` | Serbian - Српски |
| `si-lk` | Sinhala - සිංහල |
| `sk-sk` | Slovak - Slovenčina |
| `sl-si` | Slovenian - Slovenščina |
| `so-so` | Somali - Soomaali |
| `es-us` | Spanish (United States) - Español |
| `es-ar` | Spanish - Español |
| `es-bo` | Spanish - Español |
| `es-cl` | Spanish - Español |
| `es-co` | Spanish - Español |
| `es-cr` | Spanish - Español |
| `es-cu` | Spanish - Español |
| `es-do` | Spanish - Español |
| `es-ec` | Spanish - Español |
| `es-es` | Spanish - Español |
| `es-gq` | Spanish - Español |
| `es-gt` | Spanish - Español |
| `es-hn` | Spanish - Español |
| `es-mx` | Spanish - Español |
| `es-ni` | Spanish - Español |
| `es-pa` | Spanish - Español |
| `es-pe` | Spanish - Español |
| `es-pr` | Spanish - Español |
| `es-py` | Spanish - Español |
| `es-sv` | Spanish - Español |
| `es-uy` | Spanish - Español |
| `es-ve` | Spanish - Español |
| `sw-ke` | Swahili - Kiswahili |
| `sw-tz` | Swahili - Kiswahili |
| `sv-se` | Swedish - Svenska |
| `ta-in` | Tamil - தமிழ் |
| `te-in` | Telugu - తెలుగు |
| `th-th` | Thai - ไทย |
| `tr-tr` | Turkish - Türkçe |
| `uk-ua` | Ukrainian - Українська |
| `ur-in` | Urdu - اردو |
| `uz-uz` | Uzbek - Oʻzbek |
| `vi-vn` | Vietnamese - Tiếng Việt |
| `cy-gb` | Welsh - Cymraeg |
| `zu-za` | Zulu - isiZulu |

**eBay** (21):

| Code | Language |
|---|---|
| `zh-HK` | Chinese Traditional (Hong Kong) - 中文 繁體 |
| `nl-BE` | Dutch (Nederlands) |
| `nl-NL` | Dutch (Nederlands) |
| `en-US` | English |
| `en-AU` | English |
| `en-CA` | English |
| `en-GB` | English |
| `en-IE` | English |
| `en-IN` | English |
| `en-MY` | English |
| `en-PH` | English |
| `en-SG` | English |
| `fr-BE` | French (Français) |
| `fr-CA` | French (Français) |
| `fr-FR` | French (Français) |
| `de-AT` | German (Deutsch) |
| `de-CH` | German (Deutsch) |
| `de-DE` | German (Deutsch) |
| `it-IT` | Italian (Italiano) |
| `pl-PL` | Polish (Polski) |
| `es-ES` | Spanish (Español) |

**Etsy** (11):

| Code | Language |
|---|---|
| `da` | Danish - Dansk |
| `de` | Deutsch |
| `nl` | Dutch - Nederlands |
| `en-GB` | English (UK) |
| `en-US` | English (US) |
| `fr` | French - Français |
| `it` | Italian - Italiano |
| `ja` | Japanese - 日本語 |
| `pl` | Polish - Polski |
| `pt` | Portuguese - Português |
| `es` | Spanish - Español |

**Google** (229):

| Code | Language |
|---|---|
| `ach` | Acoli |
| `af` | Afrikaans |
| `ak` | Akan |
| `sq` | Albanian - Shqip |
| `am` | Amharic - አማርኛ |
| `ar` | Arabic - العربية |
| `ar-AE` | Arabic - العربية |
| `ar-BH` | Arabic - العربية |
| `ar-IQ` | Arabic - العربية |
| `ar-JO` | Arabic - العربية |
| `ar-KW` | Arabic - العربية |
| `ar-LB` | Arabic - العربية |
| `ar-LY` | Arabic - العربية |
| `ar-OM` | Arabic - العربية |
| `ar-PS` | Arabic - العربية |
| `ar-QA` | Arabic - العربية |
| `ar-SA` | Arabic - العربية |
| `ar-TN` | Arabic - العربية |
| `hy` | Armenian - հայերեն |
| `az` | Azerbaijan - azərbaycan |
| `ban` | Balinese - Båså Bali |
| `eu` | Basque - Euskara |
| `be` | Belarusian - беларуская |
| `bem` | Bemba - Ichibemba |
| `bn` | Bengali - বাংলা |
| `bs` | Bosnian - bosanski |
| `bg` | Bulgarian - Български |
| `my` | Burmese - မြန်မာ |
| `ca` | Catalan - Català |
| `ca-AD` | Catalan - Català |
| `ceb` | Cebuano |
| `ckb` | Central Kurdish - کوردی |
| `ny` | Chewa - Nyanja |
| `zh-CN` | Chinese Simplified (China) - 中文 简体 |
| `zh-HK` | Chinese Traditional (Hong Kong) - 中文 繁體 |
| `zh-TW` | Chinese Traditional (Taiwan) - 中文 繁體 |
| `lua` | Ciluba - Luba-Lulua |
| `hr` | Croatian - Hrvatski |
| `cs` | Czech - Čeština |
| `da` | Danish - Dansk |
| `da-GL` | Danish - Dansk |
| `nl` | Dutch - Nederlands |
| `nl-BE` | Dutch - Nederlands |
| `nl-SR` | Dutch - Nederlands |
| `en` | English |
| `en-AG` | English |
| `en-AI` | English |
| `en-AS` | English |
| `en-AU` | English |
| `en-BS` | English |
| `en-BT` | English |
| `en-BZ` | English |
| `en-CA` | English |
| `en-CK` | English |
| `en-CY` | English |
| `en-DM` | English |
| `en-FJ` | English |
| `en-FM` | English |
| `en-GB` | English |
| `en-GG` | English |
| `en-GH` | English |
| `en-GI` | English |
| `en-GM` | English |
| `en-GY` | English |
| `en-IE` | English |
| `en-IM` | English |
| `en-IN` | English |
| `en-JE` | English |
| `en-JM` | English |
| `en-KI` | English |
| `en-LK` | English |
| `en-MS` | English |
| `en-MU` | English |
| `en-MV` | English |
| `en-MY` | English |
| `en-NA` | English |
| `en-NF` | English |
| `en-NG` | English |
| `en-NR` | English |
| `en-NU` | English |
| `en-NZ` | English |
| `en-PG` | English |
| `en-PH` | English |
| `en-PK` | English |
| `en-PN` | English |
| `en-RW` | English |
| `en-SB` | English |
| `en-SG` | English |
| `en-SH` | English |
| `en-SL` | English |
| `en-TK` | English |
| `en-TO` | English |
| `en-TT` | English |
| `en-UG` | English |
| `en-VC` | English |
| `en-VG` | English |
| `en-VI` | English |
| `en-VU` | English |
| `en-WS` | English |
| `en-ZA` | English |
| `en-ZM` | English |
| `en-ZW` | English |
| `eo` | Esperanto |
| `et` | Estonian - Eesti |
| `ee` | Ewe - Eʋegbe |
| `fo` | Faroese - Føroyskt |
| `tl` | Filipino - Tagalog |
| `fi` | Finnish - Suomi |
| `fr` | French - Français |
| `fr-BF` | French - Français |
| `fr-BI` | French - Français |
| `fr-BJ` | French - Français |
| `fr-CD` | French - Français |
| `fr-CF` | French - Français |
| `fr-CI` | French - Français |
| `fr-CM` | French - Français |
| `fr-DJ` | French - Français |
| `fr-DZ` | French - Français |
| `fr-GA` | French - Français |
| `fr-GP` | French - Français |
| `fr-HT` | French - Français |
| `fr-MA` | French - Français |
| `fr-ML` | French - Français |
| `fr-NE` | French - Français |
| `fr-SN` | French - Français |
| `fr-TD` | French - Français |
| `fr-TG` | French - Français |
| `gaa` | Ga - Gã |
| `gl` | Galician - Galego |
| `ka` | Georgian - ქართული |
| `de` | German - Deutsch |
| `de-AT` | German - Deutsch |
| `de-LI` | German - Deutsch |
| `de-LU` | German - Deutsch |
| `de-CH` | German - Deutsch |
| `el` | Greek - Ελληνικά |
| `gu` | Gujarati - ગુજરાતી |
| `ht` | Haitian Creole - Kreyòl Ayisyen |
| `ha` | Hausa |
| `iw` | Hebrew - עברית |
| `hi` | Hindi - हिंदी |
| `hu` | Hungarian - Magyar |
| `is` | Icelandic - Íslenska |
| `ig` | Igbo - Asụsụ Igbo |
| `id` | Indonesian - Bahasa Indonesia |
| `ga` | Irish - Gaeilge |
| `it` | Italian - Italiano |
| `it-SM` | Italian - Italiano |
| `ja` | Japanese - 日本語 |
| `jw` | Javanese - Båså Jåwå |
| `kn` | Kannada - ಕನ್ನಡ |
| `kk` | Kazakh - қазақ тілі |
| `km` | Khmer - ខ្មែរ |
| `kg` | Kongo |
| `ko` | Korean - 한국어 |
| `kri` | Krio - Sierra Leone |
| `ky` | Kyrgyz - кыргызча |
| `lo` | Lao - ລາວ |
| `lv` | Latvian - Latviešu |
| `ln` | Lingala - Lingála |
| `lt` | Lithuanian - Lietuvių |
| `loz` | Lozi |
| `lg` | Luganda |
| `mk` | Macedonian - македонски |
| `mg` | Malagasy |
| `ms` | Malay - Bahasa Melayu |
| `ms-BN` | Malay - Bahasa Melayu |
| `ml` | Malayalam - മലയാളം |
| `mt` | Maltese - Malti |
| `mi` | Maori - Māori |
| `mr` | Marathi - मराठी |
| `mfe` | Mauritian Creole - Kreol Morisien |
| `mn` | Mongolian - монгол |
| `ne` | Nepali - नेपाली |
| `pcm` | Nigerian Pidgin |
| `nyn` | Nkore - Runyankore |
| `nso` | Northern Sotho - Sepedi |
| `no` | Norwegian - Norsk |
| `om` | Oromo - Oromoo |
| `ps` | Pashto - پښتو |
| `fa` | Persian - فارسی |
| `pl` | Polish - Polski |
| `pt-BR` | Portuguese (Brazil) - Português (Brasil) |
| `pt-PT` | Portuguese (Portugal) - Português (Portugal) |
| `pa` | Punjabi - ਪੰਜਾਬੀ |
| `qu` | Quechua - Runasimi |
| `ro` | Romanian - Română |
| `ro-MD` | Romanian - Română |
| `rm` | Romansh - Rumantsch |
| `rn` | Rundi - Ikirundi |
| `ru` | Russian - Русский |
| `rw` | Rwanda - Ikinyarwanda |
| `sr` | Serbian - Cрпски |
| `sr-ME` | Serbian - Cрпски |
| `sr-Latn` | Serbian Latin - Srpski Latinica |
| `crs` | Seychellois Creole |
| `sn` | Shona - chiShona |
| `sd` | Sindhi |
| `si` | Sinhalese - සිංහල |
| `sk` | Slovak - Slovenčina |
| `sl` | Slovenian - Slovenščina |
| `so` | Somali - Soomaali |
| `st` | Sotho - Southern Sotho |
| `st-LS` | Sotho - Southern Sotho |
| `es-419` | Spanish (Latin America) - Español (Latinoamérica) |
| `es` | Spanish - Español |
| `sw` | Swahili - Kiswahili |
| `sw-KE` | Swahili - Kiswahili |
| `sv` | Swedish - Svenska |
| `tg` | Tajik |
| `ta` | Tamil - தமிழ் |
| `te` | Telugu - తెలుగు |
| `th` | Thai - ไทย |
| `ti` | Tigrinya - ትግርኛ |
| `to` | Tongan - Lea Fakatonga |
| `tn` | Tswana |
| `tn-BW` | Tswana |
| `tum` | Tumbuka |
| `tr` | Turkish - Türkçe |
| `tk` | Turkmen |
| `uk` | Ukrainian - Українська |
| `ur` | Urdu - اردو |
| `uz` | Uzbek - o‘zbek |
| `vi` | Vietnamese - Tiếng Việt |
| `fy` | West Frisian - West Frysk |
| `wo` | Wolof |
| `xh` | Xhosa - isiXhosa |
| `yo` | Yoruba - Èdè Yorùbá |
| `zu` | Zulu - isiZulu |

**Google Trends** (1):

| Code | Language |
|---|---|
| `en` | English |

**Instagram** (229):

| Code | Language |
|---|---|
| `ach` | Acoli |
| `af` | Afrikaans |
| `ak` | Akan |
| `sq` | Albanian - Shqip |
| `am` | Amharic - አማርኛ |
| `ar` | Arabic - العربية |
| `ar-AE` | Arabic - العربية |
| `ar-BH` | Arabic - العربية |
| `ar-IQ` | Arabic - العربية |
| `ar-JO` | Arabic - العربية |
| `ar-KW` | Arabic - العربية |
| `ar-LB` | Arabic - العربية |
| `ar-LY` | Arabic - العربية |
| `ar-OM` | Arabic - العربية |
| `ar-PS` | Arabic - العربية |
| `ar-QA` | Arabic - العربية |
| `ar-SA` | Arabic - العربية |
| `ar-TN` | Arabic - العربية |
| `hy` | Armenian - հայերեն |
| `az` | Azerbaijan - azərbaycan |
| `ban` | Balinese - Båså Bali |
| `eu` | Basque - Euskara |
| `be` | Belarusian - беларуская |
| `bem` | Bemba - Ichibemba |
| `bn` | Bengali - বাংলা |
| `bs` | Bosnian - bosanski |
| `bg` | Bulgarian - Български |
| `my` | Burmese - မြန်မာ |
| `ca` | Catalan - Català |
| `ca-AD` | Catalan - Català |
| `ceb` | Cebuano |
| `ckb` | Central Kurdish - کوردی |
| `ny` | Chewa - Nyanja |
| `zh-CN` | Chinese Simplified (China) - 中文 简体 |
| `zh-HK` | Chinese Traditional (Hong Kong) - 中文 繁體 |
| `zh-TW` | Chinese Traditional (Taiwan) - 中文 繁體 |
| `lua` | Ciluba - Luba-Lulua |
| `hr` | Croatian - Hrvatski |
| `cs` | Czech - Čeština |
| `da` | Danish - Dansk |
| `da-GL` | Danish - Dansk |
| `nl` | Dutch - Nederlands |
| `nl-BE` | Dutch - Nederlands |
| `nl-SR` | Dutch - Nederlands |
| `en` | English |
| `en-AG` | English |
| `en-AI` | English |
| `en-AS` | English |
| `en-AU` | English |
| `en-BS` | English |
| `en-BT` | English |
| `en-BZ` | English |
| `en-CA` | English |
| `en-CK` | English |
| `en-CY` | English |
| `en-DM` | English |
| `en-FJ` | English |
| `en-FM` | English |
| `en-GB` | English |
| `en-GG` | English |
| `en-GH` | English |
| `en-GI` | English |
| `en-GM` | English |
| `en-GY` | English |
| `en-IE` | English |
| `en-IM` | English |
| `en-IN` | English |
| `en-JE` | English |
| `en-JM` | English |
| `en-KI` | English |
| `en-LK` | English |
| `en-MS` | English |
| `en-MU` | English |
| `en-MV` | English |
| `en-MY` | English |
| `en-NA` | English |
| `en-NF` | English |
| `en-NG` | English |
| `en-NR` | English |
| `en-NU` | English |
| `en-NZ` | English |
| `en-PG` | English |
| `en-PH` | English |
| `en-PK` | English |
| `en-PN` | English |
| `en-RW` | English |
| `en-SB` | English |
| `en-SG` | English |
| `en-SH` | English |
| `en-SL` | English |
| `en-TK` | English |
| `en-TO` | English |
| `en-TT` | English |
| `en-UG` | English |
| `en-VC` | English |
| `en-VG` | English |
| `en-VI` | English |
| `en-VU` | English |
| `en-WS` | English |
| `en-ZA` | English |
| `en-ZM` | English |
| `en-ZW` | English |
| `eo` | Esperanto |
| `et` | Estonian - Eesti |
| `ee` | Ewe - Eʋegbe |
| `fo` | Faroese - Føroyskt |
| `tl` | Filipino - Tagalog |
| `fi` | Finnish - Suomi |
| `fr` | French - Français |
| `fr-BF` | French - Français |
| `fr-BI` | French - Français |
| `fr-BJ` | French - Français |
| `fr-CD` | French - Français |
| `fr-CF` | French - Français |
| `fr-CI` | French - Français |
| `fr-CM` | French - Français |
| `fr-DJ` | French - Français |
| `fr-DZ` | French - Français |
| `fr-GA` | French - Français |
| `fr-GP` | French - Français |
| `fr-HT` | French - Français |
| `fr-MA` | French - Français |
| `fr-ML` | French - Français |
| `fr-NE` | French - Français |
| `fr-SN` | French - Français |
| `fr-TD` | French - Français |
| `fr-TG` | French - Français |
| `gaa` | Ga - Gã |
| `gl` | Galician - Galego |
| `ka` | Georgian - ქართული |
| `de` | German - Deutsch |
| `de-AT` | German - Deutsch |
| `de-LI` | German - Deutsch |
| `de-LU` | German - Deutsch |
| `de-CH` | German - Deutsch |
| `el` | Greek - Ελληνικά |
| `gu` | Gujarati - ગુજરાતી |
| `ht` | Haitian Creole - Kreyòl Ayisyen |
| `ha` | Hausa |
| `iw` | Hebrew - עברית |
| `hi` | Hindi - हिंदी |
| `hu` | Hungarian - Magyar |
| `is` | Icelandic - Íslenska |
| `ig` | Igbo - Asụsụ Igbo |
| `id` | Indonesian - Bahasa Indonesia |
| `ga` | Irish - Gaeilge |
| `it` | Italian - Italiano |
| `it-SM` | Italian - Italiano |
| `ja` | Japanese - 日本語 |
| `jw` | Javanese - Båså Jåwå |
| `kn` | Kannada - ಕನ್ನಡ |
| `kk` | Kazakh - қазақ тілі |
| `km` | Khmer - ខ្មែរ |
| `kg` | Kongo |
| `ko` | Korean - 한국어 |
| `kri` | Krio - Sierra Leone |
| `ky` | Kyrgyz - кыргызча |
| `lo` | Lao - ລາວ |
| `lv` | Latvian - Latviešu |
| `ln` | Lingala - Lingála |
| `lt` | Lithuanian - Lietuvių |
| `loz` | Lozi |
| `lg` | Luganda |
| `mk` | Macedonian - македонски |
| `mg` | Malagasy |
| `ms` | Malay - Bahasa Melayu |
| `ms-BN` | Malay - Bahasa Melayu |
| `ml` | Malayalam - മലയാളം |
| `mt` | Maltese - Malti |
| `mi` | Maori - Māori |
| `mr` | Marathi - मराठी |
| `mfe` | Mauritian Creole - Kreol Morisien |
| `mn` | Mongolian - монгол |
| `ne` | Nepali - नेपाली |
| `pcm` | Nigerian Pidgin |
| `nyn` | Nkore - Runyankore |
| `nso` | Northern Sotho - Sepedi |
| `no` | Norwegian - Norsk |
| `om` | Oromo - Oromoo |
| `ps` | Pashto - پښتو |
| `fa` | Persian - فارسی |
| `pl` | Polish - Polski |
| `pt-BR` | Portuguese (Brazil) - Português (Brasil) |
| `pt-PT` | Portuguese (Portugal) - Português (Portugal) |
| `pa` | Punjabi - ਪੰਜਾਬੀ |
| `qu` | Quechua - Runasimi |
| `ro` | Romanian - Română |
| `ro-MD` | Romanian - Română |
| `rm` | Romansh - Rumantsch |
| `rn` | Rundi - Ikirundi |
| `ru` | Russian - Русский |
| `rw` | Rwanda - Ikinyarwanda |
| `sr` | Serbian - Cрпски |
| `sr-ME` | Serbian - Cрпски |
| `sr-Latn` | Serbian Latin - Srpski Latinica |
| `crs` | Seychellois Creole |
| `sn` | Shona - chiShona |
| `sd` | Sindhi |
| `si` | Sinhalese - සිංහල |
| `sk` | Slovak - Slovenčina |
| `sl` | Slovenian - Slovenščina |
| `so` | Somali - Soomaali |
| `st` | Sotho - Southern Sotho |
| `st-LS` | Sotho - Southern Sotho |
| `es-419` | Spanish (Latin America) - Español (Latinoamérica) |
| `es` | Spanish - Español |
| `sw` | Swahili - Kiswahili |
| `sw-KE` | Swahili - Kiswahili |
| `sv` | Swedish - Svenska |
| `tg` | Tajik |
| `ta` | Tamil - தமிழ் |
| `te` | Telugu - తెలుగు |
| `th` | Thai - ไทย |
| `ti` | Tigrinya - ትግርኛ |
| `to` | Tongan - Lea Fakatonga |
| `tn` | Tswana |
| `tn-BW` | Tswana |
| `tum` | Tumbuka |
| `tr` | Turkish - Türkçe |
| `tk` | Turkmen |
| `uk` | Ukrainian - Українська |
| `ur` | Urdu - اردو |
| `uz` | Uzbek - o‘zbek |
| `vi` | Vietnamese - Tiếng Việt |
| `fy` | West Frisian - West Frysk |
| `wo` | Wolof |
| `xh` | Xhosa - isiXhosa |
| `yo` | Yoruba - Èdè Yorùbá |
| `zu` | Zulu - isiZulu |

**Naver** (6):

| Code | Language |
|---|---|
| `zh-CN` | Chinese Simplified (China) - 中文 简体 |
| `zh-HK` | Chinese Traditional (Hong Kong) - 中文 繁體 |
| `zh-TW` | Chinese Traditional (Taiwan) - 中文 繁體 |
| `en` | English |
| `ja` | Japanese - 日本語 |
| `ko` | Korean - 한국어 |

**Perplexity** (82):

| Code | Language |
|---|---|
| `af` | Afrikaans |
| `sq` | Albanian - Shqip |
| `am` | Amharic - አማርኛ |
| `ar` | Arabic - العربية |
| `hy` | Armenian - հայերեն |
| `az` | Azerbaijan - azərbaycan |
| `eu` | Basque - Euskara |
| `be` | Belarusian - беларуская |
| `bn` | Bengali - বাংলা |
| `bs` | Bosnian - bosanski |
| `bg` | Bulgarian - Български |
| `my` | Burmese - မြန်မာ |
| `ca` | Catalan - Català |
| `zh-CN` | Chinese Simplified (China) - 中文 简体 |
| `zh-HK` | Chinese Traditional (Hong Kong) - 中文 繁體 |
| `zh-TW` | Chinese Traditional (Taiwan) - 中文 繁體 |
| `hr` | Croatian - Hrvatski |
| `cs` | Czech - Čeština |
| `da` | Danish - Dansk |
| `nl` | Dutch - Nederlands |
| `en` | English |
| `en-GB` | English |
| `et` | Estonian - Eesti |
| `fil` | Filipino - Tagalog |
| `fi` | Finnish - Suomi |
| `fr` | French - Français |
| `fr-CA` | French - Français |
| `gl` | Galician - Galego |
| `ka` | Georgian - ქართული |
| `de` | German - Deutsch |
| `el` | Greek - Ελληνικά |
| `gu` | Gujarati - ગુજરાતી |
| `iw` | Hebrew - עברית |
| `hi` | Hindi - हिंदी |
| `hu` | Hungarian - Magyar |
| `is` | Icelandic - Íslenska |
| `id` | Indonesian - Bahasa Indonesia |
| `it` | Italian - Italiano |
| `ja` | Japanese - 日本語 |
| `kn` | Kannada - ಕನ್ನಡ |
| `kk` | Kazakh - қазақ тілі |
| `km` | Khmer - ខ្មែរ |
| `ko` | Korean - 한국어 |
| `ky` | Kyrgyz - кыргызча |
| `lo` | Lao - ລາວ |
| `lv` | Latvian - Latviešu |
| `lt` | Lithuanian - Lietuvių |
| `mk` | Macedonian - македонски |
| `ms` | Malay - Bahasa Melayu |
| `ml` | Malayalam - മലയാളം |
| `mt` | Maltese - Malti |
| `mr` | Marathi - मराठी |
| `mn` | Mongolian - монгол |
| `ne` | Nepali - नेपाली |
| `no` | Norwegian - Norsk |
| `fa` | Persian - فارسی |
| `pl` | Polish - Polski |
| `pt` | Portuguese (Brazil) - Português (Brasil) |
| `pt-PT` | Portuguese (Portugal) - Português (Portugal) |
| `pa` | Punjabi - ਪੰਜਾਬੀ |
| `qu` | Quechua |
| `ro` | Romanian - Română |
| `ru` | Russian - Русский |
| `sr` | Serbian - Cрпски |
| `sr-Latn` | Serbian Latin - Srpski Latinica |
| `si` | Sinhalese - සිංහල |
| `sk` | Slovak - Slovenčina |
| `sl` | Slovenian - Slovenščina |
| `es-419` | Spanish (Latin America) - Español (Latinoamérica) |
| `es` | Spanish - Español |
| `es-US` | Spanish - Español |
| `sw` | Swahili - Kiswahili |
| `sv` | Swedish - Svenska |
| `ta` | Tamil - தமிழ் |
| `te` | Telugu - తెలుగు |
| `th` | Thai - ไทย |
| `tr` | Turkish - Türkçe |
| `uk` | Ukrainian - Українська |
| `ur` | Urdu - اردو |
| `uz` | Uzbek - o‘zbek |
| `vi` | Vietnamese - Tiếng Việt |
| `zu` | Zulu - isiZulu |

**Pinterest** (229):

| Code | Language |
|---|---|
| `ach` | Acoli |
| `af` | Afrikaans |
| `ak` | Akan |
| `sq` | Albanian - Shqip |
| `am` | Amharic - አማርኛ |
| `ar` | Arabic - العربية |
| `ar-AE` | Arabic - العربية |
| `ar-BH` | Arabic - العربية |
| `ar-IQ` | Arabic - العربية |
| `ar-JO` | Arabic - العربية |
| `ar-KW` | Arabic - العربية |
| `ar-LB` | Arabic - العربية |
| `ar-LY` | Arabic - العربية |
| `ar-OM` | Arabic - العربية |
| `ar-PS` | Arabic - العربية |
| `ar-QA` | Arabic - العربية |
| `ar-SA` | Arabic - العربية |
| `ar-TN` | Arabic - العربية |
| `hy` | Armenian - հայերեն |
| `az` | Azerbaijan - azərbaycan |
| `ban` | Balinese - Båså Bali |
| `eu` | Basque - Euskara |
| `be` | Belarusian - беларуская |
| `bem` | Bemba - Ichibemba |
| `bn` | Bengali - বাংলা |
| `bs` | Bosnian - bosanski |
| `bg` | Bulgarian - Български |
| `my` | Burmese - မြန်မာ |
| `ca` | Catalan - Català |
| `ca-AD` | Catalan - Català |
| `ceb` | Cebuano |
| `ckb` | Central Kurdish - کوردی |
| `ny` | Chewa - Nyanja |
| `zh-CN` | Chinese Simplified (China) - 中文 简体 |
| `zh-HK` | Chinese Traditional (Hong Kong) - 中文 繁體 |
| `zh-TW` | Chinese Traditional (Taiwan) - 中文 繁體 |
| `lua` | Ciluba - Luba-Lulua |
| `hr` | Croatian - Hrvatski |
| `cs` | Czech - Čeština |
| `da` | Danish - Dansk |
| `da-GL` | Danish - Dansk |
| `nl` | Dutch - Nederlands |
| `nl-BE` | Dutch - Nederlands |
| `nl-SR` | Dutch - Nederlands |
| `en` | English |
| `en-AG` | English |
| `en-AI` | English |
| `en-AS` | English |
| `en-AU` | English |
| `en-BS` | English |
| `en-BT` | English |
| `en-BZ` | English |
| `en-CA` | English |
| `en-CK` | English |
| `en-CY` | English |
| `en-DM` | English |
| `en-FJ` | English |
| `en-FM` | English |
| `en-GB` | English |
| `en-GG` | English |
| `en-GH` | English |
| `en-GI` | English |
| `en-GM` | English |
| `en-GY` | English |
| `en-IE` | English |
| `en-IM` | English |
| `en-IN` | English |
| `en-JE` | English |
| `en-JM` | English |
| `en-KI` | English |
| `en-LK` | English |
| `en-MS` | English |
| `en-MU` | English |
| `en-MV` | English |
| `en-MY` | English |
| `en-NA` | English |
| `en-NF` | English |
| `en-NG` | English |
| `en-NR` | English |
| `en-NU` | English |
| `en-NZ` | English |
| `en-PG` | English |
| `en-PH` | English |
| `en-PK` | English |
| `en-PN` | English |
| `en-RW` | English |
| `en-SB` | English |
| `en-SG` | English |
| `en-SH` | English |
| `en-SL` | English |
| `en-TK` | English |
| `en-TO` | English |
| `en-TT` | English |
| `en-UG` | English |
| `en-VC` | English |
| `en-VG` | English |
| `en-VI` | English |
| `en-VU` | English |
| `en-WS` | English |
| `en-ZA` | English |
| `en-ZM` | English |
| `en-ZW` | English |
| `eo` | Esperanto |
| `et` | Estonian - Eesti |
| `ee` | Ewe - Eʋegbe |
| `fo` | Faroese - Føroyskt |
| `tl` | Filipino - Tagalog |
| `fi` | Finnish - Suomi |
| `fr` | French - Français |
| `fr-BF` | French - Français |
| `fr-BI` | French - Français |
| `fr-BJ` | French - Français |
| `fr-CD` | French - Français |
| `fr-CF` | French - Français |
| `fr-CI` | French - Français |
| `fr-CM` | French - Français |
| `fr-DJ` | French - Français |
| `fr-DZ` | French - Français |
| `fr-GA` | French - Français |
| `fr-GP` | French - Français |
| `fr-HT` | French - Français |
| `fr-MA` | French - Français |
| `fr-ML` | French - Français |
| `fr-NE` | French - Français |
| `fr-SN` | French - Français |
| `fr-TD` | French - Français |
| `fr-TG` | French - Français |
| `gaa` | Ga - Gã |
| `gl` | Galician - Galego |
| `ka` | Georgian - ქართული |
| `de` | German - Deutsch |
| `de-AT` | German - Deutsch |
| `de-LI` | German - Deutsch |
| `de-LU` | German - Deutsch |
| `de-CH` | German - Deutsch |
| `el` | Greek - Ελληνικά |
| `gu` | Gujarati - ગુજરાતી |
| `ht` | Haitian Creole - Kreyòl Ayisyen |
| `ha` | Hausa |
| `iw` | Hebrew - עברית |
| `hi` | Hindi - हिंदी |
| `hu` | Hungarian - Magyar |
| `is` | Icelandic - Íslenska |
| `ig` | Igbo - Asụsụ Igbo |
| `id` | Indonesian - Bahasa Indonesia |
| `ga` | Irish - Gaeilge |
| `it` | Italian - Italiano |
| `it-SM` | Italian - Italiano |
| `ja` | Japanese - 日本語 |
| `jw` | Javanese - Båså Jåwå |
| `kn` | Kannada - ಕನ್ನಡ |
| `kk` | Kazakh - қазақ тілі |
| `km` | Khmer - ខ្មែរ |
| `kg` | Kongo |
| `ko` | Korean - 한국어 |
| `kri` | Krio - Sierra Leone |
| `ky` | Kyrgyz - кыргызча |
| `lo` | Lao - ລາວ |
| `lv` | Latvian - Latviešu |
| `ln` | Lingala - Lingála |
| `lt` | Lithuanian - Lietuvių |
| `loz` | Lozi |
| `lg` | Luganda |
| `mk` | Macedonian - македонски |
| `mg` | Malagasy |
| `ms` | Malay - Bahasa Melayu |
| `ms-BN` | Malay - Bahasa Melayu |
| `ml` | Malayalam - മലയാളം |
| `mt` | Maltese - Malti |
| `mi` | Maori - Māori |
| `mr` | Marathi - मराठी |
| `mfe` | Mauritian Creole - Kreol Morisien |
| `mn` | Mongolian - монгол |
| `ne` | Nepali - नेपाली |
| `pcm` | Nigerian Pidgin |
| `nyn` | Nkore - Runyankore |
| `nso` | Northern Sotho - Sepedi |
| `no` | Norwegian - Norsk |
| `om` | Oromo - Oromoo |
| `ps` | Pashto - پښتو |
| `fa` | Persian - فارسی |
| `pl` | Polish - Polski |
| `pt-BR` | Portuguese (Brazil) - Português (Brasil) |
| `pt-PT` | Portuguese (Portugal) - Português (Portugal) |
| `pa` | Punjabi - ਪੰਜਾਬੀ |
| `qu` | Quechua - Runasimi |
| `ro` | Romanian - Română |
| `ro-MD` | Romanian - Română |
| `rm` | Romansh - Rumantsch |
| `rn` | Rundi - Ikirundi |
| `ru` | Russian - Русский |
| `rw` | Rwanda - Ikinyarwanda |
| `sr` | Serbian - Cрпски |
| `sr-ME` | Serbian - Cрпски |
| `sr-Latn` | Serbian Latin - Srpski Latinica |
| `crs` | Seychellois Creole |
| `sn` | Shona - chiShona |
| `sd` | Sindhi |
| `si` | Sinhalese - සිංහල |
| `sk` | Slovak - Slovenčina |
| `sl` | Slovenian - Slovenščina |
| `so` | Somali - Soomaali |
| `st` | Sotho - Southern Sotho |
| `st-LS` | Sotho - Southern Sotho |
| `es-419` | Spanish (Latin America) - Español (Latinoamérica) |
| `es` | Spanish - Español |
| `sw` | Swahili - Kiswahili |
| `sw-KE` | Swahili - Kiswahili |
| `sv` | Swedish - Svenska |
| `tg` | Tajik |
| `ta` | Tamil - தமிழ் |
| `te` | Telugu - తెలుగు |
| `th` | Thai - ไทย |
| `ti` | Tigrinya - ትግርኛ |
| `to` | Tongan - Lea Fakatonga |
| `tn` | Tswana |
| `tn-BW` | Tswana |
| `tum` | Tumbuka |
| `tr` | Turkish - Türkçe |
| `tk` | Turkmen |
| `uk` | Ukrainian - Українська |
| `ur` | Urdu - اردو |
| `uz` | Uzbek - o‘zbek |
| `vi` | Vietnamese - Tiếng Việt |
| `fy` | West Frisian - West Frysk |
| `wo` | Wolof |
| `xh` | Xhosa - isiXhosa |
| `yo` | Yoruba - Èdè Yorùbá |
| `zu` | Zulu - isiZulu |

**Play Store** (49):

| Code | Language |
|---|---|
| `af` | Afrikaans |
| `am` | Amharic |
| `bg` | Bulgarian |
| `ca` | Catalan |
| `zh-HK` | Chinese (Hong Kong) |
| `zh-CN` | Chinese (PRC) |
| `zh-TW` | Chinese (Taiwan) |
| `hr` | Croatian |
| `cs` | Czech |
| `da` | Danish |
| `nl` | Dutch |
| `en-GB` | English (UK) |
| `en-US` | English (US) |
| `et` | Estonian |
| `fil` | Filipino |
| `fi` | Finnish |
| `fr-CA` | French (Canada) |
| `fr-FR` | French (France) |
| `de` | German |
| `el` | Greek |
| `he` | Hebrew |
| `hi` | Hindi |
| `hu` | Hungarian |
| `is` | Icelandic |
| `id` | Indonesian |
| `it` | Italian |
| `ja` | Japanese |
| `ko` | Korean |
| `lv` | Latvian |
| `lt` | Lithuanian |
| `ms` | Malay |
| `no` | Norwegian |
| `pl` | Polish |
| `pt-BR` | Portuguese (Brazil) |
| `pt-PT` | Portuguese (Portugal) |
| `ro` | Romanian |
| `ru` | Russian |
| `sr` | Serbian |
| `sk` | Slovak |
| `sl` | Slovenian |
| `es-419` | Spanish (Latin America) |
| `es-ES` | Spanish (Spain) |
| `sw` | Swahili |
| `sv` | Swedish |
| `th` | Thai |
| `tr` | Turkish |
| `uk` | Ukrainian |
| `vi` | Vietnamese |
| `zu` | Zulu |

**TikTok** (37):

| Code | Language |
|---|---|
| `ar` | Arabic - العربية |
| `bn-IN` | Bengali - বাংলা |
| `my-MM` | Burmese - မြန်မာ |
| `zh-Hans` | Chinese Simplified (China) - 中文 简体 |
| `zh-TW` | Chinese Traditional (Taiwan) - 中文 繁體 |
| `cs-CZ` | Czech - Čeština |
| `da` | Danish - Dansk |
| `nl-NL` | Dutch - Nederlands |
| `en` | English |
| `fi-FI` | Finnish - Suomi |
| `fr` | French - Français |
| `de-DE` | German - Deutsch |
| `el-GR` | Greek - Ελληνικά |
| `he-IL` | Hebrew - עברית |
| `hi-IN` | Hindi - हिंदी |
| `hu-HU` | Hungarian - Magyar |
| `id-ID` | Indonesian - Bahasa Indonesia |
| `jv-ID` | Indonesian - Basa Jawa |
| `it-IT` | Italian - Italiano |
| `ja-JP` | Japanese - 日本語 |
| `km-KH` | Khmer - ខ្មែរ |
| `ko-KR` | Korean - 한국어 |
| `ms-MY` | Malay - Bahasa Melayu |
| `no` | Norwegian - Norsk |
| `ceb-PH` | Pilipinas - Cebuano |
| `fil-PH` | Pilipinas - Filipino |
| `pl-PL` | Polish - Polski |
| `pt-BR` | Portuguese (Brazil) - Português (Brasil) |
| `ro-RO` | Romanian - Română |
| `ru-RU` | Russian - Русский |
| `es` | Spanish - Español |
| `sv-SE` | Swedish - Svenska |
| `th-TH` | Thai - ไทย |
| `tr-TR` | Turkish - Türkçe |
| `uk-UA` | Ukrainian - Українська |
| `ur` | Urdu - اردو |
| `vi-VN` | Vietnamese - Tiếng Việt |

**X (Twitter)** (229):

| Code | Language |
|---|---|
| `ach` | Acoli |
| `af` | Afrikaans |
| `ak` | Akan |
| `sq` | Albanian - Shqip |
| `am` | Amharic - አማርኛ |
| `ar` | Arabic - العربية |
| `ar-AE` | Arabic - العربية |
| `ar-BH` | Arabic - العربية |
| `ar-IQ` | Arabic - العربية |
| `ar-JO` | Arabic - العربية |
| `ar-KW` | Arabic - العربية |
| `ar-LB` | Arabic - العربية |
| `ar-LY` | Arabic - العربية |
| `ar-OM` | Arabic - العربية |
| `ar-PS` | Arabic - العربية |
| `ar-QA` | Arabic - العربية |
| `ar-SA` | Arabic - العربية |
| `ar-TN` | Arabic - العربية |
| `hy` | Armenian - հայերեն |
| `az` | Azerbaijan - azərbaycan |
| `ban` | Balinese - Båså Bali |
| `eu` | Basque - Euskara |
| `be` | Belarusian - беларуская |
| `bem` | Bemba - Ichibemba |
| `bn` | Bengali - বাংলা |
| `bs` | Bosnian - bosanski |
| `bg` | Bulgarian - Български |
| `my` | Burmese - မြန်မာ |
| `ca` | Catalan - Català |
| `ca-AD` | Catalan - Català |
| `ceb` | Cebuano |
| `ckb` | Central Kurdish - کوردی |
| `ny` | Chewa - Nyanja |
| `zh-CN` | Chinese Simplified (China) - 中文 简体 |
| `zh-HK` | Chinese Traditional (Hong Kong) - 中文 繁體 |
| `zh-TW` | Chinese Traditional (Taiwan) - 中文 繁體 |
| `lua` | Ciluba - Luba-Lulua |
| `hr` | Croatian - Hrvatski |
| `cs` | Czech - Čeština |
| `da` | Danish - Dansk |
| `da-GL` | Danish - Dansk |
| `nl` | Dutch - Nederlands |
| `nl-BE` | Dutch - Nederlands |
| `nl-SR` | Dutch - Nederlands |
| `en` | English |
| `en-AG` | English |
| `en-AI` | English |
| `en-AS` | English |
| `en-AU` | English |
| `en-BS` | English |
| `en-BT` | English |
| `en-BZ` | English |
| `en-CA` | English |
| `en-CK` | English |
| `en-CY` | English |
| `en-DM` | English |
| `en-FJ` | English |
| `en-FM` | English |
| `en-GB` | English |
| `en-GG` | English |
| `en-GH` | English |
| `en-GI` | English |
| `en-GM` | English |
| `en-GY` | English |
| `en-IE` | English |
| `en-IM` | English |
| `en-IN` | English |
| `en-JE` | English |
| `en-JM` | English |
| `en-KI` | English |
| `en-LK` | English |
| `en-MS` | English |
| `en-MU` | English |
| `en-MV` | English |
| `en-MY` | English |
| `en-NA` | English |
| `en-NF` | English |
| `en-NG` | English |
| `en-NR` | English |
| `en-NU` | English |
| `en-NZ` | English |
| `en-PG` | English |
| `en-PH` | English |
| `en-PK` | English |
| `en-PN` | English |
| `en-RW` | English |
| `en-SB` | English |
| `en-SG` | English |
| `en-SH` | English |
| `en-SL` | English |
| `en-TK` | English |
| `en-TO` | English |
| `en-TT` | English |
| `en-UG` | English |
| `en-VC` | English |
| `en-VG` | English |
| `en-VI` | English |
| `en-VU` | English |
| `en-WS` | English |
| `en-ZA` | English |
| `en-ZM` | English |
| `en-ZW` | English |
| `eo` | Esperanto |
| `et` | Estonian - Eesti |
| `ee` | Ewe - Eʋegbe |
| `fo` | Faroese - Føroyskt |
| `tl` | Filipino - Tagalog |
| `fi` | Finnish - Suomi |
| `fr` | French - Français |
| `fr-BF` | French - Français |
| `fr-BI` | French - Français |
| `fr-BJ` | French - Français |
| `fr-CD` | French - Français |
| `fr-CF` | French - Français |
| `fr-CI` | French - Français |
| `fr-CM` | French - Français |
| `fr-DJ` | French - Français |
| `fr-DZ` | French - Français |
| `fr-GA` | French - Français |
| `fr-GP` | French - Français |
| `fr-HT` | French - Français |
| `fr-MA` | French - Français |
| `fr-ML` | French - Français |
| `fr-NE` | French - Français |
| `fr-SN` | French - Français |
| `fr-TD` | French - Français |
| `fr-TG` | French - Français |
| `gaa` | Ga - Gã |
| `gl` | Galician - Galego |
| `ka` | Georgian - ქართული |
| `de` | German - Deutsch |
| `de-AT` | German - Deutsch |
| `de-LI` | German - Deutsch |
| `de-LU` | German - Deutsch |
| `de-CH` | German - Deutsch |
| `el` | Greek - Ελληνικά |
| `gu` | Gujarati - ગુજરાતી |
| `ht` | Haitian Creole - Kreyòl Ayisyen |
| `ha` | Hausa |
| `iw` | Hebrew - עברית |
| `hi` | Hindi - हिंदी |
| `hu` | Hungarian - Magyar |
| `is` | Icelandic - Íslenska |
| `ig` | Igbo - Asụsụ Igbo |
| `id` | Indonesian - Bahasa Indonesia |
| `ga` | Irish - Gaeilge |
| `it` | Italian - Italiano |
| `it-SM` | Italian - Italiano |
| `ja` | Japanese - 日本語 |
| `jw` | Javanese - Båså Jåwå |
| `kn` | Kannada - ಕನ್ನಡ |
| `kk` | Kazakh - қазақ тілі |
| `km` | Khmer - ខ្មែរ |
| `kg` | Kongo |
| `ko` | Korean - 한국어 |
| `kri` | Krio - Sierra Leone |
| `ky` | Kyrgyz - кыргызча |
| `lo` | Lao - ລາວ |
| `lv` | Latvian - Latviešu |
| `ln` | Lingala - Lingála |
| `lt` | Lithuanian - Lietuvių |
| `loz` | Lozi |
| `lg` | Luganda |
| `mk` | Macedonian - македонски |
| `mg` | Malagasy |
| `ms` | Malay - Bahasa Melayu |
| `ms-BN` | Malay - Bahasa Melayu |
| `ml` | Malayalam - മലയാളം |
| `mt` | Maltese - Malti |
| `mi` | Maori - Māori |
| `mr` | Marathi - मराठी |
| `mfe` | Mauritian Creole - Kreol Morisien |
| `mn` | Mongolian - монгол |
| `ne` | Nepali - नेपाली |
| `pcm` | Nigerian Pidgin |
| `nyn` | Nkore - Runyankore |
| `nso` | Northern Sotho - Sepedi |
| `no` | Norwegian - Norsk |
| `om` | Oromo - Oromoo |
| `ps` | Pashto - پښتو |
| `fa` | Persian - فارسی |
| `pl` | Polish - Polski |
| `pt-BR` | Portuguese (Brazil) - Português (Brasil) |
| `pt-PT` | Portuguese (Portugal) - Português (Portugal) |
| `pa` | Punjabi - ਪੰਜਾਬੀ |
| `qu` | Quechua - Runasimi |
| `ro` | Romanian - Română |
| `ro-MD` | Romanian - Română |
| `rm` | Romansh - Rumantsch |
| `rn` | Rundi - Ikirundi |
| `ru` | Russian - Русский |
| `rw` | Rwanda - Ikinyarwanda |
| `sr` | Serbian - Cрпски |
| `sr-ME` | Serbian - Cрпски |
| `sr-Latn` | Serbian Latin - Srpski Latinica |
| `crs` | Seychellois Creole |
| `sn` | Shona - chiShona |
| `sd` | Sindhi |
| `si` | Sinhalese - සිංහල |
| `sk` | Slovak - Slovenčina |
| `sl` | Slovenian - Slovenščina |
| `so` | Somali - Soomaali |
| `st` | Sotho - Southern Sotho |
| `st-LS` | Sotho - Southern Sotho |
| `es-419` | Spanish (Latin America) - Español (Latinoamérica) |
| `es` | Spanish - Español |
| `sw` | Swahili - Kiswahili |
| `sw-KE` | Swahili - Kiswahili |
| `sv` | Swedish - Svenska |
| `tg` | Tajik |
| `ta` | Tamil - தமிழ் |
| `te` | Telugu - తెలుగు |
| `th` | Thai - ไทย |
| `ti` | Tigrinya - ትግርኛ |
| `to` | Tongan - Lea Fakatonga |
| `tn` | Tswana |
| `tn-BW` | Tswana |
| `tum` | Tumbuka |
| `tr` | Turkish - Türkçe |
| `tk` | Turkmen |
| `uk` | Ukrainian - Українська |
| `ur` | Urdu - اردو |
| `uz` | Uzbek - o‘zbek |
| `vi` | Vietnamese - Tiếng Việt |
| `fy` | West Frisian - West Frysk |
| `wo` | Wolof |
| `xh` | Xhosa - isiXhosa |
| `yo` | Yoruba - Èdè Yorùbá |
| `zu` | Zulu - isiZulu |

**YouTube** (82):

| Code | Language |
|---|---|
| `af` | Afrikaans |
| `sq` | Albanian - Shqip |
| `am` | Amharic - አማርኛ |
| `ar` | Arabic - العربية |
| `hy` | Armenian - հայերեն |
| `az` | Azerbaijan - azərbaycan |
| `eu` | Basque - Euskara |
| `be` | Belarusian - беларуская |
| `bn` | Bengali - বাংলা |
| `bs` | Bosnian - bosanski |
| `bg` | Bulgarian - Български |
| `my` | Burmese - မြန်မာ |
| `ca` | Catalan - Català |
| `zh-CN` | Chinese Simplified (China) - 中文 简体 |
| `zh-HK` | Chinese Traditional (Hong Kong) - 中文 繁體 |
| `zh-TW` | Chinese Traditional (Taiwan) - 中文 繁體 |
| `hr` | Croatian - Hrvatski |
| `cs` | Czech - Čeština |
| `da` | Danish - Dansk |
| `nl` | Dutch - Nederlands |
| `en` | English |
| `en-GB` | English |
| `et` | Estonian - Eesti |
| `fil` | Filipino - Tagalog |
| `fi` | Finnish - Suomi |
| `fr` | French - Français |
| `fr-CA` | French - Français |
| `gl` | Galician - Galego |
| `ka` | Georgian - ქართული |
| `de` | German - Deutsch |
| `el` | Greek - Ελληνικά |
| `gu` | Gujarati - ગુજરાતી |
| `iw` | Hebrew - עברית |
| `hi` | Hindi - हिंदी |
| `hu` | Hungarian - Magyar |
| `is` | Icelandic - Íslenska |
| `id` | Indonesian - Bahasa Indonesia |
| `it` | Italian - Italiano |
| `ja` | Japanese - 日本語 |
| `kn` | Kannada - ಕನ್ನಡ |
| `kk` | Kazakh - қазақ тілі |
| `km` | Khmer - ខ្មែរ |
| `ko` | Korean - 한국어 |
| `ky` | Kyrgyz - кыргызча |
| `lo` | Lao - ລາວ |
| `lv` | Latvian - Latviešu |
| `lt` | Lithuanian - Lietuvių |
| `mk` | Macedonian - македонски |
| `ms` | Malay - Bahasa Melayu |
| `ml` | Malayalam - മലയാളം |
| `mt` | Maltese - Malti |
| `mr` | Marathi - मराठी |
| `mn` | Mongolian - монгол |
| `ne` | Nepali - नेपाली |
| `no` | Norwegian - Norsk |
| `fa` | Persian - فارسی |
| `pl` | Polish - Polski |
| `pt` | Portuguese (Brazil) - Português (Brasil) |
| `pt-PT` | Portuguese (Portugal) - Português (Portugal) |
| `pa` | Punjabi - ਪੰਜਾਬੀ |
| `qu` | Quechua |
| `ro` | Romanian - Română |
| `ru` | Russian - Русский |
| `sr` | Serbian - Cрпски |
| `sr-Latn` | Serbian Latin - Srpski Latinica |
| `si` | Sinhalese - සිංහල |
| `sk` | Slovak - Slovenčina |
| `sl` | Slovenian - Slovenščina |
| `es-419` | Spanish (Latin America) - Español (Latinoamérica) |
| `es` | Spanish - Español |
| `es-US` | Spanish - Español |
| `sw` | Swahili - Kiswahili |
| `sv` | Swedish - Svenska |
| `ta` | Tamil - தமிழ் |
| `te` | Telugu - తెలుగు |
| `th` | Thai - ไทย |
| `tr` | Turkish - Türkçe |
| `uk` | Ukrainian - Українська |
| `ur` | Urdu - اردو |
| `uz` | Uzbek - o‘zbek |
| `vi` | Vietnamese - Tiếng Việt |
| `zu` | Zulu - isiZulu |

### Metrics Location IDs

Only Google and Bing support the `metrics_location` parameter. For other platforms, use the `country` parameter.

| Location ID | Country | ISO Code |
|---|---|---|
| 2004 | Afghanistan | AF |
| 2008 | Albania | AL |
| 2012 | Algeria | DZ |
| 2016 | American Samoa | AS |
| 2020 | Andorra | AD |
| 2024 | Angola | AO |
| 2010 | Antarctica | AQ |
| 2028 | Antigua and Barbuda | AG |
| 2032 | Argentina | AR |
| 2051 | Armenia | AM |
| 2036 | Australia | AU |
| 2040 | Austria | AT |
| 2031 | Azerbaijan | AZ |
| 2048 | Bahrain | BH |
| 2050 | Bangladesh | BD |
| 2052 | Barbados | BB |
| 2112 | Belarus | BY |
| 2056 | Belgium | BE |
| 2084 | Belize | BZ |
| 2204 | Benin | BJ |
| 2064 | Bhutan | BT |
| 2068 | Bolivia | BO |
| 2070 | Bosnia and Herzegovina | BA |
| 2072 | Botswana | BW |
| 2076 | Brazil | BR |
| 2096 | Brunei | BN |
| 2100 | Bulgaria | BG |
| 2854 | Burkina Faso | BF |
| 2108 | Burundi | BI |
| 2132 | Cabo Verde | CV |
| 2116 | Cambodia | KH |
| 2120 | Cameroon | CM |
| 2124 | Canada | CA |
| 2140 | Central African Republic | CF |
| 2148 | Chad | TD |
| 2152 | Chile | CL |
| 2156 | China | CN |
| 2170 | Colombia | CO |
| 2174 | Comoros | KM |
| 2184 | Cook Islands | CK |
| 2188 | Costa Rica | CR |
| 2384 | Cote d&#039;Ivoire | CI |
| 2191 | Croatia | HR |
| 2531 | Curacao | CW |
| 2196 | Cyprus | CY |
| 2203 | Czechia | CZ |
| 2180 | Democratic Republic of the Congo | CD |
| 2208 | Denmark | DK |
| 2262 | Djibouti | DJ |
| 2212 | Dominica | DM |
| 2214 | Dominican Republic | DO |
| 2218 | Ecuador | EC |
| 2818 | Egypt | EG |
| 2222 | El Salvador | SV |
| 2226 | Equatorial Guinea | GQ |
| 2232 | Eritrea | ER |
| 2233 | Estonia | EE |
| 2748 | Eswatini | SZ |
| 2231 | Ethiopia | ET |
| 2242 | Fiji | FJ |
| 2246 | Finland | FI |
| 2250 | France | FR |
| 2258 | French Polynesia | PF |
| 2266 | Gabon | GA |
| 2268 | Georgia | GE |
| 2276 | Germany | DE |
| 2288 | Ghana | GH |
| 0 | Global / Worldwide | GLB |
| 2300 | Greece | GR |
| 2308 | Grenada | GD |
| 2316 | Guam | GU |
| 2320 | Guatemala | GT |
| 2831 | Guernsey | GG |
| 2324 | Guinea | GN |
| 2624 | Guinea-Bissau | GW |
| 2328 | Guyana | GY |
| 2332 | Haiti | HT |
| 2340 | Honduras | HN |
| 2348 | Hungary | HU |
| 2352 | Iceland | IS |
| 2356 | India | IN |
| 2360 | Indonesia | ID |
| 2368 | Iraq | IQ |
| 2372 | Ireland | IE |
| 2833 | Isle of Man | IM |
| 2376 | Israel | IL |
| 2380 | Italy | IT |
| 2388 | Jamaica | JM |
| 2392 | Japan | JP |
| 2832 | Jersey | JE |
| 2400 | Jordan | JO |
| 2398 | Kazakhstan | KZ |
| 2404 | Kenya | KE |
| 2296 | Kiribati | KI |
| 2414 | Kuwait | KW |
| 2417 | Kyrgyzstan | KG |
| 2418 | Laos | LA |
| 2428 | Latvia | LV |
| 2422 | Lebanon | LB |
| 2426 | Lesotho | LS |
| 2430 | Liberia | LR |
| 2434 | Libya | LY |
| 2438 | Liechtenstein | LI |
| 2440 | Lithuania | LT |
| 2442 | Luxembourg | LU |
| 2450 | Madagascar | MG |
| 2454 | Malawi | MW |
| 2458 | Malaysia | MY |
| 2462 | Maldives | MV |
| 2466 | Mali | ML |
| 2470 | Malta | MT |
| 2584 | Marshall Islands | MH |
| 2478 | Mauritania | MR |
| 2480 | Mauritius | MU |
| 2484 | Mexico | MX |
| 2583 | Micronesia | FM |
| 2498 | Moldova | MD |
| 2492 | Monaco | MC |
| 2496 | Mongolia | MN |
| 2499 | Montenegro | ME |
| 2504 | Morocco | MA |
| 2508 | Mozambique | MZ |
| 2104 | Myanmar (Burma) | MM |
| 2516 | Namibia | NA |
| 2520 | Nauru | NR |
| 2524 | Nepal | NP |
| 2528 | Netherlands | NL |
| 2540 | New Caledonia | NC |
| 2554 | New Zealand | NZ |
| 2558 | Nicaragua | NI |
| 2562 | Niger | NE |
| 2566 | Nigeria | NG |
| 2570 | Niue | NU |
| 2574 | Norfolk Island | NF |
| 2807 | North Macedonia | MK |
| 2580 | Northern Mariana Islands | MP |
| 2578 | Norway | NO |
| 2512 | Oman | OM |
| 2586 | Pakistan | PK |
| 2585 | Palau | PW |
| 2591 | Panama | PA |
| 2598 | Papua New Guinea | PG |
| 2600 | Paraguay | PY |
| 2604 | Peru | PE |
| 2608 | Philippines | PH |
| 2612 | Pitcairn Islands | PN |
| 2616 | Poland | PL |
| 2620 | Portugal | PT |
| 2634 | Qatar | QA |
| 2178 | Republic of the Congo | CG |
| 2642 | Romania | RO |
| 2643 | Russia | RU |
| 2646 | Rwanda | RW |
| 2652 | Saint Barthelemy | BL |
| 2659 | Saint Kitts and Nevis | KN |
| 2662 | Saint Lucia | LC |
| 2663 | Saint Martin | MF |
| 2666 | Saint Pierre and Miquelon | PM |
| 2670 | Saint Vincent and the Grenadines | VC |
| 2882 | Samoa | WS |
| 2674 | San Marino | SM |
| 2678 | Sao Tome and Principe | ST |
| 2682 | Saudi Arabia | SA |
| 2686 | Senegal | SN |
| 2688 | Serbia | RS |
| 2690 | Seychelles | SC |
| 2694 | Sierra Leone | SL |
| 2702 | Singapore | SG |
| 2534 | Sint Maarten | SX |
| 2703 | Slovakia | SK |
| 2705 | Slovenia | SI |
| 2090 | Solomon Islands | SB |
| 2706 | Somalia | SO |
| 2710 | South Africa | ZA |
| 2410 | South Korea | KR |
| 2728 | South Sudan | SS |
| 2724 | Spain | ES |
| 2144 | Sri Lanka | LK |
| 2736 | Sudan | SD |
| 2740 | Suriname | SR |
| 2752 | Sweden | SE |
| 2756 | Switzerland | CH |
| 2762 | Tajikistan | TJ |
| 2834 | Tanzania | TZ |
| 2764 | Thailand | TH |
| 2044 | The Bahamas | BS |
| 2270 | The Gambia | GM |
| 2626 | Timor-Leste | TL |
| 2768 | Togo | TG |
| 2772 | Tokelau | TK |
| 2776 | Tonga | TO |
| 2780 | Trinidad and Tobago | TT |
| 2788 | Tunisia | TN |
| 2792 | Turkiye (Turkey) | TR |
| 2795 | Turkmenistan | TM |
| 2798 | Tuvalu | TV |
| 2800 | Uganda | UG |
| 2804 | Ukraine | UA |
| 2784 | United Arab Emirates | AE |
| 2826 | United Kingdom | GB |
| 2840 | United States | US |
| 2858 | Uruguay | UY |
| 2860 | Uzbekistan | UZ |
| 2548 | Vanuatu | VU |
| 2336 | Vatican City | VA |
| 2862 | Venezuela | VE |
| 2704 | Vietnam | VN |
| 2876 | Wallis and Futuna | WF |
| 2887 | Yemen | YE |
| 2894 | Zambia | ZM |
| 2716 | Zimbabwe | ZW |

**Bing** (6 countries):

| Location ID | Country | ISO Code |
|---|---|---|
| 9 | Australia | AU |
| 32 | Canada | CA |
| 66 | France | FR |
| 72 | Germany | DE |
| 188 | United Kingdom | GB |
| 190 | United States | US |

Google Ads supports thousands of sub-country locations (states, cities, metro areas). For sub-country IDs, refer to [Google Ads API GeoTargets](https://developers.google.com/google-ads/api/data/geotargets). For Bing sub-country locations, see [Bing Ads Geographical Location Codes](https://learn.microsoft.com/en-us/advertising/guides/geographical-location-codes).

### Metrics Language Codes

**Google Ads** - pass the Code value in `metrics_language`, e.g. `["en"]`:

| Code | Language |
|---|---|
| `en` | English |
| `ar` | Arabic - العربية |
| `bn` | Bengali - বাংলা |
| `bg` | Bulgarian - Български |
| `ca` | Catalan - Català |
| `zh-cn` | Chinese Simplified (China) - 中文 简体 |
| `zh-hk` | Chinese Traditional (Hong Kong) - 中文 繁體 |
| `zh-tw` | Chinese Traditional (Taiwan) - 中文 繁體 |
| `hr` | Croatian - Hrvatski |
| `cs` | Czech - Čeština |
| `da` | Danish - Dansk |
| `nl` | Dutch - Nederlands |
| `et` | Estonian - Eesti |
| `tl` | Filipino - Tagalog |
| `fi` | Finnish - Suomi |
| `fr` | French - Français |
| `de` | German - Deutsch |
| `el` | Greek - Ελληνικά |
| `gu` | Gujarati - ગુજરાતી |
| `iw` | Hebrew - עברית |
| `hi` | Hindi - हिंदी |
| `hu` | Hungarian - Magyar |
| `is` | Icelandic - Íslenska |
| `id` | Indonesian - Bahasa Indonesia |
| `it` | Italian - Italiano |
| `ja` | Japanese - 日本語 |
| `kn` | Kannada - ಕನ್ನಡ |
| `ko` | Korean - 한국어 |
| `lv` | Latvian - Latviešu |
| `lt` | Lithuanian - Lietuvių |
| `ms` | Malay - Bahasa Melayu |
| `ml` | Malayalam - മലയാളം |
| `mr` | Marathi - मराठी |
| `no` | Norwegian - Norsk |
| `fa` | Persian - فارسی |
| `pl` | Polish - Polski |
| `pt` | Portuguese - Português |
| `pa` | Punjabi - ਪੰਜਾਬੀ |
| `ro` | Romanian - Română |
| `ru` | Russian - Русский |
| `sr` | Serbian - Cрпски |
| `sk` | Slovak - Slovenčina |
| `sl` | Slovenian - Slovenščina |
| `es` | Spanish - Español |
| `sv` | Swedish - Svenska |
| `ta` | Tamil - தமிழ் |
| `te` | Telugu - తెలుగు |
| `th` | Thai - ไทย |
| `tr` | Turkish - Türkçe |
| `uk` | Ukrainian - Українська |
| `ur` | Urdu - اردو |
| `vi` | Vietnamese - Tiếng Việt |

**Bing Ads** - pass the language name string, e.g. `["English"]`:

| Value | Language |
|---|---|
| `English` | English |
| `French` | French (Français) |
| `German` | German (Deutsch) |

### Currencies

Pass the currency code in `metrics_currency`, e.g. `USD`, `EUR`, `GBP`. Used for cost-per-click and bid data.

| Code | Currency | Symbol |
|---|---|---|
| `ARS` | Argentine Peso | $ |
| `AUD` | Australian Dollar | $ |
| `BOB` | Bolivian Boliviano | $b |
| `BRL` | Brazilian Real | R$ |
| `GBP` | British Pound Sterling | £ |
| `BND` | Brunei Dollar | $ |
| `BGN` | Bulgarian Lev | лв |
| `CAD` | Canadian Dollar | $ |
| `CLP` | Chilean Peso | $ |
| `CNY` | Chinese Yuan Renminbi | ¥ |
| `COP` | Colombian Peso | $ |
| `HRK` | Croatian Kuna | kn |
| `CZK` | Czech Republic Koruna | Kč |
| `DKK` | Danish Krone | kr |
| `EGP` | Egyptian Pound | £ |
| `EUR` | Euro | € |
| `FJD` | Fijian Dollar | $ |
| `HKD` | Hong Kong Dollar | HK$ |
| `HUF` | Hungarian Forint | Ft |
| `INR` | Indian Rupee | ₹ |
| `IDR` | Indonesian Rupiah | Rp |
| `ILS` | Israeli New Sheqel | ₪ |
| `JPY` | Japanese Yen | ¥ |
| `KES` | Kenyan Shilling | KSh |
| `LTL` | Lithuanian Litas | Lt |
| `MYR` | Malaysian Ringgit | RM |
| `MXN` | Mexican Peso | $ |
| `MAD` | Moroccan Dirham | MAD |
| `TWD` | New Taiwan Dollar | NT$ |
| `NZD` | New Zealand Dollar | $ |
| `NOK` | Norwegian Krone | kr |
| `PKR` | Pakistani Rupee | ₨ |
| `PEN` | Peruvian Nuevo Sol | S/. |
| `PHP` | Philippine Peso | ₱ |
| `PLN` | Polish Zloty | zł |
| `RON` | Romanian Leu | lei |
| `RUB` | Russian Ruble | ₽ |
| `SAR` | Saudi Riyal | ﷼ |
| `RSD` | Serbian Dinar | РСД |
| `SGD` | Singapore Dollar | $ |
| `ZAR` | South African Rand | R |
| `KRW` | South Korean Won | ₩ |
| `SEK` | Swedish Krona | kr |
| `CHF` | Swiss Franc | CHF |
| `THB` | Thai Baht | ฿ |
| `TRY` | Turkish Lira | ₺ |
| `USD` | US Dollar | $ |
| `UAH` | Ukrainian Hryvnia | ₴ |
| `AED` | United Arab Emirates Dirham | د.إ |
| `VEF` | Venezuelan Bolí­var Fuerte | Bs. |
| `VND` | Vietnamese Dong | ₫ |
