{"meta":{"title":"絵文字用 REST API エンドポイント","intro":"この REST API を使って、GitHub で使用できるすべての絵文字を一覧表示し、確認します。","product":"REST API","breadcrumbs":[{"href":"/ja/rest","title":"REST API"},{"href":"/ja/rest/emojis","title":"絵文字"},{"href":"/ja/rest/emojis/emojis","title":"絵文字"}],"documentType":"article"},"body":"# 絵文字用 REST API エンドポイント\n\nこの REST API を使って、GitHub で使用できるすべての絵文字を一覧表示し、確認します。\n\n> [!NOTE]\n> Most endpoints use `Authorization: Bearer <YOUR-TOKEN>` and `Accept: application/vnd.github+json` headers, plus `X-GitHub-Api-Version: 2026-03-10`. Curl examples below omit these standard headers for brevity.\n\n## Get emojis\n\n```\nGET /emojis\n```\n\nLists all the emojis available to use on GitHub.\n\n### HTTP response status codes\n\n- **200** - OK\n\n- **304** - Not modified\n\n### Code examples\n\n#### Example\n\n**Request:**\n\n```curl\ncurl -L \\\n  -X GET \\\n  https://api.github.com/emojis\n```\n\n**Response schema (Status: 200):**\n\nobject, additional properties: string"}