openapi: 3.2.0 info: title: GZW Data Stocks API version: 4.0.0 description: Comprehensive Gray Zone Warfare game data API. servers: - url: https://gzw-data.dev tags: - name: Stocks paths: /api/stocks: get: summary: stocks (58 items) tags: - Stocks /api/stocks/{id}: get: summary: Get one stocks record by id parameters: - name: id in: path required: true schema: type: string tags: - Stocks /api/v1/stocks: get: summary: stocks (58 items) tags: - Stocks /api/v1/stocks/{id}: get: summary: Get one stocks record by id parameters: - name: id in: path required: true schema: type: string tags: - Stocks