23 lines
448 B
YAML
23 lines
448 B
YAML
id: api-googlespeedlimit
|
|
|
|
info:
|
|
name: Google Speed Limit API Test
|
|
author: zzeitlin
|
|
severity: info
|
|
tags: token-spray,google,speed,limit
|
|
metadata:
|
|
max-request: 1
|
|
|
|
self-contained: true
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://roads.googleapis.com/v1/speedLimits?path=38.75807927603043,-9.03741754643809&key={{token}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'error'
|
|
negative: true
|