Look up a community server by platform and platform ID with JSON:API format.
Returns the internal UUID for a community server based on its platform-specific identifier. Auto-creates the community server if it doesn’t exist (for service accounts/bots).
Args: platform: Platform type (default: “discord”) platform_community_server_id: Platform-specific ID (e.g., Discord guild ID)
Returns: JSON:API formatted response with community server details
Raises: 404: If community server not found and user is not a service account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Platform type
Platform-specific ID (e.g., Discord guild ID)
Successful Response
JSON:API response for a single community server resource.
JSON:API resource object for a community server.
JSON:API links object for pagination and resource links.
Uses field aliases for 'self' and 'next' which are Python reserved words. Always use by_alias=True when serializing. Includes JSON:API 1.1 'describedby' link for API documentation.