For AI agents: visit https://docs.lightcast.io/lightcast-api/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Returns a list of all skills in {version} sorted by skill name
GET /versions/{version_type}/skills
Path Parameters
Name
Type
Description
version
string
The skills taxonomy version. Example: latest
Query Parameters
Name
Type
Description
q
string
A query string of skill names to search for.This parameter is optional.Example: .NET
typeIds
string
A comma-separated list of type IDs to filter the skills list. By default all types are included. This parameter is optional.Example: ST1,ST2
fields
string
A comma-separated list of items to include. By default id, name, type, and infoUrl are included.This parameter is optional.Example: id,name,type,infoUrl
limit
integer
Limit the number of skills returned in the response.This parameter is optional.Example: 5
A comma-separated list of type IDs to filter the skills list. By default all types are included. This parameter is optional. Example: ST1,ST2
fields
string
A comma-separated list of items to include. By default id, name, type, and infoUrl are included.This parameter is optional.Example: id,name,type,infoUrl
{
"attributions": [
{
"name": "Wikipedia",
"text": "Wikipedia extracts are distributed under the CC BY-SA license (https://creativecommons.org/licenses/by-sa/3.0/)"
}
],
"data": {
"id": "KS1200364C9C1LK3V5Q1",
"infoUrl": "https://lightcast.io/open-skills/skills/KS1200364C9C1LK3V5Q1",
"isLanguage": false,
"isSoftware": true,
"name": "C (Programming Language)",
"removedDescription": null,
"tags": [
{
"key": "wikipediaExtract",
"value": "C is a general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion, with a static type system. By design, C provides constructs that map efficiently to typical machine instructions. It has found lasting use in applications previously coded in assembly language. Such applications include operating systems and various application software for computer architectures that range from supercomputers to PLCs and embedded systems."
},
{
"key": "wikipediaUrl",
"value": "https://en.wikipedia.org/wiki/C_(programming_language)"
}
],
"type": {
"id": "ST1",
"name": "Specialized Skill"
}
}
}