Files
VRChatBackendDocs/Apis/JamsApi.md
ExilProductions aa707d1deb add subdir
2026-02-15 17:39:26 +01:00

93 lines
2.2 KiB
Markdown

# JamsApi
All URIs are relative to *https://api.vrchat.cloud/api/1*
| Method | HTTP request | Description |
|------------- | ------------- | -------------|
| [**getJam**](JamsApi.md#getJam) | **GET** /jams/{jamId} | Show jam information |
| [**getJamSubmissions**](JamsApi.md#getJamSubmissions) | **GET** /jams/{jamId}/submissions | Show jam submissions |
| [**getJams**](JamsApi.md#getJams) | **GET** /jams | Show jams list |
<a name="getJam"></a>
# **getJam**
> Jam getJam(jamId)
Show jam information
Returns a jam.
### Parameters
|Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
| **jamId** | **String**| Must be a valid query ID. | [default to null] |
### Return type
[**Jam**](../Models/Jam.md)
### Authorization
[authCookie](../README.md#authCookie)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="getJamSubmissions"></a>
# **getJamSubmissions**
> List getJamSubmissions(jamId)
Show jam submissions
Returns all submissions of a jam.
### Parameters
|Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
| **jamId** | **String**| Must be a valid query ID. | [default to null] |
### Return type
[**List**](../Models/Submission.md)
### Authorization
[authCookie](../README.md#authCookie)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="getJams"></a>
# **getJams**
> List getJams(type)
Show jams list
Lists World Jams or Avatar Jams, both currently running and ones that have ended. &#x60;isActive&#x60; is used to select only active or already ended jams. &#x60;type&#x60; is used to select only world or avatar jams, and can only take &#x60;world&#x60; or &#x60;avatar&#x60;. &#x60;&#x60;
### Parameters
|Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
| **type** | **String**| Only show jams of this type (&#x60;avatar&#x60; or &#x60;world&#x60;). | [optional] [default to null] |
### Return type
[**List**](../Models/Jam.md)
### Authorization
[authCookie](../README.md#authCookie)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json