Nerdotron provide a PCG integration when pokemon spawn via the PokemonCommunityGame Spawn event
Nerdotron provide an url to fetch pcg pokemon infos
To access the information thru Nerdotron create a GET webrequest. The url is formatted as follow: https://api.nerdotron.app/pcg/pikachu
Replace "pikachu" with the pokemon you want to get the information for. The information will be available as follow after the webrequest.
{webrequest.id} = Id of the pokemon specified.
{webrequest.name} = Name of the pokemon specified.
{webrequest.tier} = Trading tier of the pokemon specified (C, B, A or S tier).
{webrequest.tierInt} = Trading tier of the pokemon specified represented as an integer (C=0, B=1, A=2 or S=3).
{webrequest.bst} = Base Stats Total (BST) of the pokemon specified.
{webrequest.weight} = Weight of the pokemon specified. (kg)
{webrequest.height} = Height of the pokemon specified. (meter)
{webrequest.types} = Typing of the pokemon specified (ex.: fighting, steel).
{webrequest.form} = Form of the pokemon specified (ex.: Alolan Raichu).