Skip to main content
GET
/
api
/
skills
Skills
curl --request GET \
  --url https://maria-api.vercel.app/api/skills
{
  "count": 123,
  "data": [
    {
      "id": "<string>",
      "category": "<string>",
      "proficiency": "<string>",
      "years_experience": 123,
      "last_used": "<string>"
    }
  ]
}

Query Parameters

proficiency
string
Filter by proficiency level. One of: active, fluent, familiar.
category
string
Filter by category. One of: development, design, workflows.

Response

count
number
Number of skills returned (after any filtering).
data
array
Array of skill objects.