Learning Classifications by Keyword

GET https://api.linkedin.com/v2/learningClassifications?q=keyword&keyword=business&sourceLocale.country=US&sourceLocale.language=en&start=0&count=100

To retrieve learning classifications for a keyboard, use a GET request supplied with a keyword to receive all of the classifications for that keyword. https://api.linkedin.com/v2/learningClassifications?q=keyword&keyword=business

Documentation: https://docs.microsoft.com/en-us/linkedin/learning/reference/learningclassifications#keyword

Access to LinkedIn Learning APIs is available to members of our Partner Program and organizations that have purchased LinkedIn Learning site licenses.

Request Params

KeyDatatypeRequiredDescription
qstringThe value of this parameter should always be keyword.
keywordstringThe keyword string to search learning classifications. The search results will include only learning classifications matching this keyword string, as determined by LinkedIn Learning's relevance algorithm. The value of this parameter is case-insensitive.
sourceLocale.countrystringThe locale country the API will use to try to localize the learning classification. The value of this parameter should be DE, US, ES, FR, or JP. These values correspond to the locales "de_DE", "en_US", "es_ES", "fr_FR", and "ja_JP".
sourceLocale.languagestringThe locale language the API will use to try to localize the learning classification. The value of this parameter should be de, en, es, fr, or ja. These values correspond to the locales "de_DE", "en_US", "es_ES", "fr_FR", and "ja_JP".
startnumberThe start index of learning classifications for the page.
countnumberThe number of learning classifications to include in the page. The maximum supported count is 100 classifications per page.

HEADERS

KeyDatatypeRequiredDescription
refererstring