{"openapi":"3.2.0","info":{"title":"Translate API","description":"Fast and scalable API service from the world's most used translation service!","version":"1.0.0"},"servers":[{"url":"https://translate.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"tags":[{"name":"Translate"}],"paths":{"/translate/":{"get":{"operationId":"get_translate","summary":"Translate","description":"Translate","tags":["Translate"],"parameters":[{"name":"text","in":"query","description":"Text to be translated","required":false,"schema":{"type":"string","title":"text","example":"article"}},{"name":"target","in":"query","description":"Language to be translated","required":false,"schema":{"type":"string","title":"target","example":"es"}},{"name":"source","in":"query","description":"Language of the text source (default: `auto`)","required":false,"schema":{"type":"string","title":"source","example":"auto"}}]}},"/batch-translate/":{"post":{"operationId":"post_batch_translate","summary":"Batch Translate","description":"Batch Translate (FAST)","tags":["Translate"],"requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"target":"es","source":"auto","texts":["article","I'm writing an article","What are you doing?","Разные вещи"]}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}