ReadingFace API
Access personality subtype data programmatically
RESTful JSON API
Simple REST endpoints returning clean JSON data for all ReadingFace subtypes and relationships
No Authentication
Public read-only API for accessing ReadingFace knowledge base - no API key required
CORS Enabled
Access from any domain - perfect for client-side applications and research projects
Comprehensive Data
Complete subtype profiles, duality pairs, quadra relationships, and compatibility matrices
Overview
The ReadingFace API provides programmatic access to the complete ReadingFace personality compatibility system. Access data for all 32 subtypes, 16 duality pairs, 8 quadras, and the complete knowledge graph of relationships.
All endpoints return JSON data and support CORS for client-side access. No authentication is required for read operations.
Base URL
All API endpoints are relative to this base URL. The current API version is v1.
Available Endpoints
Returns complete data for all 32 ReadingFace subtypes including functions, energy patterns, and optimal matches.
Returns all 16 precision duality pairs with compatibility dynamics and energy exchange patterns.
Returns data for all 8 subtype quadras including member subtypes and collective dynamics.
Returns the complete ReadingFace knowledge graph with all relationships, compatibility scores, and system metadata.
Rate Limits
⚠️ Rate Limiting
The API is rate limited to 100 requests per minute per IP address. If you exceed this limit, you'll receive a 429 status code. Please cache responses when possible.