Get Kcyrank list

Description

Allows you to query and explore the global and instant kcyrank.

Endpoint

http://karmacracy.com/api/v1/rank

Arguments

Name Type Description
now int It allows you to get the current kcyrank (if set to 1), or the global kcyrank (if set to 0, or not set).
from int The first element of the list. It starts with 1.
Default value: 1.
num int The ammount of elements returned.
Default value: 10.
appkey string API key. (required) Ask for one!

Output

JSON format object.

* error (optional) = variable that indicates if an error occurred
* data = output object with a list of "user" objects.

Example

http://karmacracy.com/api/v1/rank?appkey=xxxx&from=1&num=10&now=1