Ads APIReferences / targets / Get Language Targets

Get Language Targets

Returns language targets information. If no query parameter is provided, all language targets will be returned.

Request

  • idsarray of strings

    A list of unique identifiers for languages.

    Example: ids=en&ids=cz
  • qstring

    Query to search by keyword via case-insensitive wildcard matching.

    Example: q=query
  • ad_account_idstring [uuid]

    Optional ad account ID for per-account feature flag resolution. When omitted, returns safe default behavior.

    Example: ad_account_id=ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a

Response

A list of language targets.

    • idstring
    • namestring

Response sample

{  "languages": [    {      "id": "en",      "name": "English"    }  ]}