Get skill details by slug.
cURL
curl --request GET \ --url https://api.example.com/v1/skills/{slug}
{ "slug": "<string>", "title": "<string>", "description": "<string>", "category": "<string>", "type": "<string>", "price_cents": 123, "currency": "<string>", "version": "<string>", "security_status": "<string>", "security_score": 123, "download_count": 123, "platforms": [ "<string>" ], "long_description": "<string>", "trust_level": "<string>", "published_at": "<string>", "created_at": "<string>", "author": { "display_name": "<string>", "github_username": "<string>" } }
Successful Response
Show child attributes