Christofer API

A small personal API that exposes structured information about me, my skills and my work.

Base URL

https://christofervilander.se/api/v1

Available endpoints

Example response from /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.