Country Info by Language ID and Country ID

v2

EndpointId: API-GCO-003

Returns detailed information about a specific country in the selected language, including its ID, code, and localized name.

Method: get

Parameters Specification

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

Example Value: 4
path
countryFilterId int Required

Example Value: 63
path

Use this endpoint

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