Hey.Café Endpoint Docs

Get System

Docs Home / Get System
Public

get_system_emoji_category

Fetches a list of emojis based on a category query, will only show a few results for each query and is cached heavily. Categorys are the following: Activities, Animals & Nature, Flags, Food & Drink, Objects, People & Body, Smileys & Emotion, Symbols, Travel & Places.

Primary URL: https://endpoint.hey.cafe/get_system_emoji_categoryAlias URL: https://endpoint.hey.cafe/api/emoji_category
textRequired
category
The category query you will need to URL encode due to some categorys using & character
number
count
Number of items to show
Public

get_system_emoji_search

Searches emojis based on tags and aliases for example 'smile'.

Primary URL: https://endpoint.hey.cafe/get_system_emoji_searchAlias URL: https://endpoint.hey.cafe/api/emoji_search
textRequired
search
The search query
number
count
Number of items to show
Public

get_system_emoji_lookup

Lists the info of a emoji based on one of it's alises for example 'smiley'.

Primary URL: https://endpoint.hey.cafe/get_system_emoji_lookupAlias URL: https://endpoint.hey.cafe/api/emoji_lookup
textRequired
query
The alias to lookup
Public

get_system_hello

Returns the value of hello within the response variable.

Primary URL: https://endpoint.hey.cafe/get_system_helloAlias URL: https://endpoint.hey.cafe/api/hello
Public

get_system_endpoints

Returns a randomly selected recommended endpoint for your current session and also a list of all our available endpoints for API usage. It’s recommended that you choose a specific endpoint for each user session, especially for tasks like media uploads, to avoid sending calls to a random endpoint that might not have the requested file on disk. Additionally, this allows our system to cache resources for the user’s requests, which can significantly speed up subsequent requests.

Primary URL: https://endpoint.hey.cafe/get_system_endpointsAlias URL: https://endpoint.hey.cafe/api/endpoints
Public

get_system_reactions

Returns a list of all usable reactions that can be used on things like conversations and comments and if they require pro, the emoji, the emoji code, and if they are active.

Primary URL: https://endpoint.hey.cafe/get_system_reactionsAlias URL: https://endpoint.hey.cafe/api/reactions
Public

get_system_ip_details

Returns data about an IP address, this is at this time a internal only API call used for testing IP blocks with a extra security key reqired.

Primary URL: https://endpoint.hey.cafe/get_system_ip_details
textRequired
query
The IP to check
textRequired
key
The extra security key
Public

get_system_email_details

Returns data about an email address, this is at this time a internal only API call used for testing email blocks with a extra security key reqired.

Primary URL: https://endpoint.hey.cafe/get_system_email_details
textRequired
query
The email to check
textRequired
key
The extra security key