Human Design bodygraph (public, no key)
Type, strategy, authority, profile, defined centres, channels and gates. Same input and same engine as the authed POST /human-design, served anonymously under the public rate limit. Responses carry the free-tier _footer watermark. Centre identifiers are PascalCase with no separator and are stable: Head, Ajna, Throat, G, Heart, SolarPlexus, Spleen, Sacral, Root; channels[].centerA and centerB use the same nine. localized carries type, strategy, authority and the centre names in the requested language, keyed by the same identifiers, so a caller reads localized.centers.SolarPlexus and never matches on a translated string. The English values above it are the stable ones and never change. Channel and gate names are prose rather than a closed set and stay English.
Request body
Response
OK
Example response
{
"ok": true,
"_footer": "Powered by astroway.api - get your own key at https://api.astroway.info"
}Changes
Changed in 4 of the 13 revisions of this API.464
- ○
added the optional property
data/localizedto the response with the200statusresponse-optional-property-added
- ○
- ○
added the new optional request property
ayanamsanew-optional-request-property
- ○
- ●
the
timezoneOffsetrequest property's max was set to14.00request-property-max-set
- ●
the
timezoneOffsetrequest property's min was set to-14.00request-property-min-set
- ●
- ▲
the request property
latitudebecame not nullablerequest-property-became-not-nullable
- ▲
the request property
longitudebecame not nullablerequest-property-became-not-nullable
- ▲
the request property
latitudebecame requiredrequest-property-became-required
- ▲
the request property
longitudebecame requiredrequest-property-became-required
- ●
the
latituderequest property's max was set to90.00request-property-max-set
- ●
the
longituderequest property's max was set to180.00request-property-max-set
- ●
the
latituderequest property's min was set to-90.00request-property-min-set
- ●
the
longituderequest property's min was set to-180.00request-property-min-set
- ○
the
latituderequest property default value0was removedrequest-property-default-value-removed
- ○
the
longituderequest property default value0was removedrequest-property-default-value-removed
- ▲