Read Name Script
This example request illustrates how to get a script for a name. A map containing one entry for the script type and the code for that script will be returned.
Request
GET /platform/names/script?text=スミダ
Accept: application/json
Authorization: Bearer YOUR_ACCESS_TOKEN_HERE
Accept-Language: en
Response
HTTP/1.1 200 OK
X-processing-time: 164
Vary: Accept,Accept-Language,Accept-Encoding,Expect
Date: Sun, 03 Apr 1836 10:00:00 GMT-5
Cache-control: max-age=604800, must-revalidate, no-transform
Transfer-encoding: gzip
{
"Katakana": "Kana"
}
Updated 5 days ago