Christofers 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

{
  "success": true,
  "data": {
    "name": "Christofer Vilander",
    "title": "IT Product Manager",
    "location": "Borlänge",
    "experience_years": 15,
    "current_role": "Product Area Manager at Lyko"
  },
  "meta": {
    "version": "1",
    "generated_at": "2026-02-24T12:00:00.000Z"
  }
}

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.