FiverrScript Stats API (Add-ons)

FiverScript Stats API Version 1.0

The FiverrScript Stats API is a stats API for one of the most popular Fiverr Clone scripts “FiverrScript”, there are 2 APIs one for the main website stats, and the other is for the selected user stats. The API data is returned in neat Json format.

Key Features:

  • Neat/SEO friendly urls.
  • Well commented.
  • 2 APIs.

Example Urls:

Example Usage:


// Request and decode the data.
$data = file_get_contents('http://example.com/api/stats/website.json');
$data = json_decode($data, true);
$data = $data['stats'];

// Return the wanted stats.
echo 'WebsiteName has had ' . $data['total_orders'] . ' orders and paid out over ' . $data['total_paidout'];

Requirements:

  • PHP 5.3+.
  • mod_rewrite + mod_headers allowed in .htaccess

Updates:

Updates are free to anyone who has purchased this item with any type of license.

Change Log:

  • N/A

Support:

Feel free to suggest new features, ask questions, and anything else related to this item by sending me a PM or commenting on this item. If you have purchased this item and like it please remember to rate it.

Download FiverrScript Stats API (Add-ons)

Leave a Reply

Your email address will not be published. Required fields are marked *