Skip to content
Apier

Apier.no

Pricing

Four tiers covering single developers up to accounting software platforms with millions of calls a month. Free public endpoints stay outside the tier limits — scraping the Norwegian business register shouldn't require a credit card.

Pricing tiers

Pricing tiers and the features included at each tier
FeatureDeveloper / FreeRecommendedStarterProfessionalEnterprise
PriceNOK 0/monthNOK 499/monthNOK 1,999/monthNOK 9,999/month
Included API calls100 / month5,000 / month25,000 / monthUnlimited
OverageNOK 0.50 / callNOK 0.50 / callNOK 0.50 / call
API accessRead-only (context + obligations)Full API + Auth GatewayFull API + Auth GatewayFull API + Auth Gateway
SupportCommunityEmailPriorityDedicated
SLANot includedNot includedNot includedIncluded
Custom sector rulesNot includedNot includedNot includedIncluded
Sign upGet started

Overage: NOK 0.50 per additional API call.

Database: Stockholm, live. Compute: Vercel EU edge today; full-EU backend before real company data flows. Full posture on /trust.

Where pricing is heading

Today every plan is usage-based: each tier includes a monthly call quota, and usage beyond it is billed per action — the per-call overage shown above. As the platform matures, pricing will move toward per successful filing: you pay when an outcome is delivered — a confirmed filing — rather than per API call. This is the direction we are building toward, not a live billing change; today’s usage-based plans and per-call overage still apply.

Solutions — bundled by tier

Solutions chain several endpoints into one regulated answer. They are unlocked by tier rather than priced separately — the minimum tier below is the floor that includes each solution.

SolutionMinimum tierAvailability
Company VerificationDeveloper / FreeStatus: Live
Signature + AuthorityDeveloper / FreeStatus: Live
Obligations + DeadlinesDeveloper / FreeStatus: Live
Annual Accounts MonitorStarterStatus: Live
MVA Filing + ReceiptStarterStatus: Beta

Free public endpoints — outside tier limits

These endpoints are distribution tools, not products. They are zero-auth, cacheable, and never counted against the Free tier's 100-call quota. An IP-level soft limit of 1000 requests per minute applies so the discovery surfaces stay fast for everyone.

PathSummary
/api/v1/public/deadlinesNorwegian business deadlines for a given calendar year
/api/v1/public/obligationsGeneric Norwegian business obligations by entity type
/api/v1/tools/exchange-rateOfficial Norges Bank NOK exchange rate for a currency and date
/api/v1/tools/altinn-migrationAltinn 2 role → Altinn 3 access package mapping (zero auth)
/api/v1/capabilitiesMachine-readable capability manifest (agent discovery)

Try them without a key on /sandbox or pull copy-paste workflows from /examples.

curl -sS 'https://www.apier.no/api/v1/tools/altinn-migration' | jq .

FAQ

What does each pricing tier include?
Apier has four tiers, from a single developer up to accounting-software platforms making millions of calls a month. The tier-by-tier feature matrix above shows each tier's monthly call quota and the capabilities it unlocks; solutions are bundled by tier rather than priced separately.
Is there free or no-signup access?
Yes. The free public endpoints are zero-auth and stay outside the tier limits, with a soft IP-level limit of 1000 requests per minute, and you can try the API with no signup on the sandbox. During the beta every tier is free; keys are still required on Category B endpoints for rate limiting and audit attribution.
How does billing work?
Today every plan is usage-based: each tier includes a monthly call quota, and usage beyond it is billed per action — the per-call overage shown above. Pricing is planned and takes effect when the API exits beta; over time it will move toward charging per successful filing rather than per API call.

First time here? Start at /docs/quickstart for a five-minute zero-auth walkthrough, read /trust for the compliance guarantees behind every response, or hit /sandbox to explore the API directly.