A small personal API that exposes structured information about me, my skills and my work.
https://christofervilander.se/api/v1
GET /api/v1 – API overview and available endpoints.GET /api/v1/me – Profile information (name, title, location, bio, focus areas, links)./api/v1/me{
"name": "Christofer Vilander",
"title": "IT Product Manager",
"location": "Borlänge",
"experience_years": 15,
"current_role": "Product Area Manager at Lyko"
}
You can call these endpoints with fetch, curl or tools like Postman.
All responses are simple JSON, designed to be easy to consume in any client.