Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/decentldotland/ans-stats

statistics & cache API for Arweave Name Service (ANS)
https://github.com/decentldotland/ans-stats

ans api-get arweave

Last synced: 3 days ago
JSON representation

statistics & cache API for Arweave Name Service (ANS)

Awesome Lists containing this project

README

        





@decentdotland/ans-stats


statistics cache node & API for Arweave Name Service (ANS)

## API Endpoint
This API is hosted on [ans-stats.decent.land](https://ans-stats.decent.land)
## API Methods

### 1- Cached ANS State

```sh
GET /users
```
return a cached state of the ANS smart contract.

### 2- ANS Statistics

```sh
GET /stats
```

return statistics and data related to the ANS smart contract.

### 3- Profile lookup

```sh
GET /profile/label_addr
```

return a user's profile using the Arweave address or the `currentLabel`

### Attention
These API endpoints' purpose is only to fetch network statistics of the ANS protocol. The cached contract state does not reflect the latest contract state (real execution time), therefore it cannot be used as ANS state equivalent.

## License
This project is licensed under the [MIT License](./LICENSE).