When written: when the game retrieves info on community goals from the server, and the data has changed since last time. This event contains the current status of all community goals the player is currently subscribed to.
Debug Information
{"name":"CommunityGoal","description":"When written: when the game retrieves info on community goals from the server, and the data has changed since last time. This event contains the current status of all community goals the player is currently subscribed to.","properties":[{"name":"timestamp","type":"string","description":"Timestamp in UTC, ISO 8601","optional":false,"examples":["2022-09-11T22:00:45Z","2022-09-12T08:54:21Z","2022-09-12T08:54:24Z"]},{"name":"event","type":"string","description":"","optional":false,"examples":["CommunityGoal"]},{"name":"CurrentGoals","type":"array","description":"","optional":false,"examples":[],"properties":[{"name":"CGID","type":"integer","description":"A unique ID number for the CG","optional":false,"examples":[754,758,690]},{"name":"Title","type":"string","description":"A description for the CG","optional":false,"examples":["Operation Tyndareus Reacts to Thargoid Fleet","Disrupt Azimuth's Resource Campaign","The Colonia Bridge Project 2nd Phase - Alcor"]},{"name":"SystemName","type":"string","description":"","optional":false,"examples":["Andecavi","Wandrama","Alcor"]},{"name":"MarketName","type":"string","description":"","optional":false,"examples":["Kumiho Sky","MacLean City","Macdonald Settlement"]},{"name":"Expiry","type":"string","description":"","optional":false,"examples":["2022-10-13T07:00:00Z","2022-11-10T08:00:00Z","2021-11-11T06:00:00Z"]},{"name":"IsComplete","type":"boolean","description":"Whether the CG has ended or not","optional":false,"examples":[false,true]},{"name":"CurrentTotal","type":"integer","description":"","optional":false,"examples":[979809560710,979819883710,981475941910]},{"name":"PlayerContribution","type":"integer","description":"","optional":false,"examples":[0,8180000,9180000]},{"name":"NumContributors","type":"integer","description":"Number of commanders signed up to contribute to the CG","optional":false,"examples":[3897,3900,3903]},{"name":"TopTier","type":"object","description":"","optional":false,"examples":[],"properties":[{"name":"Name","type":"string","description":"Localized name of the maximum tier set for the CG","optional":false,"examples":["Tier 8","Tier 6","Tier 5"]},{"name":"Bonus","type":"string","description":"","optional":false,"examples":[""]}]},{"name":"TopRankSize","type":"integer","description":"If the community goal is constructed with a fixed-size top rank (ie max reward for top 10 players)","optional":true,"examples":[10]},{"name":"PlayerInTopRank","type":"boolean","description":"If the community goal is constructed with a fixed-size top rank (ie max reward for top 10 players)","optional":true,"examples":[false,true]},{"name":"TierReached","type":"string","description":"Available if the community goal has reached the first success. Localized name of the reached tier for the CG.","optional":true,"examples":["Tier 7","Tier 2","Tier 3"]},{"name":"PlayerPercentileBand","type":"integer","description":"Percentile band the player is in for the current community goal. topX -> 0, no contribution -> 100","optional":false,"examples":[100,75,50,25,0]},{"name":"Bonus","type":"integer","description":"If the community goal has reached the first tier, the bonus for the given PlayerPercentileBand and TierReached.","optional":true,"examples":[2400000,8000000,1000000]}]}],"propertiesString":"timestamp event CurrentGoals CGID Title SystemName MarketName Expiry IsComplete CurrentTotal PlayerContribution NumContributors TopTier Name Bonus TopRankSize PlayerInTopRank TierReached PlayerPercentileBand Bonus","propertiesDescriptionString":"Timestamp in UTC, ISO 8601 A unique ID number for the CG A description for the CG Whether the CG has ended or not Number of commanders signed up to contribute to the CG Localized name of the maximum tier set for the CG If the community goal is constructed with a fixed-size top rank (ie max reward for top 10 players) If the community goal is constructed with a fixed-size top rank (ie max reward for top 10 players) Available if the community goal has reached the first success. Localized name of the reached tier for the CG. Percentile band the player is in for the current community goal. topX -> 0, no contribution -> 100 If the community goal has reached the first tier, the bonus for the given PlayerPercentileBand and TierReached."}