Image

Generate Pat Head GIF (QQ Number)

0calls
2 credits / call

Want to rua your friend's avatar online? This fun endpoint can satisfy you.

Overview

This endpoint, via GET method, is specifically used to generate pat head GIF through QQ number. You just need to provide a QQ number, we will automatically get its public avatar and make it into a cute animation.

Usage Notes

  • Response Format: The endpoint directly returns image/gif format binary data on success.
  • Background Color: You can control the GIF background through the bg_color parameter. Using the transparent option allows it to blend better into various chat backgrounds.

Query parameters

qq
stringrequired

The QQ number of the person you want to pat head.

bg_color
stringoptional

Background color of the GIF. Leave blank for backend service to decide default value.

Response

200 / OK

Generation successful! Response body is GIF format image binary data.

image/gif

400 / Bad Request

Request parameter error. Must provide valid 'qq' parameter.

JSON

500 / Internal Server Error

Internal server error. Possible reasons include: failed to get QQ avatar, or error occurred during GIF generation process.

JSON