{"data":{"name":"Types API","version":"0.2.4","description":"REST API for querying personality type systems (MBTI, Enneagram)","supported_locales":["en","de"],"endpoints":[{"method":"GET","path":"/api/v1/health","description":"Health check endpoint","examples":["/api/v1/health"]},{"method":"GET","path":"/api/v1/version","description":"Get API version","examples":["/api/v1/version"]},{"method":"GET","path":"/api/v1/mbti/:code","description":"Get a single MBTI type by code","examples":["/api/v1/mbti/INFP","/api/v1/mbti/INTJ?lang=de"]},{"method":"GET","path":"/api/v1/mbti","description":"List all MBTI types","examples":["/api/v1/mbti","/api/v1/mbti?lang=de"]},{"method":"GET","path":"/api/v1/enneagram/:code","description":"Get a single Enneagram type by code","examples":["/api/v1/enneagram/4w5","/api/v1/enneagram/1?lang=de"]},{"method":"GET","path":"/api/v1/enneagram","description":"List all Enneagram types","examples":["/api/v1/enneagram","/api/v1/enneagram?lang=de"]},{"method":"GET","path":"/api/v1/function/:code","description":"Get a single cognitive function by code","examples":["/api/v1/function/Fi","/api/v1/function/Ne?lang=de"]},{"method":"GET","path":"/api/v1/function","description":"List all cognitive functions","examples":["/api/v1/function","/api/v1/function?lang=de"]},{"method":"GET","path":"/api/v1/search","description":"Search and filter across type systems","examples":["/api/v1/search?temperament=NF","/api/v1/search?function=Fi&lang=de","/api/v1/search?triad=Heart"]}]}}