Skip to main content

テキストツール

SNSやメッセージに使えるUnicodeテキストツール

テキストツール

SNSやメッセージに使えるUnicodeテキストツール

For Developers

</>

埋め込みウィジェット

あなたのサイトに顔文字を埋め込めるウィジェット

Preview
Embed Code
<iframe src="https://kaomojis.jp/api/widget?category=&count=5&theme=light" width="320" height="260" style="border:none;border-radius:12px;overflow:hidden;" loading="lazy" title="Kaomoji Widget by kaomojis.jp"></iframe>
{}

無料顔文字API

5,000件以上の顔文字をREST APIで利用可能

GET/api/v1/kaomojis

List kaomojis with pagination and category filtering

page=1limit=50category=happylocale=en
GET/api/v1/kaomojis/random

Get random kaomoji(s)

count=3category=cutelocale=ja
GET/api/v1/kaomojis/search

Search kaomojis by keyword

q=happylimit=20locale=en
Quick Example
curl "https://kaomojis.jp/api/v1/kaomojis/random?count=3&category=happy"

// Response:
{
  "data": [
    { "id": 1, "text": "(^_^)", "categories": ["happy"], ... },
    ...
  ],
  "attribution": "Powered by kaomojis.jp"
}
Free for personal and commercial use. Please include attributionPowered by kaomojis.jpwith a link back when possible.

他のツールも使ってみよう