SkillHub
Referencepublic

Browse or search skills across public registries

GET
/public/search/skills

Query Parameters

q?string
Lengthlength <= 200
cursor?string
Length1 <= length <= 4096
limit?integer
Range1 <= value <= 100

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/public/search/skills"
{  "items": [    {      "source": "registry",      "ref": "string",      "name": "string",      "description": "string",      "type": "project",      "version": "string",      "deprecated": {        "at": "2019-08-24T14:15:22Z",        "message": "string"      },      "installs": 0    }  ],  "nextCursor": "string"}