Nikolai Zabolotny
Nikolai Archilovich Zabolotny (Russian: Николай Арчилович Заболотный; born 16 April 1990) is a Russian football goalkeeper. He plays for PFC Sochi.
Zabolotny with PFC Sochi in 2019 | |||
Personal information | |||
---|---|---|---|
Full name | Nikolai Archilovich Zabolotny | ||
Date of birth | 16 April 1990 | ||
Place of birth | Leningrad, Russian SFSR | ||
Height | 1.84 m (6 ft 1⁄2 in) | ||
Playing position(s) | Goalkeeper | ||
Club information | |||
Current team | PFC Sochi | ||
Number | 12 | ||
Youth career | |||
2007–2009 | FC Zenit St. Petersburg | ||
2010–2011 | FC Spartak Moscow | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
2010–2013 | FC Spartak Moscow | 6 | (0) |
2012–2013 | → FC Rostov (loan) | 1 | (0) |
2013 | → FC Spartak-2 Moscow | 9 | (0) |
2014–2017 | FC Ural Yekaterinburg | 72 | (0) |
2018 | FC Rotor Volgograd | 13 | (0) |
2018– | PFC Sochi | 40 | (0) |
National team‡ | |||
2008 | Russia U-18 | 7 | (0) |
2009 | Russia U-19 | 4 | (0) |
2010–2013 | Russia U-21 | 24 | (0) |
* Senior club appearances and goals counted for the domestic league only and correct as of 11 July 2020 ‡ National team caps and goals correct as of 22 March 2013 |
Club career
He made his debut for the main FC Spartak Moscow squad on 2 April 2011 in a Russian Premier League game against FC Kuban Krasnodar.[1]
On 8 September 2017, his contract with FC Ural Yekaterinburg was dissolved by mutual consent.[2]
Career statistics
- As of 1 February 2014
Club | Div | Season | League | Cup | Europe | Total | ||||
---|---|---|---|---|---|---|---|---|---|---|
Apps | Goals | Apps | Goals | Apps | Goals | Apps | Goals | |||
D1 | 2010 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | |
2011–12 | 6 | 0 | 1 | 0 | 0 | 0 | 7 | 0 | ||
2012–13 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
Total | 6 | 0 | 2 | 0 | 0 | 0 | 8 | 0 | ||
D1 | 2012-13 | 1 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | |
Total | 1 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | ||
Career total | 7 | 0 | 3 | 0 | 0 | 0 | 10 | 0 |
gollark: You can't just trust clients.
gollark: ```javascriptconst getEnemy = (x, y) => { for (let i = 0; i < enemies.length; i++) { let other = enemies[i] if (other.x == x && other.y == y) return i } return -1}const getPlayer = (x, y) => { for (let i = 0; i < active_players.length; i++) { if (active_players[i]) { if (players[i].x == x && players[i].y == y) return i } } return -1}const getBonus = (x, y) => { for (let i = 0; i < bonuses.length; i++) { if (x == bonuses[i].x && y == bonuses[i].y) return i } return -1}```
gollark: This is for rendering the area around a player.
gollark: ```javascriptconst renderPlayer = (player) => { let str = "" for (let y = player.y - 5; y <= player.y + 5; y++) { for (let x = player.x - 10; x <= player.x + 10; x++) { let wallCol = getWallColor(x, y) if (x >= WIDTH) { str += wallCol } else if (y >= HEIGHT) { str += wallCol } else if (x < 0) { str += wallCol } else if (y < 0) { str += wallCol } else { let id = getEnemy(x, y) if (id != -1) { str += enemy_icons[enemies[id].id] } else { let id = getPlayer(x, y) if (id != -1) { str += players[id].icon } else { let id = getBonus(x, y) if (id != -1) { str += "?" } else { str += " " } } } } } str += "\n" } return str}```
gollark: YES, SOME OFFENSE.
References
- "Match Report". Russian Premier League. 2 April 2011.
- "Archived copy" РАСТОРГНУТ КОНТРАКТ С НИКОЛАЕМ ЗАБОЛОТНЫМ (in Russian). FC Ural Yekaterinburg. 8 September 2017. Archived from the original on 8 September 2017. Retrieved 8 September 2017.CS1 maint: archived copy as title (link)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.