GET themes
Returns JSON string containing information on infographic themes available to the API account user.
Resource URL
https://infogr.am/service/v1/themes
Parameters
none
Return value
JSON-encoded array of the following field structure:
Name | Type | Description |
---|---|---|
id | String | Theme ID |
title | String | Theme title/description |
thumbnail_url | String | URL to the theme thumbnail image |
Example request
curl -XGET "https://infogr.am/service/v1/themes?api_key=nMECGhmHe9&ig_sig=QnR892d%2FuxSPB9N9OQ9eeh8GBJw%3D"
Example response
[
{
"id":61,
"title":"twitter",
"thumbnail_url":"https://infogr.am/i/templates/61/twitter-thumbnail-small.png"
},
{
"id":44,
"title":"Megaphone",
"thumbnail_url":"https://infogr.am/i/templates/S/PRO-megaphone.png"
},
{
"id":34,
"title":"Asketic-new",
"thumbnail_url":"https://infogr.am/i/templates/S/asketic-black.png"
}
]