mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
39 lines
349 B
Markdown
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/
|
|
```
|