Can we assume that the three _names.json API calls are relatively static? i.e. that the server/event/map associated with an id will not change arbitrarily?
Specifically in the context of an Android app, I’d like to cache the results from these calls for a given “session” and avoid calling all three whenever I make an events.json call.

