Project List
Since Sketchub have very large number of projects, there will be pagination to avoid bandwidth & processes and a single page will have maximum 20 items.
Get Project List
POST https://sketchub.in/api/v3/get_project_list
Request Body
api_key
string
Web API Key provided by Sketchub. For getting one, check introduction page.
page_number
integer
Page number should start from 1 (not 0)
{
"status": "success",
"total_pages": "125",
"projects": [
{
"id": "5650",
"title": "Brightness",
"description": "Adjust the brightness of the display via the app",
"whatsnew": "",
"category": "UI & UX",
"project_type": "sketchware_project",
"demo_link": "",
"video_url": "",
"icon": "https:\/\/sketchub.in\/storage\/project_files\/5650\/6663112.png",
"screenshot1": "https:\/\/sketchub.in\/storage\/project_files\/5650\/6329364.jpg",
"screenshot2": "https:\/\/sketchub.in\/storage\/project_files\/5650\/5881714.jpg",
"screenshot3": "",
"screenshot4": "",
"screenshot5": "",
"project_size": "3.6 KB",
"likes": "1",
"comments": "0",
"downloads": "10",
"uid": "60084",
"timestamp": "1624253039000",
"published_timestamp": "1624253039000",
"is_verified": "0",
"is_editor_choice": "0",
"user_name": "fra_bonviCREATOR",
"user_profile_pic": "https:\/\/sketchub.in\/storage\/user_avatars\/60084.png",
"user_badge": "0"
},
{
"id": "5649",
"title": "Foxit chat app UI",
"description": "Not a LUMINAR SFT APP\nOnly a UI\nLOGIC: From the app called \"CORDIS\"\nCurrent blue interfaces designed by LUMINAR SFT\n\nThink it is usefull while building chat apps.\nEveryone have to waste their time on Ui designings of chat apps.\nSo save your time.\n\n\nSketchware original\nLast version (I guess)\n\nLUMINAR SFT\nThank you",
"whatsnew": "",
"category": "Communication",
"project_type": "sketchware_project",
"demo_link": "",
"video_url": "",
"icon": "https:\/\/sketchub.in\/storage\/project_files\/5649\/3892016.png",
"screenshot1": "https:\/\/sketchub.in\/storage\/project_files\/5649\/3767051.jpg",
"screenshot2": "https:\/\/sketchub.in\/storage\/project_files\/5649\/6042059.jpg",
"screenshot3": "",
"screenshot4": "",
"screenshot5": "",
"project_size": "498.7 KB",
"likes": "0",
"comments": "0",
"downloads": "10",
"uid": "59723",
"timestamp": "1624252270000",
"published_timestamp": "1624252270000",
"is_verified": "0",
"is_editor_choice": "0",
"user_name": "LUMINARSFT",
"user_profile_pic": "https:\/\/ui-avatars.com\/api\/?size=150&bold=true&rounded=true&name=LUMINARSFT&background=2512A3&color=fff",
"user_badge": "0"
},
{
"id": "5631",
"title": "Pic Photo Editor (Project)",
"description": "PIC ART PHOTO editor project for free \nHit a like",
"whatsnew": "",
"category": "Photographic",
"project_type": "sketchware_project",
"demo_link": "",
"video_url": "",
"icon": "https:\/\/sketchub.in\/storage\/project_files\/5631\/1317289.png",
"screenshot1": "https:\/\/sketchub.in\/storage\/project_files\/5631\/4107447.jpg",
"screenshot2": "https:\/\/sketchub.in\/storage\/project_files\/5631\/8581269.jpg",
"screenshot3": "",
"screenshot4": "",
"screenshot5": "",
"project_size": "3.4 MB",
"likes": "2",
"comments": "1",
"downloads": "36",
"uid": "59597",
"timestamp": "1624197487000",
"published_timestamp": "1624197487000",
"is_verified": "0",
"is_editor_choice": "0",
"user_name": "PRANESH",
"user_profile_pic": "https:\/\/sketchub.in\/storage\/user_avatars\/59597.png",
"user_badge": "0"
}
]
}Search/Filter Project
POST https://sketchub.in/api/v3/get_project_list
You can use keywords to find search project from their title or description.
Request Body
api_key
string
API Key
page_number
integer
Page number
search_keywords
string
Keywords to be searched from title & description of public projects
project_type
string
Project type. For more information, check next page "Project Types".
category
string
Category of project
user_id
string
Lists project from a specific user
Project Scopes
You can explore through project list with various scopes
Scope value
Meaning
editor_choice
All projects which are Editor's choice
most_downloaded
Response sorted by downloads
most_liked
Response sorted by likes
recent
Shows latest projects (default)
verified
Projects which are verified by moderators
(Deprecated)
Get project list (Scoped)
POST https://sketchub.in/api/v3/get_project_list
Request Body
api_key
string
API key
page_number
integer
Page number
scope
string
Scope as provided in above table
search_keywords, category,project_typewill not work whenscope is used.
However, user_id can be used anywhere
Last updated
Was this helpful?