دليل واجهة API

Access skill data programmatically through the public API.

Endpoints

GET /api/skills

Returns a list of all indexed skills.

$ curl https://gitcodar.com/api/skills

GET /api/skills/:owner/:repo

Returns details for a specific skill.

$ curl https://gitcodar.com/api/skills/vercel-labs/agent-skills

GET /api/v1/skills/search?q=...

Search skills by name or description.

$ curl "https://gitcodar.com/api/v1/skills/search?q=react"

Rate Limiting

The API is rate-limited to 100 requests per minute per IP address.