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

Find Username

Find Username

POST https://sketchub.in/api/v3/find_username.php

Request Body

Name
Type
Description

api_key

string

API key

user_name

string

Username

find_relevant

string

List matching username

{
  "status": "success",
  "uid": "412",
  "username": "Amitoj"
}
{
  "status": "success",
  "relevant_usernames": [
    {
      "id": "412",
      "name": "Amitoj"
    },
    {
      "id": "60025",
      "name": "amitojtesting"
    },
    {
      "id": "399",
      "name": "not_amitoj"
    }
  ]
}
PreviousUsersNextSearch Profile

Last updated 1 year ago

Was this helpful?

📘