Language Info by ID

v2

EndpointId: API-GLNG-002

Returns detailed information about a specific language, including its ID, ISO code, and description.

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/languages/get-language/lang-id/4
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/languages/get-language/lang-id/4' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'