> For the complete documentation index, see [llms.txt](https://anilist.gitbook.io/anilist-apiv2-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anilist.gitbook.io/anilist-apiv2-docs/docs/reference/enum/scoreformat.md).

# ScoreFormat

Media list scoring type

| Value                  | Description                                                                                      |
| ---------------------- | ------------------------------------------------------------------------------------------------ |
| **POINT\_100**         | An integer from 0-100                                                                            |
| **POINT\_10\_DECIMAL** | A float from 0-10 with 1 decimal place                                                           |
| **POINT\_10**          | An integer from 0-10                                                                             |
| **POINT\_5**           | An integer from 0-5. Should be represented in Stars                                              |
| **POINT\_3**           | An integer from 0-3. Should be represented in Smileys. 0 => No Score, 1 => :(, 2 => :\|, 3 => :) |
