TTR-Invasions.com
API documentation
Welcome to the API documentation page of ttr-invasions.com

Here you'll find a way to export the data of this website to your application. Actually there is only a way to do it: XML files, I'll add soon JSON as soon as possible.
To get the data you need basically to add the next url as fixed and later you'll need to add the file type, and finally the action of you want to perform.

Basic url: http://api.ttr-invasions.com/
File types: xml or json (Actually only works xml)

Examples:
XML: http://api.ttr-invasions.com/xml/
JSON: http://api.ttr-invasions.com/json/

Actions: invasionlist, pastinvasions/?cog_count=ROW_COUNT, totalinvasions, totalinvasionsv2, totalinvasionsskelecog, cogdata/?cog_id=COG_ID,districtlist, districtinfo/?district_id=DISTRICT_ID
* .sql file with the internal cog id's: http://api.ttr-invasions.com/cogs.sql

Example with the actions

Invasion list: http://api.ttr-invasions.com/xml/invasionlist/
Past invasions: http://api.ttr-invasions.com/xml/pastinvasions/

You'll find all the information, about every action in the menu of above.

TTR-Invasions.com API | Version 1.0