Requests Today
14,283
↑ 12% vs yesterday
Active API Keys
3
All active
Rate Limit
1,000 / min
Burst: 500
Uptime (30d)
99.98%
Healthy

API Keys

Key ID Secret Key Environment Last Used Actions
key_live_8f3a2b
sk_live_7x9m2p4q8r1t5v6w0y3z
Production 2 mins ago
key_test_4d7e9c
sk_test_3h5j7k9m2n4p6r8s0t1u
Development 5 hours ago

Usage & Quotas

Upgrade Plan →
Monthly Requests 84,392 / 100,000
Storage Used 2.4 GB / 10 GB
Concurrent Connections 12 / 50

Quick Start

import requests

headers = {
    "Authorization": "Bearer sk_live_7x9m2p4q8r1t5v6w0y3z",
    "Content-Type": "application/json"
}

# Fetch word definition
response = requests.get(
    "https://api.dictionary.io/v1/words/ephemeral",
    headers=headers
)

print(response.json())

Recent Activity

View All →
GET /v1/words/sophisticated 2 mins ago
POST /v1/translations/en-es 5 mins ago
GET /v1/words/ephemeral 12 mins ago
GET /v1/synonyms/ubiquitous 18 mins ago
GET /v1/words/xqz9m2p 24 mins ago
Copied to clipboard!