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