GranNino Public API Documentation

This Api feed can be embeded to any type of hosting sites with registered domain. Free Api provides upto 15 posts ordered by popularity or by uploaded dates.

INTRODUCTION

API Version: 1.0001

GranNino API provides uploaded artworks feed for registered artists. This API feed can be embedded into any hosting site with a registered domain. The free API provides up to 15 posts ordered by popularity or upload date. Registered artists can apply for the free API. For more than 15 posts, users can apply for the paid version.

REQUEST AND WORKING METHOD

This simple JavaScript API calls user data from the main server in JSON format and processes it into HTML, which can be directly embedded into any webpage.

GranNino Subscription Plans

Free
₹0/month
  • Unlimited Artwork Uploads
  • 15 API Artwork Calls
  • No API Domain Integration*
  • Ads in all areas
  • No GranChat Priority
  • No Website Support
  • No Sponsored Panel
  • No Marketplace Boost
  • Monthly: Free
  • Yearly: Free
Choose Free Plan
Popular
Pro
₹6.50/month
  • Unlimited Artwork Uploads
  • 200 API Artwork Calls
  • 1 Domain API Integration*
  • Ads in feed only
  • 2nd Priority GranChat
  • One-time Website Setup
  • No Sponsored Panel
  • No Marketplace Boost
  • Monthly: ₹6.50
  • Yearly: ₹65.00 (16.7% OFF)
Choose Pro Plan
Best Value
Premium
₹25.00/month
  • Unlimited Artwork Uploads
  • Unlimited API Artwork Calls
  • Up to 3 Domains API Integration*
  • No ads anywhere
  • 1st Priority GranChat
  • One-time Website Setup
  • Featured Sponsored Panel
  • Top Marketplace Placement
  • Monthly: ₹25.00
  • Yearly: ₹250.00 (16.7% OFF)
Choose Premium Plan

To upgrade your plan, please signup or login to GranNino web or app.

Once payment is confirmed, your subscription will be activated.

* API Integration is available only with Yearly Subscription plans

REQUEST FOR API KEY

Powered by 🚀 Brahman WebTech

PARAMETERS

Parameter
Details
Checklist
username
GranNino registered username
Required
public_key
GranNino offered API Public Key
Required
limit
Number of posts
Optional
order
Popularity or upload time
Optional
GalBg
Background color of the Gallery
Optional
GalColor
Color of caption text in Gallery
Optional
GalBorder
Color of caption border in Gallery
Optional
GalHeader
Title of the Gallery
Optional

LIBRARY DEPENDENCY

The API requires the latest version of jquery.min.js. Place this before your API script:

API CALL EXAMPLE


    <div class="gncardblock"><header></header><div class="gncard"></div>
    <script>
    const username = "username";
    const public_key = "74a298f973tadsrawseaaafc49a37e9c85";
    const limit = 15;
    const order = "popularity";
    const GalHeader = "My Art Gallery";
    const GalBg = "#252424";
    const GalColor = "#ffffff";
    const GalBorder = "#4b4646";
    const script = document.createElement("script");
    script.async = true;
    script.src = "https://api.grannino.com/puller.js";
    document.body.appendChild(script);
    </script>
        

Note: Place this code where you want your online art gallery to appear.

API RESPONSE (JSON FORMAT)


    {
      "artist": "username",
       "artwork": "image-file-painting02_2022-09-08-23-44-31-082.jpg",
       "description": "Description of the artwork",
       "link": "2912/title-of-the-art-work"
     }
        

EXAMPLE

Check Here

Start Creating on GranNino

Already part of the GranNino community? Log in to your dashboard and continue your creative journey.

Manage your gallery, connect with artists, and explore new opportunities -- all in one place.

GranNino Marketplace