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. V2 (Deprecated)

Like/Unlike Project

PreviousLoginNextComments

Last updated 12 months ago

Was this helpful?

Like or unlike a project

POST https://sketchub.in/api/v2/like_project.php

Body

Name
Type
Description

uid

number

User ID

project_id

number

Project ID

email

string

Encrypted Email

password

string

Encrypted Password

api_key

string

Your API key

Response

{
  "status": "success",
  "message": "liked",
  "likes": 300 //Total likes after the action
  "status_code": "OK"
}
{
  "status": "success",
  "message": "unliked",
  "likes": 300 //Total likes after the action
  "status_code": "OK"
}
📘
RSA
RSA