31 lines
817 B
YAML
31 lines
817 B
YAML
id: api-amdoren
|
|
|
|
info:
|
|
name: Amdoren API Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: Free currency API with over 150 currencies
|
|
reference:
|
|
- https://www.amdoren.com/currency-api/
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/amdoren
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,amdoren
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://www.amdoren.com/api/currency.php?api_key={{token}}&from=USD&to=EUR"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"error" : 0'
|
|
- '"error_message" : "-"'
|
|
condition: and
|
|
|
|
# digest: 4a0a00473045022100bdf87830726285bcb4bb2fb3ae2964d072871eeff969ca898c65ebdfd702075802205c12a0dc34b647a423391b198a0ecb9dcbfd44262db51daf9742af924cf391a0:922c64590222798bb761d5b6d8e72950
|