Skip to content

Add missing world query params #472

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

maplefluff
Copy link
Contributor

Added 2 missing world query params
avatarSpecific: search for avatar specific worlds (or exclude them) <- boolean (can be seen on the "avatar worlds" category in vrchats website)
noplatform: exclude this platform <- string (you can see this in use for the category "spotlight pc")

there are two other params that i know of, too
releaseStatus (may be worth adding potentially)
organization (unsure if worth adding, ive only ever seen it be "vrchat")
I figured id mention them just for reference

I did test these on the worlds/recents endpoint but they have no effect like most other tags. avatarSpecific also didnt seem to work on worlds/active

"avatarSpecific" and "notag" are used in some places for searching for
worlds. `notag: exlcude worlds with these tags` `avatarSpecific: only
include avatar worlds`

Another field is "organization". Ive only ever seen this set as "vrchat"
though. I didnt include it because of that, but thought id mention it
just in case
I missed adding the avatarSpecific parameter to the worlds/active endpoint
required: false
schema:
type: string
description: The platform the asset does not support.
Copy link
Member

@ariesclark ariesclark Jun 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This description isn't really self explanatory, can you add a bit more explaining it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants