---
title: "RotoBaller Articles"
method: GET
path: "/{format}/RotoBallerArticles"
---

# RotoBaller Articles

`GET /{format}/RotoBallerArticles`

## Path parameters

- `format` 'xml' | 'json', required

## Response `200`

- Article[]
  - `ArticleID` integer
  - `Author` string, nullable
  - `Content` string, nullable
  - `Players` PlayerInfo[]
    - `Name` string, nullable
    - `PlayerID` integer
    - `Position` string, nullable
    - `Team` string, nullable
    - `TeamID` integer, nullable
  - `Source` string, nullable
  - `TermsOfUse` string, nullable
  - `Title` string, nullable
  - `Updated` string, nullable
  - `Url` string, nullable

---

[API](https://skmtc.net/sportsdata/apis/mlb-v3-rotoballer-articles.md) · [All operations](https://skmtc.net/sportsdata/apis/mlb-v3-rotoballer-articles/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sportsdata/mlb-v3-rotoballer-articles/versions/6e2a8d96bd76/schema)
