Actions
    Applications
    Batch
    Boards
    Cards
    Checklists
    CustomFields
    Emoji
    Enterprises
    Labels
    Lists
    Members
    Notifications
    Organizations
    Plugins
    Search
    Tokens
    Webhooks

    Rate this page:

    Emoji

    List available Emoji

    GET /1/emoji

    List available Emoji

    Request

    Query parameters
    locale

    string

    The locale to return emoji descriptions and names in. Defaults to the logged in member's locale.

    spritesheets

    boolean

    true to return spritesheet URLs in the response

    Default: false

    Example

    1
    2
    3
    curl --request GET \
      --url 'https://api.trello.com/1/emoji' \
      --header 'Accept: application/json'

    Responses

    Success

    Content typeValue
    application/json

    Emoji

    Rate this page: