AgentFeeble / pgoapi

A Pokèmon Go API written in swift.
17 stars 3 forks source link

apiUrl #8

Closed 0x2400 closed 7 years ago

0x2400 commented 7 years ago

"apiUrl: pgorelease.nianticlabs.com/plfe/35 "

35?

AgentFeeble commented 7 years ago

Not sure what your question is...

When accessing the API for the first time, the 'https://pgorelease.nianticlabs.com/plfe/rpc' endpoint is used. The response of this API call contains the endpoint to be used for subsequent API calls, and this is the URL you're seeing.