16 lines
378 B
Markdown
16 lines
378 B
Markdown
---
|
|
layout: page
|
|
title: Statistics | DiceBear Avatar API Usage & Trends
|
|
titleTemplate: false
|
|
description: >
|
|
Live statistics for the DiceBear Avatar API: daily requests, bandwidth, npm
|
|
downloads, popular styles, version distribution, and output formats.
|
|
aside: false
|
|
---
|
|
|
|
<script setup>
|
|
import PageStats from '@theme/components/pages/PageStats.vue';
|
|
</script>
|
|
|
|
<PageStats />
|