Files
animethemes-api-docs/docs/jsonapi/reference/content/animeyear/index/index.md
T
2025-12-17 22:53:18 -03:00

39 lines
349 B
Markdown

---
title: Year Index
---
# Year Index Endpoint
The year index endpoint returns a list of unique years from all anime resources.
## URL
```sh
GET /animeyear/
```
## Authentication
None
## Parameters
None
## Response
```json
[
1963,
1964,
1965,
...
]
```
## Example
```bash
curl https://api.animethemes.moe/animeyear/
```