Overview
RESTful API for programmatic translation access. Build custom integrations and automate your localization workflow. Full REST API with JSON responses.
Features
- RESTful API endpoints
- OAuth 2.0 authentication
- API key support
- Webhook support
- Rate limiting
- Comprehensive documentation
Example
curl -X POST https://localjsons.com/api/translate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"sourceLang": "en",
"targetLang": "fr",
"text": "Hello World"
}'Details
Category
development
Tags
REST API
JSON
Business
Status
Available
Related Integrations