Check if a given subdomain is taken. Despite their name, "subdomain" does not refer to a record at {subdomain}.guilded.gg, but rather a vanity URL-type appendage to the main domain: www.guilded.gg/{subdomain}. These subdomains can belong to teams or user profiles.This endpoint will give false-negative responses for the following "reserved" subdomains that cannot actually be used:
about
activity
admin
api
asset
attribution
blog
brand
contact
create
discord-bots
docs
download
downloads
games
guilded
job
jobs
join
libs
license
menu
news
partners
PressKit.zip
privacy
recruiting
rss
support
teams
terms
tournament
tournaments
verify
Request
Path Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://www.guilded.gg/api/subdomains/'
Responses
🟢200In the event that the given subdomain does not exist, `{}` is returned.