Verpackungspflichten-Monitor
Verpackungspflichten-Monitor: one page of recorded obligation history, up to 500 versions. Each page is a separate purchase; historical coverage may be incomplete. Licence: https://getregisters.com/agent-licence.html
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.025listed price per call
n/aprice it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://verpackung.getregisters.com/api/v1/feeds/de-packaging-compliance/export
| Category | Company and compliance |
|---|---|
| Provider host | verpackung.getregisters.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"limit": 500,
"offset": 0
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"method": {
"const": "GET"
},
"queryParams": {
"additionalProperties": false,
"properties": {
"limit": {
"default": 500,
"maximum": 500,
"minimum": 1,
"type": "integer"
},
"offset": {
"default": 0,
"minimum": 0,
"type": "integer"
}
},
"type": "object"
},
"type": {
"const": "http"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"feed_id": {
"type": "string"
},
"history": {
"items": {
"type": "object"
},
"type": "array"
},
"next_offset": {
"type": [
"integer",
"null"
]
}
},
"type": "object"
},
"type": {
"const": "json"
}
},
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}