Endpoint: https://guildsvr.com/wp-json/api/v1
Groups
/groups
id integer | A unique numeric ID for the Group. |
creator_id integer | The ID of the user who created the Group. |
name string | The name of the Group |
slug string | The URL-friendly slug for the Group. |
link string, url | The permalink to the Group on the site. |
description object | The raw and rendered descriptions of the Group. |
enable_forum boolean | Whether the Group has a Forum or not. |
date_created string or null | The date the Group was created, in the site’s timezone. |
date_created_gmt string or null | The date the Group was created, as GMT. |
total_member_count integer | Count of all Group members. |
last_activity string or null | The date the Group was last active or bumped, in the site’s timezone. |
last_activity_gmt string or null | The date the Group was last active, as GMT. |
avatar_urls object | Avatar URLs for the Group (Full & Thumb sizes). |
types array | The Groups games or play style. (eg: pro , social , orbusvr , zenith , game-contractors , game-echo-vr , game-freeland-vr , game-ilysia , game-vail-vr , game-population-one , game-pavlov-vr , game-onward |
Players
/members
id integer | Unique identifier for the Player. |
name string | Display name for the Player. |
link string, url | Profile URL of the Player. |
avatar_urls object | Avatar URLs for the Player (Full & Thumb sizes). |
member_types array | A Players type. (eg: player, leader |
Activity
/activity
id integer | A unique numeric ID for the Activity. |
primary_item_id integer | The ID of another object primarily associated with the activity. (In case of an activity comment, the root activity ID of the thread) |
secondary_item_id integer | The ID of some object (most of the time relative to the primary_item_id ) also associated with the activity.(In case of an activity comment, the immediate parent activity ID of the thread) |
user_id integer | The ID for the Player of the Activity. |
link string, url | The permalink to the Activity on the site. |
component string | The active site component name for the Activity |
type string | The type of the Activity (eg: activity_update , new_member , new_avatar , updated_profile , activity_comment , friendship_created , created_group , joined_group , group_details_updated , bbp_topic_create , bbp_reply_create ). |
title string | The description of the Activity’s type (eg: Username posted an update) |
content object | The raw and rendered contents of the activity. |
date string or null | The date the Activity was published, in the site’s timezone. |
date_gmt string or null | The date the Activity was published, as GMT. |
user_avatar object | Avatar URL for the Player of the Activity. full or thumb |