Sketchub API
Home
  • Introduction
  • Reference
  • Changelog
  • ๐Ÿ“˜Documentation (v3)
    • Announcements
    • Meta Data
    • Projects
      • Category
      • Project Details
      • Project List
      • Project Types
    • Users
      • Find Username
      • Search Profile
      • View Profile
  • ๐Ÿ“˜V2 (Deprecated)
    • Introduction
    • Login
    • Like/Unlike Project
    • Comments
    • Download
  • For Sketchware
  • ๐Ÿ’ฌFeedback
Powered by GitBook
On this page

Was this helpful?

  1. Documentation (v3)
  2. Users

Search Profile

Search User

POST https://sketchub.in/api/v3/search_user

Request Body

Name
Type
Description

api_key

string

API key

search_keywords

string

Keywords to be searched from username or bio

page_number

integer

Page number

{
  "status": "success",
  "total_pages": "1",
  "search_result": [
    {
      "user_id": "413",
      "user_name": "ScrollProduction",
      "profile_pic": "https:\/\/sketchub.in\/storage\/user_avatars\/413.png",
      "badge": "10",
      "user_bio": "Welcome to ScrollProduction. We make you the most random apps."
    },
    {
      "user_id": "922",
      "user_name": "TheRandomCrafter83",
      "profile_pic": "https:\/\/sketchub.in\/storage\/user_avatars\/922.png",
      "badge": "50",
      "user_bio": "Self taught American coder for 20 years."
    },
    {
      "user_id": "49154",
      "user_name": "Randomxd",
      "profile_pic": "https:\/\/ui-avatars.com\/api\/?size=150&bold=true&rounded=true&name=User8&background=124CA3&color=fff",
      "badge": "0",
      "user_bio": ""
    },
    {
      "user_id": "51050",
      "user_name": "random012",
      "profile_pic": "https:\/\/ui-avatars.com\/api\/?size=150&bold=true&rounded=true&name=random012&background=00FF99&color=fff",
      "badge": "0",
      "user_bio": ""
    },
    {
      "user_id": "51677",
      "user_name": "Random_Developer",
      "profile_pic": "https:\/\/ui-avatars.com\/api\/?size=150&bold=true&rounded=true&name=hellobhai&background=CF9608&color=fff",
      "badge": "0",
      "user_bio": "Think Complex Do Simple๐Ÿป"
    }
  ]
}
PreviousFind UsernameNextView Profile

Last updated 1 year ago

Was this helpful?

๐Ÿ“˜