{"openapi":"3.0.0","info":{"title":"LakbayAI API","description":"Global decision engine for living, working, and investing","version":"1.0.0"},"servers":[{"url":"https://lakbayai.com"}],"paths":{"/api/countries":{"get":{"summary":"Get all countries","description":"Retrieve a list of all countries with their data","responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"region":{"type":"string"},"subregion":{"type":"string"}}}}}}}}}},"/api/blog/posts":{"get":{"summary":"Get all published blog posts","responses":{"200":{"description":"Successful response"}}}}}}