Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/decentldotland/ans-stats
- Owner: decentldotland
- License: mit
- Created: 2022-04-23T01:13:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T18:37:59.000Z (about 1 year ago)
- Last Synced: 2024-10-28T17:25:52.491Z (18 days ago)
- Topics: ans, api-get, arweave
- Language: JavaScript
- Homepage: https://ans-stats.decent.land
- Size: 104 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).