コンテンツにスキップ

List content entries

GET
/v1/content

Returns content entries for the project. Optionally filter by content type. Requires X-Project-Id header.

X-Project-Id
required
string format: uuid

Project UUID (sent as a header for endpoints that don’t include it in the path).

type
string

Filter by content type (e.g., weapon, map, event_type).

List of content entries.

object
success
boolean
data
Array<object>
object
id
string format: uuid
projectId
string format: uuid
contentType

Type category (e.g., weapon, map, event_type).

string
contentId

Unique identifier within the content type.

string
displayName
string
description
string | null
category
string | null
metadata
object | null
createdAt
string format: date-time
updatedAt
string format: date-time
X-RateLimit-Limit
integer

Maximum number of requests allowed per hour.

X-RateLimit-Remaining
integer

Number of requests remaining in the current window.

X-RateLimit-Reset
integer

Unix timestamp when the rate limit window resets.

Invalid request parameters or body.

object
success
boolean
error

Human-readable error message.

string

Missing or invalid API key.

object
success
boolean
error

Human-readable error message.

string

Rate limit exceeded.

object
success
boolean
error

Human-readable error message.

string
X-RateLimit-Limit
integer

Maximum number of requests allowed per hour.

X-RateLimit-Remaining
integer

Number of requests remaining in the current window.

X-RateLimit-Reset
integer

Unix timestamp when the rate limit window resets.