{"openapi":"3.0.0","info":{"title":"Number Formatter API","version":"1.0.0","description":"Format numbers with locale, currency, percentage and scientific notation support"},"paths":{"/format":{"get":{"summary":"GET /format","responses":{"200":{"description":"Success"}}}},"/currency":{"get":{"summary":"GET /currency","responses":{"200":{"description":"Success"}}}},"/locale":{"get":{"summary":"GET /locale","responses":{"200":{"description":"Success"}}}},"/scientific":{"get":{"summary":"GET /scientific","responses":{"200":{"description":"Success"}}}},"/compact":{"get":{"summary":"GET /compact","responses":{"200":{"description":"Success"}}}}}}