decentraland / unity-explorer

Apache License 2.0
8 stars 11 forks source link

Investigate Content Server #78

Closed m3taphysics closed 1 year ago

kuruk-mm commented 1 year ago

This investigation is done.

The API References for the Content is here: https://decentraland.github.io/catalyst-api-specs/#tag/Content-Server/operation/getActiveEntities

We should use a custom realm that only has SDK7 scenes, like: https://sdk-test-scenes.decentraland.zone/

An example call for getting the data from some parcels is:

curl -X POST -H "Content-Type: application/json" https://sdk-test-scenes.decentraland.zone/content/entities/active -d '{"pointers":["0,0"]}'