Skip to main content
GET
/
attributes
List Attributes
curl --request GET \
  --url https://forgegames.org/api/attributes \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "min": 123,
    "max": 123,
    "teamId": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.forgegames.org/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

id
string
Maximum string length: 191

Response

Successful response

id
string
required
Maximum string length: 191
name
string
required
Maximum string length: 191
min
number
required
max
number
required
teamId
string
required
Maximum string length: 191