1. Get Your API Key
Sign up at humandesignapi.nl and choose a plan. Your API key will be available in the dashboard.2. Get a Google Geocoding Key
The location-based endpoints use Google Geocoding to convert place names into coordinates. You need a Google Geocoding API key.3. Make Your First Request
4. Understand the Response
All v2 responses use a standard envelope:| Field | Description |
|---|---|
timestamp | ISO 8601 timestamp of the response |
success | true if the request succeeded |
message | Human-readable status message |
errorCode | Machine-readable error code (empty on success) |
type | Data type name (ChartSimpleResult or ChartResult) |
data | The chart data |
Next Steps
Authentication
Deep dive into API key and geocoding key setup
Full Chart Endpoint
Get the complete chart with all properties
Response Format
Understand the standard response envelope
Error Handling
Handle errors gracefully

