GameproAPI Service Info: get content genus
<< return to GameproAPI technical documentation
svcInfo/get_content_genus
Returns all available content genus values and display values.
URL:
http://api.gamepro.com/svc/svcInfo/get_content_genus/
Format:
XML / JSON
HTTP Method:
GET
Parameters / Arguments
- apiKey - (required) - Your GameproAPI api key.
- return_type - (required) - Desired return type.
- xml
- json
Example Request URL
http://api.gamepro.com/svc/svcInfo/get_content_genus/?apiKey=SDF899238LCME30SJJIOS0943JS9&return_type=xml
Example Return XML
<?xml version="1.0" encoding="UTF-8"?> <svcRoot> <svc_item> <value>reviews</value> <display>Review</display> </svc_item> </svcRoot>