Jump to content
Dante Unbound: Share Bug Reports and Feedback Here! ×

Warframe dynamic worldState Documentation?


CipherBeta
 Share

Recommended Posts

Hiya! Does anybody know if there's any documentation out there for the dynamic worldState data stream? Learning ReactJS so want to build a site around live updates for alerts/etc both for teaching myself as well as personal use. I know there's an app/twitter/etc... Want to try my hand at it, though!

(http://content.warframe.com/dynamic/worldState.php for anyone looking for it )

Looking through the JSON and there's a lot of abstract-ish data that I'm not 100% sure what everything is referring to in this case. As an example, pasted some JSON below for a mission shown in the stream.

    {
      "_id": {
        "$oid": "5a408dc9bc4337f3cd204f44"
      },
      "Activation": {
        "$date": {
          "$numberLong": "1514180288873"
        }
      },
      "Expiry": {
        "$date": {
          "$numberLong": "1514183427152"
        }
      },
      "MissionInfo": {
        "missionType": "MT_CAPTURE",
        "faction": "FC_CORPUS",
        "location": "SolNode97",
        "levelOverride": "/Lotus/Levels/Proc/Corpus/CorpusGasCityCapture",
        "enemySpec": "/Lotus/Types/Game/EnemySpecs/CorpusSquadD",
        "extraEnemySpec": "/Lotus/Types/Game/EnemySpecs/GamemodeExtraEnemySpecs/CorpusCaptureTargets",
        "minEnemyLevel": 21,
        "maxEnemyLevel": 23,
        "difficulty": 0.91993527091907,
        "seed": 158570,
        "missionReward": {
          "credits": 8600,
          "items": [
            "/Lotus/StoreItems/Types/Recipes/Helmets/LimboAltBHelmetBlueprint"
          ]
        }
      }
    }

While there are some things that make sense (times, mission types, factions, levels, rewards, etc), things like location/enemySpec don't make a ton of sense as to what they're referring to / why. Similarly... How to reference certain elements, like the items given as a reward - if there is even the resource available or one would have to build a library around it.

All that said.... Anybody know of any documentation or walkthrough for working with the API?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...