Skip to content

Latest Version Update - #1

Open
angel606k wants to merge 120 commits into
plumpeache:mainfrom
vrchatapi:main
Open

Latest Version Update#1
angel606k wants to merge 120 commits into
plumpeache:mainfrom
vrchatapi:main

Conversation

@angel606k

Copy link
Copy Markdown

Current Version : 1.6.9
Latest Version : 1.7.1

ariesclark and others added 30 commits April 1, 2026 08:37
The VRChat API does not accept percent-encoded variants of InstanceID, specifically the characters "(" and ")". This causes an error when attempting the following API call:
```
https://api.vrchat.cloud/api/1/instances/wrld_28aab3e4-953f-4c85-9223-ef29a0873a6e:31124%7Egroup%28grp_b2a19685-c53e-4c5a-9503-744a5373bf2c%29%7EgroupAccessType%28plus%29%7Eregion%28use%29/shortName
```
```json
{"error":{"message":"\"malformed url\"","status_code":400,"waf_code":26497}}
```

When using the raw string without encoding, the API yields a `200` response as expected.
```
https://vrchat.com/api/1/instances/wrld_28aab3e4-953f-4c85-9223-ef29a0873a6e:31124~group(grp_b2a19685-c53e-4c5a-9503-744a5373bf2c)~groupAccessType(plus)~region(use)/shortName
```
Avoid percent-encoding for "(" and ")" characters.
Signed-off-by: C0D3 M4513R <28912031+C0D3-M4513R@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants