The industries API currently supports only the static version (V1) of industry data from LinkedIn. To access other available versions of the Industry Taxonomy, please refer to the Industry Taxonomy Versions API and use the appropriate endpoint to retrieve the desired version.
Schema
Field Name
Description
id
Industry ID.
$URN
Standardized industry URN.
name
Industry name in various locales. Represented as MultiLocaleString type.
GET
GET https://api.linkedin.com/v2/industries/{id}?locale.language=en&locale.country=US
Parameters
Field Name
Sub-Field Name
Description
locale
The locale the industry data is requested in. en_US locale is used if locale is not provided or supported.
language
A lowercase, two-letter language code as defined by ISO-639.
country
An uppercase, two-letter country code as defined by ISO-3166.