Social

Query Bilibili User

0calls
4 credits / call

Want to surface Bilibili user profiles inside your application? This endpoint returns the user's public information.

Overview

Given a user UID (a pure-numeric ID), the endpoint returns the user's public profile fields: nickname, gender, avatar, level, signature, and more.

Query parameters

uid
stringrequired

Bilibili user UID.

Response

200 / OK

Lookup succeeded. Returns the user's public Bilibili profile.

JSON

400 / Bad Request

Missing uid parameter.

JSON

404 / Not Found

Bilibili user not found.

JSON

502 / Bad Gateway

Temporarily unable to fetch the data. Please try again later.

JSON