nuclei-templates/apis/openweather.yaml

19 lines
361 B
YAML

id: api-openweather
info:
name: OpenWeather API Test
author: zzeitlin
reference: https://openweathermap.org/current
severity: info
tags: api,weather,openweather
requests:
- method: GET
path:
- "https://api.openweathermap.org/data/2.5/weather?q=Chicago&appid={{token}}"
matchers:
- type: status
status:
- 200