Entities
List of pointers to query for active entities. Pointers are unique identifiers for content locations:
- Scene coordinates (e.g., "-53,71", "0,0")
- Wearable URNs (e.g., "urn:decentraland:matic:collections-v2:0xabc...")
List of active entities
Represents a Decentraland entity (scene, wearable, etc.) with its converted asset bundle information. This is the primary data structure returned when querying for active entities.
Unique entity identifier (content identifier/CID from Catalyst)
Entity type indicating the kind of content:
scene: A Decentraland scene/parcelwearable: An avatar wearable itemprofile: A user profileemote: An avatar emote/animation
List of pointers where this entity is active. For scenes, these are coordinates (e.g., "-53,71"). For wearables, these are URNs identifying the item.
Unix timestamp (milliseconds) indicating when this entity was deployed to Catalyst
Bad request
Entity ID (content identifier/CID)
Entity status
Represents the current processing and availability status of an entity's asset bundle conversion
Unique entity identifier (content identifier/CID)
Whether asset bundles are fully converted for all required platforms (Windows and Mac)
Status of the entity in Catalyst (always 'complete' if entity exists in registry)
Entity not found
Signed fetch authentication using @dcl/platform-crypto-middleware (ADR-44). Requires auth chain headers (x-identity, x-signature, x-timestamp) for signature validation. See http://adr.decentraland.org/adr/ADR-44 for details.
Comma-separated list of entity IDs (content identifiers/CIDs)
List of entity statuses
Represents the current processing and availability status of an entity's asset bundle conversion
Unique entity identifier (content identifier/CID)
Whether asset bundles are fully converted for all required platforms (Windows and Mac)
Status of the entity in Catalyst (always 'complete' if entity exists in registry)
Unauthorized - invalid signed fetch
Forbidden - invalid metadata
List of pointers to query for version information
List of entity version information
Version and bundle status information for an entity
List of pointers where this entity is active
Current status of the entity in the registry
Bad request - no pointers provided
Last updated