Your Personal API Endpoint

A single JSON source of truth for your identity. Perfect for AI context, portfolios, and effortless sharing.

about-me-api.xyz/
response.json
$curlhttps://about-me-api.xyz/api/knileshh
{
  "username": "knileshh",
  "is_public": true,
  "profile_data": {
    "identity": {
      "name": {
        "first": "Knilesh",
        "last": "H"
      },
      "bio": "Full-stack developer building cool things.",
      "pronouns": "he/him"
    },
    "location": {
      "current_city": "San Francisco, CA",
      "timezone": "PST"
    },
    "career": {
      "primary_roles": [
        "Software Engineer",
        "Frontend Developer"
      ]
    }
  }
}