Keywords module

This module provides access to keywords.

URL Format

You can use GET or POST variables in your requests.

baseUrl/keywords.php?action=ACTION&params...

Reference

Some responses may return defined objects inside the JSON that refer to existing classes.

See related:

List of actions

The parameter "action" determines the action you would like to match. See below list.

getPromoted

Get all keywords that are set as "promoted".

Response:

data: [ { Keyword object } ]