{
  "self": "https://uranashel.com/api/v1/versions",
  "meta": {
    "apiVersion": "1.0.0",
    "documentation": "https://uranashel.com/docs/",
    "count": 1,
    "policy": "https://uranashel.com/docs/versioning.html",
    "noticePeriodDays": 180,
    "signals": [
      "Deprecation HTTP header (RFC 9745) on every response of a deprecated version",
      "Sunset HTTP header (RFC 8594) carrying the removal date",
      "Link header with rel=\"deprecation\" pointing at the policy page",
      "status field on this endpoint changing from current to deprecated"
    ]
  },
  "data": [
    {
      "version": "v1",
      "apiVersion": "1.0.0",
      "status": "current",
      "baseUrl": "https://uranashel.com/api/v1/",
      "released": "2026-08-23",
      "deprecated": null,
      "sunset": null,
      "policy": "https://uranashel.com/docs/versioning.html"
    }
  ]
}
