30 lines
644 B
YAML
30 lines
644 B
YAML
id: api-europeana
|
|
|
|
info:
|
|
name: Europeana API Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: European Museum and Galleries content
|
|
reference:
|
|
- https://pro.europeana.eu/page/search
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/europeana
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,europeana
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://api.europeana.eu/record/v2/search.json?wskey={{token}}&query=*&rows=0&profile=facets"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'success'
|
|
- 'apikey'
|
|
- 'action'
|
|
condition: and
|