Countries by Language ID

v2

EndpointId: API-GCO-002

Returns a list of all countries available for a specific language, allowing localized country names and region selection.

Method: get

Parameters Specification

Parameter Field Type Constraints Description / Default Value Param Location
langId int Required

Example Value: 4
path

Use this endpoint

GET https://auto-parts-catalog.apiprofile.com/api/countries/list-countries-by-lang-id/4
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/countries/list-countries-by-lang-id/4' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'