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.

Pick your preferred method:
# List all frameworks
curl -H "X-API-Key: YOUR_API_KEY" \
  https://api.law4devs.eu/v1/frameworks

# Get GDPR articles
curl -H "X-API-Key: YOUR_API_KEY" \
  "https://api.law4devs.eu/v1/frameworks/gdpr/articles?per_page=5"

# Search across all frameworks
curl -H "X-API-Key: YOUR_API_KEY" \
  "https://api.law4devs.eu/v1/search?q=data+breach+notification"

Next Steps

Python SDK →

TypeScript SDK →

PHP SDK →

API Reference →

All Frameworks →