{"id":16557653,"url":"https://github.com/twlite/emoji-api","last_synced_at":"2025-10-28T20:31:54.510Z","repository":{"id":41698179,"uuid":"327643338","full_name":"twlite/emoji-api","owner":"twlite","description":"Simple Emoji API.","archived":false,"fork":false,"pushed_at":"2022-10-02T17:05:08.000Z","size":84,"stargazers_count":18,"open_issues_count":0,"forks_count":8,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-09-20T00:27:42.289Z","etag":null,"topics":["emoji","emoji-api","hacktoberfest"],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/emoji-api","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/twlite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-07T14:58:34.000Z","updated_at":"2024-08-02T02:19:30.000Z","dependencies_parsed_at":"2022-08-10T10:49:25.984Z","dependency_job_id":null,"html_url":"https://github.com/twlite/emoji-api","commit_stats":null,"previous_names":["archaeopteryx1/emoji-api","twlite/emoji-api","skdhg/emoji-api"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twlite%2Femoji-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twlite%2Femoji-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twlite%2Femoji-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twlite%2Femoji-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twlite","download_url":"https://codeload.github.com/twlite/emoji-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219858836,"owners_count":16556039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["emoji","emoji-api","hacktoberfest"],"created_at":"2024-10-11T20:08:09.531Z","updated_at":"2025-10-28T20:31:54.103Z","avatar_url":"https://github.com/twlite.png","language":"TypeScript","readme":"# EmojiAPI\nSimple Emoji API.\n\n# Installing\n\n```sh\n$ npm i emoji-api\n```\n\n# Example\n\n```js\n// ESM\nimport * as emoji from \"emoji-api\";\n// CJS\nconst emoji = require(\"emoji-api\");\n\nconsole.log(emoji.get(\"🥺\"));\n\n/*\nEmoji {\n  _data: {\n    emoji: '🥺',\n    name: 'pleading face',\n    group: 'Smileys \u0026 Emotion',\n    sub_group: 'face-concerned',\n    codepoints: '1F97A'\n  }\n}\n*/\n\nconsole.log(emoji.get(\"🥺\").formattedName); // Pleading Face\nconsole.log(emoji.get(\"🥺\").twemoji()); // https://twemoji.maxcdn.com/v/latest/72x72/1f97a.png\n```\n\n## Arrange emojis by category\n\n```js\nconst { arrange } = require(\"emoji-api\");\n\nconsole.log(arrange()); // { \"Smileys \u0026 Emotion\": [Emoji, Emoji, ...], ... }\n```\n\n# Other Examples\n\n```js\nconsole.log(emoji.all()); // [Emoji, Emoji, Emoji, ...]\nconsole.log(emoji.emojiToUnicode(\"🥺\")); // 1f97a\nconsole.log(emoji.unicodeToEmoji(\"1f97a\")); // 🥺\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwlite%2Femoji-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwlite%2Femoji-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwlite%2Femoji-api/lists"}