PS2 streaming data updated with GainExperience event

Discussion in 'Developer Notes' started by RadarX, Apr 2, 2015.

Thread Status:
Not open for further replies.
  1. RadarX

    A new event type "GainExperience" has been added to the PS2 streaming data api.

    As always documentation can be found here http://census.soe.com

    A test page for the ps2 streaming api is here http://census.soe.com/ps2-websocket.html

    Send subscription command:
    {"service":"event","action":"subscribe","characters":["5428238902649093569"],"eventNames":["GainExperience"]}
    You should see:

    RECEIVED: {"payload":{"amount":"10","character_id":"5428238902649093569","event_name":"GainExperience","experience_id":"37","loadout_id":"10","other_id":"5428033621809370625","timestamp":"1424371906","world_id":"1","zone_id":"8"},"service":"event","type":"serviceMessage"}

    RECEIVED: {"payload":{"amount":"25","character_id":"5428238902649093569","event_name":"GainExperience","experience_id":"10","loadout_id":"10","other_id":"5428033621809370625","timestamp":"1424371906","world_id":"1","zone_id":"8"},"service":"event","type":"serviceMessage"}

    A lookup table for experience types can be found here:
    http://census.soe.com/get/ps2/experience?c:limit=1000


    Also, we're working on getting the data api forums back up. We'll keep you posted.

    http://census.soe.com | data-feedback@station.sony.com
Thread Status:
Not open for further replies.