nuclei-templates/http/token-spray/api-ebird.yaml

32 lines
708 B
YAML

id: api-ebird
info:
name: eBird API Test
author: daffainfo
severity: info
description: Retrieve recent or notable birding observations within a region
reference:
- https://documenter.getpostman.com/view/664302/S1ENwy59
- https://github.com/daffainfo/all-about-apikey/tree/main/ebird
tags: token-spray,ebird
metadata:
max-request: 1
self-contained: true
http:
- method: GET
path:
- "https://api.ebird.org/v2/data/obs/KZ/recent"
headers:
X-eBirdApiToken: "{{token}}"
matchers:
- type: word
part: body
words:
- '"speciesCode":'
- '"comName":'
- '"sciName":'
- '"locId":'
condition: and