social.colibri.embed.searchGifs

colibri.social

Documentation

Searches GIFs by query.

main query

Searches GIFs by query.

Parameters

page integer Optional

No description available.

q string Required

No description available.

Output

Encodingapplication/json
hasNext boolean Required

No description available.

items array Required

No description available.

page integer Required

No description available.

Errors

AuthRequired Missing, malformed, or unverifiable service auth.
InvalidRequest A parameter or body field was missing or malformed.
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "AuthRequired",
      "description": "Missing, malformed, or unverifiable service auth."
    },
    {
      "name": "InvalidRequest",
      "description": "A parameter or body field was missing or malformed."
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "items",
        "page",
        "hasNext"
      ],
      "properties": {
        "page": {
          "type": "integer"
        },
        "items": {
          "type": "array",
          "items": {
            "ref": "lex:social.colibri.embed.defs#gifItem",
            "type": "ref"
          }
        },
        "hasNext": {
          "type": "boolean"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "q"
    ],
    "properties": {
      "q": {
        "type": "string"
      },
      "page": {
        "type": "integer"
      }
    }
  },
  "description": "Searches GIFs by query."
}

Lexicon Garden

@