v1
latestOpenAPI 3.1.02026-07-242892032.8 MBSearch for Skills
Partial keys are acceptable and will attempt autocompletes, example: ?q=py will return pyCharm. Limit is optional; default is 10.
If no results are found, an empty 'results' array will be returned, not a 404.
get/skill-search/ca
Query parameters
qstring required
The search query terms. Should be URI-encoded. This field is required to search.
limitnumber
Maximum number of hard skill names to return for the given date range. Max value for limit is 100 and default is 10.
Response
{"stackTrail":"paths:/skill-search/ca:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"data":{"attributes":{"results":["Objective-C (Programming Language)","Objective J","Objective Function","Objective Setting","Recovery Time Objective","Objective Interface Systems","Objective Portable Operating System","HMMWV Objective Gunner Protection Kit","Operators In C And C++","C Compilers","C++/CLI","Watcom C/C++ Compilers","C (Programming Language)","C# (Programming Language)","C/C++ Standard Libraries","Embedded C","Hepatitis C","C Graphics","Turbo C++ (C++ Compilers)","C++ (Programming Language)","C Data Types (C Programming Language)","C Sharp Syntax","C++ Concepts","C++/CX","CDL Class C License","C++ Fundamentals","C++ Modules","Lattice C","C++builder","Interactive C","C# Fundamentals","PL/C","C++14","C Preprocessor","Pelles C","C POSIX Library","Borland Turbo C","C Sharp Software","Microsoft Visual C Sharp","ANSI C","Visual C++ (Programming Language)","MISRA C (C Programming Language)","Borland C++ (Borland Software)","IBM XL C++","BD Software C Compiler","Modular Programming In C","C Shell","C-TreeACE","Dev-C++","Embedded C++","C-Based Programming Languages","Managed Extensions For C++","Unified Parallel C","C Mathematical Functions (C Standard Library)","C Standard Libraries","GNU C Libraries","JUCE C++ Library","IBM Informix ESQL/C","J2C - Java To C++ Converter","C File Input/Output","Pricing Objectives","Control Objectives For Information And Related Technology (COBIT)","C Dynamic Memory Allocation","Counter-Unmanned Aerial Systems (C-UAS)","Client/Server Application Language (C/AL)","Ocaml (Programming Language)","Boost (C++ Libraries)","CWEB","CBASIC","CCURE (Security And Event Management System)","Zend PHP Certification","Service Level Objectives","GNU Compiler Collection","Parallel Computing","Certification In Electronic Fetal Monitoring (C-EFM)","Mikroc","SystemC","Structured Programming","Soap Note","Dataflow Architecture","Android NDK","Tally ERP","Command And Data Handling","Mainframe Computing","Web Colors","Computer-Aided Technologies","Concurrent Computing","Common Object Request Broker Architecture","Unix","SPSS Modeler","Hibernate (Java)","LOng RAnge Navigation (LORAN)","Carbon-13 NMR","Guidance Navigation And Control Systems","Standard Template Libraries","Java EE Connector Architecture","Custom Object","Object Code","Employees' State Insurance","IRS Tax Forms"]},"id":"objective+c","type":"skill-search"}}}
Example response
{
"data": {
"attributes": {
"results": [
"Objective-C (Programming Language)",
"Objective J",
"Objective Function",
"Objective Setting",
"Recovery Time Objective",
"Objective Interface Systems",
"Objective Portable Operating System",
"HMMWV Objective Gunner Protection Kit",
"Operators In C And C++",
"C Compilers",
"C++/CLI",
"Watcom C/C++ Compilers",
"C (Programming Language)",
"C# (Programming Language)",
"C/C++ Standard Libraries",
"Embedded C",
"Hepatitis C",
"C Graphics",
"Turbo C++ (C++ Compilers)",
"C++ (Programming Language)",
"C Data Types (C Programming Language)",
"C Sharp Syntax",
"C++ Concepts",
"C++/CX",
"CDL Class C License",
"C++ Fundamentals",
"C++ Modules",
"Lattice C",
"C++builder",
"Interactive C",
"C# Fundamentals",
"PL/C",
"C++14",
"C Preprocessor",
"Pelles C",
"C POSIX Library",
"Borland Turbo C",
"C Sharp Software",
"Microsoft Visual C Sharp",
"ANSI C",
"Visual C++ (Programming Language)",
"MISRA C (C Programming Language)",
"Borland C++ (Borland Software)",
"IBM XL C++",
"BD Software C Compiler",
"Modular Programming In C",
"C Shell",
"C-TreeACE",
"Dev-C++",
"Embedded C++",
"C-Based Programming Languages",
"Managed Extensions For C++",
"Unified Parallel C",
"C Mathematical Functions (C Standard Library)",
"C Standard Libraries",
"GNU C Libraries",
"JUCE C++ Library",
"IBM Informix ESQL/C",
"J2C - Java To C++ Converter",
"C File Input/Output",
"Pricing Objectives",
"Control Objectives For Information And Related Technology (COBIT)",
"C Dynamic Memory Allocation",
"Counter-Unmanned Aerial Systems (C-UAS)",
"Client/Server Application Language (C/AL)",
"Ocaml (Programming Language)",
"Boost (C++ Libraries)",
"CWEB",
"CBASIC",
"CCURE (Security And Event Management System)",
"Zend PHP Certification",
"Service Level Objectives",
"GNU Compiler Collection",
"Parallel Computing",
"Certification In Electronic Fetal Monitoring (C-EFM)",
"Mikroc",
"SystemC",
"Structured Programming",
"Soap Note",
"Dataflow Architecture",
"Android NDK",
"Tally ERP",
"Command And Data Handling",
"Mainframe Computing",
"Web Colors",
"Computer-Aided Technologies",
"Concurrent Computing",
"Common Object Request Broker Architecture",
"Unix",
"SPSS Modeler",
"Hibernate (Java)",
"LOng RAnge Navigation (LORAN)",
"Carbon-13 NMR",
"Guidance Navigation And Control Systems",
"Standard Template Libraries",
"Java EE Connector Architecture",
"Custom Object",
"Object Code",
"Employees' State Insurance",
"IRS Tax Forms"
]
},
"id": "objective+c",
"type": "skill-search"
}
}