26 lines
575 B
YAML
26 lines
575 B
YAML
|
id: api-wordnik
|
||
|
|
||
|
info:
|
||
|
name: Wordnik API Test
|
||
|
author: daffainfo
|
||
|
severity: info
|
||
|
reference:
|
||
|
- https://developer.wordnik.com/docs
|
||
|
- https://github.com/daffainfo/all-about-apikey/blob/main/Dictionaries/Wordnik.md
|
||
|
tags: token-spray,wordnik
|
||
|
|
||
|
self-contained: true
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://api.wordnik.com/v4/word.json/hedgehog/topExample?useCanonical=false&api_key={{token}}"
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- '"provider"'
|
||
|
- '"year"'
|
||
|
- '"rating"'
|
||
|
condition: and
|