File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Ignore generated production API keys file
2+ .env.production.keys
13# Ignore production API keys file
24production_keys.json
35# Byte-compiled / optimized / DLL files
Original file line number Diff line number Diff line change @@ -132,13 +132,16 @@ This API requires an API key for all `/global/*` endpoints. Permits endpoints ar
132132- Or use the ` X-API-Key` header
133133- Or as a query parameter: ` ? api_key=< your_api_key> ` (for testing only)
134134
135+
135136** API Key Tiers (example):**
136137
137- | Tier | Example Key | Rate Limit | Features |
138- | -------------| ----------------------| ----------------| ---------------------------------|
139- | Basic | ` basic_xxxxxxxxxxxx` | 100/hour | emissions, countries, basic_stats |
140- | Premium | ` premium_xxxxxxxxxx` | 1000/hour | + stats, analytics, bulk_export |
141- | Enterprise | ` enterprise_xxxxxxx` | unlimited | all features |
138+ | Tier | Example Key | Rate Limit | Features |
139+ | -------------| --------------------------------------------------------| ----------------| ---------------------------------|
140+ | Basic | ` basic_xxxxxxxxxx` | 100/hour | emissions, countries, basic_stats |
141+ | Premium | ` premium_xxxxxxxxxx` | 1000/hour | + stats, analytics, bulk_export |
142+ | Enterprise | ` enterprise_xxxxxxxxxxx` | unlimited | all features |
143+
144+ > ** Note:** Production API keys are not published. Please request your key from the admin or support team.
142145
143146> ** Note:** Production API keys are not published. Please request your key from the admin or support team.
144147
Original file line number Diff line number Diff line change 1+
12#!/usr/bin/env python3
23"""
34Generate secure API keys for production use
You can’t perform that action at this time.
0 commit comments