StartseiteAPI-Referenz
API-Spezifikation
API DocTunes & Daten-Schemas
Vollständige Schema-Referenzen, Anfrage-/Antwortmodelle und statische Schema-Endpunkte für die DocTunes-Integration.
GET/api/v1/locales
application/jsonRuft die Liste der unterstützten Sprachcodes und deren Leserichtung ab.
Beispiel für eine Antwortnutzlast
json
{
"status": "success",
"count": 82,
"locales": [
{ "code": "en", "name": "English", "dir": "ltr" },
{ "code": "fr", "name": "Français", "dir": "ltr" },
{ "code": "hi", "name": "हिन्दी", "dir": "ltr" },
{ "code": "de", "name": "Deutsch", "dir": "ltr" }
]
}POST/api/v1/translate
application/jsonStatisches Proxy-Nutzlastformat für serverlose Übersetzungsgateways.
Beispiel für eine Antwortnutzlast
json
{
"target_locale": "fr",
"source_url": "https://divanshu.doctunes.io/docs",
"translated_url": "https://fr.divanshu.doctunes.io/docs",
"cached": true
}GET/sitemap.xml
application/jsonGibt die statische XML-Sitemap mit den 20 indizierten Seiten zurück.
Beispiel für eine Antwortnutzlast
json
https://divanshu.doctunes.io/
2026-09-21
1.0