Developer
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
    • Actions
    • Applications
    • Batch
    • Boards
    • Cards
    • Checklists
    • CustomFields
    • Emoji
    • Enterprises
    • Labels
    • Lists
    • Members
    • Notifications
    • Organizations
    • Plugins
    • Tokens
    • Webhooks
    Cloud
    Trello / Reference / REST API

    Emoji

    Postman Collection
    OpenAPI
    Operations
    GET

    List available Emoji

    List available Emoji

    Forge and OAuth2 apps cannot access this REST resource.

    Request

    Query parameters

    locale

    string

    spritesheets

    boolean

    Responses

    Success

    application/json

    Emoji
    GET/emoji
    1 2 3 curl --request GET \ --url 'https://api.trello.com/1/emoji' \ --header 'Accept: application/json'
    200Response
    1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 { "trello": [ { "unified": "1F600", "name": "GRINNING FACE", "native": "😀", "shortName": "grinning", "shortNames": [ "grinning\"" ], "text": ":)", "texts": "<string>", "category": "Smileys & People", "sheetX": 30, "sheetY": 24, "tts": "grinning face", "keywords": [ "face" ] } ] }

    Rate this page: