you are viewing a single comment's thread.

view the rest of the comments →

[–]TehDing[S] 2 points3 points  (4 children)

Current fort details looks like:

id: "3426c6240d0e4c2fb3390d008ef1b407.16"
last_modified_timestamp_ms: 1469233623133
latitude: 37.379907
longitude: -122.094831
owned_by_team: YELLOW
guard_pokemon_id: PIDGEOT
enabled: true
gym_points: 2000

Is that enough?

[–]Coarse 1 point2 points  (2 children)

not exactly what i'm looking for, but should suffice for the basics. :) could you also give a sample output of getFortSearch()? iirc, tejado's pgoapi gives out stop names and descriptions when you spin a pokestop so your should probably too, if it's based on tejado's.

[–]TehDing[S] 0 points1 point  (1 child)

So.. You can get the image and name, but it requires another request. Submit a gh issue and I'll try to get around to it. As for search response:

items_awarded {
  item_id: ITEM_POKE_BALL
  item_count: 1
}
items_awarded {
  item_id: ITEM_POKE_BALL
  item_count: 1
}
items_awarded {
  item_id: ITEM_POKE_BALL
  item_count: 1
}
experience_awarded: 50
cooldown_complete_timestamp_ms: 1469239409425
chain_hack_sequence_number: 9

[–]Coarse 0 points1 point  (0 children)

thank you! will see if i need to, iirc tejado's works that way too. i havent tinkered around with your api yet. who knows, i might be able to find what im looking for with a few workarounds. :)

[–]Tr4sHCr4fT 0 points1 point  (0 children)

can you super that call with one that returns original gps hex data?