Version: 2.0
VATSIM API
The VATSIM API is a RESTful API that provides access to data from the VATSIM network.
Authentication
- API Key: APIKeyAuth
- API Key: LegacyAuth
Preferred method of authentication for APIv2. Use your APIv2 key here.
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | X-API-Key |
Preserved for backwards compatibility with API v1, not recommended for new integrations.
The same API key used in the X-API-Key
header should be used here, but prefixed with Token
.
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | Authorization |