{"openapi":"3.2.0","info":{"title":"Google translate Cheaper API","description":"Discover our translation API which allows you to translate any text into another language. With over 107 languages ​​available, our API gives you easy integration with your application and very fast translations.","version":"1.0.0"},"servers":[{"url":"https://jlbus.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/translate":{"post":{"operationId":"post_translate","summary":"translate","description":"Traduit un texte vers la langue spécifiée.","requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"text_to_translate":"Hello how are you","dest":"fr"}}}}}},"/detect":{"post":{"operationId":"post_detect","summary":"Detect language","requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"text":"Hello, how are you?"}}}}}},"/support_language":{"get":{"operationId":"get_support_language","summary":"Supported language"}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}