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.
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.
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
The API requires the latest version of jquery.min.js. Place this before your API script:
<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.
{
"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"
}
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.