Location resource for querying entity locations
https://www.swcombine.com/ws/v2.0/documentation/location/entity_type/uid/ SW Combine API Documentation
Get an entity's current location.
Returns the Location object directly — not wrapped in a Page.
Location
Page
The Location data.
const location = await client.location.get({ entityType: 'character', uid: '1:12345' });console.log(location); // access properties directly, not location.data Copy
const location = await client.location.get({ entityType: 'character', uid: '1:12345' });console.log(location); // access properties directly, not location.data
Location resource for querying entity locations
See
https://www.swcombine.com/ws/v2.0/documentation/location/entity_type/uid/ SW Combine API Documentation