Nikolai Zabolotny

Nikolai Archilovich Zabolotny (Russian: Николай Арчилович Заболотный; born 16 April 1990) is a Russian football goalkeeper. He plays for PFC Sochi.

Nikolai Zabolotny
Zabolotny with PFC Sochi in 2019
Personal information
Full name Nikolai Archilovich Zabolotny
Date of birth (1990-04-16) 16 April 1990
Place of birth Leningrad, Russian SFSR
Height 1.84 m (6 ft 12 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–2013FC Rostov (loan) 1 (0)
2013FC 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
AppsGoalsAppsGoalsAppsGoalsAppsGoals
Spartak Moscow D1 2010 00100010
2011–12 60100070
2012–13 00000000
Total60200080
FC Rostov D1 2012-13 10100020
Total10100020
Career total703000100
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

  1. "Match Report". Russian Premier League. 2 April 2011.
  2. "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.