Animica x402 Directory

Directory / x402-gateway.ai

x402-gateway.ai/api/v1/se/company/search

Search Swedish companies by name. Find a Swedish company's organisationsnummer from its name (e.g. /api/v1/se/company/search?name=spotify). Fuzzy trigram search over our own index of 1.9 million Swedish legal entities, rebuilt weekly from Bolagsverket's and SCB's bulk files — Bolagsverket's own API has no name search. Returns org.nr, name, legal form, city and active status per hit. Legal entities only; sole traders excluded for privacy.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://x402-gateway.ai/api/v1/se/company/search'

# -> 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://x402-gateway.ai/api/v1/se/company/search'

Endpoint: https://x402-gateway.ai/api/v1/se/company/search. Operated by x402-gateway.ai, 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 x402-gateway.ai

x402-gateway.ai/api/v1/ping

Paid ping — test the x402 payment flow end-to-end. Returns pong. Costs $0.001, exists so agents can verify their x402 wallet setup against this gateway cheaply.

GET · $0.001

x402-gateway.ai/api/v1/se/company/:orgnr

Swedish company basics by org.nr. Look up any Swedish organisation by its 10-digit organisationsnummer (e.g. /api/v1/se/company/5567037485 for Spotify AB): regi…

GET · $0.005

x402-gateway.ai/api/v1/se/company/:orgnr/annual-report

Swedish annual report key figures (iXBRL), decoded. Financials from a Swedish company's latest digitally filed annual report (årsredovisning, 2020+). We decode …

GET · $0.02

All 4 endpoints on x402-gateway.ai →