Sarah Nnodim

Sarah Nnodim (born 25 December 1995) is a Nigerian footballer who plays for Nasarawa Amazons in the Nigerian Women's Championship. She plays internationally for the Nigeria women's national football team, having previously been a member of the Nigeria women's national under-20 football team which reached the final of the 2014 FIFA U-20 Women's World Cup.

Sarah Nnodim
Personal information
Full name Sarah Ihechiluru Amaka Nnodim[1]
Date of birth (1995-12-25) 25 December 1995[1]
Place of birth Nigeria
Height 1.59 m (5 ft 2 12 in)[1]
Playing position(s) Defender
Club information
Current team
Nasarawa Amazons
Senior career*
Years Team Apps (Gls)
Nasarawa Amazons
National team
2010–2012 Nigeria U17 6 (0)
2014 Nigeria U20 6 (0)
2015– Nigeria 2[2] (0)
* Senior club appearances and goals counted for the domestic league only
‡ National team caps and goals correct as of 13:57, 2 July 2015 (UTC)

Career

Club

At a club level, she plays for Nasarawa Amazons in the Nigerian Women's Championship.[3]

International

Nnodim has represented Nigeria at all levels, having played the FIFA U-17 Women's World Cup in 2010 and 2012 as well as the 2014 FIFA U-20 Women's World Cup.[4] At that final tournament, she was part of the team that reached the final but lost against Germany.[5]

She was promoted to the senior squad following that tournament, when she was named in a 33-woman squad list for the 2014 African Women's Championship as one of four "Falconets" players who transitioned to the "Super Falcons". Coach Edwin Okon said at the time of the four, "They’re invited to come and contest for the shirts with other invited players and I strongly believe they’ll justify the invitation."[5]

At senior level she was part of the squad at the 2015 FIFA Women's World Cup.[4] She was sent off in Nigeria's final match of the tournament, when they lost against the United States 1-0 in the third match of the group stage. Nnodim received two yellow cards, both for tackles from behind, leaving Nigeria with 10 women for the final 20 minutes of the game after she brought down American player Sydney Leroux.[6]

Honours

Nigeria U20

Runner-up

gollark: >contacts
gollark: Sure? I would move it to beside <#733816666089062511> but mobile.
gollark: Heavpoot is to be declared SCP-3125-A with immediate effect.
gollark: My tape download program now supports downloading big files without splitting them, via range requests, assuming they're served from a server which supports it: https://pastebin.com/LW9RFpmY (do `web2tape https://url.whatever range`)
gollark: Here is a similar thing for JSON. Note that it delegates out to an external JSON library for string escaping.```luafunction safe_json_serialize(x, prev) local t = type(x) if t == "number" then if x ~= x or x <= -math.huge or x >= math.huge then return tostring(x) end return string.format("%.14g", x) elseif t == "string" then return json.encode(x) elseif t == "table" then prev = prev or {} local as_array = true local max = 0 for k in pairs(x) do if type(k) ~= "number" then as_array = false break end if k > max then max = k end end if as_array then for i = 1, max do if x[i] == nil then as_array = false break end end end if as_array then local res = {} for i, v in ipairs(x) do table.insert(res, safe_json_serialize(v)) end return "["..table.concat(res, ",").."]" else local res = {} for k, v in pairs(x) do table.insert(res, json.encode(tostring(k)) .. ":" .. safe_json_serialize(v)) end return "{"..table.concat(res, ",").."}" end elseif t == "boolean" then return tostring(x) elseif x == nil then return "null" else return json.encode(tostring(x)) endend```

References

  1. "List of Players - 2015 FIFA Women's World Cup" (PDF). Fédération Internationale de Football Association. Retrieved 2 July 2015.
  2. "Profile". FIFA.com. Retrieved 20 June 2015.
  3. Okeleji, Oluwashina (28 May 2015). "Perpetua Nkwocha aims to end Nigeria career on a high". BBC Sport. Retrieved 16 November 2016.
  4. "FIFA player stats". FIFA. Retrieved 2 July 2015.
  5. "Four Falconets Promoted To Falcons". Africa Independent Television. Retrieved 16 November 2016.
  6. "Nigeria Women 0 - 1 United States Women". BBC Sport. 17 June 2015. Retrieved 16 November 2016.


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