# `ExFPL.EntryHistory`
[🔗](https://github.com/sgerrand/ex_fpl/blob/main/lib/ex_fpl/entry_history.ex#L1)

Decoded `/entry/{team_id}/history/` response.

`current` lists per-gameweek scores for the active season, `past` lists
prior season finishes and `chips` records chips played. Items are plain
maps with the API's original string keys.

# `t`

```elixir
@type t() :: %ExFPL.EntryHistory{chips: [map()], current: [map()], past: [map()]}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
