HI! This is charactor counter API To use this API, please use the following endpoints: 1. /charcount?word=&range=,40 words: The charactor to be counted range: The range of charactor to be counted Example: /charcount?word=hello%20world Output: { word: string, char_count: int, blob_count: int, range_allow: string } range_allow : none,out,in none: no range or none query out: out of range in: in range