2021-10-29 11:24:17 +00:00
|
|
|
id: api-myanimelist
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: MyAnimeList API Test
|
|
|
|
author: daffainfo
|
|
|
|
severity: info
|
2022-07-25 06:05:11 +00:00
|
|
|
description: Anime and Manga Database and Community
|
2021-11-06 04:40:49 +00:00
|
|
|
reference:
|
|
|
|
- https://myanimelist.net/apiconfig/references/api/v2
|
2022-07-25 06:05:11 +00:00
|
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/myanimelist
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: token-spray,myanimelist
|
2021-10-29 11:24:17 +00:00
|
|
|
|
|
|
|
self-contained: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-10-29 11:24:17 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "https://api.myanimelist.net/v2/anime?q=one&limit=4"
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2021-10-29 11:24:17 +00:00
|
|
|
headers:
|
|
|
|
Authorization: Bearer {{token}}
|
|
|
|
matchers:
|
2021-10-29 17:28:18 +00:00
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '"data":'
|
|
|
|
- '"paging":'
|
|
|
|
- '"next":'
|
|
|
|
condition: and
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022018fdc0198834ed819026fc5b673742baa2b6b5111ac4f17d002ece1a0adb3fc4022100ada7d1ce1638a1b796ba06781cbea838e824b60aeded9f1e083af0f84a94af9e:922c64590222798bb761d5b6d8e72950
|