{
  "jsonapi": {
    "version": "1.1"
  },
  "links": {
    "self": "https://alexjustesen.com/api/profile"
  },
  "data": {
    "type": "profile",
    "id": "alex-justesen",
    "attributes": {
      "name": "alex justesen",
      "role": "software engineer",
      "bio": "I build things for the web, occasionally write about it, and drink good beer.",
      "image": "https://alexjustesen.com/images/profile.webp",
      "socials": [
        {
          "name": "github",
          "url": "https://github.com/alexjustesen"
        },
        {
          "name": "linkedin",
          "url": "https://www.linkedin.com/in/alexander-justesen/"
        },
        {
          "name": "bluesky",
          "url": "https://bsky.app/profile/alexjustesen.com"
        },
        {
          "name": "x",
          "url": "https://x.com/alexjustesen"
        },
        {
          "name": "untappd",
          "url": "https://untappd.com/user/ajustesen"
        }
      ]
    }
  }
}