2022-10-21 01:42:43 +00:00
|
|
|
id: api-nytimes
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: NYTimes API Test
|
|
|
|
author: daffainfo
|
|
|
|
severity: info
|
|
|
|
description: NYTimes API Test
|
|
|
|
reference:
|
|
|
|
- https://developer.nytimes.com/apis
|
|
|
|
tags: token-spray,nytimes
|
|
|
|
|
|
|
|
self-contained: true
|
|
|
|
requests:
|
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
GET https://api.nytimes.com/svc/mostpopular/v2/shared/1.json?api-key={{token}} HTTP/1.1
|
|
|
|
Host: api.nytimes.com
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2022-10-24 12:56:43 +00:00
|
|
|
- '"status":'
|
|
|
|
- '"copyright":'
|
|
|
|
- '"num_results":'
|
2022-10-21 01:42:43 +00:00
|
|
|
condition: and
|