Provides extensive map and parcel data, including a multitude of map PNG image formats.
Make a REST API call to the following URL, to obtain info about the player from the content server.
https://peer.decentraland.org/lambdas/profile/<player wallet address>
Fetch all upcoming events.
Our own helper API to enrich the Decentraland ecosystem.
Every 10 minutes our crawler fetches a list of the latest wearable collections off the official Decentraland forums and adds all new entries to the internal collection database.
Examples of services using the API:
Order by published date DESC, limit of 30 collections
https://decentraspots.org/api/wearable-collections/
[ { "id": "1261", "published": 1624812973, "title": "Collection 'Hiro x Bob - Ether HeroBit' created by HirotoKai is ready for review!", "forumUrl": "https://forum.decentraland.org/t/collection-hiro-x-bob-ether-herobit-created-by-hirotokai-is-ready-for-review/1261", "builderUrl": "https://builder.decentraland.org/item-editor?collection=f7af8b69-55d6-4149-b14e-d3a445cf0f62", "images": [ "https://aws1.discourse-cdn.com/business20/uploads/decentraland/original/1X/f35542ae589889760fae7160cbb23ef13ef364fa.png", "https://aws1.discourse-cdn.com/business20/uploads/decentraland/original/1X/041ae202dd29120d83f9dfc68d3e5af4c0c19274.png" ] }, { ... } ]
Order by published date DESC, limit of 30 collections
https://decentraspots.org/api/wearable-collections/?since=TIMESTAMP
since: unix timestamp in seconds
[ { "id": "1261", "published": 1624812973, "title": "Collection 'Hiro x Bob - Ether HeroBit' created by HirotoKai is ready for review!", "forumUrl": "https://forum.decentraland.org/t/collection-hiro-x-bob-ether-herobit-created-by-hirotokai-is-ready-for-review/1261", "builderUrl": "https://builder.decentraland.org/item-editor?collection=f7af8b69-55d6-4149-b14e-d3a445cf0f62", "images": [ "https://aws1.discourse-cdn.com/business20/uploads/decentraland/original/1X/f35542ae589889760fae7160cbb23ef13ef364fa.png", "https://aws1.discourse-cdn.com/business20/uploads/decentraland/original/1X/041ae202dd29120d83f9dfc68d3e5af4c0c19274.png" ] }, { ... } ]