πϴ API
Integrate the mathematical wonder of π (pi) and θ (theta) into your applications with our powerful API endpoints.
Getting Started
- Go to API Keys to generate your access token
- Set the Authorization header with your API key
- Choose from our mathematical endpoints below:
Available Endpoints
1. /api/pi/values
Retrieve a JSON object containing the first 1000 digits of pi and associated mathematical metadata.
curl -H "Authorization: Bearer πϴ_k3y_3x4mpl3_1234567890" \
https://πϴ/api/pi/values
2. /api/theta/sequences
Access mathematical patterns and sequences involving theta functions in JSON format.
curl -H "Authorization: Bearer πϴ_k3y_3x4mpl3_1234567890" \
https://πϴ/api/theta/sequences
3. /api/pi-theta/relations
Get insights into the mathematical relationships between pi values and theta sequences.
curl -H "Authorization: Bearer πϴ_k3y_3x4mpl3_1234567890" \
https://πϴ/api/pi-theta/relations
Important!
🔐 Keep your API key secure and never expose it in client-facing code.
🔄 API keys can be regenerated indefinitely through the API Keys page.
⚠️ All requests must use HTTPS with proper bearer authentication.