# Languages List (/docs/extra-apis/languages-list)





Retrieve the full list of languages by Google, Bing, and Yahoo. You can use the language code in performing SERP requests.

<Callout type="warn">
  Requires authentication → provide your API key as a Bearer token in the
  Authorization header.
</Callout>

## Get a Full List of Languages [#get-a-full-list-of-languages]

`GET` `https://api.serphouse.com/language/list/{type}`

### Path Parameters [#path-parameters]

| Name                                                  | Type   | Description                  |
| ----------------------------------------------------- | ------ | ---------------------------- |
| type <span style="{color: &#x22;red&#x22;}">\*</span> | String | `google`, `bing`, or `yahoo` |

### Headers [#headers]

| Name                                                           | Type   | Description             |
| -------------------------------------------------------------- | ------ | ----------------------- |
| Authorization <span style="{color: &#x22;red&#x22;}">\*</span> | String | Bearer `<YOUR_API_KEY>` |

## Example Request [#example-request]

<ApiExample endpoint="https://api.serphouse.com/language/list/google" method="GET" />

## Example Response [#example-response]

<ApiExample mode="response" response="languagesListJsonResponse" />

## Related Links [#related-links]

<Cards>
  <Card title="Domains List" href="/extra-apis/domains-list" />

  <Card title="Locations List" href="/extra-apis/locations-list" />

  <Card title="Account Info" href="/extra-apis/account-info" />
</Cards>
