Advertisement
rucdoc

crest commenting

Aug 23rd, 2013
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. {
  2. "totalCount_str": "245",
  3. "items":
  4. [
  5. {
  6. "cloneRate_str": "80", <!--- clones generated per day --->
  7. "generating": true, <!--- is generating clones --->
  8. "owner":<!--- owner child set --->
  9. {
  10. "id_str": "98161364", <!--- corp db id --->
  11. "href": "http://public-crest.eveonline.com/corporations/98161364/",
  12. "id": 98161364,<!--- corp db id --->
  13. "name": "TeamPlayers"
  14. },
  15. "reinforce": 3,<!--- time window out of 24 as set by corp --->
  16. "href": "http://public-crest.eveonline.com/districts/82065768/",
  17. "conquerable": true,<!--- t/f if district can be taken --->
  18. "constellation": <!--- constilation child data --->
  19. {
  20. "id_str": "20000353", <!--- constilation id --->
  21. "href": "http://public-crest.eveonline.com/constellations/20000353/",
  22. "id": 20000353, <!--- constilation id --->
  23. "name": "Almur"
  24. },
  25. "id": 82065768,<!--- district UID --->
  26. "nextReinforce": "2013-08-23T03:00:00", <!--- next reinforce window --->
  27. "index": 9,<!--- district number --->
  28. "system":<!--- system child data --->
  29. {
  30. "id_str": "30002405", <!--- system ID --->
  31. "security": 0.3020733088310438, <!--- system security rate --->
  32. "href": "http://public-crest.eveonline.com/solarsystems/30002405/",
  33. "id": 30002405, <!--- system ID --->
  34. "name": "Sakulda"
  35. },
  36. "id_str": "82065768", <!--- district id --->
  37. "cloneCapacity": 450, <!--- clone capacity --->
  38. "latitude": 1.29024845226,
  39. "cloneCapacity_str": "450", <!--- clone capacity --->
  40. "reinforce_str": "3", <!--- hour after 0000 the battle timer begins --->
  41. "infrastructure":<!--- district infastructure child data --->
  42. {
  43. "id_str": "364205", <!--- Infastructure UID --->
  44. "href": "http://public-crest.eveonline.com/districts/infrastructure/364205/",
  45. "id": 364205,<!--- Infastructure UID --->
  46. "name": "Cargo Hub"
  47. },
  48. "attacked": false,<!--- is the distriict currently under attack --->
  49. "cloneRate": 80, <!--- clone generation rate --->
  50. "clones": 369, <!--- Number of clones at district --->
  51. "index_str": "9",
  52. "locked": false, <!--- lock/unlock state --->
  53. "name": "Sakulda VI - District 9",
  54. "region":<!--- region child data --->
  55. {
  56. "id_str": "10000028",<!--- Region UID --->
  57. "href": "http://public-crest.eveonline.com/regions/10000028/",
  58. "id": 10000028, <!--- Region UID --->
  59. "name": "Molden Heath"
  60. },
  61. "longitude": 6.19079892598,
  62. "planet":<!--- planet child data --->
  63. {
  64. "id_str": "40152952", <!--- planet id --->
  65. "href": "http://public-crest.eveonline.com/planets/40152952/",
  66. "id": 40152952, <!--- planet id --->
  67. "name": "Sakulda VI"
  68. },
  69. "clones_str": "369" <!--- current clones stored --->
  70. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement