IYS Skill API

FREE
By IYS SKills Tech | Updated 2 months ago | Data
Popularity

8.5 / 10

Latency

192ms

Service Level

100%

Health Check

N/A

Back to All Tutorials (5)

The Children API

The Children API

The children API allows users to submit a skill’s path_addr and retrieve a list of its children. For instance, the children of the skill “Web Development” can be “JavaScript programming”, “HTML coding” and “CSS coding”.

The API response takes the form of a list containing skills, as shown below:

[
  {
    "path_addr": "199.200.201",
    "name": "JavaScript programming",
    ...
  },
  {
    "path_addr": "199.200.202",
    "name": "HTML coding",
    ...
  },
  {
    "path_addr": "199.200.203",
    "name": "CSS coding",
    ...
  }
]

The API could be used to allow users to browse through the skill categories.