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

Project Types

To get all types of projects, like Android Studio,Sketchware , etc.

Get Project Types

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

Request Body

Name
Type
Description

api_key

string

API key

{
  "status": "success",
  "message": "Project Types loaded successfully",
  "categories": [
    {
      "id": "1",
      "name": "Sketchware Project",
      "value": "sketchware_project",
      "icon": "https:\/\/sketchub.in\/storage\/source_icons\/sketchware.png",
      "is_source_code": "1",
      "total_projects": "1657",
      "extensions": ".sh"
    },
    {
      "id": "2",
      "name": "SH Recovery",
      "value": "sh_recovery",
      "icon": "https:\/\/sketchub.in\/storage\/source_icons\/sh_recovery.png",
      "is_source_code": "1",
      "total_projects": "21",
      "extensions": ".sh-zip"
    },
    {
      "id": "3",
      "name": "Sketchware APK",
      "value": "sketchware_apk",
      "icon": "https:\/\/sketchub.in\/storage\/source_icons\/sketchware_apk.png",
      "is_source_code": "0",
      "total_projects": "710",
      "extensions": ".apk"
    },
    {
      "id": "4",
      "name": "Android Studio",
      "value": "android_studio_project",
      "icon": "https:\/\/sketchub.in\/storage\/source_icons\/android_studio.png",
      "is_source_code": "1",
      "total_projects": "39",
      "extensions": ".zip"
    },
    {
      "id": "5",
      "name": "Android Studio APK",
      "value": "android_studio_apk",
      "icon": "https:\/\/sketchub.in\/storage\/source_icons\/apk.png",
      "is_source_code": "0",
      "total_projects": "62",
      "extensions": ".apk"
    },
    {
      "id": "6",
      "name": "Sketchware Pro (MOD)",
      "value": "sketchware_pro",
      "icon": "https:\/\/sketchub.in\/storage\/source_icons\/sketchware_pro.png",
      "is_source_code": "1",
      "total_projects": "0",
      "extensions": ".swb"
    }
  ]
}
PreviousProject ListNextUsers

Last updated 3 years ago

Was this helpful?

📘