openapi: 3.0.3 info: title: Gandi Domain Authorization Availability API description: The Gandi Domain API enables you to register, manage, transfer, and renew domain names registered with Gandi. version: '5.0' contact: name: Gandi Support url: https://www.gandi.net/ license: name: Proprietary servers: - url: https://api.gandi.net/v5/domain description: Production - url: https://api.sandbox.gandi.net/v5/domain description: Sandbox security: - bearer: [] - apiKey: [] tags: - name: Availability description: Check domain name availability and pricing. paths: /check: get: summary: Check domain availability description: Check the availability and pricing of a domain name. tags: - Availability parameters: - name: name in: query required: true schema: type: string responses: '200': description: Availability and pricing info. components: securitySchemes: bearer: type: http scheme: bearer description: Personal Access Token (PAT) - format `Bearer pat_xxx`. apiKey: type: apiKey in: header name: Authorization description: Deprecated API key - format `Apikey YOUR_API_KEY`.