{
  "self": "https://uranashel.com/api/v1/",
  "apiVersion": "1.0.0",
  "status": "current",
  "generatedAt": "2026-08-28T00:00:00Z",
  "documentation": "https://uranashel.com/docs/",
  "openapi": "https://uranashel.com/api/v1/openapi.json",
  "versioningPolicy": "https://uranashel.com/docs/versioning.html",
  "rateLimit": {
    "requests": 600,
    "windowSeconds": 60,
    "enforcement": "edge",
    "notes": "The API is served as static files. RateLimit headers advertise the documented ceiling you should self-throttle to; they are not per-client counters. A client exceeding the edge limit receives 429 with Retry-After."
  },
  "endpoints": {
    "studio": "https://uranashel.com/api/v1/studio",
    "team": "https://uranashel.com/api/v1/team",
    "apps": "https://uranashel.com/api/v1/apps",
    "app": "https://uranashel.com/api/v1/apps/{appId}",
    "posts": "https://uranashel.com/api/v1/posts",
    "post": "https://uranashel.com/api/v1/posts/{slug}",
    "stats": "https://uranashel.com/api/v1/stats",
    "science": "https://uranashel.com/api/v1/science",
    "principles": "https://uranashel.com/api/v1/principles",
    "timeline": "https://uranashel.com/api/v1/timeline",
    "versions": "https://uranashel.com/api/v1/versions",
    "health": "https://uranashel.com/api/v1/health"
  }
}
