> For the complete documentation index, see [llms.txt](https://docs.thesports.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thesports.com/baseball/status-code/player-statistics.md).

# Player Statistics

| status code          | description                                                              |
| -------------------- | ------------------------------------------------------------------------ |
| Position Description | 1.DH 2.C 3.1B 4.2B 5.3B 6.CF 7.LF 8.RF 9.SS 10.PH 11.PR 12.SP 13.RP 14.P |
|                      | **Batters**                                                              |
| 613                  | Position（As above position description）                                  |
| 614                  | At Bats                                                                  |
| 615                  | Runs                                                                     |
| 616                  | Hits                                                                     |
| 617                  | Runs Batted In                                                           |
| 618                  | Batting Average                                                          |
| 619                  | Doubles                                                                  |
| 620                  | Triples                                                                  |
| 621                  | Home Runs                                                                |
| 622                  | Ground into Double Plays                                                 |
| 623                  | Hits Risp                                                                |
| 624                  | AB Risp                                                                  |
| 625                  | Left on base                                                             |
| 626                  | 2-Out RBI                                                                |
| 627                  | Total Bases                                                              |
| 650                  | Strikeouts                                                               |
| 651                  | Base on Balls                                                            |
| 680                  | Matches Played                                                           |
| 681                  | On-Base Percentage                                                       |
| 682                  | Slugging Percentage                                                      |
| 683                  | On-base Plus Slugging                                                    |
|                      | **Base-Running(Real-time return)**                                       |
| 628                  | Stolen Bases                                                             |
| 629                  | Caught Stealing                                                          |
| 630                  | Picked Off                                                               |
|                      | **Fielding**                                                             |
| 631                  | Passed Balls                                                             |
| 632                  | Errors                                                                   |
| 633                  | Assists                                                                  |
| 684                  | Position（As above position description）                                  |
| 685                  | Matches Played                                                           |
| 686                  | Matches Started-Fielding                                                 |
| 687                  | Full Innings                                                             |
| 688                  | Total Chances                                                            |
| 689                  | Putout                                                                   |
| 690                  | Fielding percentage                                                      |
| 691                  | Double Plays                                                             |
| 692                  | Range Factor                                                             |
|                      | **Pitchers**                                                             |
| 634                  | Innings Pitched                                                          |
| 635                  | Hits                                                                     |
| 636                  | Earned Runs                                                              |
| 637                  | Walks                                                                    |
| 638                  | Strikeouts                                                               |
| 639                  | Earned Run Average                                                       |
| 640                  | Pitches                                                                  |
| 641                  | Strikes                                                                  |
| 642                  | Ground Out                                                               |
| 643                  | Fly Out                                                                  |
| 644                  | Batters Faced                                                            |
| 645                  | Wild Pitches                                                             |
| 646                  | Hit by Pitch                                                             |
| 647                  | Intentional Walks                                                        |
| 648                  | Home Runs Allowed                                                        |
| 649                  | Runs Allowed                                                             |
| 694                  | Matches Played                                                           |
| 695                  | Matches Started-Pitching                                                 |
| 696                  | Wins                                                                     |
| 697                  | Losses                                                                   |
| 698                  | Win Percentage                                                           |
| 699                  | Quality Starts                                                           |
| 700                  | Complete Matches                                                         |
| 701                  | Shutouts                                                                 |
| 702                  | Strikeouts Per 9 Innings                                                 |
| 703                  | Saves                                                                    |
| 704                  | Holds                                                                    |
| 705                  | Walks Plus Hits Per Inning Pitched                                       |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.thesports.com/baseball/status-code/player-statistics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
