Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7cdcf58

Browse files
committed
Added updated info about restrictions on the API
1 parent e3a151b commit 7cdcf58

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

GettingStarted.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# VRChat API Documentation
22

3-
!> **Super Important!** Using this API is allowed for non malicious usage. Just don't abuse the API and they won't restrict it.
3+
!> **Super Important!** Using this API is allowed for non malicious usage. Abuse of the API may result in account termination!
44

55
?> These docs are for SDK version `2018.05.04.09.53` and build tag `build-18-05-18-noah-salmon`
66

@@ -14,7 +14,10 @@ Sections labeled **BETA** are API endpoints found in the beta client of VRChat,
1414

1515
# API Libraries
1616

17-
1. VRChatJava (Java) https://github.com/VRChatAPI/VRChatJava
17+
1. ~~VRChatJava (Java) https://github.com/VRChatAPI/VRChatJava~~ outdated
18+
19+
2. VRChat.Net (C#) https://github.com/VRChatAPI/VRChat.Net
20+
1821

1922
# Links to APIs
2023

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# VRChat API Documentation
2-
!> **Super Important!** Using this API for anything with bad intent or have anything to do with a hacked client is strictly forbidden. You must follow the VRChat TOS when using this API. Do not abuse it.
32

43
# Disclaimer
54

6-
This documentation was not created with the help of the official VRChat team. Therefore this documentation is not an official documentation of the VRChat API and may not be always up to date with the latest versions. If you find that a page or endpoint is not longer valid please create an issue and tell us so we can fix it.
5+
This is the official response of the VRChat Team (from Tubber more specifically) on the usage of the VRChat API.
6+
7+
> Use of the API using applications other than the approved methods (website, VRChat application) are not officially supported. You may use the API for your own application, but keep these guidelines in mind:
8+
> * We do not provide documentation or support for the API.
9+
> * Do not make queries to the API more than once per 60 seconds.
10+
> * Abuse of the API may result in account termination.
11+
> * Access to API endpoints may break at any given time, with no warning.
12+
13+
As stated, this documentation was not created with the help of the official VRChat team. Therefore this documentation is not an official documentation of the VRChat API and may not be always up to date with the latest versions. If you find that a page or endpoint is not longer valid please create an issue and tell us so we can fix it.
714

815
# Credits
916

0 commit comments

Comments
 (0)