live
Manglish APImanglish.app ↗
Convert romanized Malayalam (Manglish) text into proper Malayalam script with instant results and alternative spelling options. Perfect for quickly transforming casual typed Malayalam into its authentic written form.
This API takes change requests — .
Endpoint health
monitoredtransliterate
Checks pendingself-healing
Endpoints
1
Updated
3h ago
This call costs1 credit / call— charged only on success
Try it
Manglish text to transliterate (e.g. 'ente peru ravi', 'nanni', 'kerala').
Number of transliteration suggestions to return (1–10).
→ api.parse.bot/scraper/ef0e03ac-0c5f-4fbd-96fa-65d5e0d656e8/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/ef0e03ac-0c5f-4fbd-96fa-65d5e0d656e8/transliterate?text=nanni' \ -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalmissing one? ·
Transliterates Manglish (romanized Malayalam) text to Malayalam script. Returns the top transliteration and up to num_suggestions alternative candidates. Supports single words and multi-word phrases. One upstream round-trip per call.
Input
| Param | Type | Description |
|---|---|---|
| textrequired | string | Manglish text to transliterate (e.g. 'ente peru ravi', 'nanni', 'kerala'). |
| num_suggestions | integer | Number of transliteration suggestions to return (1–10). |
Response
{
"type": "object",
"fields": {
"input": "The original Manglish text that was transliterated",
"suggestions": "Array of alternative Malayalam transliteration candidates",
"transliteration": "The top Malayalam transliteration result"
},
"sample": {
"data": {
"input": "nanni",
"suggestions": [
"നന്ദി",
"നാന്ദി",
"നന്നി",
"നാണി",
"നാന്നി"
],
"transliteration": "നന്ദി"
},
"status": "success"
}
}About the Manglish API
The Manglish API on Parse exposes 1 endpoint for the publicly available data on manglish.app. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.