Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Ready Player Me Assets API

Discover and retrieve avatar wearable assets — hair, outfits, headwear, glasses, facewear, footwear, beards, costumes, and custom assets — scoped to an application and optionally filtered to those viewable or usable by a specific user. Powers the wardrobe surface of the Ready Player Me Avatar Creator.

Ready Player Me Assets API is one of 3 APIs that Ready Player Me publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Assets, Wearables, 3D, and Gaming. The published artifact set on APIs.io includes API documentation and an OpenAPI specification.

This API exposes 4 operations across 4 paths, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://api.readyplayer.me.

4 operations 4 paths 2 schemas 4 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.readyplayer.me/
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Ready Player Me Assets API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-APP-ID (AppId). By default, every request must be authenticated.

Paths & Operations 4

Across 4 paths, the API surfaces 4 operations — 4 GET. Each is listed below with its method, path, parameters, and response codes.

Assets 4

Asset discovery, filtering, and retrieval.

GET
/v1/assets
List Assets
listAssets 7 params → 200
GET
/v1/assets/{assetId}.glb
Get Asset GLB Model
getAssetGlb 1 param → 200
GET
/v1/assets/{assetId}/thumbnail.png
Get Asset Thumbnail
getAssetThumbnail 1 param → 200
GET
/v1/phoenix-assets
List Phoenix Assets
listPhoenixAssets 2 params → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Asset (7 properties), AssetList (2 properties). Each schema is shown below with its type and property counts.

AssetList
object
2 properties
Asset
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ready-player-me-assets-api-openapi.yml Raw ↑

Other APIs Ready Player Me publishes across the network.

Ready Player Me Avatars API
Ready Player Me Auth API