Get kcys

Description

Allows you to query, search and explore all kcys in karmacracy.com.

Endpoint

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

Arguments

Name Type Description
type int kcys to explore: hot kcys (type=1), or New kcys (type=2). Required.
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!
text string Text to be searched in the kcys. Only the kcys that contains this text will be returned.

Output

JSON format object.

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

Example

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