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

&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;svcRoot&gt;
&lt;svc_item&gt;
&lt;value&gt;reviews&lt;/value&gt;
&lt;display&gt;Review&lt;/display&gt;
&lt;/svc_item&gt;
&lt;/svcRoot&gt;