
Security News
NVD Concedes Inability to Keep Pace with Surging CVE Disclosures in 2025
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
vrchat-client-updated
Advanced tools
Unofficial VRChat API Client for Node.js. Updated by Kakious with updated API information and axios version
Unofficial VRChat API Client for Node.js
npm i vrchat-client
# OR
yarn add vrchat-client
import vrc from 'vrchat-client'
// or
const vrc = require('vrchat-client')
// all methods return Promise
let api = await vrc.login(username, password)
api.user.getUserInfo()
api.user.updateUserInfo({
email: "example@example.com",
birthday: "",
status: "active",
statusDescription: "comment"
})
api.user.getFriends({
offset: 1,
n: 1,
offline: false,
})
api.user.getFriendStatus('user id')
api.user.sendFriendRequest('user id')
api.user.unfriend('user id')
api.user.acceptFriend('notification id')
api.user.getById('user id')
api.user.getByName('user name')
// All Users
api.user.search.all({
search: '',
n: 1,
offset: 1,
developerType: 'none'
})
api.favorite.add('type', 'object id')
// ?
api.favorite.add.avatar('avatar id')
api.favorite.add.world('world id')
api.favorite.add.user('user id')
api.favorite.getInfo('favorite id')
api.favorite.list('type')
api.favortite.delete('favorite id')
api.world.getById('world id')
api.world.search.all({
options: any
})
api.world.delete('world id')
api.world.getMetadata('world id')
api.world.getInstanceWithTags('world id', 'instance id')
api.avatar.getById('avatar id')
api.avatar.choose('avatar id')
api.avatar.search({
options: any,
})
api.moderation.send('user id')
// Block user
api.moderation.block('user id')
// Unblock user
api.moderation.unblock('user id')
// Mute user
api.moderation.mute('user id')
// Unmute
api.moderation.unmute('user id')
api.moderation.delete('moderation id')
api.moderation.clear('user id')
api.moderation.getAgainstSelf()
api.moderation.getSentlist()
api.notification.send.friendRequest('user id')
api.notification.send.invite('user id', 'world id', 'message')
api.notification.markAsRead('notification id')
api.notification.delete('notification id')
api.notification.getAll({
type: 'type',
send: true,
after: 'date',
})
FAQs
Unofficial VRChat API Client for Node.js. Updated by Kakious with updated API information and axios version
The npm package vrchat-client-updated receives a total of 3 weekly downloads. As such, vrchat-client-updated popularity was classified as not popular.
We found that vrchat-client-updated demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.
Security News
Join Socket for exclusive networking events, rooftop gatherings, and one-on-one meetings during BSidesSF and RSA 2025 in San Francisco.