Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.law4devs.eu/llms.txt

Use this file to discover all available pages before exploring further.

Rate Limits by Plan

PlanReq/minReq/dayMonthly capMax per_page
Growth1050010,00010
Pro305,000100,00025
Scale10050,000Unlimited50
CustomCustomCustomUnlimited100
When you exceed the rate limit, the API returns HTTP 429:
{
  "error": {
    "code": "RATE_LIMIT_EXCEEDED",
    "message": "Too many requests."
  }
}
All SDKs automatically retry on 429 with exponential backoff (up to 3 retries by default). You can control this with max_retries / maxRetries:
client = Law4DevsClient(
    api_key=os.environ["LAW4DEVS_API_KEY"],
    max_retries=5,
)

Plan Comparison

PlanMonthlyAnnualReq/minReq/dayMonthly capMax per_pageAPI KeysSupportUptime SLA
Growth€29€2901050010,0001010Email (48h)99.5%
Pro€89€890305,000100,0002550Priority email + Slack (24h)99.9%
Scale€229€2,29010050,000Unlimited50100Dedicated Slack + account manager99.9%
CustomContact usCustomCustomUnlimited100UnlimitedDedicated Slack + account manager99.99%
Upgrade your plan at law4devs.eu.