category.getList [HTTP GET]
Retrieve a list of valid event categories.
Arguments
api_key (Required)
Your API application key. If you don't have one,
create one.
Example Response
<?xml version="1.0" encoding="UTF-8"?>
<rsp stat="ok" version="1.0">
<category id="1" name="Music" description="Concerts, nightlife, raves"/>
<category id="2" name="Performing Arts" description="Theatre, dance, opera, comedy"/>
...
</rsp>
Error Codes
404 Not Found:
- Missing valid api_key - Please create an API key using the above link.
- Your api_key is inactive or not found - Please contact us for support.