{
  "name": "GOS API Gateway",
  "version": "2.0.0",
  "description": "Monetizable rate-limited API gateway for Gastronomic Open Standard dataset",
  "rateLimits": {
    "freeTier": "100 requests/day per IP",
    "paidTier": "Unlimited / high capacity (tier socio via x-api-key header)"
  },
  "authentication": {
    "header": "x-api-key: <KEY>",
    "queryParam": "key=<KEY>",
    "bearer": "Authorization: Bearer <KEY>"
  },
  "routes": {
    "catalog": "/api/by-country/catalog.json",
    "countryRecipes": "/api/by-country/:country.json",
    "allRecipes": "/api/all.json",
    "withMetadata": "/api/with-metadata.json",
    "graphData": "/graph-data.json",
    "llmsSummary": "/llms.txt",
    "llmsFull": "/llms-full.txt",
    "paywall": "/api/agent/pay"
  },
  "documentation": "https://gos-site.pages.dev/llms-full.txt"
}