Microsoft recently introduced a new tool called Kiota (https://learn.microsoft.com/en-us/openapi/kiota/) that is for generating API Clients from Open API specs for different languages including C#, Go, Java, PHP, Python and TypeScript. Since you provide pure REST API and it's not feasible to provide concrete SDKs for all languages, perhaps Kiota is the best alternative for now for the developers who want structured models in their programming language. Kiota has a search capability that will lookup APIs from online, but they need to be registered by API developer. https://learn.microsoft.com/en-us/openapi/kiota/add-api
This request is to register MarketData.app's Open API specs for Kiota tool to be able to search.