Animica x402 Directory

Directory / handel.halowerk.com

handel.halowerk.com/v1/gtin-resolve

Looks up a barcode number across Open Food Facts and a general product database, returning product name, brand, category, packaging, quantity and images where present. The check digit is computed locally before anything is queried: an invalid number is a typo, and reporting it as not found would send the caller looking in the wrong place.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://handel.halowerk.com/v1/gtin-resolve'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch 'https://handel.halowerk.com/v1/gtin-resolve'

Endpoint: https://handel.halowerk.com/v1/gtin-resolve. Operated by handel.halowerk.com, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on handel.halowerk.com

handel.halowerk.com/v1/allergen-check

Returns what a product declares about allergens: the allergen tags, the trace warnings, the ingredients text in its original language, and the completeness of t…

GET · $0.005

handel.halowerk.com/v1/ingredient-decoder

Returns the ingredient list of a product as a structured hierarchy including sub-ingredients, with each additive resolved to its E number and name, the percenta…

GET · $0.005

handel.halowerk.com/v1/invoice-audit

Rebuilds an invoice from its lines and compares the result with the stated totals. Line by line it checks quantity times unit price against the line total, appl…

GET · $0.002

handel.halowerk.com/v1/invoice-extract

Reads a hybrid invoice and returns it as data. Accepts a PDF with an embedded ZUGFeRD or Factur-X XML, or the EN 16931 XML on its own, in either syntax the stan…

GET · $0.004

handel.halowerk.com/v1/landed-cost

Computes what an import actually costs at the destination. The customs value is assembled from goods, freight and insurance on the chosen basis (CIF or FOB), du…

GET · $0.002

handel.halowerk.com/v1/local-business

Searches OpenStreetMap through Overpass for businesses of a chosen trade within a radius of a coordinate, and returns each with its name, address, opening hours…

GET · $0.005

handel.halowerk.com/v1/nutrition-eco

Returns the nutritional values per hundred grams, the Nutri-Score and NOVA processing group, the environmental score where available, and the packaging composit…

GET · $0.005

handel.halowerk.com/v1/parcel-normalize

Does two things that every shipping integration rebuilds and every one of them differently. First, carrier detection: the number is matched against the known fo…

GET · $0.002

handel.halowerk.com/v1/po-invoice-match

Compares a purchase order against a delivery note and an invoice, line by line. Lines are paired by article number where both sides carry one, and otherwise by …

GET · $0.002

handel.halowerk.com/v1/price-elasticity

Fits a constant-elasticity demand curve to the price and sales series you supply and returns the elasticity with its standard error, t statistic, two-sided p va…

GET · $0.005

handel.halowerk.com/v1/reformulation-detector

A monitor with memory over food products. The first call stores a snapshot and says so rather than reporting everything as new. Later calls compare and report d…

GET · $0.006

handel.halowerk.com/v1/registry-snapshot

Looks up a legal entity in GLEIF, the worldwide Legal Entity Identifier register, by LEI or by name, and turns the raw record into an answer. GLEIF returns keys…

GET · $0.005

All 18 endpoints on handel.halowerk.com →