> For the complete documentation index, see [llms.txt](https://docs.millioncloud.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.millioncloud.org/public-api/million-nfts.md).

# Million NFTs

{% hint style="warning" %}
Features aren't implemented yet. Next release will come soon !
{% endhint %}

## Get Million NFTs References

<mark style="color:blue;">`GET`</mark> `https://api.millioncloud.org/million-nfts`

Get all the referenced NFTs per artist for Million Token.\
A local database reference all the actual NFTs creators for Million Token.

#### Path Parameters

| Name   | Type   | Description                                          |
| ------ | ------ | ---------------------------------------------------- |
| artist | string | Get the NFTs references only for a specified artist. |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}

## Get Million NFTs Artists

<mark style="color:blue;">`GET`</mark> `https://api.millioncloud.org/million-nfts/artists`

Get all the million NFTs artists information.

#### Query Parameters

| Name   | Type   | Description                               |
| ------ | ------ | ----------------------------------------- |
| tags   | string | Filters the artists list by Tags          |
| artist | string | Get the specified NFT Artist information. |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}
