get/appstatistics
This resource returns statistics for your app, similar to those found under the Edit App screen.
URL
http://api.blipfoto.com/get/appstatistics/
- Version 1
- Version 2
Parameters
This resource requires app verification.
| Parameter | Description | Required? |
|---|---|---|
size |
The thumbnail size, big (124px, default) or small (48px) |
No |
color |
The thumbnail color, color (default) or gray |
No |
Response data
The data object is an array of objects containing the following:
| Name | Description | Data type |
|---|---|---|
uniquesignins |
The number of unique sign-ins your app has accepted. | Integer |
uniqueusers24 |
The number of contributors using your app in the last 24 hours. | Integer |
totalentries |
The total number of entries published via your app. | Integer |
totalentries24 |
The number of entries published via your app in the last 24 hours. | Integer |
recententries |
An array of entry data for the last 20 entries published via your app. | Array |