Kiyoshiro Tsuboi
Kiyoshiro Tsuboi (坪井 清志, Tsuboi Kiyoshiro, born 1 February 2000) is a Japanese footballer currently playing as a forward for Kochi United SC, on loan from Tokushima Vortis.
Personal information | |||
---|---|---|---|
Full name | Kiyoshiro Tsuboi | ||
Date of birth | 1 February 2000 | ||
Place of birth | Nanto, Toyama, Japan | ||
Height | 1.72 m (5 ft 8 in) | ||
Playing position(s) | Forward | ||
Club information | |||
Current team | Kochi United SC | ||
Number | 27 | ||
Youth career | |||
2015–2017 | Toyama Daiichi HS | ||
2018–2019 | Tokushima Vortis Youth | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
2019– | Tokushima Vortis | 0 | (0) |
2019 | → Blaublitz Akita (loan) | 7 | (0) |
2020– | → Kochi United SC (loan) | 0 | (0) |
* Senior club appearances and goals counted for the domestic league only and correct as of 17:04, 21 March 2020 (UTC) |
Career statistics
Club
Club | Season | League | Cup | Total | ||||
---|---|---|---|---|---|---|---|---|
Division | Apps | Goals | Apps | Goals | Apps | Goals | ||
Tokushima Vortis | 2019 | J2 League | 0 | 0 | 0 | 0 | 0 | 0 |
Blaublitz Akita | J3 League | 7 | 0 | 1 | 0 | 8 | 0 | |
Career total | 7 | 0 | 1 | 0 | 8 | 0 |
gollark: I dislike how browsers made CSRF a thing, it is total bees.
gollark: One of these days I really ought to add login and CSRF prevention.
gollark: ```javascriptimport m = require("mithril")import * as RPCTypes from "../common/rpc"export const sendMessage = (msg: RPCTypes.Message): Promise<RPCTypes.MessageResponse> => { return m.request( { method: "POST", url: "./rpc/", body: msg, }).then(res => { const [ type, p1, p2 ] = res if (type === "error") { throw new RPCTypes.RPCError(p2, p1) } else if (type === "ok") { return p1 } else { throw new Error("Invalid RPC response") } })}const handler = { get: (target, prop) => (...args) => sendMessage([prop, ...args])}export const serverProxy = new Proxy({}, handler)```
gollark: The RPC thing and some JS hax on the client mean I can basically just call any function the server provides as if it's a local one (except asynchronously).
gollark: minoteaur is just plain RPC - you do `POST /rpc` with a function and its arguments as JSON.
References
- Nippon Sports Kikaku Publishing inc./日本スポーツ企画出版社, "J1&J2&J3選手名鑑ハンディ版 2019 (NSK MOOK)", 9 February 2019, Japan, ISBN 978-4905411628 (p. 255 out of 289)
- Kiyoshiro Tsuboi at Soccerway. Retrieved 6 June 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.