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. Projects

Category

Get Categories

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

Get list of all categories

Request Body

Name
Type
Description

api_key

string

API Key. To get one, check introduction page.

{
  "status": "success",
  "message": "Categories Loaded Successfully",
  "categories": [
    {
      "id": "1",
      "category_icon": "https:\/\/sketchub.in\/storage\/category_icons\/book_reference_250px.png",
      "category_name": "Books & Reference",
      "total_projects": "56"
    },
    {
      "id": "2",
      "category_icon": "https:\/\/sketchub.in\/storage\/category_icons\/business_250px.png",
      "category_name": "Business",
      "total_projects": "52"
    },
    {
      "id": "3",
      "category_icon": "https:\/\/sketchub.in\/storage\/category_icons\/communication_250px.png",
      "category_name": "Communication",
      "total_projects": "102"
    }
  ]
}
PreviousProjectsNextProject Details

Last updated 3 years ago

Was this helpful?

📘