{ "opencollection": "1.0.0", "info": { "name": "Github Emojis API", "version": "1.1.4" }, "items": [ { "info": { "name": "Emojis", "type": "folder" }, "items": [ { "info": { "name": "GitHub Get Emojis", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}/api/v3/emojis" }, "docs": "The GET /emojis endpoint retrieves a collection of emoji data from the API. This operation allows clients to fetch available emojis, which may include their Unicode representations, names, categories, or other relevant metadata depending on the API's implementation. It's a simple read-only operation that doesn't require any path parameters and typically returns an array or list of emoji objects that applications can use to display, search, or filter emojis for user selection." } ] } ], "bundled": true }