Skip to content
Help center

429 — Monthly quota exhausted

1 min read

429 — Monthly quota

Your plan's monthly call quota is used up:

JSON
{ "error": { "type": "quota_exceeded", "code": 429,
  "message": "Du har brugt din månedlige kvote. Slå overage-fakturering til i dashboardet, eller opgrader din plan for at fortsætte.",
  "details": { "upgrade_url": "https://danskadresseapi.dk/dashboard/fakturering" } } }

Fix (one of):

  1. Enable overage billing in the dashboard.
  2. Upgrade to a larger plan.
  3. Wait for the next billing period (quota resets).

Important: Only successful calls count against the quota. If you instead see "Dit selv-valgte overage-loft er ramt…", you set an overage cap you can raise in the dashboard.

Hobby (free) = 1,000 calls/month. Basis/Pro/Enterprise have larger quotas. See the plans at danskadresseapi.dk.
Was this helpful?