The API returns the correct game name. It is on you to sanitize that value for your use-case. In this case, URL encode it before inserting it into a URL.
1 Like
The API returns the correct game name. It is on you to sanitize that value for your use-case. In this case, URL encode it before inserting it into a URL.