Meta Data

Get Meta Data

POST https://sketchub.in/api/v3/get_meta_data.php

Provides all basic information related to Sketchub

Request Body

Name
Type
Description

api_key

string

API key

{
  "status": "success",
  "app_name": "Sketchub",
  "app_website": "https:\/\/sketchub.in",
  "app_description": "Sketchub is a platform for sharing your programming creations with the world-wide community.",
  "email_address": "[email protected]",
  "android_changelog": [
    {
      "version": "3",
      "description": "- All the changelogs will be mentioned as soon as update is ready"
    },
    {
      "version": "2.16",
      "description": "- Resolved Bugs\n-Added something"
    }
  ],
  "team_members": [
    {
      "id": "412",
      "role_name": "Founder",
      "name": "Amitoj",
      "profilepic": "https:\/\/sketchub.in\/storage\/user_avatars\/412.png"
    },
    {
      "id": "314",
      "role_name": "Graphic Designer",
      "name": "Rohit_Kumar",
      "profilepic": "https:\/\/sketchub.in\/storage\/user_avatars\/314.png"
    }
  ],
  "beta_testers": [
    {
      "id": "58857",
      "name": "7Studio",
      "profilepic": "https:\/\/sketchub.in\/storage\/user_avatars\/58857.png"
    },
    {
      "id": "58763",
      "name": "Abhinandan",
      "profilepic": "https:\/\/sketchub.in\/storage\/user_avatars\/58763.png"
    },
    {
      "id": "59941",
      "name": "Alloyd01",
      "profilepic": "https:\/\/ui-avatars.com\/api\/?size=150&bold=true&rounded=true&name=Alloyd01&background=95A312&color=fff"
    }
  ]
}

Last updated

Was this helpful?