anitrack/bruno/AniTrack/Simkl/Get Items/Get Anime Full Info.bru

20 lines
234 B
Plaintext
Raw Normal View History

2024-08-19 08:13:35 -04:00
meta {
name: Get Anime Full Info
type: http
seq: 3
}
get {
2024-10-01 15:52:32 -04:00
url: https://api.simkl.com/anime/40084?extended=full
2024-08-19 08:13:35 -04:00
body: none
auth: none
}
params:query {
extended: full
}
headers {
simkl-api-key: {{SIMKL_CLIENT_ID}}
}