# NFT Collections

Query available NFT collections

## Get all NFT collections

> Returns all available NFT collections from both L1 (Ethereum) and L2 (Polygon) networks,\
> including base wearables and emotes<br>

```json
{"openapi":"3.0.3","info":{"title":"Catalyst Lambdas v2 API","version":"2.0.0"},"tags":[{"name":"NFT Collections","description":"Query available NFT collections"}],"servers":[{"url":"https://peer.decentraland.org/lambdas","description":"Production - Main Decentraland network"},{"url":"https://peer-testing.decentraland.org/lambdas","description":"Staging - Testing environment"},{"url":"https://peer.decentraland.zone/lambdas","description":"Development - Development environment"}],"paths":{"/nfts/collections":{"get":{"tags":["NFT Collections"],"summary":"Get all NFT collections","description":"Returns all available NFT collections from both L1 (Ethereum) and L2 (Polygon) networks,\nincluding base wearables and emotes\n","operationId":"getAllCollections","responses":{"200":{"description":"List of all collections","content":{"application/json":{"schema":{"type":"object","properties":{"collections":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","description":"Collection URN"},"name":{"type":"string","description":"Collection name"}}}}}}}}}}}}}}
```
