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)

Announcements

Lists in-app announcements

Get News

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

Request Body

Name
Type
Description

api_key

string

API key

{
  "status": "success",
  "message": "News Loaded Successfully",
  "news": [
    {
      "id": "29",
      "title": "Server break",
      "message": "Just small announcement, To make few changes in Database, we will need to turn off server for an hour. Server break will be made after 2 days i.e. at 6:00 AM 30 April, 2021 UTC for 1 hour.",
      "timestamp": "1619602496000",
      "image_url": ""
    },
    {
      "id": "12",
      "title": "Monthly Giveaway!",
      "message": "Hello there, we have hosted monthly giveaway of FREE 1 MONTH PREMIUM. Join here to participate: https:\/\/discord.gg\/ejaJPt6 🎉🎉",
      "timestamp": "1601292437000",
      "image_url": ""
    },
    {
      "id": "6",
      "title": "T&C and Privacy Policy",
      "message": "We made some important changes in Terms and conditions & Privacy Policy.\r\nTerms and conditions: https:\/\/www.sketchub.in\/terms_conditions.html\r\nPrivacy Policy: http:\/\/sketchub.in\/privacy_policy.html\r\n\r\nDo and Don't Guide is added, which is something basic rules for Sketchub app, it will be available in the app in next update:\r\nhttps:\/\/sketchub.in\/do_dont.html",
      "timestamp": "1597551667000",
      "image_url": ""
    },
    {
      "id": "5",
      "title": "Server Uptime status",
      "message": "If you are feeling that Sketchub is down or it is running slow, you can check server status on https:\/\/status.sketchub.in\/ (alternative: https:\/\/stats.uptimerobot.com\/R5x8pFrQpN\/785756275)\r\nJust click on Sketchub to check the status in details.",
      "timestamp": "1597421898000",
      "image_url": "https:\/\/sketchub.in\/storage\/news_attachment\/5.png"
    },
    {
      "id": "2",
      "title": "T&C and Privacy Policy Updation",
      "message": "Terms and Conditions Updated: https:\/\/www.sketchub.in\/terms_conditions.html\r\n\r\nPrivacy Policy Updated: http:\/\/sketchub.in\/privacy_policy.html",
      "timestamp": "1596298314000",
      "image_url": ""
    }
  ]
}
PreviousChangelogNextMeta Data

Last updated 1 year ago

Was this helpful?

📘