NAV
shell

Stattleship API

Everything to get you started using the Stattleship API – The Sports Data Platform you’ve always wanted!

Easy to remember, friendly slugs like “nfl-tom-brady” and “passes-touchdowns”.

Consistent patterns means that a call to get touchdowns looks like the endpoint to get free throws, home our power-play goals.

Use natural language dates like “last sunday” or “1 week ago” to query stats.

But most of all, you shouldn’t need to spend hours writing custom code for each sport, league or set of stats you want to visualize, analyze, or present.

Activate Your Token

When you sign up, there is a 5 day-trial.

The Stattleship API is donation-ware for non-commercial purposes.

Please visit our Patreon site and give what you can. Every contribution helps keep the API up and running.

Donate and we’ll activate your key! Woohoo!

Developer-Friendly.

Sure, we can just give you raw data. But data should be fun and purposeful.

We’ve categorized and quantified player and teams performances into feats that can quickly be compared or contrasted and put into context.

Instantly know if a stat is a commonplace occurrence or a record-tying achievement.

Data Scientists and Hobbyists Rejoice!

From the moment you sign up, you’ll realize we’ve done a lot of hard work for you.

We play very nicely with R Studio!

That’s right, we didn’t make this data available to you so you could stare at it. Go forth and conquer.

Get Started with a Token

Visit api.stattleship.com to Get Your API Token and enjoy!.

What We Ask

Since we launched the Stattleship API earlier this year, we’ve made it easy for well over one thousand developers, data scientists, and hobbyists to fetch sports data.

We are so fortunate to have fans like you!

Our Purpose

Our goal has always been to empower you with the data you need to build apps, data visualizations, learn R, make better fantasy lineups, and more.

As you well know, sports data is tough to get elsewhere, super expensive, and a bear to implement.

We have ideas for new data, endpoints, and products that you could use in so many ways. Your support means the world to us!

Please Donate

The Stattleship API is donation-ware for non-commercial purposes.

Please visit our Patreon site and give what you can. Every contribution helps keep the API up and running.

If you plan to use the API for commerical purposes, please contact us and we can introduce you to our friends at Sportradar, our data partner.

Data Provided By

The derived data offered via the Stattleship API is provided by Sportradar.

Updates

Latest updates as of 05/19/2017.

Latest updates as of 04/30/2017.

Latest updates as of 04/23/2017.

Latest updates as of 03/22/2017.

Latest updates as of 02/26/2017.

Latest updates as of 02/05/2017.

SDKs

Rails developer? Data science guru? Py guy? We got your SDK!

Authentication

To authorize, use this code:

# With shell, you can just pass the correct headers with each request
curl -X "GET" "api_endpoint_here"
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

Make sure to replace YOUR_ACCESS_TOKEN with your API key.

Stattleship uses API keys to allow access to the API. You can register a new Stattleship API key at our developer portal.

Stattleship expects for the API key to be included in all API requests to the server in a header that looks like the following:

Authorization: Token token=YOUR_ACCESS_TOKEN

Content-Type header that looks like the following:

Content-Type: application/json

Accept header that looks like the following:

Accept: application/vnd.stattleship.com; version=1

Data Available per League and Season

We have the following data available:

You can also look at the seasons endpoint to see the stats coverage.

For example, for MLB in:

For NBA:

etc

Interval Types

It is important when using Stattleship API to set the proper interval_type parameter when making certain requests that involve games.

Each game has an “interval_type” like “regularseason”, “preseason”, “week”, or “allstar” that categories it. This is really helpful of you are doing milestones or totals because you can consider (or partition) across these intervals.

When making a call for games or game logs, the Stattleship API will the use most currently active interval for the season and league by default.

When the schedule enters the playoffs,if you want to fetch regular season data, you must now explicitly include: interval_type=regularseason.

This also means that as the schedule advances to the next round, if you want the prior round information, you’ll also have to specify the interval_type you want.

Baseball Interval Types

For the MLB regular season and playoffs, the interval_type values are:

Basketball Interval Types

For the NBA regular season and playoffs, the interval_type values are:

Hockey Interval Types

For the NHL regular season and playoffs, the interval_type values are:

Football Interval Types

For the NFL regular season and playoffs, the interval_type values are:

Player and Team Rankings Options

Baseball Player and Team Rankings

Available rankings for the Ranking endpoint:

Basketball Player and Team Rankings

Available rankings for the Ranking endpoint:

Basketball Play by Play Event Types

Hockey Play by Play Event Types

Hockey Player and Team Rankings

Available rankings for the Ranking endpoint:

Football Play Play Types

Official Roles per League

You may filter the officials endpoint per league by the following official_role.

Note: these are case insensitive.

MLB

or alternatively:

NBA

NHL

NFL

Pagination

The API response is paginated at between 40-100 items per page (depending on the endpoint).

Note: we do check the per_page value for limits.

You can traverse via increasing the page until your fetched items hits the total or you can look at the Link headers to fetch the next set in the resultset.

For example:

Link: <https://api.stattleship.com/baseball/mlb/at_bats?hit_type=GB&hitter_id=mlb-bryce-harper&interval_type=regularseason&page=4&season_id=mlb-2016>; rel="last", <https://api.stattleship.com/baseball/mlb/at_bats?hit_type=GB&hitter_id=mlb-bryce-harper&interval_type=regularseason&page=2&season_id=mlb-2016>; rel="next", <https://api.stattleship.com/baseball/mlb/at_bats?hit_type=GB&hitter_id=mlb-bryce-harper&interval_type=regularseason&page=4&season_id=mlb-2016>; rel="last", <https://api.stattleship.com/baseball/mlb/at_bats?hit_type=GB&hitter_id=mlb-bryce-harper&interval_type=regularseason&page=2&season_id=mlb-2016>; rel="next"
Total: 133
Per-Page: 40

These link headers are great if you want to do things like infinite scroll and pre-fetch items in the next range.

At Bats

Baseball At Bats

curl -X "GET" "https://api.stattleship.com/baseball/mlb/at_bats" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

## Hit Types

FB
GB
LD
PU```


## Response

{
  "games": [
    {
      "id": "f0a48b1e-9cdb-4894-b30a-e6514287004b",
      "created_at": "2016-03-18T21:00:55-04:00",
      "updated_at": "2016-08-19T23:30:06-04:00",
      "at_neutral_site": false,
      "attendance": 30292,
      "away_team_outcome": "win",
      "away_team_score": 7,
      "broadcast": "FSSO",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 12960,
      "ended_at": "2016-08-19T23:11:00-04:00",
      "home_team_outcome": "loss",
      "home_team_score": 6,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Braves",
      "name": "Nationals vs Braves August 19, 2016 at  7:35pm",
      "on": "on August 19, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "7-6",
      "score_differential": 1,
      "scoreline": "Nationals 7 - Braves 6",
      "slug": "mlb-2016-was-atl-2016-08-19-1935",
      "started_at": "2016-08-19T19:35:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FSSO",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1471649700,
      "title": "Nationals vs Braves",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "51f455a5-5315-497d-b8ad-10ea579e9f7e",
      "official_ids": [
        "4099d4e0-b346-410c-8393-c18a7a9a64ed",
        "00099750-4a8a-4d7c-927a-e31933f74b21",
        "679a635f-a48c-46d2-91dd-3745a01ddf34",
        "49dcb375-faf1-4dde-9d7b-55ce08c4263b"
      ]
    },
    {
      "id": "eb433fe1-b74a-4b22-8289-e153f3b1af2f",
      "created_at": "2016-03-18T20:58:46-04:00",
      "updated_at": "2016-08-16T06:05:24-04:00",
      "at_neutral_site": false,
      "attendance": 45246,
      "away_team_outcome": "win",
      "away_team_score": 5,
      "broadcast": "FS-M",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 9960,
      "ended_at": "2016-04-29T22:01:00-05:00",
      "home_team_outcome": "loss",
      "home_team_score": 4,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Cardinals",
      "name": "Nationals vs Cardinals April 29, 2016 at  7:15pm",
      "on": "on April 29, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "5-4",
      "score_differential": 1,
      "scoreline": "Nationals 5 - Cardinals 4",
      "slug": "mlb-2016-was-stl-2016-04-29-1915",
      "started_at": "2016-04-29T19:15:00-05:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FS-M",
      "temperature": 63,
      "temperature_unit": "f",
      "timestamp": 1461975300,
      "title": "Nationals vs Cardinals",
      "weather_conditions": "cloudy",
      "wind_direction": "Right to Left",
      "wind_speed": 12,
      "wind_speed_unit": "mph",
      "home_team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "c0a85898-126b-43e1-b3a0-7d4299da5f19",
      "official_ids": [
        "93aa330a-dea1-4f11-954f-b91426d1a4fd",
        "a2a8e6e7-83f8-42b2-8cbc-a8cf98cd2181",
        "f88a2e6b-4779-4d03-8fb8-763cded66a1d",
        "6bcffcbb-b534-4299-b2ea-04c3f7313692",
        "9df08f9b-37ad-467e-9ec4-ec38491f382f"
      ]
    },
    {
      "id": "40058c55-e56d-43ee-a2da-4f5f9a7ba5a1",
      "created_at": "2016-03-18T21:00:20-04:00",
      "updated_at": "2016-08-16T06:05:22-04:00",
      "at_neutral_site": false,
      "attendance": 37569,
      "away_team_outcome": "loss",
      "away_team_score": 7,
      "broadcast": "SNY",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 13140,
      "ended_at": "2016-07-07T22:49:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 9,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Mets",
      "name": "Nationals vs Mets July  7, 2016 at  7:10pm",
      "on": "on July  7, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "7-9",
      "score_differential": 2,
      "scoreline": "Nationals 7 - Mets 9",
      "slug": "mlb-2016-was-nym-2016-07-7-1910",
      "started_at": "2016-07-07T19:10:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "SNY",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1467933000,
      "title": "Nationals vs Mets",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "fc6c7cbf-3173-41ee-b58a-7e98811fa147",
      "official_ids": [
        "109ad720-9190-43d2-a0f5-4e5cc943d5ab",
        "21bd504e-dccc-4315-8b87-d33b10fbb942",
        "51252c1a-4f3e-46e5-b4b8-0e2c725fe1ea",
        "54186c93-b4ea-46e6-97ae-08f63dc12351"
      ]
    },
    {
      "id": "df6ff012-6984-4f29-a500-df8e0131b61f",
      "created_at": "2016-03-18T21:01:41-04:00",
      "updated_at": "2016-09-25T17:44:50-04:00",
      "at_neutral_site": false,
      "attendance": 28924,
      "away_team_outcome": "win",
      "away_team_score": 10,
      "broadcast": "ROOTPIT",
      "clock": ":30",
      "clock_secs": 0,
      "daytime": true,
      "duration": 14460,
      "ended_at": "2016-09-25T17:36:00-04:00",
      "home_team_outcome": "loss",
      "home_team_score": 7,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Pirates",
      "name": "Nationals vs Pirates September 25, 2016 at  1:35pm",
      "on": "on September 25, 2016",
      "period": 9,
      "period_label": "Inning",
      "score": "10-7",
      "score_differential": 3,
      "scoreline": "Nationals 10 - Pirates 7",
      "slug": "mlb-2016-was-pit-2016-09-25-1335",
      "started_at": "2016-09-25T13:35:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "ROOTPIT",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1474824900,
      "title": "Nationals vs Pirates",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "6bf566ce-cc6e-43b7-9144-8801a425d77d",
      "official_ids": [
        "0b63d8f8-c8c5-4d23-a4a1-438c5f4f7398",
        "6713d640-7eb3-4e28-a6d1-a0da7e1eb8a5",
        "c5eb5fae-6f41-48f8-bb63-880076b11ada",
        "00b21af9-3e2b-45ed-b01c-37102d1c2af3"
      ]
    },
    {
      "id": "741fbfec-a586-43a0-8779-638bf2a94f47",
      "created_at": "2016-03-18T21:00:07-04:00",
      "updated_at": "2016-08-16T06:06:24-04:00",
      "at_neutral_site": false,
      "attendance": 30085,
      "away_team_outcome": "loss",
      "away_team_score": 5,
      "broadcast": "FSWI",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 11100,
      "ended_at": "2016-06-25T18:15:00-05:00",
      "home_team_outcome": "win",
      "home_team_score": 6,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Brewers",
      "name": "Nationals vs Brewers June 25, 2016 at  3:10pm",
      "on": "on June 25, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "5-6",
      "score_differential": 1,
      "scoreline": "Nationals 5 - Brewers 6",
      "slug": "mlb-2016-was-mil-2016-06-25-1510",
      "started_at": "2016-06-25T15:10:00-05:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FSWI",
      "temperature": 85,
      "temperature_unit": "f",
      "timestamp": 1466885400,
      "title": "Nationals vs Brewers",
      "weather_conditions": "sunny",
      "wind_direction": "Out to Right",
      "wind_speed": 16,
      "wind_speed_unit": "mph",
      "home_team_id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "7d2ca43c-d1cb-4e1c-acf9-1ba656f6d0be",
      "official_ids": [
        "fac1433e-dd61-4359-98ed-bbce7df40398",
        "37aa1b93-dbd9-42c1-bc8f-b76aaa3c1a4e",
        "26f8651f-a863-40f4-bbdb-fbdc2fc7ca41",
        "514ddac0-3d9a-4888-9565-a54d378bb00b"
      ]
    },
    {
      "id": "2400a955-a21e-4a93-b2bc-e68e1e3977c3",
      "created_at": "2016-03-18T21:00:56-04:00",
      "updated_at": "2016-08-20T23:30:10-04:00",
      "at_neutral_site": false,
      "attendance": 42421,
      "away_team_outcome": "win",
      "away_team_score": 11,
      "broadcast": "FSSO",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 12360,
      "ended_at": "2016-08-20T22:36:00-04:00",
      "home_team_outcome": "loss",
      "home_team_score": 9,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Braves",
      "name": "Nationals vs Braves August 20, 2016 at  7:10pm",
      "on": "on August 20, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "11-9",
      "score_differential": 2,
      "scoreline": "Nationals 11 - Braves 9",
      "slug": "mlb-2016-was-atl-2016-08-20-1910",
      "started_at": "2016-08-20T19:10:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FSSO",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1471734600,
      "title": "Nationals vs Braves",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "51f455a5-5315-497d-b8ad-10ea579e9f7e",
      "official_ids": [
        "4099d4e0-b346-410c-8393-c18a7a9a64ed",
        "00099750-4a8a-4d7c-927a-e31933f74b21",
        "679a635f-a48c-46d2-91dd-3745a01ddf34",
        "49dcb375-faf1-4dde-9d7b-55ce08c4263b"
      ]
    },
    {
      "id": "30dffa15-aab3-4047-8edf-ce397cb82921",
      "created_at": "2016-03-18T21:00:09-04:00",
      "updated_at": "2016-08-16T06:04:13-04:00",
      "at_neutral_site": false,
      "attendance": 30215,
      "away_team_outcome": "win",
      "away_team_score": 3,
      "broadcast": "FSWI",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 11640,
      "ended_at": "2016-06-26T16:24:00-05:00",
      "home_team_outcome": "loss",
      "home_team_score": 2,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Brewers",
      "name": "Nationals vs Brewers June 26, 2016 at  1:10pm",
      "on": "on June 26, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "3-2",
      "score_differential": 1,
      "scoreline": "Nationals 3 - Brewers 2",
      "slug": "mlb-2016-was-mil-2016-06-26-1310",
      "started_at": "2016-06-26T13:10:00-05:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FSWI",
      "temperature": 84,
      "temperature_unit": "f",
      "timestamp": 1466964600,
      "title": "Nationals vs Brewers",
      "weather_conditions": "cloudy",
      "wind_direction": "In from Left",
      "wind_speed": 8,
      "wind_speed_unit": "mph",
      "home_team_id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "7d2ca43c-d1cb-4e1c-acf9-1ba656f6d0be",
      "official_ids": [
        "fac1433e-dd61-4359-98ed-bbce7df40398",
        "37aa1b93-dbd9-42c1-bc8f-b76aaa3c1a4e",
        "26f8651f-a863-40f4-bbdb-fbdc2fc7ca41",
        "514ddac0-3d9a-4888-9565-a54d378bb00b"
      ]
    },
    {
      "id": "47bee7f2-0dc5-4dff-969c-2905c32e447f",
      "created_at": "2016-03-18T20:59:59-04:00",
      "updated_at": "2016-08-16T06:00:27-04:00",
      "at_neutral_site": false,
      "attendance": 22648,
      "away_team_outcome": "win",
      "away_team_score": 8,
      "broadcast": "FSSD",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 11880,
      "ended_at": "2016-06-16T22:28:00-07:00",
      "home_team_outcome": "loss",
      "home_team_score": 5,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Padres",
      "name": "Nationals vs Padres June 16, 2016 at  7:10pm",
      "on": "on June 16, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "8-5",
      "score_differential": 3,
      "scoreline": "Nationals 8 - Padres 5",
      "slug": "mlb-2016-was-sd-2016-06-16-1910",
      "started_at": "2016-06-16T19:10:00-07:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FSSD",
      "temperature": 72,
      "temperature_unit": "f",
      "timestamp": 1466129400,
      "title": "Nationals vs Padres",
      "weather_conditions": "sunny",
      "wind_direction": "Left to Right",
      "wind_speed": 10,
      "wind_speed_unit": "mph",
      "home_team_id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "ea92515e-e14b-4c8b-a2f5-65c790e61614",
      "official_ids": [
        "6ee033b9-b1dd-4d84-8e81-4c24b03f8986",
        "5a725a53-630a-4d74-aee6-8e791cd28bf8",
        "22b6711b-8759-4dfd-bf2d-0068e2e95c6f",
        "e5ac4e68-4b3c-483c-8e7a-93a4902d2623"
      ]
    },
    {
      "id": "25175e0c-2e8c-42e7-8938-e92add92d78f",
      "created_at": "2016-03-18T21:00:23-04:00",
      "updated_at": "2016-08-16T06:00:06-04:00",
      "at_neutral_site": false,
      "attendance": 42386,
      "away_team_outcome": "loss",
      "away_team_score": 2,
      "broadcast": "FOX",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 11100,
      "ended_at": "2016-07-12T20:05:00-07:00",
      "home_team_outcome": "win",
      "home_team_score": 4,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "All-Stars vs All-Stars",
      "name": "All-Stars vs All-Stars July 12, 2016 at  5:00pm",
      "on": "on July 12, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "2-4",
      "score_differential": 2,
      "scoreline": "All-Stars 2 - All-Stars 4",
      "slug": "mlb-2016-nl-al-2016-07-12-1700",
      "started_at": "2016-07-12T17:00:00-07:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FOX",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1468368000,
      "title": "All-Stars vs All-Stars",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "b72f4490-e444-43ec-87c6-eea8f6734dde",
      "away_team_id": "1b0c6ec7-0813-4619-b6f8-a97ff8246c8d",
      "winning_team_id": "b72f4490-e444-43ec-87c6-eea8f6734dde",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "ea92515e-e14b-4c8b-a2f5-65c790e61614",
      "official_ids": [
        "0ba1bd44-fe77-43c3-8a9a-06e62d4c61c9",
        "8b22bf03-39c9-4b5a-923e-992fd48f2d3e",
        "e01323cd-95d7-4dd3-8e47-4de3239273d6",
        "511d6c57-3987-4aca-bb11-7476f970dc03",
        "679a635f-a48c-46d2-91dd-3745a01ddf34",
        "8f399cb8-c317-463a-9979-0186a677708a"
      ]
    },
    {
      "id": "2e16eb83-687a-4305-90ab-89e29c3ac17b",
      "created_at": "2016-03-18T21:01:06-04:00",
      "updated_at": "2016-08-31T22:30:06-04:00",
      "at_neutral_site": false,
      "attendance": 16503,
      "away_team_outcome": "win",
      "away_team_score": 2,
      "broadcast": "CSN-P",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 10200,
      "ended_at": "2016-08-31T21:55:00-04:00",
      "home_team_outcome": "loss",
      "home_team_score": 1,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Phillies",
      "name": "Nationals vs Phillies August 31, 2016 at  7:05pm",
      "on": "on August 31, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "2-1",
      "score_differential": 1,
      "scoreline": "Nationals 2 - Phillies 1",
      "slug": "mlb-2016-was-phi-2016-08-31-1905",
      "started_at": "2016-08-31T19:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "CSN-P",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1472684700,
      "title": "Nationals vs Phillies",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "94acb560-6d9c-4b89-a32c-7fb817ad7aa7",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "a1d3f630-b58c-45c3-b48e-03925c5c9bed",
      "official_ids": [
        "743bbe0e-c908-4b73-af15-627d37514726",
        "54256192-017c-49cc-a494-3aec02ca2e1e",
        "0a824d64-e565-40ab-81b2-7dd50155da19",
        "d9434349-37c3-47fb-bf21-07d90f353d91"
      ]
    },
    {
      "id": "d476c691-ebe3-4264-9a74-47a17947db42",
      "created_at": "2016-03-18T21:00:58-04:00",
      "updated_at": "2016-08-26T17:00:47-04:00",
      "at_neutral_site": false,
      "attendance": 26697,
      "away_team_outcome": "loss",
      "away_team_score": 1,
      "broadcast": "MLBN (out-of-market ",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 11520,
      "ended_at": "2016-08-23T22:17:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 8,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Orioles",
      "name": "Nationals vs Orioles August 23, 2016 at  7:05pm",
      "on": "on August 23, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "1-8",
      "score_differential": 7,
      "scoreline": "Nationals 1 - Orioles 8",
      "slug": "mlb-2016-was-bal-2016-08-23-1905",
      "started_at": "2016-08-23T19:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MLBN (out-of-market ",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1471993500,
      "title": "Nationals vs Orioles",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "4a18fbd6-2261-4494-9fcf-bea65ffe1f92",
      "official_ids": [
        "8abeb74d-6e55-40d7-953f-76ce9244e1d9",
        "8abeb74d-6e55-40d7-953f-76ce9244e1d9",
        "095e4a15-9a70-4382-b564-5a46c3c73b1f",
        "095e4a15-9a70-4382-b564-5a46c3c73b1f",
        "3fe24b54-49d3-4c2f-af53-1145aea02858",
        "3fe24b54-49d3-4c2f-af53-1145aea02858",
        "56ccf33a-3e94-44fb-85df-ce7adcd1b284",
        "56ccf33a-3e94-44fb-85df-ce7adcd1b284"
      ]
    },
    {
      "id": "9a187c85-3f2c-48f9-ab88-fe68c9460688",
      "created_at": "2016-03-18T21:00:02-04:00",
      "updated_at": "2016-08-16T06:03:38-04:00",
      "at_neutral_site": false,
      "attendance": 32285,
      "away_team_outcome": "loss",
      "away_team_score": 3,
      "broadcast": "FSSD",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 10740,
      "ended_at": "2016-06-19T16:39:00-07:00",
      "home_team_outcome": "win",
      "home_team_score": 6,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Padres",
      "name": "Nationals vs Padres June 19, 2016 at  1:40pm",
      "on": "on June 19, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "3-6",
      "score_differential": 3,
      "scoreline": "Nationals 3 - Padres 6",
      "slug": "mlb-2016-was-sd-2016-06-19-1340",
      "started_at": "2016-06-19T13:40:00-07:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FSSD",
      "temperature": 84,
      "temperature_unit": "f",
      "timestamp": 1466368800,
      "title": "Nationals vs Padres",
      "weather_conditions": "sunny",
      "wind_direction": "Left to Right",
      "wind_speed": 14,
      "wind_speed_unit": "mph",
      "home_team_id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "ea92515e-e14b-4c8b-a2f5-65c790e61614",
      "official_ids": [
        "6ee033b9-b1dd-4d84-8e81-4c24b03f8986",
        "5a725a53-630a-4d74-aee6-8e791cd28bf8",
        "22b6711b-8759-4dfd-bf2d-0068e2e95c6f",
        "e5ac4e68-4b3c-483c-8e7a-93a4902d2623"
      ]
    },
    {
      "id": "c9249f5d-b416-46c0-b1eb-47c4a7e3f032",
      "created_at": "2016-03-18T21:01:32-04:00",
      "updated_at": "2016-09-18T19:20:37-04:00",
      "at_neutral_site": false,
      "attendance": 37296,
      "away_team_outcome": "loss",
      "away_team_score": 2,
      "broadcast": "FSSO",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 9360,
      "ended_at": "2016-09-18T16:11:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 6,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Braves",
      "name": "Nationals vs Braves September 18, 2016 at  1:35pm",
      "on": "on September 18, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "2-6",
      "score_differential": 4,
      "scoreline": "Nationals 2 - Braves 6",
      "slug": "mlb-2016-was-atl-2016-09-18-1335",
      "started_at": "2016-09-18T13:35:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FSSO",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1474220100,
      "title": "Nationals vs Braves",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "51f455a5-5315-497d-b8ad-10ea579e9f7e",
      "official_ids": [
        "bf13f606-2a12-4847-8b79-d96188ef420c",
        "1552a402-90c9-467c-a2e4-3366460d6d3c",
        "0ba1bd44-fe77-43c3-8a9a-06e62d4c61c9",
        "0556efeb-3bf2-4532-993f-cc8e7ee54a44"
      ]
    },
    {
      "id": "87959754-fa98-444e-9303-c3b23fb7df60",
      "created_at": "2016-03-18T21:00:00-04:00",
      "updated_at": "2016-08-16T06:00:57-04:00",
      "at_neutral_site": false,
      "attendance": 31137,
      "away_team_outcome": "win",
      "away_team_score": 7,
      "broadcast": "FSSD",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 11520,
      "ended_at": "2016-06-17T22:52:00-07:00",
      "home_team_outcome": "loss",
      "home_team_score": 5,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Padres",
      "name": "Nationals vs Padres June 17, 2016 at  7:40pm",
      "on": "on June 17, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "7-5",
      "score_differential": 2,
      "scoreline": "Nationals 7 - Padres 5",
      "slug": "mlb-2016-was-sd-2016-06-17-1940",
      "started_at": "2016-06-17T19:40:00-07:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FSSD",
      "temperature": 76,
      "temperature_unit": "f",
      "timestamp": 1466217600,
      "title": "Nationals vs Padres",
      "weather_conditions": "sunny",
      "wind_direction": "Left to Right",
      "wind_speed": 13,
      "wind_speed_unit": "mph",
      "home_team_id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "ea92515e-e14b-4c8b-a2f5-65c790e61614",
      "official_ids": [
        "6ee033b9-b1dd-4d84-8e81-4c24b03f8986",
        "5a725a53-630a-4d74-aee6-8e791cd28bf8",
        "22b6711b-8759-4dfd-bf2d-0068e2e95c6f",
        "e5ac4e68-4b3c-483c-8e7a-93a4902d2623"
      ]
    },
    {
      "id": "8d0eadc2-ce84-495f-bf58-415f393c1f7f",
      "created_at": "2016-03-18T20:59:04-04:00",
      "updated_at": "2016-08-16T06:02:58-04:00",
      "at_neutral_site": false,
      "attendance": 39206,
      "away_team_outcome": "loss",
      "away_team_score": 6,
      "broadcast": "CSN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 9960,
      "ended_at": "2016-05-06T16:06:00-05:00",
      "home_team_outcome": "win",
      "home_team_score": 8,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Cubs",
      "name": "Nationals vs Cubs May  6, 2016 at  1:20pm",
      "on": "on May  6, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "6-8",
      "score_differential": 2,
      "scoreline": "Nationals 6 - Cubs 8",
      "slug": "mlb-2016-was-chc-2016-05-6-1320",
      "started_at": "2016-05-06T13:20:00-05:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "CSN",
      "temperature": 73,
      "temperature_unit": "f",
      "timestamp": 1462558800,
      "title": "Nationals vs Cubs",
      "weather_conditions": "cloudy",
      "wind_direction": "Out to Center",
      "wind_speed": 9,
      "wind_speed_unit": "mph",
      "home_team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "3c8118f4-2142-4d3b-9a33-018bc42c382b",
      "official_ids": [
        "f2f699d3-1dd5-46cd-9ca1-5b02ef9b4cb0",
        "a31c86c7-0192-429b-b489-4679e67f084a",
        "042430de-a523-49f4-a324-99a2fa30ccb4",
        "a1025612-22f5-40bf-a610-8d8ff6aa791e",
        "54256192-017c-49cc-a494-3aec02ca2e1e"
      ]
    },
    {
      "id": "deca690e-69e1-4f72-a8ad-5255cc8912b0",
      "created_at": "2016-03-18T20:59:24-04:00",
      "updated_at": "2016-08-16T06:00:58-04:00",
      "at_neutral_site": false,
      "attendance": 36701,
      "away_team_outcome": "loss",
      "away_team_score": 0,
      "broadcast": "SNY",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 9120,
      "ended_at": "2016-05-17T21:42:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 2,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Mets",
      "name": "Nationals vs Mets May 17, 2016 at  7:10pm",
      "on": "on May 17, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "0-2",
      "score_differential": 2,
      "scoreline": "Nationals 0 - Mets 2",
      "slug": "mlb-2016-was-nym-2016-05-17-1910",
      "started_at": "2016-05-17T19:10:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "SNY",
      "temperature": 60,
      "temperature_unit": "f",
      "timestamp": 1463526600,
      "title": "Nationals vs Mets",
      "weather_conditions": "cloudy",
      "wind_direction": "Out to Center",
      "wind_speed": 9,
      "wind_speed_unit": "mph",
      "home_team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "fc6c7cbf-3173-41ee-b58a-7e98811fa147",
      "official_ids": [
        "109ad720-9190-43d2-a0f5-4e5cc943d5ab",
        "21bd504e-dccc-4315-8b87-d33b10fbb942",
        "51252c1a-4f3e-46e5-b4b8-0e2c725fe1ea",
        "b7ac4c44-21cc-4663-82d0-7176dae989ae"
      ]
    },
    {
      "id": "540ca074-830b-486c-af5c-11299f8f5130",
      "created_at": "2016-03-18T21:00:44-04:00",
      "updated_at": "2016-08-16T06:02:41-04:00",
      "at_neutral_site": false,
      "attendance": 34036,
      "away_team_outcome": "loss",
      "away_team_score": 1,
      "broadcast": "MLBN (out-of-market ",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 8760,
      "ended_at": "2016-08-05T21:31:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 5,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Giants vs Nationals",
      "name": "Giants vs Nationals August  5, 2016 at  7:05pm",
      "on": "on August  5, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "1-5",
      "score_differential": 4,
      "scoreline": "Giants 1 - Nationals 5",
      "slug": "mlb-2016-sf-was-2016-08-5-1905",
      "started_at": "2016-08-05T19:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MLBN (out-of-market ",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1470438300,
      "title": "Giants vs Nationals",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "6c498284-84e6-4e74-9f56-b934be3384d5",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "6ee033b9-b1dd-4d84-8e81-4c24b03f8986",
        "22b6711b-8759-4dfd-bf2d-0068e2e95c6f",
        "f48a80c7-9ddc-4ce2-bd32-0524e00fe885",
        "e5ac4e68-4b3c-483c-8e7a-93a4902d2623"
      ]
    },
    {
      "id": "2ebd05ac-f930-4f66-a8cf-94f7f40b87e4",
      "created_at": "2016-03-18T20:59:35-04:00",
      "updated_at": "2016-08-16T06:04:09-04:00",
      "at_neutral_site": false,
      "attendance": 33096,
      "away_team_outcome": "loss",
      "away_team_score": 4,
      "broadcast": "MASN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 10080,
      "ended_at": "2016-05-24T21:53:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 7,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Mets vs Nationals",
      "name": "Mets vs Nationals May 24, 2016 at  7:05pm",
      "on": "on May 24, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "4-7",
      "score_differential": 3,
      "scoreline": "Mets 4 - Nationals 7",
      "slug": "mlb-2016-nym-was-2016-05-24-1905",
      "started_at": "2016-05-24T19:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN",
      "temperature": 83,
      "temperature_unit": "f",
      "timestamp": 1464131100,
      "title": "Mets vs Nationals",
      "weather_conditions": "cloudy",
      "wind_direction": "Left to Right",
      "wind_speed": 8,
      "wind_speed_unit": "mph",
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "f2f699d3-1dd5-46cd-9ca1-5b02ef9b4cb0",
        "a31c86c7-0192-429b-b489-4679e67f084a",
        "e01323cd-95d7-4dd3-8e47-4de3239273d6",
        "042430de-a523-49f4-a324-99a2fa30ccb4",
        "a1025612-22f5-40bf-a610-8d8ff6aa791e"
      ]
    },
    {
      "id": "fa1c9019-81ca-4f2e-b2ae-028c845128be",
      "created_at": "2016-03-18T21:01:26-04:00",
      "updated_at": "2016-09-14T18:49:12-04:00",
      "at_neutral_site": false,
      "attendance": 29669,
      "away_team_outcome": "loss",
      "away_team_score": 0,
      "broadcast": "MASN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 9000,
      "ended_at": "2016-09-14T18:35:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 1,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Mets vs Nationals",
      "name": "Mets vs Nationals September 14, 2016 at  4:05pm",
      "on": "on September 14, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "0-1",
      "score_differential": 1,
      "scoreline": "Mets 0 - Nationals 1",
      "slug": "mlb-2016-nym-was-2016-09-14-1605",
      "started_at": "2016-09-14T16:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1473883500,
      "title": "Mets vs Nationals",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "cd9df486-7149-4289-9011-e7fa614b84c7",
        "856dfb44-3e80-46ad-bf2d-f8b0d13fba29",
        "ac95f4c5-143b-446f-bc95-d79fb6a4d7fb",
        "d9ac979a-4ed8-4462-946d-7592ae081d51"
      ]
    },
    {
      "id": "3fade6a2-fe1a-46f6-b46d-be9907c0a77b",
      "created_at": "2016-03-18T21:00:15-04:00",
      "updated_at": "2016-08-16T06:05:12-04:00",
      "at_neutral_site": false,
      "attendance": 37328,
      "away_team_outcome": "loss",
      "away_team_score": 1,
      "broadcast": "MASN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 11280,
      "ended_at": "2016-07-03T16:43:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 12,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Reds vs Nationals",
      "name": "Reds vs Nationals July  3, 2016 at  1:35pm",
      "on": "on July  3, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "1-12",
      "score_differential": 11,
      "scoreline": "Reds 1 - Nationals 12",
      "slug": "mlb-2016-cin-was-2016-07-3-1335",
      "started_at": "2016-07-03T13:35:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN",
      "temperature": 75,
      "temperature_unit": "f",
      "timestamp": 1467567300,
      "title": "Reds vs Nationals",
      "weather_conditions": "cloudy",
      "wind_direction": "Out to Left",
      "wind_speed": 1,
      "wind_speed_unit": "mph",
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "84e287b3-8aa1-4cb5-bcce-6a0e8ba97f91",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "a2b05332-6ce0-4ad9-aeeb-a5eb1244fb8c",
        "54b338e5-4f09-4701-9ef0-17a1f00d97da",
        "8b22bf03-39c9-4b5a-923e-992fd48f2d3e",
        "dee7f4e0-1977-4750-977b-1b5b4bbbf1fe"
      ]
    },
    {
      "id": "b8dde21b-22a4-43d3-a76e-5dee5fc164d0",
      "created_at": "2016-03-18T21:00:12-04:00",
      "updated_at": "2016-08-16T06:05:03-04:00",
      "at_neutral_site": false,
      "attendance": 27631,
      "away_team_outcome": "loss",
      "away_team_score": 2,
      "broadcast": "MASN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 16200,
      "ended_at": "2016-07-01T22:35:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 3,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Reds vs Nationals",
      "name": "Reds vs Nationals July  1, 2016 at  6:05pm",
      "on": "on July  1, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "2-3",
      "score_differential": 1,
      "scoreline": "Reds 2 - Nationals 3",
      "slug": "mlb-2016-cin-was-2016-07-1-1805",
      "started_at": "2016-07-01T18:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN",
      "temperature": 78,
      "temperature_unit": "f",
      "timestamp": 1467410700,
      "title": "Reds vs Nationals",
      "weather_conditions": "cloudy",
      "wind_direction": "Out to Center",
      "wind_speed": 8,
      "wind_speed_unit": "mph",
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "84e287b3-8aa1-4cb5-bcce-6a0e8ba97f91",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "a2b05332-6ce0-4ad9-aeeb-a5eb1244fb8c",
        "54b338e5-4f09-4701-9ef0-17a1f00d97da",
        "8b22bf03-39c9-4b5a-923e-992fd48f2d3e",
        "dee7f4e0-1977-4750-977b-1b5b4bbbf1fe"
      ]
    },
    {
      "id": "2b0cd19b-65a5-4ef1-abf6-674cd6d8f6f9",
      "created_at": "2016-03-18T21:01:46-04:00",
      "updated_at": "2016-10-01T19:12:56-04:00",
      "at_neutral_site": false,
      "attendance": 31635,
      "away_team_outcome": "loss",
      "away_team_score": 1,
      "broadcast": "MASN 2",
      "clock": ":00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 10980,
      "ended_at": "2016-10-01T19:08:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 2,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Marlins vs Nationals",
      "name": "Marlins vs Nationals October  1, 2016 at  4:05pm",
      "on": "on October  1, 2016",
      "period": 9,
      "period_label": "Inning",
      "score": "1-2",
      "score_differential": 1,
      "scoreline": "Marlins 1 - Nationals 2",
      "slug": "mlb-2016-mia-was-2016-10-1-1605",
      "started_at": "2016-10-01T16:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN 2",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1475352300,
      "title": "Marlins vs Nationals",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "4b88dffe-8ac6-40ff-bb34-36ab8ecf1fde",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "e71469eb-f250-454a-8e09-3172e028f013",
        "0915151d-bb03-4fd9-bcf4-3c4d498119ba",
        "99047693-b449-42d8-bc99-7cffc3ef0fb8",
        "54f9a50b-ed79-4ceb-9aef-e3d515f3ff13"
      ]
    },
    {
      "id": "4576424c-83c7-4f39-a68a-56744cafb62f",
      "created_at": "2016-03-18T20:59:10-04:00",
      "updated_at": "2016-08-16T06:00:47-04:00",
      "at_neutral_site": false,
      "attendance": 27153,
      "away_team_outcome": "loss",
      "away_team_score": 4,
      "broadcast": "MASN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 10620,
      "ended_at": "2016-05-09T22:02:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 5,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Tigers vs Nationals",
      "name": "Tigers vs Nationals May  9, 2016 at  7:05pm",
      "on": "on May  9, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "4-5",
      "score_differential": 1,
      "scoreline": "Tigers 4 - Nationals 5",
      "slug": "mlb-2016-det-was-2016-05-9-1905",
      "started_at": "2016-05-09T19:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN",
      "temperature": 63,
      "temperature_unit": "f",
      "timestamp": 1462835100,
      "title": "Tigers vs Nationals",
      "weather_conditions": "cloudy",
      "wind_direction": "Out to Right",
      "wind_speed": 6,
      "wind_speed_unit": "mph",
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "9ab4bef1-ea26-456b-a018-bf2bde1f6599",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "5a725a53-630a-4d74-aee6-8e791cd28bf8",
        "1c7e5381-254b-48c1-b5ac-d6b8a54ef8c1",
        "d96c07f0-f617-4137-8cf4-d4e24bf390bc",
        "da7cd35d-a453-4796-bb7b-a0ec3248433f"
      ]
    },
    {
      "id": "825c608c-3466-408d-9cc1-a6ce16a26799",
      "created_at": "2016-03-18T21:00:25-04:00",
      "updated_at": "2016-08-16T06:02:03-04:00",
      "at_neutral_site": false,
      "attendance": 32775,
      "away_team_outcome": "win",
      "away_team_score": 2,
      "broadcast": "MASN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 20880,
      "ended_at": "2016-07-17T19:23:00-04:00",
      "home_team_outcome": "loss",
      "home_team_score": 1,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Pirates vs Nationals",
      "name": "Pirates vs Nationals July 17, 2016 at  1:35pm",
      "on": "on July 17, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "2-1",
      "score_differential": 1,
      "scoreline": "Pirates 2 - Nationals 1",
      "slug": "mlb-2016-pit-was-2016-07-17-1335",
      "started_at": "2016-07-17T13:35:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1468776900,
      "title": "Pirates vs Nationals",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "winning_team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "ea44a346-7791-4f4e-9a72-e353e6f1c224",
        "e3ad4293-d5d2-4312-b0a0-7f3facce987d",
        "f132d483-29be-4fc4-9363-4ddb3e45a2da",
        "914ca1f9-c608-4a4a-862b-07919bb7b9e6"
      ]
    },
    {
      "id": "9a58381f-a289-4648-8f61-b438358ac90d",
      "created_at": "2016-03-18T20:59:43-04:00",
      "updated_at": "2016-08-16T06:03:17-04:00",
      "at_neutral_site": false,
      "attendance": 38898,
      "away_team_outcome": "loss",
      "away_team_score": 2,
      "broadcast": "WUSA 9",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 11520,
      "ended_at": "2016-05-29T16:47:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 10,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Cardinals vs Nationals",
      "name": "Cardinals vs Nationals May 29, 2016 at  1:35pm",
      "on": "on May 29, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "2-10",
      "score_differential": 8,
      "scoreline": "Cardinals 2 - Nationals 10",
      "slug": "mlb-2016-stl-was-2016-05-29-1335",
      "started_at": "2016-05-29T13:35:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "WUSA 9",
      "temperature": 84,
      "temperature_unit": "f",
      "timestamp": 1464543300,
      "title": "Cardinals vs Nationals",
      "weather_conditions": "cloudy",
      "wind_direction": "Out to Left",
      "wind_speed": 6,
      "wind_speed_unit": "mph",
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "0915151d-bb03-4fd9-bcf4-3c4d498119ba",
        "743bbe0e-c908-4b73-af15-627d37514726",
        "99047693-b449-42d8-bc99-7cffc3ef0fb8",
        "54f9a50b-ed79-4ceb-9aef-e3d515f3ff13"
      ]
    },
    {
      "id": "98f58b2c-a764-43ad-b220-393204757b93",
      "created_at": "2016-03-18T21:00:10-04:00",
      "updated_at": "2016-08-16T06:04:22-04:00",
      "at_neutral_site": false,
      "attendance": 29918,
      "away_team_outcome": "loss",
      "away_team_score": 0,
      "broadcast": "MLBN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 10020,
      "ended_at": "2016-06-28T21:52:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 5,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Mets vs Nationals",
      "name": "Mets vs Nationals June 28, 2016 at  7:05pm",
      "on": "on June 28, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "0-5",
      "score_differential": 5,
      "scoreline": "Mets 0 - Nationals 5",
      "slug": "mlb-2016-nym-was-2016-06-28-1905",
      "started_at": "2016-06-28T19:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MLBN",
      "temperature": 74,
      "temperature_unit": "f",
      "timestamp": 1467155100,
      "title": "Mets vs Nationals",
      "weather_conditions": "cloudy",
      "wind_direction": "In from Right",
      "wind_speed": 7,
      "wind_speed_unit": "mph",
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "6271c1b6-9424-4f56-8daa-615ccd4f212f",
        "790d295c-33c4-43d2-8a42-44cef75d802c",
        "cb592037-47be-4529-a854-a527e6824281",
        "85f3966c-82a3-4011-b0c7-999e7083450f",
        "8d5e63cc-f6be-40b5-bf5b-5bd251147fa1"
      ]
    },
    {
      "id": "8693393c-1c22-4415-b995-8b492476c481",
      "created_at": "2016-03-18T20:59:42-04:00",
      "updated_at": "2016-08-16T06:00:12-04:00",
      "at_neutral_site": false,
      "attendance": 38274,
      "away_team_outcome": "win",
      "away_team_score": 9,
      "broadcast": "FOX",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 10800,
      "ended_at": "2016-05-28T22:15:00-04:00",
      "home_team_outcome": "loss",
      "home_team_score": 4,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Cardinals vs Nationals",
      "name": "Cardinals vs Nationals May 28, 2016 at  7:15pm",
      "on": "on May 28, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "9-4",
      "score_differential": 5,
      "scoreline": "Cardinals 9 - Nationals 4",
      "slug": "mlb-2016-stl-was-2016-05-28-1915",
      "started_at": "2016-05-28T19:15:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FOX",
      "temperature": 87,
      "temperature_unit": "f",
      "timestamp": 1464477300,
      "title": "Cardinals vs Nationals",
      "weather_conditions": "sunny",
      "wind_direction": "Out to Center",
      "wind_speed": 6,
      "wind_speed_unit": "mph",
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "winning_team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "0915151d-bb03-4fd9-bcf4-3c4d498119ba",
        "743bbe0e-c908-4b73-af15-627d37514726",
        "99047693-b449-42d8-bc99-7cffc3ef0fb8",
        "54f9a50b-ed79-4ceb-9aef-e3d515f3ff13"
      ]
    },
    {
      "id": "626a580f-23de-412b-b24e-3f2e6f5ae988",
      "created_at": "2016-03-18T20:59:57-04:00",
      "updated_at": "2016-08-16T06:03:02-04:00",
      "at_neutral_site": false,
      "attendance": 42000,
      "away_team_outcome": "loss",
      "away_team_score": 4,
      "broadcast": "MASN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 15420,
      "ended_at": "2016-06-15T20:22:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 5,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Cubs vs Nationals",
      "name": "Cubs vs Nationals June 15, 2016 at  4:05pm",
      "on": "on June 15, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "4-5",
      "score_differential": 1,
      "scoreline": "Cubs 4 - Nationals 5",
      "slug": "mlb-2016-chc-was-2016-06-15-1605",
      "started_at": "2016-06-15T16:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN",
      "temperature": 80,
      "temperature_unit": "f",
      "timestamp": 1466021100,
      "title": "Cubs vs Nationals",
      "weather_conditions": "cloudy",
      "wind_direction": "Out to Right",
      "wind_speed": 8,
      "wind_speed_unit": "mph",
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "a5c2d0e5-6cdc-489d-b414-470365663a82",
        "2ac2416a-efd8-4fa7-aeb2-4e69971aa5b5",
        "bd05ba79-0836-4951-9921-94cd6b95bb35",
        "00c31a1d-d988-448a-a7f6-ce7f0d103720"
      ]
    },
    {
      "id": "d0580f5e-8b98-4dc1-b5a3-ff1613f8da96",
      "created_at": "2016-03-18T21:00:11-04:00",
      "updated_at": "2016-08-16T06:02:11-04:00",
      "at_neutral_site": false,
      "attendance": 33386,
      "away_team_outcome": "loss",
      "away_team_score": 2,
      "broadcast": "MASN 2",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 10860,
      "ended_at": "2016-06-29T22:06:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 4,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Mets vs Nationals",
      "name": "Mets vs Nationals June 29, 2016 at  7:05pm",
      "on": "on June 29, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "2-4",
      "score_differential": 2,
      "scoreline": "Mets 2 - Nationals 4",
      "slug": "mlb-2016-nym-was-2016-06-29-1905",
      "started_at": "2016-06-29T19:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN 2",
      "temperature": 80,
      "temperature_unit": "f",
      "timestamp": 1467241500,
      "title": "Mets vs Nationals",
      "weather_conditions": "sunny",
      "wind_direction": "Left to Right",
      "wind_speed": 7,
      "wind_speed_unit": "mph",
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "6271c1b6-9424-4f56-8daa-615ccd4f212f",
        "790d295c-33c4-43d2-8a42-44cef75d802c",
        "cb592037-47be-4529-a854-a527e6824281",
        "85f3966c-82a3-4011-b0c7-999e7083450f",
        "8d5e63cc-f6be-40b5-bf5b-5bd251147fa1"
      ]
    },
    {
      "id": "5507a658-3e5f-4233-a353-cdde321ec236",
      "created_at": "2016-03-18T21:00:14-04:00",
      "updated_at": "2016-08-16T06:02:37-04:00",
      "at_neutral_site": false,
      "attendance": 35195,
      "away_team_outcome": "win",
      "away_team_score": 9,
      "broadcast": "FOX",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 12900,
      "ended_at": "2016-07-02T22:50:00-04:00",
      "home_team_outcome": "loss",
      "home_team_score": 4,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Reds vs Nationals",
      "name": "Reds vs Nationals July  2, 2016 at  7:15pm",
      "on": "on July  2, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "9-4",
      "score_differential": 5,
      "scoreline": "Reds 9 - Nationals 4",
      "slug": "mlb-2016-cin-was-2016-07-2-1915",
      "started_at": "2016-07-02T19:15:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FOX",
      "temperature": 80,
      "temperature_unit": "f",
      "timestamp": 1467501300,
      "title": "Reds vs Nationals",
      "weather_conditions": "cloudy",
      "wind_direction": "In from Left",
      "wind_speed": 8,
      "wind_speed_unit": "mph",
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "84e287b3-8aa1-4cb5-bcce-6a0e8ba97f91",
      "winning_team_id": "84e287b3-8aa1-4cb5-bcce-6a0e8ba97f91",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "a2b05332-6ce0-4ad9-aeeb-a5eb1244fb8c",
        "54b338e5-4f09-4701-9ef0-17a1f00d97da",
        "8b22bf03-39c9-4b5a-923e-992fd48f2d3e",
        "dee7f4e0-1977-4750-977b-1b5b4bbbf1fe"
      ]
    },
    {
      "id": "0082fb22-7d87-4028-b1e3-6ddb35786b22",
      "created_at": "2016-03-18T20:58:25-04:00",
      "updated_at": "2016-08-16T06:03:41-04:00",
      "at_neutral_site": false,
      "attendance": 21144,
      "away_team_outcome": "loss",
      "away_team_score": 2,
      "broadcast": "MASN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 8940,
      "ended_at": "2016-04-14T18:34:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 6,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Braves vs Nationals",
      "name": "Braves vs Nationals April 14, 2016 at  4:05pm",
      "on": "on April 14, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "2-6",
      "score_differential": 4,
      "scoreline": "Braves 2 - Nationals 6",
      "slug": "mlb-2016-atl-was-2016-04-14-1605",
      "started_at": "2016-04-14T16:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN",
      "temperature": 63,
      "temperature_unit": "f",
      "timestamp": 1460664300,
      "title": "Braves vs Nationals",
      "weather_conditions": "sunny",
      "wind_direction": "In from Left",
      "wind_speed": 1,
      "wind_speed_unit": "mph",
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "a5c2d0e5-6cdc-489d-b414-470365663a82",
        "2ac2416a-efd8-4fa7-aeb2-4e69971aa5b5",
        "bd05ba79-0836-4951-9921-94cd6b95bb35",
        "00c31a1d-d988-448a-a7f6-ce7f0d103720"
      ]
    },
    {
      "id": "74b75823-6205-42de-8d2d-a2ed78ca7afd",
      "created_at": "2016-03-18T21:01:03-04:00",
      "updated_at": "2016-08-28T17:30:12-04:00",
      "at_neutral_site": false,
      "attendance": 28124,
      "away_team_outcome": "win",
      "away_team_score": 5,
      "broadcast": "MASN 2",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 10320,
      "ended_at": "2016-08-28T16:27:00-04:00",
      "home_team_outcome": "loss",
      "home_team_score": 3,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Rockies vs Nationals",
      "name": "Rockies vs Nationals August 28, 2016 at  1:35pm",
      "on": "on August 28, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "5-3",
      "score_differential": 2,
      "scoreline": "Rockies 5 - Nationals 3",
      "slug": "mlb-2016-col-was-2016-08-28-1335",
      "started_at": "2016-08-28T13:35:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN 2",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1472405700,
      "title": "Rockies vs Nationals",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "0220ab72-3a17-4a65-8872-72454aeb828d",
      "winning_team_id": "0220ab72-3a17-4a65-8872-72454aeb828d",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "511d6c57-3987-4aca-bb11-7476f970dc03",
        "d1d3cc19-fb3f-479b-bc85-ed00405b6a9f",
        "8f399cb8-c317-463a-9979-0186a677708a",
        "00b21af9-3e2b-45ed-b01c-37102d1c2af3"
      ]
    },
    {
      "id": "30570836-c1ce-410c-91eb-376cc9587e45",
      "created_at": "2016-03-18T21:00:18-04:00",
      "updated_at": "2016-08-16T06:06:20-04:00",
      "at_neutral_site": false,
      "attendance": 25138,
      "away_team_outcome": "win",
      "away_team_score": 5,
      "broadcast": "MASN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 10320,
      "ended_at": "2016-07-05T21:57:00-04:00",
      "home_team_outcome": "loss",
      "home_team_score": 2,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Brewers vs Nationals",
      "name": "Brewers vs Nationals July  5, 2016 at  7:05pm",
      "on": "on July  5, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "5-2",
      "score_differential": 3,
      "scoreline": "Brewers 5 - Nationals 2",
      "slug": "mlb-2016-mil-was-2016-07-5-1905",
      "started_at": "2016-07-05T19:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1467759900,
      "title": "Brewers vs Nationals",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "winning_team_id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "ee0e5350-bc15-4b0f-80f2-79e793f18d68",
        "f88a2e6b-4779-4d03-8fb8-763cded66a1d",
        "f5e3185f-6cc0-4c78-875e-63d7ab44989c",
        "514ddac0-3d9a-4888-9565-a54d378bb00b"
      ]
    },
    {
      "id": "1610f903-08b1-4c4b-ba7e-ee8f4e244f2d",
      "created_at": "2016-03-18T21:01:40-04:00",
      "updated_at": "2016-09-24T22:40:23-04:00",
      "at_neutral_site": false,
      "attendance": 30137,
      "away_team_outcome": "win",
      "away_team_score": 6,
      "broadcast": "ROOTPIT",
      "clock": ":30",
      "clock_secs": 0,
      "daytime": false,
      "duration": 12480,
      "ended_at": "2016-09-24T22:33:00-04:00",
      "home_team_outcome": "loss",
      "home_team_score": 1,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Pirates",
      "name": "Nationals vs Pirates September 24, 2016 at  7:05pm",
      "on": "on September 24, 2016",
      "period": 9,
      "period_label": "Inning",
      "score": "6-1",
      "score_differential": 5,
      "scoreline": "Nationals 6 - Pirates 1",
      "slug": "mlb-2016-was-pit-2016-09-24-1905",
      "started_at": "2016-09-24T19:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "ROOTPIT",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1474758300,
      "title": "Nationals vs Pirates",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "6bf566ce-cc6e-43b7-9144-8801a425d77d",
      "official_ids": [
        "0b63d8f8-c8c5-4d23-a4a1-438c5f4f7398",
        "6713d640-7eb3-4e28-a6d1-a0da7e1eb8a5",
        "c5eb5fae-6f41-48f8-bb63-880076b11ada",
        "00b21af9-3e2b-45ed-b01c-37102d1c2af3"
      ]
    },
    {
      "id": "e6bed5df-d764-4692-ae2b-f2e5988f7be5",
      "created_at": "2016-03-18T21:00:42-04:00",
      "updated_at": "2016-08-16T06:02:41-04:00",
      "at_neutral_site": false,
      "attendance": 17518,
      "away_team_outcome": "win",
      "away_team_score": 14,
      "broadcast": "FS-A",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 12180,
      "ended_at": "2016-08-01T22:03:00-07:00",
      "home_team_outcome": "loss",
      "home_team_score": 1,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Diamondbacks",
      "name": "Nationals vs Diamondbacks August  1, 2016 at  6:40pm",
      "on": "on August  1, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "14-1",
      "score_differential": 13,
      "scoreline": "Nationals 14 - Diamondbacks 1",
      "slug": "mlb-2016-was-ari-2016-08-1-1840",
      "started_at": "2016-08-01T18:40:00-07:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FS-A",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1470102000,
      "title": "Nationals vs Diamondbacks",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "09dc1f54-cf05-4486-8135-80bb0090fde1",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "3f8eb1e0-c5d3-4c14-9b11-a38fdb57c256",
      "official_ids": [
        "bf13f606-2a12-4847-8b79-d96188ef420c",
        "1552a402-90c9-467c-a2e4-3366460d6d3c",
        "0ba1bd44-fe77-43c3-8a9a-06e62d4c61c9",
        "0556efeb-3bf2-4532-993f-cc8e7ee54a44"
      ]
    },
    {
      "id": "88795533-5577-4259-a7d0-d54d990dccab",
      "created_at": "2016-03-18T21:00:56-04:00",
      "updated_at": "2016-08-21T18:30:00-04:00",
      "at_neutral_site": false,
      "attendance": 25341,
      "away_team_outcome": "loss",
      "away_team_score": 6,
      "broadcast": "FSSO",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 12960,
      "ended_at": "2016-08-21T17:11:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 7,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Braves",
      "name": "Nationals vs Braves August 21, 2016 at  1:35pm",
      "on": "on August 21, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "6-7",
      "score_differential": 1,
      "scoreline": "Nationals 6 - Braves 7",
      "slug": "mlb-2016-was-atl-2016-08-21-1335",
      "started_at": "2016-08-21T13:35:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FSSO",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1471800900,
      "title": "Nationals vs Braves",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "51f455a5-5315-497d-b8ad-10ea579e9f7e",
      "official_ids": [
        "4099d4e0-b346-410c-8393-c18a7a9a64ed",
        "00099750-4a8a-4d7c-927a-e31933f74b21",
        "679a635f-a48c-46d2-91dd-3745a01ddf34",
        "49dcb375-faf1-4dde-9d7b-55ce08c4263b"
      ]
    },
    {
      "id": "1815e151-c1de-4556-af46-d02b121d883c",
      "created_at": "2016-03-18T20:59:00-04:00",
      "updated_at": "2016-08-16T06:03:31-04:00",
      "at_neutral_site": false,
      "attendance": 38610,
      "away_team_outcome": "win",
      "away_team_score": 13,
      "broadcast": "FSKC",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 10380,
      "ended_at": "2016-05-04T16:08:00-05:00",
      "home_team_outcome": "loss",
      "home_team_score": 2,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Royals",
      "name": "Nationals vs Royals May  4, 2016 at  1:15pm",
      "on": "on May  4, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "13-2",
      "score_differential": 11,
      "scoreline": "Nationals 13 - Royals 2",
      "slug": "mlb-2016-was-kc-2016-05-4-1315",
      "started_at": "2016-05-04T13:15:00-05:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FSKC",
      "temperature": 68,
      "temperature_unit": "f",
      "timestamp": 1462385700,
      "title": "Nationals vs Royals",
      "weather_conditions": "sunny",
      "wind_direction": "Left to Right",
      "wind_speed": 16,
      "wind_speed_unit": "mph",
      "home_team_id": "8a72ea07-afce-4907-9e6a-13b3f4e9d378",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "4c2372c9-3ea0-4422-8022-c1cc0156faf3",
      "official_ids": [
        "2f592778-41f8-4f2a-a084-22a6e6340aad",
        "cd9df486-7149-4289-9011-e7fa614b84c7",
        "1edfa778-cbf5-4588-8cd4-eecdb5155628",
        "4713fbb0-f3a6-4e22-9660-17f5034da466",
        "d910220c-f4ff-4d31-b488-95c4fd48276f"
      ]
    },
    {
      "id": "9ae67cad-309d-4b84-9827-5f142f5cb423",
      "created_at": "2016-03-18T21:00:53-04:00",
      "updated_at": "2016-08-18T00:45:41-04:00",
      "at_neutral_site": false,
      "attendance": 25308,
      "away_team_outcome": "loss",
      "away_team_score": 10,
      "broadcast": "MLBN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 13920,
      "ended_at": "2016-08-17T17:02:00-06:00",
      "home_team_outcome": "win",
      "home_team_score": 12,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Rockies",
      "name": "Nationals vs Rockies August 17, 2016 at  1:10pm",
      "on": "on August 17, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "10-12",
      "score_differential": 2,
      "scoreline": "Nationals 10 - Rockies 12",
      "slug": "mlb-2016-was-col-2016-08-17-1310",
      "started_at": "2016-08-17T13:10:00-06:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MLBN",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1471461000,
      "title": "Nationals vs Rockies",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "0220ab72-3a17-4a65-8872-72454aeb828d",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "0220ab72-3a17-4a65-8872-72454aeb828d",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "a2f2df84-ef09-4094-960c-e5d69e8f4fb6",
      "official_ids": [
        "743bbe0e-c908-4b73-af15-627d37514726",
        "54256192-017c-49cc-a494-3aec02ca2e1e",
        "0a824d64-e565-40ab-81b2-7dd50155da19",
        "d9434349-37c3-47fb-bf21-07d90f353d91"
      ]
    },
    {
      "id": "3f41910f-0ee8-4e45-b6ca-94f9362a6e3a",
      "created_at": "2016-03-18T20:58:20-04:00",
      "updated_at": "2016-08-16T06:00:27-04:00",
      "at_neutral_site": false,
      "attendance": 18119,
      "away_team_outcome": "loss",
      "away_team_score": 4,
      "broadcast": "MASN 2",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 11100,
      "ended_at": "2016-04-11T22:10:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 6,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Braves vs Nationals",
      "name": "Braves vs Nationals April 11, 2016 at  7:05pm",
      "on": "on April 11, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "4-6",
      "score_differential": 2,
      "scoreline": "Braves 4 - Nationals 6",
      "slug": "mlb-2016-atl-was-2016-04-11-1905",
      "started_at": "2016-04-11T19:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN 2",
      "temperature": 72,
      "temperature_unit": "f",
      "timestamp": 1460415900,
      "title": "Braves vs Nationals",
      "weather_conditions": "sunny",
      "wind_direction": "Out to Center",
      "wind_speed": 10,
      "wind_speed_unit": "mph",
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "a5c2d0e5-6cdc-489d-b414-470365663a82",
        "2ac2416a-efd8-4fa7-aeb2-4e69971aa5b5",
        "bd05ba79-0836-4951-9921-94cd6b95bb35",
        "00c31a1d-d988-448a-a7f6-ce7f0d103720"
      ]
    },
    {
      "id": "b990dc10-b9a3-4c5e-bfe4-c15dde47b67e",
      "created_at": "2016-03-18T21:00:23-04:00",
      "updated_at": "2016-08-16T06:01:59-04:00",
      "at_neutral_site": false,
      "attendance": 36982,
      "away_team_outcome": "loss",
      "away_team_score": 1,
      "broadcast": "MASN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 9780,
      "ended_at": "2016-07-15T21:48:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 5,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Pirates vs Nationals",
      "name": "Pirates vs Nationals July 15, 2016 at  7:05pm",
      "on": "on July 15, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "1-5",
      "score_differential": 4,
      "scoreline": "Pirates 1 - Nationals 5",
      "slug": "mlb-2016-pit-was-2016-07-15-1905",
      "started_at": "2016-07-15T19:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1468623900,
      "title": "Pirates vs Nationals",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "ea44a346-7791-4f4e-9a72-e353e6f1c224",
        "e3ad4293-d5d2-4312-b0a0-7f3facce987d",
        "f132d483-29be-4fc4-9363-4ddb3e45a2da",
        "914ca1f9-c608-4a4a-862b-07919bb7b9e6"
      ]
    }
  ],
  "home_teams": [
    {
      "id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "CE1141",
      "colors": [
        "CE1141",
        "13274F"
      ],
      "hashtag": "Braves",
      "hashtags": [
        "Braves"
      ],
      "location": "Atlanta",
      "name": "Atlanta",
      "nickname": "Braves",
      "latitude": 33.7005971,
      "longitude": -84.354916,
      "slug": "mlb-atl",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "26345a1d-a856-48be-a53b-262367b5437e",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "C41E3A",
      "colors": [
        "C41E3A",
        "000066",
        "FEDB00"
      ],
      "hashtag": "STLCards",
      "hashtags": [
        "STLCards",
        "Cardinals"
      ],
      "location": "St. Louis",
      "name": "St. Louis",
      "nickname": "Cardinals",
      "latitude": 38.6270025,
      "longitude": -90.1994042,
      "slug": "mlb-stl",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "FF5910",
      "colors": [
        "FF5910",
        "002D72"
      ],
      "hashtag": "Mets",
      "hashtags": [
        "Mets"
      ],
      "location": "New York",
      "name": "NY Mets",
      "nickname": "Mets",
      "latitude": 40.7573032,
      "longitude": -73.8501765,
      "slug": "mlb-nym",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "FDB827",
      "colors": [
        "FDB827",
        "000000"
      ],
      "hashtag": "Pirates",
      "hashtags": [
        "Pirates"
      ],
      "location": "Pittsburgh",
      "name": "Pittsburgh",
      "nickname": "Pirates",
      "latitude": 40.4469874,
      "longitude": -79.9485413,
      "slug": "mlb-pit",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "0A2351",
      "colors": [
        "0A2351",
        "B6922E"
      ],
      "hashtag": "Brewers",
      "hashtags": [
        "Brewers"
      ],
      "location": "Milwaukee",
      "name": "Milwaukee",
      "nickname": "Brewers",
      "latitude": 43.0205692,
      "longitude": -87.97012,
      "slug": "mlb-mil",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "05143F",
      "colors": [
        "05143F"
      ],
      "hashtag": "Padres",
      "hashtags": [
        "Padres"
      ],
      "location": "San Diego",
      "name": "San Diego",
      "nickname": "Padres",
      "latitude": 32.7075053,
      "longitude": -117.1550698,
      "slug": "mlb-sd",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "b72f4490-e444-43ec-87c6-eea8f6734dde",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-18T20:56:45-04:00",
      "color": null,
      "colors": [],
      "hashtag": null,
      "hashtags": [],
      "location": "American League",
      "name": "American League",
      "nickname": "All-Stars",
      "latitude": null,
      "longitude": null,
      "slug": "mlb-al",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "94acb560-6d9c-4b89-a32c-7fb817ad7aa7",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "284898",
      "colors": [
        "284898",
        "E81828"
      ],
      "hashtag": "Phillies",
      "hashtags": [
        "Phillies"
      ],
      "location": "Philadelphia",
      "name": "Philadelphia",
      "nickname": "Phillies",
      "latitude": 39.9080104,
      "longitude": -75.1678599,
      "slug": "mlb-phi",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "DF4601",
      "colors": [
        "DF4601",
        "000000"
      ],
      "hashtag": "Orioles",
      "hashtags": [
        "Orioles"
      ],
      "location": "Baltimore",
      "name": "Baltimore",
      "nickname": "Orioles",
      "latitude": 39.2828878,
      "longitude": -76.6206139,
      "slug": "mlb-bal",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "CC3433",
      "colors": [
        "CC3433",
        "0E3386"
      ],
      "hashtag": "Cubs",
      "hashtags": [
        "Cubs"
      ],
      "location": "Chicago",
      "name": "Chi. Cubs",
      "nickname": "Cubs",
      "latitude": 41.8781136,
      "longitude": -87.6297982,
      "slug": "mlb-chc",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "AB0003",
      "colors": [
        "AB0003",
        "11225B"
      ],
      "hashtag": "Nats",
      "hashtags": [
        "Nats",
        "Nationals"
      ],
      "location": "Washington",
      "name": "Washington",
      "nickname": "Nationals",
      "latitude": 38.8787421,
      "longitude": -77.0074421,
      "slug": "mlb-was",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "09dc1f54-cf05-4486-8135-80bb0090fde1",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "A71930",
      "colors": [
        "A71930",
        "000000",
        "E3D4AD"
      ],
      "hashtag": "DBacks",
      "hashtags": [
        "DBacks",
        "Diamondbacks"
      ],
      "location": "Arizona",
      "name": "Arizona",
      "nickname": "Diamondbacks",
      "latitude": 33.4463502,
      "longitude": -112.0746942,
      "slug": "mlb-ari",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "8a72ea07-afce-4907-9e6a-13b3f4e9d378",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "004687",
      "colors": [
        "004687",
        "C09A5B"
      ],
      "hashtag": "Royals",
      "hashtags": [
        "Royals"
      ],
      "location": "Kansas City",
      "name": "Kansas City",
      "nickname": "Royals",
      "latitude": 39.0997265,
      "longitude": -94.5785667,
      "slug": "mlb-kc",
      "division_id": "ca580e37-ee8b-44d3-94ac-6eb2bf35d094",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "0220ab72-3a17-4a65-8872-72454aeb828d",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "333366",
      "colors": [
        "333366",
        "231F20",
        "C4CED4"
      ],
      "hashtag": "Rockies",
      "hashtags": [
        "Rockies"
      ],
      "location": "Colorado",
      "name": "Colorado",
      "nickname": "Rockies",
      "latitude": 39.7578942,
      "longitude": -104.9935598,
      "slug": "mlb-col",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "leagues": [
    {
      "id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-07-12T19:34:12-04:00",
      "abbreviation": "MLB",
      "color": null,
      "minutes_per_period": null,
      "name": "Major League Baseball",
      "periods": null,
      "slug": "mlb",
      "sport": "baseball"
    }
  ],
  "away_teams": [
    {
      "id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "AB0003",
      "colors": [
        "AB0003",
        "11225B"
      ],
      "hashtag": "Nats",
      "hashtags": [
        "Nats",
        "Nationals"
      ],
      "location": "Washington",
      "name": "Washington",
      "nickname": "Nationals",
      "latitude": 38.8787421,
      "longitude": -77.0074421,
      "slug": "mlb-was",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "1b0c6ec7-0813-4619-b6f8-a97ff8246c8d",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-18T20:56:45-04:00",
      "color": null,
      "colors": [],
      "hashtag": null,
      "hashtags": [],
      "location": "National League",
      "name": "National League",
      "nickname": "All-Stars",
      "latitude": null,
      "longitude": null,
      "slug": "mlb-nl",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "6c498284-84e6-4e74-9f56-b934be3384d5",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "FD5A1E",
      "colors": [
        "FD5A1E",
        "000000",
        "8B6F4E"
      ],
      "hashtag": "SFGiants",
      "hashtags": [
        "SFGiants"
      ],
      "location": "San Francisco",
      "name": "San Francisco",
      "nickname": "Giants",
      "latitude": 37.9385723,
      "longitude": -122.3401953,
      "slug": "mlb-sf",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "FF5910",
      "colors": [
        "FF5910",
        "002D72"
      ],
      "hashtag": "Mets",
      "hashtags": [
        "Mets"
      ],
      "location": "New York",
      "name": "NY Mets",
      "nickname": "Mets",
      "latitude": 40.7573032,
      "longitude": -73.8501765,
      "slug": "mlb-nym",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "84e287b3-8aa1-4cb5-bcce-6a0e8ba97f91",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "C6011F",
      "colors": [
        "C6011F",
        "000000"
      ],
      "hashtag": "Reds",
      "hashtags": [
        "Reds"
      ],
      "location": "Cincinnati",
      "name": "Cincinnati",
      "nickname": "Reds",
      "latitude": 39.1031182,
      "longitude": -84.5120196,
      "slug": "mlb-cin",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "4b88dffe-8ac6-40ff-bb34-36ab8ecf1fde",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "FF6600",
      "colors": [
        "FF6600",
        "0077C8",
        "FFD100",
        "000000"
      ],
      "hashtag": "Marlins",
      "hashtags": [
        "Marlins"
      ],
      "location": "Miami",
      "name": "Miami",
      "nickname": "Marlins",
      "latitude": 25.7781319,
      "longitude": -80.2214982,
      "slug": "mlb-mia",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "9ab4bef1-ea26-456b-a018-bf2bde1f6599",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "0C2C56",
      "colors": [
        "0C2C56"
      ],
      "hashtag": "Tigers",
      "hashtags": [
        "Tigers"
      ],
      "location": "Detroit",
      "name": "Detroit",
      "nickname": "Tigers",
      "latitude": 42.3300676,
      "longitude": -83.0449362,
      "slug": "mlb-det",
      "division_id": "ca580e37-ee8b-44d3-94ac-6eb2bf35d094",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "FDB827",
      "colors": [
        "FDB827",
        "000000"
      ],
      "hashtag": "Pirates",
      "hashtags": [
        "Pirates"
      ],
      "location": "Pittsburgh",
      "name": "Pittsburgh",
      "nickname": "Pirates",
      "latitude": 40.4469874,
      "longitude": -79.9485413,
      "slug": "mlb-pit",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "26345a1d-a856-48be-a53b-262367b5437e",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "C41E3A",
      "colors": [
        "C41E3A",
        "000066",
        "FEDB00"
      ],
      "hashtag": "STLCards",
      "hashtags": [
        "STLCards",
        "Cardinals"
      ],
      "location": "St. Louis",
      "name": "St. Louis",
      "nickname": "Cardinals",
      "latitude": 38.6270025,
      "longitude": -90.1994042,
      "slug": "mlb-stl",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "CC3433",
      "colors": [
        "CC3433",
        "0E3386"
      ],
      "hashtag": "Cubs",
      "hashtags": [
        "Cubs"
      ],
      "location": "Chicago",
      "name": "Chi. Cubs",
      "nickname": "Cubs",
      "latitude": 41.8781136,
      "longitude": -87.6297982,
      "slug": "mlb-chc",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "CE1141",
      "colors": [
        "CE1141",
        "13274F"
      ],
      "hashtag": "Braves",
      "hashtags": [
        "Braves"
      ],
      "location": "Atlanta",
      "name": "Atlanta",
      "nickname": "Braves",
      "latitude": 33.7005971,
      "longitude": -84.354916,
      "slug": "mlb-atl",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "0220ab72-3a17-4a65-8872-72454aeb828d",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "333366",
      "colors": [
        "333366",
        "231F20",
        "C4CED4"
      ],
      "hashtag": "Rockies",
      "hashtags": [
        "Rockies"
      ],
      "location": "Colorado",
      "name": "Colorado",
      "nickname": "Rockies",
      "latitude": 39.7578942,
      "longitude": -104.9935598,
      "slug": "mlb-col",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "0A2351",
      "colors": [
        "0A2351",
        "B6922E"
      ],
      "hashtag": "Brewers",
      "hashtags": [
        "Brewers"
      ],
      "location": "Milwaukee",
      "name": "Milwaukee",
      "nickname": "Brewers",
      "latitude": 43.0205692,
      "longitude": -87.97012,
      "slug": "mlb-mil",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "winning_teams": [
    {
      "id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "AB0003",
      "colors": [
        "AB0003",
        "11225B"
      ],
      "hashtag": "Nats",
      "hashtags": [
        "Nats",
        "Nationals"
      ],
      "location": "Washington",
      "name": "Washington",
      "nickname": "Nationals",
      "latitude": 38.8787421,
      "longitude": -77.0074421,
      "slug": "mlb-was",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "FF5910",
      "colors": [
        "FF5910",
        "002D72"
      ],
      "hashtag": "Mets",
      "hashtags": [
        "Mets"
      ],
      "location": "New York",
      "name": "NY Mets",
      "nickname": "Mets",
      "latitude": 40.7573032,
      "longitude": -73.8501765,
      "slug": "mlb-nym",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "0A2351",
      "colors": [
        "0A2351",
        "B6922E"
      ],
      "hashtag": "Brewers",
      "hashtags": [
        "Brewers"
      ],
      "location": "Milwaukee",
      "name": "Milwaukee",
      "nickname": "Brewers",
      "latitude": 43.0205692,
      "longitude": -87.97012,
      "slug": "mlb-mil",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "b72f4490-e444-43ec-87c6-eea8f6734dde",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-18T20:56:45-04:00",
      "color": null,
      "colors": [],
      "hashtag": null,
      "hashtags": [],
      "location": "American League",
      "name": "American League",
      "nickname": "All-Stars",
      "latitude": null,
      "longitude": null,
      "slug": "mlb-al",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "DF4601",
      "colors": [
        "DF4601",
        "000000"
      ],
      "hashtag": "Orioles",
      "hashtags": [
        "Orioles"
      ],
      "location": "Baltimore",
      "name": "Baltimore",
      "nickname": "Orioles",
      "latitude": 39.2828878,
      "longitude": -76.6206139,
      "slug": "mlb-bal",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "05143F",
      "colors": [
        "05143F"
      ],
      "hashtag": "Padres",
      "hashtags": [
        "Padres"
      ],
      "location": "San Diego",
      "name": "San Diego",
      "nickname": "Padres",
      "latitude": 32.7075053,
      "longitude": -117.1550698,
      "slug": "mlb-sd",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "CE1141",
      "colors": [
        "CE1141",
        "13274F"
      ],
      "hashtag": "Braves",
      "hashtags": [
        "Braves"
      ],
      "location": "Atlanta",
      "name": "Atlanta",
      "nickname": "Braves",
      "latitude": 33.7005971,
      "longitude": -84.354916,
      "slug": "mlb-atl",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "CC3433",
      "colors": [
        "CC3433",
        "0E3386"
      ],
      "hashtag": "Cubs",
      "hashtags": [
        "Cubs"
      ],
      "location": "Chicago",
      "name": "Chi. Cubs",
      "nickname": "Cubs",
      "latitude": 41.8781136,
      "longitude": -87.6297982,
      "slug": "mlb-chc",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "FDB827",
      "colors": [
        "FDB827",
        "000000"
      ],
      "hashtag": "Pirates",
      "hashtags": [
        "Pirates"
      ],
      "location": "Pittsburgh",
      "name": "Pittsburgh",
      "nickname": "Pirates",
      "latitude": 40.4469874,
      "longitude": -79.9485413,
      "slug": "mlb-pit",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "26345a1d-a856-48be-a53b-262367b5437e",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "C41E3A",
      "colors": [
        "C41E3A",
        "000066",
        "FEDB00"
      ],
      "hashtag": "STLCards",
      "hashtags": [
        "STLCards",
        "Cardinals"
      ],
      "location": "St. Louis",
      "name": "St. Louis",
      "nickname": "Cardinals",
      "latitude": 38.6270025,
      "longitude": -90.1994042,
      "slug": "mlb-stl",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "84e287b3-8aa1-4cb5-bcce-6a0e8ba97f91",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "C6011F",
      "colors": [
        "C6011F",
        "000000"
      ],
      "hashtag": "Reds",
      "hashtags": [
        "Reds"
      ],
      "location": "Cincinnati",
      "name": "Cincinnati",
      "nickname": "Reds",
      "latitude": 39.1031182,
      "longitude": -84.5120196,
      "slug": "mlb-cin",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "0220ab72-3a17-4a65-8872-72454aeb828d",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "333366",
      "colors": [
        "333366",
        "231F20",
        "C4CED4"
      ],
      "hashtag": "Rockies",
      "hashtags": [
        "Rockies"
      ],
      "location": "Colorado",
      "name": "Colorado",
      "nickname": "Rockies",
      "latitude": 39.7578942,
      "longitude": -104.9935598,
      "slug": "mlb-col",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "seasons": [
    {
      "id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2017-03-07T09:02:50-05:00",
      "name": "2016",
      "current_interval_type": "postseason",
      "starts_on": "2016-01-02",
      "ends_on": "2016-11-30",
      "stats_coverage": "season_stat_and_boxscore_play_by_play",
      "slug": "mlb-2016",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "venues": [
    {
      "id": "51f455a5-5315-497d-b8ad-10ea579e9f7e",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-13T06:37:00-04:00",
      "abbreviation": "Turner Field",
      "capacity": 49586,
      "city": "Atlanta",
      "country": "USA",
      "field_type": "grass",
      "name": "Turner Field",
      "slug": "tf",
      "state": "GA",
      "stadium_type": null,
      "time_zone": "US/Eastern",
      "latitude": 33.7005971,
      "longitude": -84.354916
    },
    {
      "id": "c0a85898-126b-43e1-b3a0-7d4299da5f19",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-13T06:37:01-04:00",
      "abbreviation": "Busch Stadium",
      "capacity": 43975,
      "city": "St. Louis",
      "country": "USA",
      "field_type": "grass",
      "name": "Busch Stadium",
      "slug": "busch",
      "state": "MO",
      "stadium_type": null,
      "time_zone": "US/Central",
      "latitude": 38.6270025,
      "longitude": -90.1994042
    },
    {
      "id": "fc6c7cbf-3173-41ee-b58a-7e98811fa147",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2017-03-10T06:13:09-05:00",
      "abbreviation": "Citi Field",
      "capacity": 41922,
      "city": "Flushing, Queens",
      "country": "USA",
      "field_type": "grass",
      "name": "Citi Field",
      "slug": "citi",
      "state": "NY",
      "stadium_type": null,
      "time_zone": "US/Eastern",
      "latitude": 40.7573032,
      "longitude": -73.8501765
    },
    {
      "id": "6bf566ce-cc6e-43b7-9144-8801a425d77d",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-13T06:37:00-04:00",
      "abbreviation": "PNC Park",
      "capacity": 38362,
      "city": "Pittsburgh",
      "country": "USA",
      "field_type": "grass",
      "name": "PNC Park",
      "slug": "pnc",
      "state": "PA",
      "stadium_type": null,
      "time_zone": "US/Eastern",
      "latitude": 40.4469874,
      "longitude": -79.9485413
    },
    {
      "id": "7d2ca43c-d1cb-4e1c-acf9-1ba656f6d0be",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-13T06:37:00-04:00",
      "abbreviation": "Miller Park",
      "capacity": 41900,
      "city": "Milwaukee",
      "country": "USA",
      "field_type": "grass",
      "name": "Miller Park",
      "slug": "mp",
      "state": "WI",
      "stadium_type": null,
      "time_zone": "US/Central",
      "latitude": 43.0205692,
      "longitude": -87.97012
    },
    {
      "id": "ea92515e-e14b-4c8b-a2f5-65c790e61614",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-13T06:37:00-04:00",
      "abbreviation": "PETCO Park",
      "capacity": 42302,
      "city": "San Diego",
      "country": "USA",
      "field_type": "grass",
      "name": "PETCO Park",
      "slug": "pet",
      "state": "CA",
      "stadium_type": null,
      "time_zone": "US/Pacific",
      "latitude": 32.7075053,
      "longitude": -117.1550698
    },
    {
      "id": "a1d3f630-b58c-45c3-b48e-03925c5c9bed",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-13T06:37:01-04:00",
      "abbreviation": "Citizens Bank Park",
      "capacity": 43651,
      "city": "Philadelphia",
      "country": "USA",
      "field_type": "grass",
      "name": "Citizens Bank Park",
      "slug": "cbb",
      "state": "PA",
      "stadium_type": null,
      "time_zone": "US/Eastern",
      "latitude": 39.9080104,
      "longitude": -75.1678599
    },
    {
      "id": "4a18fbd6-2261-4494-9fcf-bea65ffe1f92",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-13T06:37:00-04:00",
      "abbreviation": "Oriole Park at Camden Yards",
      "capacity": 45971,
      "city": "Baltimore",
      "country": "USA",
      "field_type": "grass",
      "name": "Oriole Park at Camden Yards",
      "slug": "op",
      "state": "MD",
      "stadium_type": null,
      "time_zone": "US/Eastern",
      "latitude": 39.2828878,
      "longitude": -76.6206139
    },
    {
      "id": "3c8118f4-2142-4d3b-9a33-018bc42c382b",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-13T06:37:00-04:00",
      "abbreviation": "Wrigley Field",
      "capacity": 41072,
      "city": "Chicago",
      "country": "USA",
      "field_type": "grass",
      "name": "Wrigley Field",
      "slug": "wf",
      "state": "IL",
      "stadium_type": null,
      "time_zone": "US/Central",
      "latitude": 41.8781136,
      "longitude": -87.6297982
    },
    {
      "id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-13T06:37:01-04:00",
      "abbreviation": "Nationals Park",
      "capacity": 41418,
      "city": "Washington",
      "country": "USA",
      "field_type": "grass",
      "name": "Nationals Park",
      "slug": "np",
      "state": "DC",
      "stadium_type": null,
      "time_zone": "US/Eastern",
      "latitude": 38.8787421,
      "longitude": -77.0074421
    },
    {
      "id": "3f8eb1e0-c5d3-4c14-9b11-a38fdb57c256",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-13T06:37:01-04:00",
      "abbreviation": "Chase Field",
      "capacity": 48633,
      "city": "Phoenix",
      "country": "USA",
      "field_type": "grass",
      "name": "Chase Field",
      "slug": "chase",
      "state": "AZ",
      "stadium_type": null,
      "time_zone": "US/Arizona",
      "latitude": 33.4463502,
      "longitude": -112.0746942
    },
    {
      "id": "4c2372c9-3ea0-4422-8022-c1cc0156faf3",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-13T06:37:01-04:00",
      "abbreviation": "Kauffman Stadium",
      "capacity": 37903,
      "city": "Kansas City",
      "country": "USA",
      "field_type": "grass",
      "name": "Kauffman Stadium",
      "slug": "ks",
      "state": "MO",
      "stadium_type": null,
      "time_zone": "US/Central",
      "latitude": 39.0997265,
      "longitude": -94.5785667
    },
    {
      "id": "a2f2df84-ef09-4094-960c-e5d69e8f4fb6",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-13T06:37:01-04:00",
      "abbreviation": "Coors Field",
      "capacity": 50398,
      "city": "Denver",
      "country": "USA",
      "field_type": "grass",
      "name": "Coors Field",
      "slug": "cf",
      "state": "CO",
      "stadium_type": null,
      "time_zone": "US/Mountain",
      "latitude": 39.7578942,
      "longitude": -104.9935598
    }
  ],
  "officials": [
    {
      "id": "4099d4e0-b346-410c-8393-c18a7a9a64ed",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-02-27T04:28:04-05:00",
      "first_name": "Tom",
      "last_name": "Hallion",
      "name": "Tom Hallion",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "20"
    },
    {
      "id": "00099750-4a8a-4d7c-927a-e31933f74b21",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-12T13:05:17-04:00",
      "first_name": "Phil",
      "last_name": "Cuzzi",
      "name": "Phil Cuzzi",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "10"
    },
    {
      "id": "679a635f-a48c-46d2-91dd-3745a01ddf34",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-02-27T19:40:27-05:00",
      "first_name": "Dan",
      "last_name": "Bellino",
      "name": "Dan Bellino",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "2"
    },
    {
      "id": "49dcb375-faf1-4dde-9d7b-55ce08c4263b",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-03-19T16:12:57-04:00",
      "first_name": "Adam",
      "last_name": "Hamari",
      "name": "Adam Hamari",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "78"
    },
    {
      "id": "93aa330a-dea1-4f11-954f-b91426d1a4fd",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2016-07-03T13:04:00-04:00",
      "first_name": "Lazaro",
      "last_name": "Diaz",
      "name": "Lazaro Diaz",
      "role": "Third Base",
      "role_label": "3rd",
      "uniform_number": "63"
    },
    {
      "id": "a2a8e6e7-83f8-42b2-8cbc-a8cf98cd2181",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-03-08T15:05:28-05:00",
      "first_name": "Ben",
      "last_name": "May",
      "name": "Ben May",
      "role": "3B",
      "role_label": "Third Base",
      "uniform_number": "97"
    },
    {
      "id": "f88a2e6b-4779-4d03-8fb8-763cded66a1d",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-02T18:53:16-05:00",
      "first_name": "Jeff",
      "last_name": "Nelson",
      "name": "Jeff Nelson",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "45"
    },
    {
      "id": "6bcffcbb-b534-4299-b2ea-04c3f7313692",
      "created_at": "2016-07-13T06:04:24-04:00",
      "updated_at": "2017-03-17T13:05:22-04:00",
      "first_name": "Laz",
      "last_name": "Diaz",
      "name": "Laz Diaz",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": null
    },
    {
      "id": "9df08f9b-37ad-467e-9ec4-ec38491f382f",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-19T16:05:32-04:00",
      "first_name": "Doug",
      "last_name": "Eddings",
      "name": "Doug Eddings",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "88"
    },
    {
      "id": "109ad720-9190-43d2-a0f5-4e5cc943d5ab",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-19T13:05:39-04:00",
      "first_name": "Marvin",
      "last_name": "Hudson",
      "name": "Marvin Hudson",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "51"
    },
    {
      "id": "21bd504e-dccc-4315-8b87-d33b10fbb942",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-02-27T04:27:46-05:00",
      "first_name": "Jim",
      "last_name": "Joyce",
      "name": "Jim Joyce",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "66"
    },
    {
      "id": "51252c1a-4f3e-46e5-b4b8-0e2c725fe1ea",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-03-21T14:58:32-04:00",
      "first_name": "Chad",
      "last_name": "Fairchild",
      "name": "Chad Fairchild",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "75"
    },
    {
      "id": "54186c93-b4ea-46e6-97ae-08f63dc12351",
      "created_at": "2016-04-03T02:35:25-04:00",
      "updated_at": "2017-03-04T15:10:28-05:00",
      "first_name": "Toby",
      "last_name": "Basner",
      "name": "Toby Basner",
      "role": "3B",
      "role_label": "Third Base",
      "uniform_number": "99"
    },
    {
      "id": "0b63d8f8-c8c5-4d23-a4a1-438c5f4f7398",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-18T14:20:07-04:00",
      "first_name": "Tim",
      "last_name": "Timmons",
      "name": "Tim Timmons",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "95"
    },
    {
      "id": "6713d640-7eb3-4e28-a6d1-a0da7e1eb8a5",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-03T19:28:16-05:00",
      "first_name": "Jordan",
      "last_name": "Baker",
      "name": "Jordan Baker",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "71"
    },
    {
      "id": "c5eb5fae-6f41-48f8-bb63-880076b11ada",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-19T16:12:57-04:00",
      "first_name": "Mike",
      "last_name": "Everitt",
      "name": "Mike Everitt",
      "role": "3B",
      "role_label": "Third Base",
      "uniform_number": "57"
    },
    {
      "id": "00b21af9-3e2b-45ed-b01c-37102d1c2af3",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-17T13:05:22-04:00",
      "first_name": "Mark",
      "last_name": "Wegner",
      "name": "Mark Wegner",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "47"
    },
    {
      "id": "fac1433e-dd61-4359-98ed-bbce7df40398",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-03-15T16:05:27-04:00",
      "first_name": "Dana",
      "last_name": "DeMuth",
      "name": "Dana DeMuth",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "32"
    },
    {
      "id": "37aa1b93-dbd9-42c1-bc8f-b76aaa3c1a4e",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-03-04T15:10:28-05:00",
      "first_name": "Ed",
      "last_name": "Hickox",
      "name": "Ed Hickox",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "64"
    },
    {
      "id": "26f8651f-a863-40f4-bbdb-fbdc2fc7ca41",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-02-27T04:27:47-05:00",
      "first_name": "Mike",
      "last_name": "Estabrook",
      "name": "Mike Estabrook",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "83"
    },
    {
      "id": "514ddac0-3d9a-4888-9565-a54d378bb00b",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2017-03-13T13:05:10-04:00",
      "first_name": "Greg",
      "last_name": "Gibson",
      "name": "Greg Gibson",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "53"
    },
    {
      "id": "6ee033b9-b1dd-4d84-8e81-4c24b03f8986",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-01T19:24:49-05:00",
      "first_name": "Gerry",
      "last_name": "Davis",
      "name": "Gerry Davis",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "12"
    },
    {
      "id": "5a725a53-630a-4d74-aee6-8e791cd28bf8",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-03-01T19:24:48-05:00",
      "first_name": "Brian",
      "last_name": "Knight",
      "name": "Brian Knight",
      "role": "3B",
      "role_label": "Third Base",
      "uniform_number": "91"
    },
    {
      "id": "22b6711b-8759-4dfd-bf2d-0068e2e95c6f",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2017-02-27T04:28:07-05:00",
      "first_name": "Carlos",
      "last_name": "Torres",
      "name": "Carlos Torres",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "37"
    },
    {
      "id": "e5ac4e68-4b3c-483c-8e7a-93a4902d2623",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-19T13:05:39-04:00",
      "first_name": "Sam",
      "last_name": "Holbrook",
      "name": "Sam Holbrook",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "34"
    },
    {
      "id": "0ba1bd44-fe77-43c3-8a9a-06e62d4c61c9",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2017-03-02T18:53:16-05:00",
      "first_name": "Kerwin",
      "last_name": "Danley",
      "name": "Kerwin Danley",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "44"
    },
    {
      "id": "8b22bf03-39c9-4b5a-923e-992fd48f2d3e",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-10T15:10:27-05:00",
      "first_name": "Adrian",
      "last_name": "Johnson",
      "name": "Adrian Johnson",
      "role": "3B",
      "role_label": "Third Base",
      "uniform_number": "80"
    },
    {
      "id": "e01323cd-95d7-4dd3-8e47-4de3239273d6",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-03-05T13:23:20-05:00",
      "first_name": "Bill",
      "last_name": "Welke",
      "name": "Bill Welke",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "52"
    },
    {
      "id": "511d6c57-3987-4aca-bb11-7476f970dc03",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-02-27T04:28:02-05:00",
      "first_name": "Marty",
      "last_name": "Foster",
      "name": "Marty Foster",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "60"
    },
    {
      "id": "8f399cb8-c317-463a-9979-0186a677708a",
      "created_at": "2016-04-03T02:35:24-04:00",
      "updated_at": "2017-03-14T16:05:03-04:00",
      "first_name": "Mike",
      "last_name": "Winters",
      "name": "Mike Winters",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "33"
    },
    {
      "id": "743bbe0e-c908-4b73-af15-627d37514726",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2017-03-18T16:16:09-04:00",
      "first_name": "Mark",
      "last_name": "Carlson",
      "name": "Mark Carlson",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "48"
    },
    {
      "id": "54256192-017c-49cc-a494-3aec02ca2e1e",
      "created_at": "2016-04-03T02:35:24-04:00",
      "updated_at": "2017-03-12T13:05:17-04:00",
      "first_name": "Clint",
      "last_name": "Fagan",
      "name": "Clint Fagan",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "82"
    },
    {
      "id": "0a824d64-e565-40ab-81b2-7dd50155da19",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-02-27T04:28:20-05:00",
      "first_name": "Quinn",
      "last_name": "Wolcott",
      "name": "Quinn Wolcott",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "81"
    },
    {
      "id": "d9434349-37c3-47fb-bf21-07d90f353d91",
      "created_at": "2016-04-03T02:35:27-04:00",
      "updated_at": "2017-03-17T16:05:13-04:00",
      "first_name": "Brian",
      "last_name": "Gorman",
      "name": "Brian Gorman",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "9"
    },
    {
      "id": "8abeb74d-6e55-40d7-953f-76ce9244e1d9",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-02-27T04:28:25-05:00",
      "first_name": "Will",
      "last_name": "Little",
      "name": "Will Little",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "93"
    },
    {
      "id": "095e4a15-9a70-4382-b564-5a46c3c73b1f",
      "created_at": "2016-04-03T02:35:24-04:00",
      "updated_at": "2017-03-16T13:05:37-04:00",
      "first_name": "Lance",
      "last_name": "Barksdale",
      "name": "Lance Barksdale",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "23"
    },
    {
      "id": "3fe24b54-49d3-4c2f-af53-1145aea02858",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-02-27T04:28:25-05:00",
      "first_name": "Ted",
      "last_name": "Barrett",
      "name": "Ted Barrett",
      "role": "3B",
      "role_label": "Third Base",
      "uniform_number": "65"
    },
    {
      "id": "56ccf33a-3e94-44fb-85df-ce7adcd1b284",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-03-16T13:05:38-04:00",
      "first_name": "Angel",
      "last_name": "Hernandez",
      "name": "Angel Hernandez",
      "role": "3B",
      "role_label": "Third Base",
      "uniform_number": "55"
    },
    {
      "id": "bf13f606-2a12-4847-8b79-d96188ef420c",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2017-03-01T19:24:41-05:00",
      "first_name": "Andy",
      "last_name": "Fletcher",
      "name": "Andy Fletcher",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "49"
    },
    {
      "id": "1552a402-90c9-467c-a2e4-3366460d6d3c",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-08T21:12:02-05:00",
      "first_name": "Mark",
      "last_name": "Ripperger",
      "name": "Mark Ripperger",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "90"
    },
    {
      "id": "0556efeb-3bf2-4532-993f-cc8e7ee54a44",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2017-03-17T13:05:22-04:00",
      "first_name": "Joe",
      "last_name": "West",
      "name": "Joe West",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "22"
    },
    {
      "id": "f2f699d3-1dd5-46cd-9ca1-5b02ef9b4cb0",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2016-07-03T13:03:51-04:00",
      "first_name": "Victor",
      "last_name": "Carapazza",
      "name": "Victor Carapazza",
      "role": "Second Base",
      "role_label": "2nd",
      "uniform_number": "19"
    },
    {
      "id": "a31c86c7-0192-429b-b489-4679e67f084a",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2017-03-14T13:05:10-04:00",
      "first_name": "D.J.",
      "last_name": "Reyburn",
      "name": "D.J. Reyburn",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "70"
    },
    {
      "id": "042430de-a523-49f4-a324-99a2fa30ccb4",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-02-27T04:28:08-05:00",
      "first_name": "John",
      "last_name": "Hirschbeck",
      "name": "John Hirschbeck",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "17"
    },
    {
      "id": "a1025612-22f5-40bf-a610-8d8ff6aa791e",
      "created_at": "2016-07-12T19:46:10-04:00",
      "updated_at": "2017-02-27T04:28:28-05:00",
      "first_name": "Vic",
      "last_name": "Carapazza",
      "name": "Vic Carapazza",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": null
    },
    {
      "id": "b7ac4c44-21cc-4663-82d0-7176dae989ae",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-22T13:05:12-04:00",
      "first_name": "James",
      "last_name": "Hoye",
      "name": "James Hoye",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "92"
    },
    {
      "id": "f48a80c7-9ddc-4ce2-bd32-0524e00fe885",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2017-03-18T16:16:09-04:00",
      "first_name": "Rob",
      "last_name": "Drake",
      "name": "Rob Drake",
      "role": "3B",
      "role_label": "Third Base",
      "uniform_number": "82"
    },
    {
      "id": "cd9df486-7149-4289-9011-e7fa614b84c7",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-20T12:45:04-04:00",
      "first_name": "CB",
      "last_name": "Bucknor",
      "name": "CB Bucknor",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "54"
    },
    {
      "id": "856dfb44-3e80-46ad-bf2d-f8b0d13fba29",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-02-27T04:28:15-05:00",
      "first_name": "Hunter",
      "last_name": "Wendelstedt",
      "name": "Hunter Wendelstedt",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "21"
    },
    {
      "id": "ac95f4c5-143b-446f-bc95-d79fb6a4d7fb",
      "created_at": "2016-04-03T02:35:25-04:00",
      "updated_at": "2017-03-17T13:05:22-04:00",
      "first_name": "Jerry",
      "last_name": "Layne",
      "name": "Jerry Layne",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "24"
    },
    {
      "id": "d9ac979a-4ed8-4462-946d-7592ae081d51",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-02-27T04:26:46-05:00",
      "first_name": "Scott",
      "last_name": "Barry",
      "name": "Scott Barry",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "87"
    },
    {
      "id": "a2b05332-6ce0-4ad9-aeeb-a5eb1244fb8c",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-10T13:05:41-05:00",
      "first_name": "Eric",
      "last_name": "Cooper",
      "name": "Eric Cooper",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "56"
    },
    {
      "id": "54b338e5-4f09-4701-9ef0-17a1f00d97da",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2017-03-09T13:05:10-05:00",
      "first_name": "Gary",
      "last_name": "Cederstrom",
      "name": "Gary Cederstrom",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "38"
    },
    {
      "id": "dee7f4e0-1977-4750-977b-1b5b4bbbf1fe",
      "created_at": "2016-04-03T02:35:27-04:00",
      "updated_at": "2017-03-16T16:05:31-04:00",
      "first_name": "Ramon",
      "last_name": "De Jesus",
      "name": "Ramon De Jesus",
      "role": "3B",
      "role_label": "Third Base",
      "uniform_number": "18"
    },
    {
      "id": "e71469eb-f250-454a-8e09-3172e028f013",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-18T14:20:07-04:00",
      "first_name": "Brian",
      "last_name": "O'Nora",
      "name": "Brian O'Nora",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "7"
    },
    {
      "id": "0915151d-bb03-4fd9-bcf4-3c4d498119ba",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-04T12:45:03-05:00",
      "first_name": "Jeff",
      "last_name": "Kellogg",
      "name": "Jeff Kellogg",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "8"
    },
    {
      "id": "99047693-b449-42d8-bc99-7cffc3ef0fb8",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-16T16:05:31-04:00",
      "first_name": "John",
      "last_name": "Tumpane",
      "name": "John Tumpane",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "74"
    },
    {
      "id": "54f9a50b-ed79-4ceb-9aef-e3d515f3ff13",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-03-21T16:05:05-04:00",
      "first_name": "Alan",
      "last_name": "Porter",
      "name": "Alan Porter",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "64"
    },
    {
      "id": "1c7e5381-254b-48c1-b5ac-d6b8a54ef8c1",
      "created_at": "2016-04-03T02:35:24-04:00",
      "updated_at": "2017-03-02T18:53:16-05:00",
      "first_name": "Todd",
      "last_name": "Tichenor",
      "name": "Todd Tichenor",
      "role": "3B",
      "role_label": "Third Base",
      "uniform_number": "97"
    },
    {
      "id": "d96c07f0-f617-4137-8cf4-d4e24bf390bc",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-15T17:08:33-04:00",
      "first_name": "Bill",
      "last_name": "Miller",
      "name": "Bill Miller",
      "role": "3B",
      "role_label": "Third Base",
      "uniform_number": "26"
    },
    {
      "id": "da7cd35d-a453-4796-bb7b-a0ec3248433f",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-19T16:12:58-04:00",
      "first_name": "Pat",
      "last_name": "Hoberg",
      "name": "Pat Hoberg",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "31"
    },
    {
      "id": "ea44a346-7791-4f4e-9a72-e353e6f1c224",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-02-27T04:28:08-05:00",
      "first_name": "Chris",
      "last_name": "Conroy",
      "name": "Chris Conroy",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "98"
    },
    {
      "id": "e3ad4293-d5d2-4312-b0a0-7f3facce987d",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2017-03-12T16:10:09-04:00",
      "first_name": "Ron",
      "last_name": "Kulpa",
      "name": "Ron Kulpa",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "46"
    },
    {
      "id": "f132d483-29be-4fc4-9363-4ddb3e45a2da",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-03-20T12:45:04-04:00",
      "first_name": "Paul",
      "last_name": "Nauert",
      "name": "Paul Nauert",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "96"
    },
    {
      "id": "914ca1f9-c608-4a4a-862b-07919bb7b9e6",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-09T13:05:10-05:00",
      "first_name": "Jerry",
      "last_name": "Meals",
      "name": "Jerry Meals",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "41"
    },
    {
      "id": "6271c1b6-9424-4f56-8daa-615ccd4f212f",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-02-27T04:28:13-05:00",
      "first_name": "Alfonso",
      "last_name": "Marquez",
      "name": "Alfonso Marquez",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "72"
    },
    {
      "id": "790d295c-33c4-43d2-8a42-44cef75d802c",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2016-07-04T20:22:46-04:00",
      "first_name": "David",
      "last_name": "Rackley",
      "name": "David Rackley",
      "role": "First Base",
      "role_label": "1st",
      "uniform_number": "86"
    },
    {
      "id": "cb592037-47be-4529-a854-a527e6824281",
      "created_at": "2016-07-12T19:43:35-04:00",
      "updated_at": "2017-02-27T04:28:13-05:00",
      "first_name": "Dave",
      "last_name": "Rackley",
      "name": "Dave Rackley",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": null
    },
    {
      "id": "85f3966c-82a3-4011-b0c7-999e7083450f",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2017-02-27T04:28:13-05:00",
      "first_name": "Larry",
      "last_name": "Vanover",
      "name": "Larry Vanover",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "27"
    },
    {
      "id": "8d5e63cc-f6be-40b5-bf5b-5bd251147fa1",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-18T16:16:09-04:00",
      "first_name": "Chris",
      "last_name": "Guccione",
      "name": "Chris Guccione",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "68"
    },
    {
      "id": "a5c2d0e5-6cdc-489d-b414-470365663a82",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-16T16:05:31-04:00",
      "first_name": "Lance",
      "last_name": "Barrett",
      "name": "Lance Barrett",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "94"
    },
    {
      "id": "2ac2416a-efd8-4fa7-aeb2-4e69971aa5b5",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-02-27T04:28:28-05:00",
      "first_name": "Dan",
      "last_name": "Iassogna",
      "name": "Dan Iassogna",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "58"
    },
    {
      "id": "bd05ba79-0836-4951-9921-94cd6b95bb35",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-02T18:53:16-05:00",
      "first_name": "Dale",
      "last_name": "Scott",
      "name": "Dale Scott",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "5"
    },
    {
      "id": "00c31a1d-d988-448a-a7f6-ce7f0d103720",
      "created_at": "2016-04-03T02:35:24-04:00",
      "updated_at": "2017-02-27T04:28:28-05:00",
      "first_name": "Bob",
      "last_name": "Davidson",
      "name": "Bob Davidson",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "61"
    },
    {
      "id": "d1d3cc19-fb3f-479b-bc85-ed00405b6a9f",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-08T15:05:28-05:00",
      "first_name": "Mike",
      "last_name": "Muchlinski",
      "name": "Mike Muchlinski",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "76"
    },
    {
      "id": "ee0e5350-bc15-4b0f-80f2-79e793f18d68",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-10T13:05:41-05:00",
      "first_name": "Nic",
      "last_name": "Lentz",
      "name": "Nic Lentz",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "59"
    },
    {
      "id": "f5e3185f-6cc0-4c78-875e-63d7ab44989c",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-02-27T04:27:37-05:00",
      "first_name": "Cory",
      "last_name": "Blaser",
      "name": "Cory Blaser",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "89"
    },
    {
      "id": "2f592778-41f8-4f2a-a084-22a6e6340aad",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2016-07-04T13:56:16-04:00",
      "first_name": "Manny ",
      "last_name": "Gonzalez",
      "name": "Manny  Gonzalez",
      "role": "Homeplate",
      "role_label": "Home",
      "uniform_number": "79"
    },
    {
      "id": "1edfa778-cbf5-4588-8cd4-eecdb5155628",
      "created_at": "2016-04-03T02:35:24-04:00",
      "updated_at": "2017-03-11T13:22:07-05:00",
      "first_name": "Fieldin",
      "last_name": "Culbreth",
      "name": "Fieldin Culbreth",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "25"
    },
    {
      "id": "4713fbb0-f3a6-4e22-9660-17f5034da466",
      "created_at": "2016-07-12T19:43:47-04:00",
      "updated_at": "2017-02-27T04:27:21-05:00",
      "first_name": "Manny",
      "last_name": "Gonzalez",
      "name": "Manny Gonzalez",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": null
    },
    {
      "id": "d910220c-f4ff-4d31-b488-95c4fd48276f",
      "created_at": "2016-04-03T02:35:25-04:00",
      "updated_at": "2017-03-08T15:05:28-05:00",
      "first_name": "Jim",
      "last_name": "Reynolds",
      "name": "Jim Reynolds",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "77"
    }
  ],
  "hitters": [
    {
      "id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "created_at": "2016-03-18T21:10:01-04:00",
      "updated_at": "2017-03-22T17:19:22-04:00",
      "active": true,
      "bats": "bats_left",
      "birth_date": "1992-10-16",
      "captain": null,
      "city": "Las Vegas",
      "country": "USA",
      "draft_overall_pick": 1,
      "draft_round": 1,
      "draft_season": "2010",
      "draft_team_name": null,
      "first_name": "Bryce",
      "handedness": "right",
      "height": 75,
      "high_school": "Las Vegas, NV",
      "humanized_salary": "5,000,000",
      "last_name": "Harper",
      "mlbam_id": 547180,
      "name": "Bryce Harper",
      "nickname": "Bryce",
      "position_abbreviation": "RF",
      "position_name": "Right Outfield",
      "pro_debut": "2012-04-28",
      "salary": 5000000,
      "salary_currency": "USD",
      "school": "College of Southern Nevada JC",
      "slug": "mlb-bryce-harper",
      "sport": "baseball",
      "state": "NV",
      "uniform_number": "34",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 215,
      "years_of_experience": 3,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "77303dac-3e19-4c49-802c-eef8719d26cf",
      "team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    }
  ],
  "hitter_teams": [
    {
      "id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "AB0003",
      "colors": [
        "AB0003",
        "11225B"
      ],
      "hashtag": "Nats",
      "hashtags": [
        "Nats",
        "Nationals"
      ],
      "location": "Washington",
      "name": "Washington",
      "nickname": "Nationals",
      "latitude": 38.8787421,
      "longitude": -77.0074421,
      "slug": "mlb-was",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "baseball_pitches": [
    {
      "id": "d8e3d3be-6e5d-4a35-bcb6-c623e115638d",
      "created_at": "2016-08-19T19:40:42-04:00",
      "updated_at": "2016-08-19T19:40:42-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 1,
      "event_id": "4bb77a3e-708a-4fe4-a8ac-b4d8c2b9f127",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 5,
      "pitch_name": "Curveball",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 71.0,
      "pitch_type": "CU",
      "pitch_zone": "3",
      "pitched_at": "2016-08-19T19:39:04-04:00",
      "sequence": 1,
      "game_id": "f0a48b1e-9cdb-4894-b30a-e6514287004b",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "4a1384f8-5489-4638-8480-061465508071",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "1814321b-1e24-49da-877e-ca5694db13a4",
      "created_at": "2016-08-19T19:40:42-04:00",
      "updated_at": "2016-08-19T19:40:42-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 1,
      "event_id": "545eab51-876e-44bc-a41a-0afc7ea181cc",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 6,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 90.0,
      "pitch_type": "FA",
      "pitch_zone": "10",
      "pitched_at": "2016-08-19T19:39:34-04:00",
      "sequence": 1,
      "game_id": "f0a48b1e-9cdb-4894-b30a-e6514287004b",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "4a1384f8-5489-4638-8480-061465508071",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "d03d4b48-8155-49d8-b6e9-12323b5cce09",
      "created_at": "2016-08-19T19:40:42-04:00",
      "updated_at": "2016-08-19T19:40:42-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 2,
      "event_id": "d435ad7d-78d7-43ed-ad57-4b608346b877",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 7,
      "pitch_name": "Fastball",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 90.0,
      "pitch_type": "FA",
      "pitch_zone": "10",
      "pitched_at": "2016-08-19T19:40:04-04:00",
      "sequence": 1,
      "game_id": "f0a48b1e-9cdb-4894-b30a-e6514287004b",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "4a1384f8-5489-4638-8480-061465508071",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "eb9017d2-bc41-44cc-b82d-5927419e10d3",
      "created_at": "2016-08-19T19:44:02-04:00",
      "updated_at": "2016-08-19T19:44:02-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 4,
      "at_bat_strikes": 2,
      "event_id": "ab6b75e5-7110-4fc0-9c56-c0b1f825f199",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 8,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 91.0,
      "pitch_type": "FA",
      "pitch_zone": "13",
      "pitched_at": "2016-08-19T19:40:41-04:00",
      "sequence": 1,
      "game_id": "f0a48b1e-9cdb-4894-b30a-e6514287004b",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "4a1384f8-5489-4638-8480-061465508071",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "7241e4a7-98d9-4f84-a485-c15b58d8b67a",
      "created_at": "2016-08-19T19:44:02-04:00",
      "updated_at": "2016-08-19T19:44:02-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 5,
      "at_bat_strikes": 2,
      "event_id": "47ffcbfd-7091-4798-854e-a457fecc58fe",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": "20",
      "hit_type": "GB",
      "hitter_pitch_count": "2-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 9,
      "pitch_name": "Slider",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 80.0,
      "pitch_type": "SL",
      "pitch_zone": "4",
      "pitched_at": "2016-08-19T19:41:15-04:00",
      "sequence": 1,
      "game_id": "f0a48b1e-9cdb-4894-b30a-e6514287004b",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "4a1384f8-5489-4638-8480-061465508071",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "b4ee1b42-b7b2-4c28-bdd6-aa12f3aac18e",
      "created_at": "2016-07-15T16:28:25-04:00",
      "updated_at": "2016-07-15T16:28:25-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 1,
      "event_id": "d7fa038a-0cef-48bf-a481-8218c7fcc05a",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 8,
      "pitch_name": "Sinker",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 92.0,
      "pitch_type": "SI",
      "pitch_zone": "11",
      "pitched_at": "2016-04-29T20:17:56-04:00",
      "sequence": 1,
      "game_id": "eb433fe1-b74a-4b22-8289-e153f3b1af2f",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "pitcher_id": "e53d9970-1c9c-45fd-9c09-b7e4ea971c4b",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "6221bb08-21dc-4b43-9346-d846f5b89fef",
      "created_at": "2016-07-15T16:28:25-04:00",
      "updated_at": "2016-07-15T16:28:25-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 2,
      "event_id": "2aeb24f0-553f-4900-9135-34dfe369dd55",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 9,
      "pitch_name": "Cutter",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 90.0,
      "pitch_type": "CT",
      "pitch_zone": "4",
      "pitched_at": "2016-04-29T20:18:15-04:00",
      "sequence": 1,
      "game_id": "eb433fe1-b74a-4b22-8289-e153f3b1af2f",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "pitcher_id": "e53d9970-1c9c-45fd-9c09-b7e4ea971c4b",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "30f642e8-1015-4478-8e00-abda7cef5654",
      "created_at": "2016-07-15T16:28:25-04:00",
      "updated_at": "2016-07-15T16:28:25-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 2,
      "event_id": "747db091-bcfc-4078-9b95-d5c6f0e3932e",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 10,
      "pitch_name": "Sinker",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 90.0,
      "pitch_type": "SI",
      "pitch_zone": "13",
      "pitched_at": "2016-04-29T20:18:37-04:00",
      "sequence": 1,
      "game_id": "eb433fe1-b74a-4b22-8289-e153f3b1af2f",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "pitcher_id": "e53d9970-1c9c-45fd-9c09-b7e4ea971c4b",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "a20988e2-9bc3-4cd2-a80e-8b5e9d8e7675",
      "created_at": "2016-07-15T16:28:25-04:00",
      "updated_at": "2016-07-15T16:28:25-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 4,
      "at_bat_strikes": 2,
      "event_id": "7ca48670-0c2f-41a5-9e6e-01e07bc251f6",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 11,
      "pitch_name": "Changeup",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 85.0,
      "pitch_type": "CH",
      "pitch_zone": "12",
      "pitched_at": "2016-04-29T20:19:05-04:00",
      "sequence": 1,
      "game_id": "eb433fe1-b74a-4b22-8289-e153f3b1af2f",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "pitcher_id": "e53d9970-1c9c-45fd-9c09-b7e4ea971c4b",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "aca22f22-4a93-4456-9071-57a9f89964a6",
      "created_at": "2016-07-15T16:28:25-04:00",
      "updated_at": "2016-07-15T16:28:25-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 5,
      "at_bat_strikes": 2,
      "event_id": "2a0dcafb-776e-4ab6-b50b-b348bb5e13b1",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 12,
      "pitch_name": "Sinker",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 91.0,
      "pitch_type": "SI",
      "pitch_zone": "9",
      "pitched_at": "2016-04-29T20:19:23-04:00",
      "sequence": 1,
      "game_id": "eb433fe1-b74a-4b22-8289-e153f3b1af2f",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "pitcher_id": "e53d9970-1c9c-45fd-9c09-b7e4ea971c4b",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "dd682450-f714-4f6d-a30b-cb80c7233a10",
      "created_at": "2016-07-15T16:28:25-04:00",
      "updated_at": "2016-07-15T16:28:25-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 6,
      "at_bat_strikes": 2,
      "event_id": "c3bed0f4-0726-4500-ba94-6353911e75c6",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 13,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 91.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-04-29T20:19:47-04:00",
      "sequence": 1,
      "game_id": "eb433fe1-b74a-4b22-8289-e153f3b1af2f",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "pitcher_id": "e53d9970-1c9c-45fd-9c09-b7e4ea971c4b",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "c92bde73-d462-4be3-be3e-35fb6d503fa1",
      "created_at": "2016-07-15T16:28:25-04:00",
      "updated_at": "2016-07-15T16:28:25-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 7,
      "at_bat_strikes": 2,
      "event_id": "f6432b22-a9b9-48d0-acc1-6b0399cf29a4",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": "22",
      "hit_type": "GB",
      "hitter_pitch_count": "2-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 14,
      "pitch_name": "Changeup",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 86.0,
      "pitch_type": "CH",
      "pitch_zone": "8",
      "pitched_at": "2016-04-29T20:20:10-04:00",
      "sequence": 1,
      "game_id": "eb433fe1-b74a-4b22-8289-e153f3b1af2f",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "pitcher_id": "e53d9970-1c9c-45fd-9c09-b7e4ea971c4b",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "a69d25fa-170b-44e5-877e-8dc12cec3e72",
      "created_at": "2016-07-15T15:24:39-04:00",
      "updated_at": "2016-07-15T15:24:39-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "111ea9b8-08a5-4cc0-bed8-b1007adffb08",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": "23",
      "hit_type": "GB",
      "hitter_pitch_count": "0-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": true,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 11,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 86.0,
      "pitch_type": "FA",
      "pitch_zone": "6",
      "pitched_at": "2016-07-07T19:15:42-04:00",
      "sequence": 1,
      "game_id": "40058c55-e56d-43ee-a2da-4f5f9a7ba5a1",
      "team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "pitcher_id": "80906ddf-c1af-410d-9532-3c3aa8e8e9ac",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "39cca45f-3347-4b3f-bfb1-d276a7174be8",
      "created_at": "2016-09-25T13:46:45-04:00",
      "updated_at": "2016-09-25T13:48:56-04:00",
      "at_bat_balls": 3,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 5,
      "at_bat_strikes": 1,
      "event_id": "8a9b4ebf-bd22-406c-889d-239249b2b1bb",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": "23",
      "hit_type": "GB",
      "hitter_pitch_count": "3-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 15,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 92.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-09-25T13:46:31-04:00",
      "sequence": 1,
      "game_id": "df6ff012-6984-4f29-a500-df8e0131b61f",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "pitcher_id": "52ffed02-e42b-49c7-8ef3-08d31a2da46a",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "3e1d59dd-42fb-4300-968e-d5f8d2a6ba79",
      "created_at": "2016-09-25T13:44:33-04:00",
      "updated_at": "2016-09-25T13:44:33-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 0,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "2d24e5f2-67ce-4ad9-b25f-f329b4202d7b",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 11,
      "pitch_name": "Curveball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 78.0,
      "pitch_type": "CU",
      "pitch_zone": "13",
      "pitched_at": "2016-09-25T13:43:29-04:00",
      "sequence": 1,
      "game_id": "df6ff012-6984-4f29-a500-df8e0131b61f",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "pitcher_id": "52ffed02-e42b-49c7-8ef3-08d31a2da46a",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "41116211-76eb-4bef-b5b6-bbc63c44cf04",
      "created_at": "2016-09-25T13:44:33-04:00",
      "updated_at": "2016-09-25T13:44:33-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 0,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 0,
      "event_id": "02145ae0-cbb9-42eb-ad37-0ca9d9f11c55",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 12,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 95.0,
      "pitch_type": "FA",
      "pitch_zone": "13",
      "pitched_at": "2016-09-25T13:44:02-04:00",
      "sequence": 1,
      "game_id": "df6ff012-6984-4f29-a500-df8e0131b61f",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "pitcher_id": "52ffed02-e42b-49c7-8ef3-08d31a2da46a",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "bea4b956-4152-4bf1-a5af-a7bf575715c3",
      "created_at": "2016-09-25T13:46:45-04:00",
      "updated_at": "2016-09-25T13:46:45-04:00",
      "at_bat_balls": 3,
      "at_bat_outs": 0,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 0,
      "event_id": "1e09e151-4d97-476b-b357-ad3652a7ddb6",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "3-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 13,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 91.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-09-25T13:45:04-04:00",
      "sequence": 1,
      "game_id": "df6ff012-6984-4f29-a500-df8e0131b61f",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "pitcher_id": "52ffed02-e42b-49c7-8ef3-08d31a2da46a",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "7d602b28-d165-459f-917c-4be95375c62e",
      "created_at": "2016-09-25T13:46:45-04:00",
      "updated_at": "2016-09-25T13:46:45-04:00",
      "at_bat_balls": 3,
      "at_bat_outs": 0,
      "at_bat_pitch_count": 4,
      "at_bat_strikes": 1,
      "event_id": "01839887-5f3f-4e63-ab23-897bb3ea86fa",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "3-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 14,
      "pitch_name": "Fastball",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 93.0,
      "pitch_type": "FA",
      "pitch_zone": "9",
      "pitched_at": "2016-09-25T13:45:40-04:00",
      "sequence": 1,
      "game_id": "df6ff012-6984-4f29-a500-df8e0131b61f",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "pitcher_id": "52ffed02-e42b-49c7-8ef3-08d31a2da46a",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "e9f60eaf-b4ae-4b58-9daf-d8a3d6be1b30",
      "created_at": "2016-07-15T15:43:50-04:00",
      "updated_at": "2016-07-15T15:43:50-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "01ee52c2-b856-4f73-accb-9839d815b387",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 7,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 94.0,
      "pitch_type": "FA",
      "pitch_zone": "13",
      "pitched_at": "2016-06-25T16:13:52-04:00",
      "sequence": 1,
      "game_id": "741fbfec-a586-43a0-8779-638bf2a94f47",
      "team_id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "pitcher_id": "97674af9-92b6-4038-bae4-ceff9bf654bb",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "ae6cde7b-70fe-4ea4-8fa9-0083533c6396",
      "created_at": "2016-07-15T15:43:50-04:00",
      "updated_at": "2016-07-15T15:43:50-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 0,
      "event_id": "ad222483-d594-4336-9c7f-014041500e8f",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": "23",
      "hit_type": "GB",
      "hitter_pitch_count": "1-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 8,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 93.0,
      "pitch_type": "FA",
      "pitch_zone": "4",
      "pitched_at": "2016-06-25T16:14:13-04:00",
      "sequence": 1,
      "game_id": "741fbfec-a586-43a0-8779-638bf2a94f47",
      "team_id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "pitcher_id": "97674af9-92b6-4038-bae4-ceff9bf654bb",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "a9eff134-d2c0-4d1e-99a1-53a9d9e60029",
      "created_at": "2016-08-20T19:21:14-04:00",
      "updated_at": "2016-08-20T19:21:14-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "19923eca-a2fd-49b2-86b2-9ea24e448bcb",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 17,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 92.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-08-20T19:17:26-04:00",
      "sequence": 1,
      "game_id": "2400a955-a21e-4a93-b2bc-e68e1e3977c3",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "c6b5fd33-94a9-422e-aa45-0134187de7ac",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "564837a5-3c28-4565-890f-e6a804b0169f",
      "created_at": "2016-08-20T19:21:14-04:00",
      "updated_at": "2016-08-20T19:21:14-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 1,
      "event_id": "77acab02-f412-4fd2-86d2-d32003202b0f",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 18,
      "pitch_name": "Fastball",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 92.0,
      "pitch_type": "FA",
      "pitch_zone": "6",
      "pitched_at": "2016-08-20T19:17:49-04:00",
      "sequence": 1,
      "game_id": "2400a955-a21e-4a93-b2bc-e68e1e3977c3",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "c6b5fd33-94a9-422e-aa45-0134187de7ac",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "efcfe578-19de-4132-bf13-2941461f039e",
      "created_at": "2016-08-20T19:21:14-04:00",
      "updated_at": "2016-08-20T19:21:14-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 1,
      "event_id": "0e527aa4-95a5-4ab1-83c6-77272f40f0a7",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": "23",
      "hit_type": "GB",
      "hitter_pitch_count": "1-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 19,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 91.0,
      "pitch_type": "FA",
      "pitch_zone": "12",
      "pitched_at": "2016-08-20T19:18:19-04:00",
      "sequence": 1,
      "game_id": "2400a955-a21e-4a93-b2bc-e68e1e3977c3",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "c6b5fd33-94a9-422e-aa45-0134187de7ac",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "c9ca9180-dc3e-4223-bcd6-533279e351b0",
      "created_at": "2016-07-15T15:19:11-04:00",
      "updated_at": "2016-07-15T15:19:11-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 1,
      "event_id": "6b94f943-ac7e-4209-b3be-593993733c79",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 14,
      "pitch_name": "Sinker",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 94.0,
      "pitch_type": "SI",
      "pitch_zone": "7",
      "pitched_at": "2016-06-26T14:16:30-04:00",
      "sequence": 1,
      "game_id": "30dffa15-aab3-4047-8edf-ce397cb82921",
      "team_id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "pitcher_id": "cac9906a-07c4-4daf-9be8-f02546f51e3e",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "d8a3b9ed-e6b4-4c28-a180-7f66d23aa691",
      "created_at": "2016-07-15T15:19:11-04:00",
      "updated_at": "2016-07-15T15:19:11-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 1,
      "event_id": "40ff45b6-c0d0-43ca-9e1e-6724038eb519",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": "23",
      "hit_type": "GB",
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 15,
      "pitch_name": "Sinker",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 95.0,
      "pitch_type": "SI",
      "pitch_zone": "9",
      "pitched_at": "2016-06-26T14:17:16-04:00",
      "sequence": 1,
      "game_id": "30dffa15-aab3-4047-8edf-ce397cb82921",
      "team_id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "pitcher_id": "cac9906a-07c4-4daf-9be8-f02546f51e3e",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "6f2781e2-0564-4de7-a5a8-20aeff87730e",
      "created_at": "2016-07-15T15:27:33-04:00",
      "updated_at": "2016-07-15T15:27:33-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "72091225-1aed-4b44-b91a-3afd928f9396",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 11,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 91.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-06-16T22:13:36-04:00",
      "sequence": 1,
      "game_id": "47bee7f2-0dc5-4dff-969c-2905c32e447f",
      "team_id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "pitcher_id": "18bd00ba-1d92-427e-9ab2-55487519ffe8",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "15f9bf0f-a613-46ab-a97b-a9a4ab6e906d",
      "created_at": "2016-07-15T15:27:33-04:00",
      "updated_at": "2016-07-15T15:27:33-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 0,
      "event_id": "085c5790-6de8-4d8d-80a4-f2841e7df48a",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 12,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 91.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-06-16T22:13:50-04:00",
      "sequence": 1,
      "game_id": "47bee7f2-0dc5-4dff-969c-2905c32e447f",
      "team_id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "pitcher_id": "18bd00ba-1d92-427e-9ab2-55487519ffe8",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "fd552b91-94b8-4e89-96cd-f9417aabe924",
      "created_at": "2016-07-15T15:27:33-04:00",
      "updated_at": "2016-07-15T15:27:33-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 1,
      "event_id": "cc00949a-c1f6-49c1-a59e-ab171e7aab50",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 13,
      "pitch_name": "Fastball",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 92.0,
      "pitch_type": "FA",
      "pitch_zone": "6",
      "pitched_at": "2016-06-16T22:14:05-04:00",
      "sequence": 1,
      "game_id": "47bee7f2-0dc5-4dff-969c-2905c32e447f",
      "team_id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "pitcher_id": "18bd00ba-1d92-427e-9ab2-55487519ffe8",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "d0b1d775-458e-4d64-9367-668af643e414",
      "created_at": "2016-07-15T15:27:33-04:00",
      "updated_at": "2016-07-15T15:27:33-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 4,
      "at_bat_strikes": 1,
      "event_id": "f1325b08-9311-4b08-b9df-e8ab7afa682a",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": "23",
      "hit_type": "GB",
      "hitter_pitch_count": "2-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 14,
      "pitch_name": "Slider",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 86.0,
      "pitch_type": "SL",
      "pitch_zone": "12",
      "pitched_at": "2016-06-16T22:14:27-04:00",
      "sequence": 1,
      "game_id": "47bee7f2-0dc5-4dff-969c-2905c32e447f",
      "team_id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "pitcher_id": "18bd00ba-1d92-427e-9ab2-55487519ffe8",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "4caa5ddc-b92c-4656-b0a0-59b4a7ba929b",
      "created_at": "2016-07-15T15:14:05-04:00",
      "updated_at": "2016-07-15T15:14:05-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "76d34f7f-8465-4bef-a953-845a76c7c53b",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": "23",
      "hit_type": "GB",
      "hitter_pitch_count": "0-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 3,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 96.0,
      "pitch_type": "FA",
      "pitch_zone": "13",
      "pitched_at": "2016-07-12T20:22:57-04:00",
      "sequence": 1,
      "game_id": "25175e0c-2e8c-42e7-8938-e92add92d78f",
      "team_id": "8572e355-63b6-440c-8cb0-8ef52144b993",
      "pitcher_id": "aa604da0-b23c-4e7c-bd5b-6d8a508e9300",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "c42a6d0c-9bf5-461c-b180-df6efff96b61",
      "created_at": "2016-08-31T19:14:47-04:00",
      "updated_at": "2016-08-31T19:14:47-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 1,
      "event_id": "174c2b77-1f27-4a46-a331-3ad5b1370a8e",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 15,
      "pitch_name": "Slider",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 84.0,
      "pitch_type": "SL",
      "pitch_zone": "9",
      "pitched_at": "2016-08-31T19:14:12-04:00",
      "sequence": 1,
      "game_id": "2e16eb83-687a-4305-90ab-89e29c3ac17b",
      "team_id": "94acb560-6d9c-4b89-a32c-7fb817ad7aa7",
      "pitcher_id": "2f59f0a6-d25d-42be-9782-eb6e4e5db226",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "745475b2-15d8-4586-8e11-4cdeaffc4bd0",
      "created_at": "2016-08-31T19:14:47-04:00",
      "updated_at": "2016-08-31T19:14:47-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 1,
      "event_id": "e72ef792-8278-4624-a5ab-8a5a4ec79282",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 16,
      "pitch_name": "Slider",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 85.0,
      "pitch_type": "SL",
      "pitch_zone": "11",
      "pitched_at": "2016-08-31T19:14:29-04:00",
      "sequence": 1,
      "game_id": "2e16eb83-687a-4305-90ab-89e29c3ac17b",
      "team_id": "94acb560-6d9c-4b89-a32c-7fb817ad7aa7",
      "pitcher_id": "2f59f0a6-d25d-42be-9782-eb6e4e5db226",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "9445b94b-9430-4613-950b-2d023295806e",
      "created_at": "2016-08-31T19:18:22-04:00",
      "updated_at": "2016-08-31T19:18:22-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 1,
      "event_id": "ca9801a9-61c7-4565-b517-3f7983bd5454",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": "22",
      "hit_type": "GB",
      "hitter_pitch_count": "1-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 17,
      "pitch_name": "Slider",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 84.0,
      "pitch_type": "SL",
      "pitch_zone": "11",
      "pitched_at": "2016-08-31T19:14:54-04:00",
      "sequence": 1,
      "game_id": "2e16eb83-687a-4305-90ab-89e29c3ac17b",
      "team_id": "94acb560-6d9c-4b89-a32c-7fb817ad7aa7",
      "pitcher_id": "2f59f0a6-d25d-42be-9782-eb6e4e5db226",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "ac7babb8-f9f5-4cd4-8485-01df5e77da2d",
      "created_at": "2016-08-23T19:18:15-04:00",
      "updated_at": "2016-08-23T19:18:15-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 1,
      "event_id": "2e894d02-d2aa-4a2a-b590-990e3d0a4e9c",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 15,
      "pitch_name": "Fastball",
      "pitch_outcome": "Foul Tip",
      "pitch_outcome_type": "kFT",
      "pitch_speed": 92.0,
      "pitch_type": "FA",
      "pitch_zone": "6",
      "pitched_at": "2016-08-23T19:16:46-04:00",
      "sequence": 1,
      "game_id": "d476c691-ebe3-4264-9a74-47a17947db42",
      "team_id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "pitcher_id": "d4ddb5ec-ed0f-4ea4-89b3-8d0820aba4ef",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "90ecd054-69f8-43ae-bddb-8cfb2f593b14",
      "created_at": "2016-08-23T19:18:15-04:00",
      "updated_at": "2016-08-23T19:18:15-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 2,
      "event_id": "c76b0bdc-a149-4954-80af-f6cbe93172bb",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 16,
      "pitch_name": "Fastball",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 94.0,
      "pitch_type": "FA",
      "pitch_zone": "2",
      "pitched_at": "2016-08-23T19:17:11-04:00",
      "sequence": 1,
      "game_id": "d476c691-ebe3-4264-9a74-47a17947db42",
      "team_id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "pitcher_id": "d4ddb5ec-ed0f-4ea4-89b3-8d0820aba4ef",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "118b466a-7996-4f2d-b6c2-626e65c0de52",
      "created_at": "2016-08-23T19:18:15-04:00",
      "updated_at": "2016-08-23T19:21:48-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 2,
      "event_id": "1b6331b7-e411-4797-9b22-96b2ccaee4b5",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 17,
      "pitch_name": "Splitter",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 84.0,
      "pitch_type": "SP",
      "pitch_zone": "12",
      "pitched_at": "2016-08-23T19:17:59-04:00",
      "sequence": 1,
      "game_id": "d476c691-ebe3-4264-9a74-47a17947db42",
      "team_id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "pitcher_id": "d4ddb5ec-ed0f-4ea4-89b3-8d0820aba4ef",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "d88678b7-9e24-45dc-8ea8-0067d200026f",
      "created_at": "2016-08-23T19:21:48-04:00",
      "updated_at": "2016-08-23T19:21:48-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 4,
      "at_bat_strikes": 2,
      "event_id": "dbbad321-85cb-4132-ac8c-3942b2e1f72a",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 18,
      "pitch_name": "Splitter",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 85.0,
      "pitch_type": "SP",
      "pitch_zone": "11",
      "pitched_at": "2016-08-23T19:18:20-04:00",
      "sequence": 1,
      "game_id": "d476c691-ebe3-4264-9a74-47a17947db42",
      "team_id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "pitcher_id": "d4ddb5ec-ed0f-4ea4-89b3-8d0820aba4ef",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "00a59b4e-b50f-4df8-aa4b-7e00ccc973d0",
      "created_at": "2016-08-23T19:21:48-04:00",
      "updated_at": "2016-08-23T19:21:48-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 5,
      "at_bat_strikes": 2,
      "event_id": "ae437061-2ec4-4223-a109-622a3f155c23",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": "14",
      "hit_type": "GB",
      "hitter_pitch_count": "2-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": true,
      "is_on_base": true,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 19,
      "pitch_name": "Fastball",
      "pitch_outcome": "Single",
      "pitch_outcome_type": "aS",
      "pitch_speed": 94.0,
      "pitch_type": "FA",
      "pitch_zone": "3",
      "pitched_at": "2016-08-23T19:18:54-04:00",
      "sequence": 1,
      "game_id": "d476c691-ebe3-4264-9a74-47a17947db42",
      "team_id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "pitcher_id": "d4ddb5ec-ed0f-4ea4-89b3-8d0820aba4ef",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "af8ad648-8d4c-4b0f-98c0-893c0fe20dbd",
      "created_at": "2016-07-15T15:59:42-04:00",
      "updated_at": "2016-07-15T15:59:42-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 1,
      "event_id": "7d30d9f0-115c-4c12-9272-94011a20b172",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 5,
      "pitch_name": "Fastball",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 92.0,
      "pitch_type": "FA",
      "pitch_zone": "10",
      "pitched_at": "2016-06-19T16:43:57-04:00",
      "sequence": 1,
      "game_id": "9a187c85-3f2c-48f9-ab88-fe68c9460688",
      "team_id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "pitcher_id": "7045f002-4574-4d0f-9138-94d63e40dd57",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "77f1c2a9-4687-4e37-a321-74e53b2b38cb",
      "created_at": "2016-07-15T15:59:42-04:00",
      "updated_at": "2016-07-15T15:59:42-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 1,
      "event_id": "f89a2573-6f2f-459c-90a3-57b8c9bfdf2a",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": "21",
      "hit_type": "GB",
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": true,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": true,
      "is_on_base": true,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 6,
      "pitch_name": "Fastball",
      "pitch_outcome": "Single",
      "pitch_outcome_type": "aS",
      "pitch_speed": 88.0,
      "pitch_type": "FA",
      "pitch_zone": "3",
      "pitched_at": "2016-06-19T16:44:50-04:00",
      "sequence": 1,
      "game_id": "9a187c85-3f2c-48f9-ab88-fe68c9460688",
      "team_id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "pitcher_id": "7045f002-4574-4d0f-9138-94d63e40dd57",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "9797202b-2194-4bd0-ba15-9920c1df09d3",
      "created_at": "2016-09-18T13:39:50-04:00",
      "updated_at": "2016-09-18T13:39:50-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "d251c0fc-7bba-4b90-827c-7797ed3866aa",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 6,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 93.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-09-18T13:39:18-04:00",
      "sequence": 1,
      "game_id": "c9249f5d-b416-46c0-b1eb-47c4a7e3f032",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "4f630f83-084e-4d5f-a41b-4a6f2ad4295d",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "d6911cfe-d09e-44f0-84ee-2f04387bc07a",
      "created_at": "2016-09-18T13:39:50-04:00",
      "updated_at": "2016-09-18T13:39:50-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 0,
      "event_id": "0399e726-8385-4948-b0b9-657672bfefbf",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 7,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 93.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-09-18T13:39:36-04:00",
      "sequence": 1,
      "game_id": "c9249f5d-b416-46c0-b1eb-47c4a7e3f032",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "4f630f83-084e-4d5f-a41b-4a6f2ad4295d",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "71ad508f-dbab-4b1e-be39-7e9107ad4b9d",
      "created_at": "2016-09-18T13:41:08-04:00",
      "updated_at": "2016-09-18T13:41:08-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 1,
      "event_id": "b77150f5-f1d5-413c-a87c-4029fc6ce5fd",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 8,
      "pitch_name": "Fastball",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 94.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-09-18T13:39:56-04:00",
      "sequence": 1,
      "game_id": "c9249f5d-b416-46c0-b1eb-47c4a7e3f032",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "4f630f83-084e-4d5f-a41b-4a6f2ad4295d",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "2a8583a6-2dc4-4170-bbb6-84d74153eaf4",
      "created_at": "2016-09-18T13:41:08-04:00",
      "updated_at": "2016-09-18T13:41:08-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 4,
      "at_bat_strikes": 2,
      "event_id": "17d382e2-e243-42a6-b63a-21c6884b8f58",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 9,
      "pitch_name": "Changeup",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 88.0,
      "pitch_type": "CH",
      "pitch_zone": "3",
      "pitched_at": "2016-09-18T13:40:15-04:00",
      "sequence": 1,
      "game_id": "c9249f5d-b416-46c0-b1eb-47c4a7e3f032",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "4f630f83-084e-4d5f-a41b-4a6f2ad4295d",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "7841c166-88ff-4c94-80d4-9f81c1cf0315",
      "created_at": "2016-09-18T13:41:08-04:00",
      "updated_at": "2016-09-18T13:42:02-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 5,
      "at_bat_strikes": 2,
      "event_id": "4f854678-8563-4f14-84b8-f0cc738b84ab",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": "22",
      "hit_type": "GB",
      "hitter_pitch_count": "2-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 10,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 95.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-09-18T13:40:51-04:00",
      "sequence": 1,
      "game_id": "c9249f5d-b416-46c0-b1eb-47c4a7e3f032",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "4f630f83-084e-4d5f-a41b-4a6f2ad4295d",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "28982eaf-6f83-4d0b-918f-6e4e417b8036",
      "created_at": "2016-07-15T15:51:59-04:00",
      "updated_at": "2016-07-15T15:51:59-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 1,
      "event_id": "9394a9bf-1156-4aa6-9e33-aab1ddbd7bb8",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 8,
      "pitch_name": "Fastball",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 91.0,
      "pitch_type": "FA",
      "pitch_zone": "3",
      "pitched_at": "2016-06-17T22:44:41-04:00",
      "sequence": 1,
      "game_id": "87959754-fa98-444e-9303-c3b23fb7df60",
      "team_id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "pitcher_id": "a27194da-84f2-4fa4-b3db-0c08bee37bf8",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "682eed45-3ae5-498d-921b-0caed9a81a61",
      "created_at": "2016-07-15T15:51:59-04:00",
      "updated_at": "2016-07-15T15:51:59-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 2,
      "event_id": "0e4f3e29-307a-4cda-8ab1-a5d05760898e",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 9,
      "pitch_name": "Fastball",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 91.0,
      "pitch_type": "FA",
      "pitch_zone": "12",
      "pitched_at": "2016-06-17T22:45:00-04:00",
      "sequence": 1,
      "game_id": "87959754-fa98-444e-9303-c3b23fb7df60",
      "team_id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "pitcher_id": "a27194da-84f2-4fa4-b3db-0c08bee37bf8",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "9c97b896-5b81-4f25-8a81-4ab0b44b8573",
      "created_at": "2016-07-15T15:51:59-04:00",
      "updated_at": "2016-07-15T15:51:59-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 2,
      "event_id": "b3a27ced-68da-46be-9581-d014fc7d6ff2",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": "27",
      "hit_type": "GB",
      "hitter_pitch_count": "0-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 10,
      "pitch_name": "Slider",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 85.0,
      "pitch_type": "SL",
      "pitch_zone": "6",
      "pitched_at": "2016-06-17T22:45:31-04:00",
      "sequence": 1,
      "game_id": "87959754-fa98-444e-9303-c3b23fb7df60",
      "team_id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "pitcher_id": "a27194da-84f2-4fa4-b3db-0c08bee37bf8",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "992fa5ae-83e5-43a5-9bdb-103c1d992e30",
      "created_at": "2016-07-15T15:53:43-04:00",
      "updated_at": "2016-07-15T15:53:43-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "517a4c51-66fc-444d-a653-37d87163ba7e",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": "23",
      "hit_type": "GB",
      "hitter_pitch_count": "0-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 12,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 93.0,
      "pitch_type": "FA",
      "pitch_zone": "5",
      "pitched_at": "2016-05-06T14:26:30-04:00",
      "sequence": 1,
      "game_id": "8d0eadc2-ce84-495f-bf58-415f393c1f7f",
      "team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "pitcher_id": "b57088d0-ab45-4a77-a33d-dde983cf64d3",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "946d04f7-65c1-4ba5-81ff-c44acf1adc48",
      "created_at": "2016-07-15T16:23:51-04:00",
      "updated_at": "2016-07-15T16:23:51-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "58a11c6f-958b-4709-a637-2cf21a1e1aac",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 11,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 100.0,
      "pitch_type": "FA",
      "pitch_zone": "13",
      "pitched_at": "2016-05-17T19:14:56-04:00",
      "sequence": 1,
      "game_id": "deca690e-69e1-4f72-a8ad-5255cc8912b0",
      "team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "pitcher_id": "e72c3261-673f-43f4-8d6a-79c2d892b69d",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "3fa464b2-65c9-4a0a-a171-b006815fab7b",
      "created_at": "2016-07-15T16:23:51-04:00",
      "updated_at": "2016-07-15T16:23:51-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 0,
      "event_id": "43ebbd66-851c-42e9-918a-43c4b6ff6444",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": "30",
      "hit_type": "GB",
      "hitter_pitch_count": "1-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 12,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 100.0,
      "pitch_type": "FA",
      "pitch_zone": "4",
      "pitched_at": "2016-05-17T19:15:17-04:00",
      "sequence": 1,
      "game_id": "deca690e-69e1-4f72-a8ad-5255cc8912b0",
      "team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "pitcher_id": "e72c3261-673f-43f4-8d6a-79c2d892b69d",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "0c502e78-b0d4-477f-a191-e0f406d57ba3",
      "created_at": "2016-08-05T19:19:37-04:00",
      "updated_at": "2016-08-05T19:19:37-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 1,
      "event_id": "54e83553-647a-4c59-89fe-02b9961e9264",
      "even_count": false,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 9,
      "pitch_name": "Fastball",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 94.0,
      "pitch_type": "FA",
      "pitch_zone": "9",
      "pitched_at": "2016-08-05T19:19:09-04:00",
      "sequence": 1,
      "game_id": "540ca074-830b-486c-af5c-11299f8f5130",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5",
      "pitcher_id": "b77b021e-d428-4275-a867-43655f96cf72",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "b37337cc-7b9a-4950-aa8a-2493c85fa185",
      "created_at": "2016-08-05T19:19:37-04:00",
      "updated_at": "2016-08-05T19:23:14-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 1,
      "event_id": "3d52a1b2-6a53-40f0-aa7a-7ecf5ff61336",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 10,
      "pitch_name": "Slider",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 87.0,
      "pitch_type": "SL",
      "pitch_zone": "11",
      "pitched_at": "2016-08-05T19:19:34-04:00",
      "sequence": 1,
      "game_id": "540ca074-830b-486c-af5c-11299f8f5130",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5",
      "pitcher_id": "b77b021e-d428-4275-a867-43655f96cf72",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "e0de2e03-7ad2-480b-9d57-cd56c3a571d1",
      "created_at": "2016-08-05T19:23:14-04:00",
      "updated_at": "2016-08-05T19:26:47-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 1,
      "event_id": "e6184ee7-12b1-409d-840e-270635199820",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": "22",
      "hit_type": "GB",
      "hitter_pitch_count": "1-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": true,
      "is_on_base": true,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 11,
      "pitch_name": "Fastball",
      "pitch_outcome": "Single",
      "pitch_outcome_type": "aS",
      "pitch_speed": 95.0,
      "pitch_type": "FA",
      "pitch_zone": "8",
      "pitched_at": "2016-08-05T19:20:18-04:00",
      "sequence": 1,
      "game_id": "540ca074-830b-486c-af5c-11299f8f5130",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5",
      "pitcher_id": "b77b021e-d428-4275-a867-43655f96cf72",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "e0bd5002-fa50-4686-93a9-57d7274dc791",
      "created_at": "2016-07-15T15:17:44-04:00",
      "updated_at": "2016-07-15T15:17:45-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 1,
      "event_id": "492842b7-8642-43dc-b801-1a201fb148bd",
      "even_count": false,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 9,
      "pitch_name": "Fastball",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 96.0,
      "pitch_type": "FA",
      "pitch_zone": "6",
      "pitched_at": "2016-05-24T19:17:07-04:00",
      "sequence": 1,
      "game_id": "2ebd05ac-f930-4f66-a8cf-94f7f40b87e4",
      "team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "pitcher_id": "114a6024-518f-434b-a406-3b74e760018a",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "66d682e4-36bc-4a5d-8fa3-787cbaeffa36",
      "created_at": "2016-07-15T15:17:45-04:00",
      "updated_at": "2016-07-15T15:17:45-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 2,
      "event_id": "fedc6525-b8c0-40ce-847d-46dfaab7bb49",
      "even_count": false,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-2",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 10,
      "pitch_name": "Fastball",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 96.0,
      "pitch_type": "FA",
      "pitch_zone": "3",
      "pitched_at": "2016-05-24T19:17:25-04:00",
      "sequence": 1,
      "game_id": "2ebd05ac-f930-4f66-a8cf-94f7f40b87e4",
      "team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "pitcher_id": "114a6024-518f-434b-a406-3b74e760018a",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "d1848ee4-a6d0-4b4e-8c92-cac818a3fab0",
      "created_at": "2016-07-15T15:17:45-04:00",
      "updated_at": "2016-07-15T15:17:45-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 2,
      "event_id": "d40e14e8-af35-43e2-a747-7baf8c7a26e2",
      "even_count": false,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-2",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 11,
      "pitch_name": "Slider",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 92.0,
      "pitch_type": "SL",
      "pitch_zone": "13",
      "pitched_at": "2016-05-24T19:17:49-04:00",
      "sequence": 1,
      "game_id": "2ebd05ac-f930-4f66-a8cf-94f7f40b87e4",
      "team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "pitcher_id": "114a6024-518f-434b-a406-3b74e760018a",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "ce83d817-6a34-4820-8324-6df7fcf17ac6",
      "created_at": "2016-07-15T15:17:45-04:00",
      "updated_at": "2016-07-15T15:17:45-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 4,
      "at_bat_strikes": 2,
      "event_id": "797d3993-7ded-43c3-ba49-092c9b8a2576",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-2",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 12,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 92.0,
      "pitch_type": "FA",
      "pitch_zone": "13",
      "pitched_at": "2016-05-24T19:18:07-04:00",
      "sequence": 1,
      "game_id": "2ebd05ac-f930-4f66-a8cf-94f7f40b87e4",
      "team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "pitcher_id": "114a6024-518f-434b-a406-3b74e760018a",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "cb183feb-f14b-46ff-bcd9-caa30a86bd13",
      "created_at": "2016-07-15T15:17:45-04:00",
      "updated_at": "2016-07-15T15:17:45-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 5,
      "at_bat_strikes": 2,
      "event_id": "23d00cb9-884a-45d7-a662-0fcd06b3139e",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-2",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 13,
      "pitch_name": "Fastball",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 96.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-05-24T19:18:26-04:00",
      "sequence": 1,
      "game_id": "2ebd05ac-f930-4f66-a8cf-94f7f40b87e4",
      "team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "pitcher_id": "114a6024-518f-434b-a406-3b74e760018a",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "481c3210-6e24-474b-b75a-f733a7d0fdc1",
      "created_at": "2016-07-15T15:17:45-04:00",
      "updated_at": "2016-07-15T15:17:45-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 6,
      "at_bat_strikes": 2,
      "event_id": "c0c4f9e9-3f13-4e61-9db8-84ca655a3452",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": "23",
      "hit_type": "GB",
      "hitter_pitch_count": "2-2",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 14,
      "pitch_name": "Changeup",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 88.0,
      "pitch_type": "CH",
      "pitch_zone": "6",
      "pitched_at": "2016-05-24T19:18:57-04:00",
      "sequence": 1,
      "game_id": "2ebd05ac-f930-4f66-a8cf-94f7f40b87e4",
      "team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "pitcher_id": "114a6024-518f-434b-a406-3b74e760018a",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "312afe98-69a7-457a-a6a6-ff6757a68f90",
      "created_at": "2016-09-14T16:34:16-04:00",
      "updated_at": "2016-09-14T16:34:16-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "784cd5f0-cf05-4f60-8e9c-ec92686fc640",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": "22",
      "hit_type": "GB",
      "hitter_pitch_count": "0-0",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 17,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 93.0,
      "pitch_type": "FA",
      "pitch_zone": "8",
      "pitched_at": "2016-09-14T16:31:10-04:00",
      "sequence": 1,
      "game_id": "fa1c9019-81ca-4f2e-b2ae-028c845128be",
      "team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "pitcher_id": "1239b691-d7f2-457e-9a7b-66dea3cc5b17",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "426931e1-7171-4d06-a364-79a70e31b64a",
      "created_at": "2016-07-15T15:24:29-04:00",
      "updated_at": "2016-07-15T15:24:29-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "579c6921-7fe6-4f14-a865-c97c16e160a4",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": "14",
      "hit_type": "GB",
      "hitter_pitch_count": "0-0",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": true,
      "is_on_base": true,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 10,
      "pitch_name": "Cutter",
      "pitch_outcome": "Single",
      "pitch_outcome_type": "aS",
      "pitch_speed": 86.0,
      "pitch_type": "CT",
      "pitch_zone": "6",
      "pitched_at": "2016-07-03T13:54:12-04:00",
      "sequence": 1,
      "game_id": "3fade6a2-fe1a-46f6-b46d-be9907c0a77b",
      "team_id": "84e287b3-8aa1-4cb5-bcce-6a0e8ba97f91",
      "pitcher_id": "f0612ab8-827d-4f39-ab44-09ca5e18f94f",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "d6dd7f4e-fbf7-4235-9277-0c31faf03372",
      "created_at": "2016-07-15T16:10:04-04:00",
      "updated_at": "2016-07-15T16:10:04-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "e42c7318-647d-4d49-9b5e-97fca006cfeb",
      "even_count": false,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-0",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 10,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 93.0,
      "pitch_type": "FA",
      "pitch_zone": "7",
      "pitched_at": "2016-07-01T18:54:25-04:00",
      "sequence": 1,
      "game_id": "b8dde21b-22a4-43d3-a76e-5dee5fc164d0",
      "team_id": "84e287b3-8aa1-4cb5-bcce-6a0e8ba97f91",
      "pitcher_id": "052d6941-b1aa-4db0-9ba2-140009d346f3",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "dc005798-fa22-477b-afcd-321fb9e49d01",
      "created_at": "2016-07-15T16:10:04-04:00",
      "updated_at": "2016-07-15T16:10:04-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 1,
      "event_id": "13c3fb5d-f0c6-4060-8c1b-3cad4b01606c",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 11,
      "pitch_name": "Fastball",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 94.0,
      "pitch_type": "FA",
      "pitch_zone": "12",
      "pitched_at": "2016-07-01T18:54:46-04:00",
      "sequence": 1,
      "game_id": "b8dde21b-22a4-43d3-a76e-5dee5fc164d0",
      "team_id": "84e287b3-8aa1-4cb5-bcce-6a0e8ba97f91",
      "pitcher_id": "052d6941-b1aa-4db0-9ba2-140009d346f3",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "de5255b1-3fb6-4080-b88e-1c76327caa97",
      "created_at": "2016-07-15T16:10:04-04:00",
      "updated_at": "2016-07-15T16:10:04-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 1,
      "event_id": "7d7000be-67f7-4f3b-bc23-48a2f5a8196c",
      "even_count": false,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 12,
      "pitch_name": "Slider",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 89.0,
      "pitch_type": "SL",
      "pitch_zone": "12",
      "pitched_at": "2016-07-01T18:55:11-04:00",
      "sequence": 1,
      "game_id": "b8dde21b-22a4-43d3-a76e-5dee5fc164d0",
      "team_id": "84e287b3-8aa1-4cb5-bcce-6a0e8ba97f91",
      "pitcher_id": "052d6941-b1aa-4db0-9ba2-140009d346f3",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "af21818b-069a-4d68-88ce-da13df560c8d",
      "created_at": "2016-07-15T16:10:04-04:00",
      "updated_at": "2016-07-15T16:10:04-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 4,
      "at_bat_strikes": 2,
      "event_id": "d9278a22-c906-4542-a0fe-1690e004058b",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-2",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 13,
      "pitch_name": "Fastball",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 93.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-07-01T18:55:36-04:00",
      "sequence": 1,
      "game_id": "b8dde21b-22a4-43d3-a76e-5dee5fc164d0",
      "team_id": "84e287b3-8aa1-4cb5-bcce-6a0e8ba97f91",
      "pitcher_id": "052d6941-b1aa-4db0-9ba2-140009d346f3",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "78f9cbba-99f5-48e3-9479-5cfb89987ec5",
      "created_at": "2016-07-15T16:10:04-04:00",
      "updated_at": "2016-07-15T16:10:04-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 5,
      "at_bat_strikes": 2,
      "event_id": "0be9f4e4-be7a-48b2-b9ee-421f194ebca3",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": "15",
      "hit_type": "GB",
      "hitter_pitch_count": "2-2",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": true,
      "is_on_base": true,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 14,
      "pitch_name": "Fastball",
      "pitch_outcome": "Single",
      "pitch_outcome_type": "aS",
      "pitch_speed": 94.0,
      "pitch_type": "FA",
      "pitch_zone": "12",
      "pitched_at": "2016-07-01T18:56:36-04:00",
      "sequence": 1,
      "game_id": "b8dde21b-22a4-43d3-a76e-5dee5fc164d0",
      "team_id": "84e287b3-8aa1-4cb5-bcce-6a0e8ba97f91",
      "pitcher_id": "052d6941-b1aa-4db0-9ba2-140009d346f3",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "a63477bc-cbc5-40ce-a5e7-46a915284a44",
      "created_at": "2016-10-01T16:23:38-04:00",
      "updated_at": "2016-10-01T16:23:38-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "8ad70d31-6bb2-4f3e-bc1c-d78033a79582",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": "14",
      "hit_type": "GB",
      "hitter_pitch_count": "0-0",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": true,
      "is_on_base": true,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 6,
      "pitch_name": "Slider",
      "pitch_outcome": "Single",
      "pitch_outcome_type": "aS",
      "pitch_speed": 85.0,
      "pitch_type": "SL",
      "pitch_zone": "7",
      "pitched_at": "2016-10-01T16:22:16-04:00",
      "sequence": 1,
      "game_id": "2b0cd19b-65a5-4ef1-abf6-674cd6d8f6f9",
      "team_id": "4b88dffe-8ac6-40ff-bb34-36ab8ecf1fde",
      "pitcher_id": "c40e1e9e-68e6-40ab-8360-bfcf1eda8bde",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "d15ebcef-e12d-4279-b4fb-80e77925a66a",
      "created_at": "2016-07-15T15:26:52-04:00",
      "updated_at": "2016-07-15T15:26:53-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 1,
      "event_id": "568eaf1e-15a7-42f8-974a-b58daa7724ad",
      "even_count": false,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": true,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 9,
      "pitch_name": "Fastball",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 91.0,
      "pitch_type": "FA",
      "pitch_zone": "9",
      "pitched_at": "2016-05-09T19:24:42-04:00",
      "sequence": 1,
      "game_id": "4576424c-83c7-4f39-a68a-56744cafb62f",
      "team_id": "9ab4bef1-ea26-456b-a018-bf2bde1f6599",
      "pitcher_id": "72786174-80d3-4aeb-a608-119b8b414ab7",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "f10e271d-5e1f-455f-be75-c961d65f6db2",
      "created_at": "2016-07-15T15:26:53-04:00",
      "updated_at": "2016-07-15T15:26:53-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 1,
      "event_id": "be8394d1-15c7-4d55-affa-8f51e713d712",
      "even_count": false,
      "full_count": false,
      "half": "B",
      "hit_location": "27",
      "hit_type": "GB",
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 10,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 91.0,
      "pitch_type": "FA",
      "pitch_zone": "1",
      "pitched_at": "2016-05-09T19:25:05-04:00",
      "sequence": 1,
      "game_id": "4576424c-83c7-4f39-a68a-56744cafb62f",
      "team_id": "9ab4bef1-ea26-456b-a018-bf2bde1f6599",
      "pitcher_id": "72786174-80d3-4aeb-a608-119b8b414ab7",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "027f5048-4690-4e1e-a4d3-dbd05d255025",
      "created_at": "2016-07-17T14:01:34-04:00",
      "updated_at": "2016-07-17T14:01:34-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 1,
      "event_id": "763246b1-1ba9-4322-bbf5-386294026d3b",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": "22",
      "hit_type": "GB",
      "hitter_pitch_count": "1-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 21,
      "pitch_name": "Sinker",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 94.0,
      "pitch_type": "SI",
      "pitch_zone": "1",
      "pitched_at": "2016-07-17T13:58:03-04:00",
      "sequence": 1,
      "game_id": "825c608c-3466-408d-9cc1-a6ce16a26799",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "pitcher_id": "53f941ae-609e-49d8-952b-3970bfa56fc8",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "cd277f6f-25b5-4823-82fe-5d8525c00640",
      "created_at": "2016-07-17T13:58:04-04:00",
      "updated_at": "2016-07-17T13:58:04-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 1,
      "event_id": "c7140fcf-4f0c-489a-9409-8d632dbc8b7f",
      "even_count": false,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 19,
      "pitch_name": "Fastball",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 94.0,
      "pitch_type": "FA",
      "pitch_zone": "12",
      "pitched_at": "2016-07-17T13:56:55-04:00",
      "sequence": 1,
      "game_id": "825c608c-3466-408d-9cc1-a6ce16a26799",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "pitcher_id": "53f941ae-609e-49d8-952b-3970bfa56fc8",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "1ce2ce94-c741-4616-bca6-ed776df30f1c",
      "created_at": "2016-07-17T13:58:04-04:00",
      "updated_at": "2016-07-17T13:58:04-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 1,
      "event_id": "21a9ea64-013c-488e-a3a0-0dc81868806d",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 20,
      "pitch_name": "Sinker",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 94.0,
      "pitch_type": "SI",
      "pitch_zone": "13",
      "pitched_at": "2016-07-17T13:57:28-04:00",
      "sequence": 1,
      "game_id": "825c608c-3466-408d-9cc1-a6ce16a26799",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "pitcher_id": "53f941ae-609e-49d8-952b-3970bfa56fc8",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "11844491-e01f-4fc8-b4cb-8f489324ae12",
      "created_at": "2016-07-15T16:00:00-04:00",
      "updated_at": "2016-07-15T16:00:00-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "826cd12c-c175-401f-b881-9566dc3ce7df",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": "23",
      "hit_type": "GB",
      "hitter_pitch_count": "0-0",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 12,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 93.0,
      "pitch_type": "FA",
      "pitch_zone": "8",
      "pitched_at": "2016-05-29T13:51:58-04:00",
      "sequence": 1,
      "game_id": "9a58381f-a289-4648-8f61-b438358ac90d",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "pitcher_id": "ca3fd5c2-9407-43f9-aca7-dd498f14849d",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "48205cf6-cbfc-4dd9-83e0-0b5a91a44a8d",
      "created_at": "2016-07-15T15:59:11-04:00",
      "updated_at": "2016-07-15T15:59:11-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "e7bddbdf-df76-405d-833e-a11db6625176",
      "even_count": false,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-0",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 15,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 96.0,
      "pitch_type": "FA",
      "pitch_zone": "13",
      "pitched_at": "2016-06-28T20:15:04-04:00",
      "sequence": 1,
      "game_id": "98f58b2c-a764-43ad-b220-393204757b93",
      "team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "pitcher_id": "114a6024-518f-434b-a406-3b74e760018a",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "b2d13292-7c2a-495a-8bfd-5acf2e7aa261",
      "created_at": "2016-07-15T15:59:11-04:00",
      "updated_at": "2016-07-15T15:59:11-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 1,
      "event_id": "52555367-6b84-4cfa-bcec-8b92ca19739a",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 16,
      "pitch_name": "Fastball",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 96.0,
      "pitch_type": "FA",
      "pitch_zone": "6",
      "pitched_at": "2016-06-28T20:15:25-04:00",
      "sequence": 1,
      "game_id": "98f58b2c-a764-43ad-b220-393204757b93",
      "team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "pitcher_id": "114a6024-518f-434b-a406-3b74e760018a",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "5365a3f2-106e-4525-a6af-0b07a346433d",
      "created_at": "2016-07-15T15:59:11-04:00",
      "updated_at": "2016-07-15T15:59:11-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 1,
      "event_id": "26475b04-bbfd-4127-9c19-cc4d7767ddf4",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": "23",
      "hit_type": "GB",
      "hitter_pitch_count": "1-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": true,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 17,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 96.0,
      "pitch_type": "FA",
      "pitch_zone": "12",
      "pitched_at": "2016-06-28T20:16:15-04:00",
      "sequence": 1,
      "game_id": "98f58b2c-a764-43ad-b220-393204757b93",
      "team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "pitcher_id": "114a6024-518f-434b-a406-3b74e760018a",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "e98aeb99-a31d-4e46-be46-885384efcc20",
      "created_at": "2016-07-15T15:51:32-04:00",
      "updated_at": "2016-07-15T15:51:32-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 1,
      "event_id": "911553bb-c09b-4411-bb0c-07b50e15b5e5",
      "even_count": false,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 9,
      "pitch_name": "Sinker",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 91.0,
      "pitch_type": "SI",
      "pitch_zone": "6",
      "pitched_at": "2016-05-28T19:28:53-04:00",
      "sequence": 1,
      "game_id": "8693393c-1c22-4415-b995-8b492476c481",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "pitcher_id": "6db053c8-c4b9-4431-880f-76dea2c6352e",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "f52a312d-5163-423e-927e-b5bd6f4033e9",
      "created_at": "2016-07-15T15:51:32-04:00",
      "updated_at": "2016-07-15T15:51:32-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 1,
      "event_id": "76d9e4a8-0760-4c34-9d69-f2d64da9e8ec",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 10,
      "pitch_name": "Curveball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 74.0,
      "pitch_type": "CU",
      "pitch_zone": "12",
      "pitched_at": "2016-05-28T19:29:17-04:00",
      "sequence": 1,
      "game_id": "8693393c-1c22-4415-b995-8b492476c481",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "pitcher_id": "6db053c8-c4b9-4431-880f-76dea2c6352e",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "8fb1828d-36ac-44fc-bea8-ec3ca5714723",
      "created_at": "2016-07-15T15:51:32-04:00",
      "updated_at": "2016-07-15T15:51:32-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 1,
      "event_id": "c936cda5-e7be-4bc3-ac5f-dcf066f17497",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": "23",
      "hit_type": "GB",
      "hitter_pitch_count": "1-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 11,
      "pitch_name": "Cutter",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 88.0,
      "pitch_type": "CT",
      "pitch_zone": "10",
      "pitched_at": "2016-05-28T19:29:51-04:00",
      "sequence": 1,
      "game_id": "8693393c-1c22-4415-b995-8b492476c481",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "pitcher_id": "6db053c8-c4b9-4431-880f-76dea2c6352e",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "e3ce3f93-8cad-4d69-8ad9-b10ab898c427",
      "created_at": "2016-07-15T15:37:48-04:00",
      "updated_at": "2016-07-15T15:37:48-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 1,
      "event_id": "772fe4de-f4f1-43b5-8017-06587bb118b0",
      "even_count": false,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 8,
      "pitch_name": "Slider",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 85.0,
      "pitch_type": "SL",
      "pitch_zone": "6",
      "pitched_at": "2016-06-15T16:21:03-04:00",
      "sequence": 1,
      "game_id": "626a580f-23de-412b-b24e-3f2e6f5ae988",
      "team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "pitcher_id": "458bc1b8-ffbe-4d5e-8ea2-11a694c3c8be",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "2e5e9f61-06d5-4093-bbbf-421b78850c61",
      "created_at": "2016-07-15T15:37:48-04:00",
      "updated_at": "2016-07-15T15:37:48-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 1,
      "event_id": "d1326f1a-c763-4e1d-bb9c-6a9b85846cb9",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 9,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 93.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-06-15T16:21:29-04:00",
      "sequence": 1,
      "game_id": "626a580f-23de-412b-b24e-3f2e6f5ae988",
      "team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "pitcher_id": "458bc1b8-ffbe-4d5e-8ea2-11a694c3c8be",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "29395f72-84d6-438c-bb75-384b5afc7025",
      "created_at": "2016-07-15T15:37:48-04:00",
      "updated_at": "2016-07-15T15:37:48-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 1,
      "event_id": "880d829a-bd1b-405a-a689-1dcdd7017182",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": "23",
      "hit_type": "GB",
      "hitter_pitch_count": "1-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 10,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 93.0,
      "pitch_type": "FA",
      "pitch_zone": "8",
      "pitched_at": "2016-06-15T16:22:03-04:00",
      "sequence": 1,
      "game_id": "626a580f-23de-412b-b24e-3f2e6f5ae988",
      "team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "pitcher_id": "458bc1b8-ffbe-4d5e-8ea2-11a694c3c8be",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "1e671db5-7529-4178-b62e-15133efe1245",
      "created_at": "2016-07-15T16:18:44-04:00",
      "updated_at": "2016-07-15T16:18:44-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 1,
      "event_id": "1dbdaf40-b669-49d5-9040-25ce3526fef2",
      "even_count": false,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": true,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 6,
      "pitch_name": "Changeup",
      "pitch_outcome": "Strike Swinging",
      "pitch_outcome_type": "kKS",
      "pitch_speed": 83.0,
      "pitch_type": "CH",
      "pitch_zone": "11",
      "pitched_at": "2016-06-29T19:21:55-04:00",
      "sequence": 1,
      "game_id": "d0580f5e-8b98-4dc1-b5a3-ff1613f8da96",
      "team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "pitcher_id": "e7f15a65-9628-4e8e-8f48-90ca515d2d76",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "299a4c24-9864-4d38-a035-48b0dcb2f904",
      "created_at": "2016-07-15T16:18:44-04:00",
      "updated_at": "2016-07-15T16:18:44-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 1,
      "event_id": "3ee22eaa-daae-4a21-9779-28a61d37239f",
      "even_count": false,
      "full_count": false,
      "half": "B",
      "hit_location": "27",
      "hit_type": "GB",
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": true,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 7,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 89.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-06-29T19:22:38-04:00",
      "sequence": 1,
      "game_id": "d0580f5e-8b98-4dc1-b5a3-ff1613f8da96",
      "team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "pitcher_id": "e7f15a65-9628-4e8e-8f48-90ca515d2d76",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "8b22cc21-a6ff-4000-96e7-e72aa54b1aeb",
      "created_at": "2016-07-15T15:33:19-04:00",
      "updated_at": "2016-07-15T15:33:19-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "a547783e-711b-4066-9ce9-8a0958057511",
      "even_count": false,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-0",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 11,
      "pitch_name": "Changeup",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 83.0,
      "pitch_type": "CH",
      "pitch_zone": "12",
      "pitched_at": "2016-07-02T19:37:20-04:00",
      "sequence": 1,
      "game_id": "5507a658-3e5f-4233-a353-cdde321ec236",
      "team_id": "84e287b3-8aa1-4cb5-bcce-6a0e8ba97f91",
      "pitcher_id": "48adf7b1-7a2e-4f16-874b-43eafbc378d3",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "1e9a4549-421d-4888-8a0c-ce03fc967123",
      "created_at": "2016-07-15T15:33:19-04:00",
      "updated_at": "2016-07-15T15:33:19-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 1,
      "event_id": "9593c0bd-9915-4ec6-a17a-9e9a9e9f5e12",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 12,
      "pitch_name": "Fastball",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 90.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-07-02T19:37:32-04:00",
      "sequence": 1,
      "game_id": "5507a658-3e5f-4233-a353-cdde321ec236",
      "team_id": "84e287b3-8aa1-4cb5-bcce-6a0e8ba97f91",
      "pitcher_id": "48adf7b1-7a2e-4f16-874b-43eafbc378d3",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "6bd6321f-681e-411c-ba6f-6b1e395431b9",
      "created_at": "2016-07-15T15:33:19-04:00",
      "updated_at": "2016-07-15T15:33:19-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 1,
      "event_id": "edc762d6-ddf6-401e-89d0-a33a01b04d22",
      "even_count": false,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 13,
      "pitch_name": "Changeup",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 83.0,
      "pitch_type": "CH",
      "pitch_zone": "13",
      "pitched_at": "2016-07-02T19:37:49-04:00",
      "sequence": 1,
      "game_id": "5507a658-3e5f-4233-a353-cdde321ec236",
      "team_id": "84e287b3-8aa1-4cb5-bcce-6a0e8ba97f91",
      "pitcher_id": "48adf7b1-7a2e-4f16-874b-43eafbc378d3",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "4b4d2f2f-5087-4f5a-8ad9-8b9ea9480746",
      "created_at": "2016-07-15T15:33:19-04:00",
      "updated_at": "2016-07-15T15:33:19-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 4,
      "at_bat_strikes": 1,
      "event_id": "35e619b6-d47a-4fdf-8549-140eb9561aeb",
      "even_count": false,
      "full_count": false,
      "half": "B",
      "hit_location": "24",
      "hit_type": "GB",
      "hitter_pitch_count": "2-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 14,
      "pitch_name": "Changeup",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 83.0,
      "pitch_type": "CH",
      "pitch_zone": "8",
      "pitched_at": "2016-07-02T19:38:14-04:00",
      "sequence": 1,
      "game_id": "5507a658-3e5f-4233-a353-cdde321ec236",
      "team_id": "84e287b3-8aa1-4cb5-bcce-6a0e8ba97f91",
      "pitcher_id": "48adf7b1-7a2e-4f16-874b-43eafbc378d3",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "cba272d9-45be-4a62-a2f9-008b03300a8c",
      "created_at": "2016-07-15T15:00:48-04:00",
      "updated_at": "2016-07-15T15:00:48-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 1,
      "event_id": "48014a66-b0fb-4281-a988-444644632209",
      "even_count": false,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 10,
      "pitch_name": "Changeup",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 83.0,
      "pitch_type": "CH",
      "pitch_zone": "7",
      "pitched_at": "2016-04-14T16:17:38-04:00",
      "sequence": 1,
      "game_id": "0082fb22-7d87-4028-b1e3-6ddb35786b22",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "4a1384f8-5489-4638-8480-061465508071",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "b2d1aae5-f8ab-494c-80c5-e81f544ce85b",
      "created_at": "2016-07-15T15:00:48-04:00",
      "updated_at": "2016-07-15T15:00:48-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 1,
      "event_id": "0d12213c-5f94-47e8-bd1a-0be64e78f267",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 11,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 92.0,
      "pitch_type": "FA",
      "pitch_zone": "13",
      "pitched_at": "2016-04-14T16:17:59-04:00",
      "sequence": 1,
      "game_id": "0082fb22-7d87-4028-b1e3-6ddb35786b22",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "4a1384f8-5489-4638-8480-061465508071",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "24fc5845-4a5e-41d8-b0c2-e8a69e2d5c7f",
      "created_at": "2016-07-15T15:00:48-04:00",
      "updated_at": "2016-07-15T15:00:48-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 1,
      "event_id": "e3b119e8-c906-47eb-a1c2-14097c3f8f0e",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": "20",
      "hit_type": "GB",
      "hitter_pitch_count": "1-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 12,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 92.0,
      "pitch_type": "FA",
      "pitch_zone": "4",
      "pitched_at": "2016-04-14T16:18:27-04:00",
      "sequence": 1,
      "game_id": "0082fb22-7d87-4028-b1e3-6ddb35786b22",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "4a1384f8-5489-4638-8480-061465508071",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "5520d0d4-82bf-4ce6-9559-76a8801a6212",
      "created_at": "2016-08-28T13:59:47-04:00",
      "updated_at": "2016-08-28T13:59:47-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 1,
      "event_id": "5190ff26-969b-4988-8627-234cb0cf4596",
      "even_count": false,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 14,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 92.0,
      "pitch_type": "FA",
      "pitch_zone": "10",
      "pitched_at": "2016-08-28T13:56:26-04:00",
      "sequence": 1,
      "game_id": "74b75823-6205-42de-8d2d-a2ed78ca7afd",
      "team_id": "0220ab72-3a17-4a65-8872-72454aeb828d",
      "pitcher_id": "19e6fa59-4d7d-4539-9f4a-f795d80c6f1c",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "08e2cbc4-63dd-4436-bfdf-c67a9cb811fd",
      "created_at": "2016-08-28T13:59:47-04:00",
      "updated_at": "2016-08-28T13:59:47-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 4,
      "at_bat_strikes": 1,
      "event_id": "c1517d0e-2c48-4891-9262-a4f2a9d67239",
      "even_count": false,
      "full_count": false,
      "half": "B",
      "hit_location": "24",
      "hit_type": "GB",
      "hitter_pitch_count": "2-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 15,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 91.0,
      "pitch_type": "FA",
      "pitch_zone": "7",
      "pitched_at": "2016-08-28T13:56:48-04:00",
      "sequence": 1,
      "game_id": "74b75823-6205-42de-8d2d-a2ed78ca7afd",
      "team_id": "0220ab72-3a17-4a65-8872-72454aeb828d",
      "pitcher_id": "19e6fa59-4d7d-4539-9f4a-f795d80c6f1c",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "3ec8fc3d-15fb-4619-92ee-9fc2ce469b39",
      "created_at": "2016-08-28T13:56:10-04:00",
      "updated_at": "2016-08-28T13:56:10-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 1,
      "event_id": "20de1358-f891-4fe3-9988-855224af954b",
      "even_count": false,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 12,
      "pitch_name": "Fastball",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 92.0,
      "pitch_type": "FA",
      "pitch_zone": "6",
      "pitched_at": "2016-08-28T13:55:12-04:00",
      "sequence": 1,
      "game_id": "74b75823-6205-42de-8d2d-a2ed78ca7afd",
      "team_id": "0220ab72-3a17-4a65-8872-72454aeb828d",
      "pitcher_id": "19e6fa59-4d7d-4539-9f4a-f795d80c6f1c",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "fe6a060d-4307-4bee-8cb2-2d2ef5dba534",
      "created_at": "2016-08-28T13:56:10-04:00",
      "updated_at": "2016-08-28T13:56:10-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 1,
      "event_id": "eb693087-b6d3-42be-b8c8-629278668f02",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 13,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 91.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-08-28T13:55:54-04:00",
      "sequence": 1,
      "game_id": "74b75823-6205-42de-8d2d-a2ed78ca7afd",
      "team_id": "0220ab72-3a17-4a65-8872-72454aeb828d",
      "pitcher_id": "19e6fa59-4d7d-4539-9f4a-f795d80c6f1c",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "2d9b4e6b-17bc-4d72-8beb-1562ded34714",
      "created_at": "2016-07-15T15:18:41-04:00",
      "updated_at": "2016-07-15T15:18:41-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 1,
      "event_id": "236118ba-e29b-4273-a626-bb8edf34ce23",
      "even_count": false,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 9,
      "pitch_name": "Fastball",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 91.0,
      "pitch_type": "FA",
      "pitch_zone": "6",
      "pitched_at": "2016-07-05T19:20:49-04:00",
      "sequence": 1,
      "game_id": "30570836-c1ce-410c-91eb-376cc9587e45",
      "team_id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "pitcher_id": "b289ee7e-f80c-44ee-a2b9-a3720a9ba162",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "c24b1bdb-4e80-4e18-8d96-6b49c91335cf",
      "created_at": "2016-07-15T15:18:41-04:00",
      "updated_at": "2016-07-15T15:18:41-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 1,
      "event_id": "e735f51e-c314-431a-964a-9e89498197cd",
      "even_count": false,
      "full_count": false,
      "half": "B",
      "hit_location": "24",
      "hit_type": "GB",
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": true,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 10,
      "pitch_name": "Changeup",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 80.0,
      "pitch_type": "CH",
      "pitch_zone": "6",
      "pitched_at": "2016-07-05T19:21:44-04:00",
      "sequence": 1,
      "game_id": "30570836-c1ce-410c-91eb-376cc9587e45",
      "team_id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "pitcher_id": "b289ee7e-f80c-44ee-a2b9-a3720a9ba162",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "59077bbb-418a-444d-b5ef-784ca1a95564",
      "created_at": "2016-09-24T19:42:50-04:00",
      "updated_at": "2016-09-24T19:42:50-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 0,
      "event_id": "5598f814-7461-4e84-8409-9facb031a562",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": "22",
      "hit_type": "GB",
      "hitter_pitch_count": "1-0",
      "inning": 2,
      "inning_label": "Top of 2nd",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 34,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 93.0,
      "pitch_type": "FA",
      "pitch_zone": "6",
      "pitched_at": "2016-09-24T19:40:42-04:00",
      "sequence": 2,
      "game_id": "1610f903-08b1-4c4b-ba7e-ee8f4e244f2d",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "pitcher_id": "d0b357ae-779d-4f9b-9808-7e7d6917b78c",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "2ee8bd83-2c17-46e1-a299-ffd8564aff50",
      "created_at": "2016-09-24T19:40:39-04:00",
      "updated_at": "2016-09-24T19:40:39-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "d17e21a6-4558-4745-a83c-a368a718d84a",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-0",
      "inning": 2,
      "inning_label": "Top of 2nd",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 33,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 93.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-09-24T19:40:15-04:00",
      "sequence": 2,
      "game_id": "1610f903-08b1-4c4b-ba7e-ee8f4e244f2d",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "pitcher_id": "d0b357ae-779d-4f9b-9808-7e7d6917b78c",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "c14c106b-0ce3-482d-a139-2dbf280d4c6e",
      "created_at": "2016-08-01T22:19:30-04:00",
      "updated_at": "2016-08-01T22:19:30-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "09f713df-0c8d-4df2-9ad6-a200bbeaed39",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": "13",
      "hit_type": "GB",
      "hitter_pitch_count": "0-0",
      "inning": 2,
      "inning_label": "Top of 2nd",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": true,
      "is_on_base": true,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 43,
      "pitch_name": "Fastball",
      "pitch_outcome": "Single",
      "pitch_outcome_type": "aS",
      "pitch_speed": 90.0,
      "pitch_type": "FA",
      "pitch_zone": "10",
      "pitched_at": "2016-08-01T22:16:49-04:00",
      "sequence": 2,
      "game_id": "e6bed5df-d764-4692-ae2b-f2e5988f7be5",
      "team_id": "09dc1f54-cf05-4486-8135-80bb0090fde1",
      "pitcher_id": "a430ef3b-afb6-4892-9c67-1bdac0e5c3fa",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "7d649868-232c-4457-854f-d6a13ae0080b",
      "created_at": "2016-08-21T13:52:12-04:00",
      "updated_at": "2016-08-21T13:52:12-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 0,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "f754dc29-521d-4827-9b35-71c4306cd522",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-0",
      "inning": 2,
      "inning_label": "Top of 2nd",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 9,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 92.0,
      "pitch_type": "FA",
      "pitch_zone": "13",
      "pitched_at": "2016-08-21T13:51:08-04:00",
      "sequence": 2,
      "game_id": "88795533-5577-4259-a7d0-d54d990dccab",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "7fe3072b-c2cd-44d5-8362-7f9023138f67",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "842e1a84-ec94-4423-8b01-6484cd552fad",
      "created_at": "2016-08-21T13:52:12-04:00",
      "updated_at": "2016-08-21T13:52:12-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 0,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 0,
      "event_id": "59c4431b-0263-48c8-9591-92af08a49a95",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-0",
      "inning": 2,
      "inning_label": "Top of 2nd",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 10,
      "pitch_name": "Slider",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 82.0,
      "pitch_type": "SL",
      "pitch_zone": "11",
      "pitched_at": "2016-08-21T13:51:26-04:00",
      "sequence": 2,
      "game_id": "88795533-5577-4259-a7d0-d54d990dccab",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "7fe3072b-c2cd-44d5-8362-7f9023138f67",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "2b3b5914-5c8e-4cb3-b8f3-902e47b29ca9",
      "created_at": "2016-08-21T13:52:12-04:00",
      "updated_at": "2016-08-21T13:59:19-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 0,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 1,
      "event_id": "1590ed83-4b84-4a22-885c-0f179cd1d020",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-1",
      "inning": 2,
      "inning_label": "Top of 2nd",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 11,
      "pitch_name": "Sinker",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 90.0,
      "pitch_type": "SI",
      "pitch_zone": "12",
      "pitched_at": "2016-08-21T13:51:50-04:00",
      "sequence": 2,
      "game_id": "88795533-5577-4259-a7d0-d54d990dccab",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "7fe3072b-c2cd-44d5-8362-7f9023138f67",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "c22711a5-05a1-4eea-95ba-7937dea885e1",
      "created_at": "2016-08-21T13:55:48-04:00",
      "updated_at": "2016-08-21T13:59:19-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 0,
      "at_bat_pitch_count": 4,
      "at_bat_strikes": 2,
      "event_id": "43b74b22-1241-446e-a9ac-3cc2f1eb9269",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-2",
      "inning": 2,
      "inning_label": "Top of 2nd",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 12,
      "pitch_name": "Slider",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 88.0,
      "pitch_type": "SL",
      "pitch_zone": "13",
      "pitched_at": "2016-08-21T13:52:10-04:00",
      "sequence": 2,
      "game_id": "88795533-5577-4259-a7d0-d54d990dccab",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "7fe3072b-c2cd-44d5-8362-7f9023138f67",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "70561d2f-0667-4729-afd3-b3c956a238fe",
      "created_at": "2016-08-21T13:55:48-04:00",
      "updated_at": "2016-08-21T13:59:19-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 5,
      "at_bat_strikes": 2,
      "event_id": "4721a25f-f397-460e-8d67-b2f7424cef71",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": "24",
      "hit_type": "GB",
      "hitter_pitch_count": "2-2",
      "inning": 2,
      "inning_label": "Top of 2nd",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 13,
      "pitch_name": "Changeup",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 85.0,
      "pitch_type": "CH",
      "pitch_zone": "2",
      "pitched_at": "2016-08-21T13:52:46-04:00",
      "sequence": 2,
      "game_id": "88795533-5577-4259-a7d0-d54d990dccab",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "7fe3072b-c2cd-44d5-8362-7f9023138f67",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "0d34b646-c8f9-4ce3-8f5e-d9f7d7cc2844",
      "created_at": "2016-07-15T15:10:15-04:00",
      "updated_at": "2016-07-15T15:10:15-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 1,
      "event_id": "da609212-f42c-4276-9d4c-b5889eb0d669",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-1",
      "inning": 2,
      "inning_label": "Top of 2nd",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 50,
      "pitch_name": "Changeup",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 84.0,
      "pitch_type": "CH",
      "pitch_zone": "8",
      "pitched_at": "2016-05-04T14:54:21-04:00",
      "sequence": 2,
      "game_id": "1815e151-c1de-4556-af46-d02b121d883c",
      "team_id": "8a72ea07-afce-4907-9e6a-13b3f4e9d378",
      "pitcher_id": "a97b4dda-4db0-4162-b33a-51d97b75aae0",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "c112ff1d-e044-43f9-96a1-44c5fdd9cea1",
      "created_at": "2016-07-15T15:10:15-04:00",
      "updated_at": "2016-07-15T15:10:15-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 1,
      "event_id": "1441af37-d1ba-4a70-bd72-d7094cc06230",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-1",
      "inning": 2,
      "inning_label": "Top of 2nd",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 51,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 91.0,
      "pitch_type": "FA",
      "pitch_zone": "12",
      "pitched_at": "2016-05-04T14:54:36-04:00",
      "sequence": 2,
      "game_id": "1815e151-c1de-4556-af46-d02b121d883c",
      "team_id": "8a72ea07-afce-4907-9e6a-13b3f4e9d378",
      "pitcher_id": "a97b4dda-4db0-4162-b33a-51d97b75aae0",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "933a87f0-4e25-46f3-8ac3-5f88ec6e62f0",
      "created_at": "2016-07-15T15:10:15-04:00",
      "updated_at": "2016-07-15T15:10:15-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 1,
      "event_id": "2133a6af-3ef8-4bab-bfa4-e77e24fa5069",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-1",
      "inning": 2,
      "inning_label": "Top of 2nd",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 52,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 90.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-05-04T14:54:55-04:00",
      "sequence": 2,
      "game_id": "1815e151-c1de-4556-af46-d02b121d883c",
      "team_id": "8a72ea07-afce-4907-9e6a-13b3f4e9d378",
      "pitcher_id": "a97b4dda-4db0-4162-b33a-51d97b75aae0",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "00ff99a7-15e3-43d0-8b91-2606df8da2a8",
      "created_at": "2016-07-15T15:10:15-04:00",
      "updated_at": "2016-07-15T15:10:15-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 4,
      "at_bat_strikes": 2,
      "event_id": "523995d3-a6b2-419d-beff-d3148430ed34",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-2",
      "inning": 2,
      "inning_label": "Top of 2nd",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 53,
      "pitch_name": "Changeup",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 85.0,
      "pitch_type": "CH",
      "pitch_zone": "4",
      "pitched_at": "2016-05-04T14:55:11-04:00",
      "sequence": 2,
      "game_id": "1815e151-c1de-4556-af46-d02b121d883c",
      "team_id": "8a72ea07-afce-4907-9e6a-13b3f4e9d378",
      "pitcher_id": "a97b4dda-4db0-4162-b33a-51d97b75aae0",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "d00d8d1f-8873-4a3b-9672-13ddeba5e7a5",
      "created_at": "2016-07-15T15:10:15-04:00",
      "updated_at": "2016-07-15T15:10:15-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 5,
      "at_bat_strikes": 2,
      "event_id": "c8582e94-e522-4970-9468-434a5bdf929d",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": "24",
      "hit_type": "GB",
      "hitter_pitch_count": "2-2",
      "inning": 2,
      "inning_label": "Top of 2nd",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 54,
      "pitch_name": "Curveball",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 78.0,
      "pitch_type": "CU",
      "pitch_zone": "1",
      "pitched_at": "2016-05-04T14:55:41-04:00",
      "sequence": 2,
      "game_id": "1815e151-c1de-4556-af46-d02b121d883c",
      "team_id": "8a72ea07-afce-4907-9e6a-13b3f4e9d378",
      "pitcher_id": "a97b4dda-4db0-4162-b33a-51d97b75aae0",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "a3c6cc4d-8f9a-4a2b-8599-15757545a6d4",
      "created_at": "2016-08-17T15:49:01-04:00",
      "updated_at": "2016-08-17T15:49:01-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 0,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 1,
      "event_id": "90aa5139-7239-49ea-a065-6dd8af9e9427",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-1",
      "inning": 2,
      "inning_label": "Top of 2nd",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 18,
      "pitch_name": "Fastball",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 95.0,
      "pitch_type": "FA",
      "pitch_zone": "6",
      "pitched_at": "2016-08-17T15:47:54-04:00",
      "sequence": 2,
      "game_id": "9ae67cad-309d-4b84-9827-5f142f5cb423",
      "team_id": "0220ab72-3a17-4a65-8872-72454aeb828d",
      "pitcher_id": "e482ce5f-750c-4293-8a3a-f400f0d6b118",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "a6446935-8f28-4515-80e3-312ae3a4851c",
      "created_at": "2016-08-17T15:49:02-04:00",
      "updated_at": "2016-08-17T15:49:02-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 0,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 2,
      "event_id": "449e59a8-d48e-46ae-a008-7b2be5b4f913",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-2",
      "inning": 2,
      "inning_label": "Top of 2nd",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 19,
      "pitch_name": "Slider",
      "pitch_outcome": "Strike Swinging",
      "pitch_outcome_type": "kKS",
      "pitch_speed": 90.0,
      "pitch_type": "SL",
      "pitch_zone": "8",
      "pitched_at": "2016-08-17T15:48:21-04:00",
      "sequence": 2,
      "game_id": "9ae67cad-309d-4b84-9827-5f142f5cb423",
      "team_id": "0220ab72-3a17-4a65-8872-72454aeb828d",
      "pitcher_id": "e482ce5f-750c-4293-8a3a-f400f0d6b118",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "38d21039-6223-40da-a86b-741cbb8ec9f4",
      "created_at": "2016-08-17T15:49:02-04:00",
      "updated_at": "2016-08-17T15:52:30-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 0,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 2,
      "event_id": "4c8cacc5-8881-4f33-b21f-76a5a5e4c18d",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": "12",
      "hit_type": "GB",
      "hitter_pitch_count": "0-2",
      "inning": 2,
      "inning_label": "Top of 2nd",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": true,
      "is_on_base": true,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 20,
      "pitch_name": "Fastball",
      "pitch_outcome": "Single",
      "pitch_outcome_type": "aS",
      "pitch_speed": 97.0,
      "pitch_type": "FA",
      "pitch_zone": "8",
      "pitched_at": "2016-08-17T15:48:53-04:00",
      "sequence": 2,
      "game_id": "9ae67cad-309d-4b84-9827-5f142f5cb423",
      "team_id": "0220ab72-3a17-4a65-8872-72454aeb828d",
      "pitcher_id": "e482ce5f-750c-4293-8a3a-f400f0d6b118",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "ef45d684-869c-4de4-9a2e-f04049a4a4b7",
      "created_at": "2016-07-15T15:24:20-04:00",
      "updated_at": "2016-07-15T15:24:20-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "f11252cb-85da-4431-b232-4f1c6a2e9670",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": "24",
      "hit_type": "GB",
      "hitter_pitch_count": "0-0",
      "inning": 2,
      "inning_label": "Bottom of 2nd",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 53,
      "pitch_name": "Changeup",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 84.0,
      "pitch_type": "CH",
      "pitch_zone": "11",
      "pitched_at": "2016-04-11T20:02:27-04:00",
      "sequence": 2,
      "game_id": "3f41910f-0ee8-4e45-b6ca-94f9362a6e3a",
      "team_id": "f53d7ed3-1ebe-4e02-979d-6e51c0f5fb18",
      "pitcher_id": "f2260b97-5d30-48c7-9ab1-0639af1c3a72",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "0ba4dbb7-ab14-4f47-82c7-b9e9a42154a0",
      "created_at": "2016-07-15T19:27:40-04:00",
      "updated_at": "2016-07-15T19:27:40-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 0,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "c54da39c-8e91-4047-afa3-dfbad4eb7d35",
      "even_count": false,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-0",
      "inning": 2,
      "inning_label": "Bottom of 2nd",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 11,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 92.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-07-15T19:25:59-04:00",
      "sequence": 2,
      "game_id": "b990dc10-b9a3-4c5e-bfe4-c15dde47b67e",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "pitcher_id": "70794202-13cb-4db9-92d6-05ee912af65b",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "3a92a079-dcbf-4daa-8af9-35cfe84e2fa7",
      "created_at": "2016-07-15T19:27:40-04:00",
      "updated_at": "2016-07-15T19:27:40-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 0,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 1,
      "event_id": "7fe6f3c7-fc12-477a-8509-9e176d7d773d",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-1",
      "inning": 2,
      "inning_label": "Bottom of 2nd",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 12,
      "pitch_name": "Fastball",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 93.0,
      "pitch_type": "FA",
      "pitch_zone": "12",
      "pitched_at": "2016-07-15T19:26:13-04:00",
      "sequence": 2,
      "game_id": "b990dc10-b9a3-4c5e-bfe4-c15dde47b67e",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "pitcher_id": "70794202-13cb-4db9-92d6-05ee912af65b",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "62643143-4abd-4b3f-b445-63fc07f3da75",
      "created_at": "2016-07-15T19:27:41-04:00",
      "updated_at": "2016-07-15T19:27:41-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 0,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 2,
      "event_id": "387a7a5c-9a8d-4ab1-9fac-2f5ad0bd2c36",
      "even_count": false,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-2",
      "inning": 2,
      "inning_label": "Bottom of 2nd",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 13,
      "pitch_name": "Slider",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 86.0,
      "pitch_type": "SL",
      "pitch_zone": "3",
      "pitched_at": "2016-07-15T19:26:31-04:00",
      "sequence": 2,
      "game_id": "b990dc10-b9a3-4c5e-bfe4-c15dde47b67e",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "pitcher_id": "70794202-13cb-4db9-92d6-05ee912af65b",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "121bc28b-2b7b-4172-9a56-4a20bacfd48b",
      "created_at": "2016-07-15T19:27:41-04:00",
      "updated_at": "2016-07-15T19:27:41-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 0,
      "at_bat_pitch_count": 4,
      "at_bat_strikes": 2,
      "event_id": "dbbc2473-6e68-47e2-8ec6-eb1af6596d00",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-2",
      "inning": 2,
      "inning_label": "Bottom of 2nd",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 14,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 94.0,
      "pitch_type": "FA",
      "pitch_zone": "13",
      "pitched_at": "2016-07-15T19:26:51-04:00",
      "sequence": 2,
      "game_id": "b990dc10-b9a3-4c5e-bfe4-c15dde47b67e",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "pitcher_id": "70794202-13cb-4db9-92d6-05ee912af65b",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "6e55e03d-a1d0-4ac9-9dd9-894dd60ddd28",
      "created_at": "2016-07-15T19:27:41-04:00",
      "updated_at": "2016-07-15T19:27:41-04:00",
      "at_bat_balls": 3,
      "at_bat_outs": 0,
      "at_bat_pitch_count": 5,
      "at_bat_strikes": 2,
      "event_id": "d3701855-c14c-4c29-8e93-9fae231937a5",
      "even_count": false,
      "full_count": true,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "3-2",
      "inning": 2,
      "inning_label": "Bottom of 2nd",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 15,
      "pitch_name": "Slider",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 88.0,
      "pitch_type": "SL",
      "pitch_zone": "12",
      "pitched_at": "2016-07-15T19:27:19-04:00",
      "sequence": 2,
      "game_id": "b990dc10-b9a3-4c5e-bfe4-c15dde47b67e",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "pitcher_id": "70794202-13cb-4db9-92d6-05ee912af65b",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "a20611f0-96b4-445d-91bf-967151d357c3",
      "created_at": "2016-07-15T19:32:37-04:00",
      "updated_at": "2016-07-15T19:32:37-04:00",
      "at_bat_balls": 3,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 6,
      "at_bat_strikes": 2,
      "event_id": "95e16b89-983f-4d72-b29c-5b87e4b924ca",
      "even_count": false,
      "full_count": true,
      "half": "B",
      "hit_location": "23",
      "hit_type": "GB",
      "hitter_pitch_count": "3-2",
      "inning": 2,
      "inning_label": "Bottom of 2nd",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 16,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 94.0,
      "pitch_type": "FA",
      "pitch_zone": "5",
      "pitched_at": "2016-07-15T19:27:43-04:00",
      "sequence": 2,
      "game_id": "b990dc10-b9a3-4c5e-bfe4-c15dde47b67e",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "pitcher_id": "70794202-13cb-4db9-92d6-05ee912af65b",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    }
  ],
  "at_bats": [
    {
      "id": "392e9a49-2639-4340-b6a0-359b0432e00e",
      "created_at": "2016-08-19T19:40:42-04:00",
      "updated_at": "2016-08-19T19:44:01-04:00",
      "inning": 1,
      "inning_label": "Top of 1st",
      "half": "T",
      "description": "Bryce Harper grounds out to shallow right field, Gordon Beckham to Freddie Freeman. Trea Turner scores.",
      "game_id": "f0a48b1e-9cdb-4894-b30a-e6514287004b",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "d8e3d3be-6e5d-4a35-bcb6-c623e115638d",
        "1814321b-1e24-49da-877e-ca5694db13a4",
        "d03d4b48-8155-49d8-b6e9-12323b5cce09",
        "eb9017d2-bc41-44cc-b82d-5927419e10d3",
        "7241e4a7-98d9-4f84-a485-c15b58d8b67a"
      ]
    },
    {
      "id": "a59f2275-e391-400c-98de-ad407be247e8",
      "created_at": "2016-07-15T16:28:19-04:00",
      "updated_at": "2016-07-15T16:28:19-04:00",
      "inning": 1,
      "inning_label": "Top of 1st",
      "half": "T",
      "description": "Bryce Harper grounds out to shortstop, Aledmys Diaz to Matt Adams.",
      "game_id": "eb433fe1-b74a-4b22-8289-e153f3b1af2f",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "b4ee1b42-b7b2-4c28-bdd6-aa12f3aac18e",
        "6221bb08-21dc-4b43-9346-d846f5b89fef",
        "30f642e8-1015-4478-8e00-abda7cef5654",
        "a20988e2-9bc3-4cd2-a80e-8b5e9d8e7675",
        "aca22f22-4a93-4456-9071-57a9f89964a6",
        "dd682450-f714-4f6d-a30b-cb80c7233a10",
        "c92bde73-d462-4be3-be3e-35fb6d503fa1"
      ]
    },
    {
      "id": "faa97a82-7f07-4123-bea0-723312ad394f",
      "created_at": "2016-07-15T15:24:33-04:00",
      "updated_at": "2016-07-15T15:24:33-04:00",
      "inning": 1,
      "inning_label": "Top of 1st",
      "half": "T",
      "description": "Bryce Harper grounds out to second base. Daniel Murphy out at second.",
      "game_id": "40058c55-e56d-43ee-a2da-4f5f9a7ba5a1",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "a69d25fa-170b-44e5-877e-8dc12cec3e72"
      ]
    },
    {
      "id": "f9153790-1785-4e12-a3ab-3626f17081a4",
      "created_at": "2016-09-25T13:44:32-04:00",
      "updated_at": "2016-09-25T13:46:44-04:00",
      "inning": 1,
      "inning_label": "Top of 1st",
      "half": "T",
      "description": "Bryce Harper grounds out to second base, Pedro Florimon to John Jaso. Wilmer Difo to third. Ben Revere scores.",
      "game_id": "df6ff012-6984-4f29-a500-df8e0131b61f",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "39cca45f-3347-4b3f-bfb1-d276a7174be8",
        "3e1d59dd-42fb-4300-968e-d5f8d2a6ba79",
        "41116211-76eb-4bef-b5b6-bbc63c44cf04",
        "bea4b956-4152-4bf1-a5af-a7bf575715c3",
        "7d602b28-d165-459f-917c-4be95375c62e"
      ]
    },
    {
      "id": "590d5a42-810c-411d-9d9b-53dec82409a8",
      "created_at": "2016-07-15T15:43:44-04:00",
      "updated_at": "2016-07-15T15:43:44-04:00",
      "inning": 1,
      "inning_label": "Top of 1st",
      "half": "T",
      "description": "Bryce Harper grounds out to second base, Scooter Gennett to Chris Carter.",
      "game_id": "741fbfec-a586-43a0-8779-638bf2a94f47",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "e9f60eaf-b4ae-4b58-9daf-d8a3d6be1b30",
        "ae6cde7b-70fe-4ea4-8fa9-0083533c6396"
      ]
    },
    {
      "id": "18d92e3f-4334-44d1-bad3-d037bdc90273",
      "created_at": "2016-08-20T19:21:11-04:00",
      "updated_at": "2016-08-20T19:21:11-04:00",
      "inning": 1,
      "inning_label": "Top of 1st",
      "half": "T",
      "description": "Bryce Harper grounds out to second base, Chase d'Arnaud to Freddie Freeman.",
      "game_id": "2400a955-a21e-4a93-b2bc-e68e1e3977c3",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "a9eff134-d2c0-4d1e-99a1-53a9d9e60029",
        "564837a5-3c28-4565-890f-e6a804b0169f",
        "efcfe578-19de-4132-bf13-2941461f039e"
      ]
    },
    {
      "id": "29098311-0306-4325-a37f-e49988fa6b01",
      "created_at": "2016-07-15T15:19:02-04:00",
      "updated_at": "2016-07-15T15:19:02-04:00",
      "inning": 1,
      "inning_label": "Top of 1st",
      "half": "T",
      "description": "Bryce Harper grounds out to second base, Scooter Gennett to Chris Carter.",
      "game_id": "30dffa15-aab3-4047-8edf-ce397cb82921",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "c9ca9180-dc3e-4223-bcd6-533279e351b0",
        "d8a3b9ed-e6b4-4c28-a180-7f66d23aa691"
      ]
    },
    {
      "id": "d174794e-7062-49a6-9c34-4faf70719f2e",
      "created_at": "2016-07-15T15:27:24-04:00",
      "updated_at": "2016-07-15T15:27:24-04:00",
      "inning": 1,
      "inning_label": "Top of 1st",
      "half": "T",
      "description": "Bryce Harper grounds out to second base, Yangervis Solarte to Wil Myers.",
      "game_id": "47bee7f2-0dc5-4dff-969c-2905c32e447f",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "6f2781e2-0564-4de7-a5a8-20aeff87730e",
        "15f9bf0f-a613-46ab-a97b-a9a4ab6e906d",
        "fd552b91-94b8-4e89-96cd-f9417aabe924",
        "d0b1d775-458e-4d64-9367-668af643e414"
      ]
    },
    {
      "id": "eaff030c-5aa9-487c-afd2-acf983c9b3d8",
      "created_at": "2016-07-15T15:13:59-04:00",
      "updated_at": "2016-07-15T15:13:59-04:00",
      "inning": 1,
      "inning_label": "Top of 1st",
      "half": "T",
      "description": "Bryce Harper grounds out to second base, Jose Altuve to Eric Hosmer.",
      "game_id": "25175e0c-2e8c-42e7-8938-e92add92d78f",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "4caa5ddc-b92c-4656-b0a0-59b4a7ba929b"
      ]
    },
    {
      "id": "25589479-32fc-44fd-8c7e-3bcff3ed04bf",
      "created_at": "2016-08-31T19:14:46-04:00",
      "updated_at": "2016-08-31T19:18:21-04:00",
      "inning": 1,
      "inning_label": "Top of 1st",
      "half": "T",
      "description": "Bryce Harper grounds out to shortstop, Maikel Franco to Tommy Joseph.",
      "game_id": "2e16eb83-687a-4305-90ab-89e29c3ac17b",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "c42a6d0c-9bf5-461c-b180-df6efff96b61",
        "745475b2-15d8-4586-8e11-4cdeaffc4bd0",
        "9445b94b-9430-4613-950b-2d023295806e"
      ]
    },
    {
      "id": "311aa12d-fa9c-48c1-b483-7d9246f62772",
      "created_at": "2016-08-23T19:18:14-04:00",
      "updated_at": "2016-08-23T19:21:48-04:00",
      "inning": 1,
      "inning_label": "Top of 1st",
      "half": "T",
      "description": "Bryce Harper singles to right center field. Jayson Werth to third.",
      "game_id": "d476c691-ebe3-4264-9a74-47a17947db42",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "ac7babb8-f9f5-4cd4-8485-01df5e77da2d",
        "90ecd054-69f8-43ae-bddb-8cfb2f593b14",
        "118b466a-7996-4f2d-b6c2-626e65c0de52",
        "d88678b7-9e24-45dc-8ea8-0067d200026f",
        "00a59b4e-b50f-4df8-aa4b-7e00ccc973d0"
      ]
    },
    {
      "id": "78e670e7-4f00-4732-98e6-183ebca1b01c",
      "created_at": "2016-07-15T15:59:38-04:00",
      "updated_at": "2016-07-15T15:59:38-04:00",
      "inning": 1,
      "inning_label": "Top of 1st",
      "half": "T",
      "description": "Bryce Harper singles to third base.",
      "game_id": "9a187c85-3f2c-48f9-ab88-fe68c9460688",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "af8ad648-8d4c-4b0f-98c0-893c0fe20dbd",
        "77f1c2a9-4687-4e37-a321-74e53b2b38cb"
      ]
    },
    {
      "id": "7eb69f15-5e13-41fb-8883-48345d8875b9",
      "created_at": "2016-09-18T13:39:49-04:00",
      "updated_at": "2016-09-18T13:41:06-04:00",
      "inning": 1,
      "inning_label": "Top of 1st",
      "half": "T",
      "description": "Bryce Harper grounds out to shortstop, Dansby Swanson to Freddie Freeman.",
      "game_id": "c9249f5d-b416-46c0-b1eb-47c4a7e3f032",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "9797202b-2194-4bd0-ba15-9920c1df09d3",
        "d6911cfe-d09e-44f0-84ee-2f04387bc07a",
        "71ad508f-dbab-4b1e-be39-7e9107ad4b9d",
        "2a8583a6-2dc4-4170-bbb6-84d74153eaf4",
        "7841c166-88ff-4c94-80d4-9f81c1cf0315"
      ]
    },
    {
      "id": "2b69074c-f262-42f3-b3a4-30354ada8d19",
      "created_at": "2016-07-15T15:51:54-04:00",
      "updated_at": "2016-07-15T15:51:54-04:00",
      "inning": 1,
      "inning_label": "Top of 1st",
      "half": "T",
      "description": "Bryce Harper grounds out to shallow infield, Christian Friedrich to Wil Myers.",
      "game_id": "87959754-fa98-444e-9303-c3b23fb7df60",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "28982eaf-6f83-4d0b-918f-6e4e417b8036",
        "682eed45-3ae5-498d-921b-0caed9a81a61",
        "9c97b896-5b81-4f25-8a81-4ab0b44b8573"
      ]
    },
    {
      "id": "d7262238-d4b1-43ce-b5ae-3160639e7cce",
      "created_at": "2016-07-15T15:53:38-04:00",
      "updated_at": "2016-07-15T15:53:38-04:00",
      "inning": 1,
      "inning_label": "Top of 1st",
      "half": "T",
      "description": "Bryce Harper grounds out to second base, Ben Zobrist to Anthony Rizzo.",
      "game_id": "8d0eadc2-ce84-495f-bf58-415f393c1f7f",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "992fa5ae-83e5-43a5-9bdb-103c1d992e30"
      ]
    },
    {
      "id": "08d1ea35-d9f6-459c-aed4-94d52ff1f1bc",
      "created_at": "2016-07-15T16:23:45-04:00",
      "updated_at": "2016-07-15T16:23:45-04:00",
      "inning": 1,
      "inning_label": "Top of 1st",
      "half": "T",
      "description": "Bryce Harper grounds out to shallow infield, Noah Syndergaard to Eric Campbell.",
      "game_id": "deca690e-69e1-4f72-a8ad-5255cc8912b0",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "946d04f7-65c1-4ba5-81ff-c44acf1adc48",
        "3fa464b2-65c9-4a0a-a171-b006815fab7b"
      ]
    },
    {
      "id": "a21e429f-b0a7-474d-972a-79daacebb95f",
      "created_at": "2016-08-05T19:19:36-04:00",
      "updated_at": "2016-08-05T19:23:12-04:00",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "half": "B",
      "description": "Bryce Harper singles to shortstop. Jayson Werth to third. Fielding error by Brandon Crawford.",
      "game_id": "540ca074-830b-486c-af5c-11299f8f5130",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "0c502e78-b0d4-477f-a191-e0f406d57ba3",
        "b37337cc-7b9a-4950-aa8a-2493c85fa185",
        "e0de2e03-7ad2-480b-9d57-cd56c3a571d1"
      ]
    },
    {
      "id": "b617e959-f241-4e42-99d6-5480edc1b71a",
      "created_at": "2016-07-15T15:17:37-04:00",
      "updated_at": "2016-07-15T15:17:37-04:00",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "half": "B",
      "description": "Bryce Harper grounds out to second base, Neil Walker to Eric Campbell.",
      "game_id": "2ebd05ac-f930-4f66-a8cf-94f7f40b87e4",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "e0bd5002-fa50-4686-93a9-57d7274dc791",
        "66d682e4-36bc-4a5d-8fa3-787cbaeffa36",
        "d1848ee4-a6d0-4b4e-8c92-cac818a3fab0",
        "ce83d817-6a34-4820-8324-6df7fcf17ac6",
        "cb183feb-f14b-46ff-bcd9-caa30a86bd13",
        "481c3210-6e24-474b-b75a-f733a7d0fdc1"
      ]
    },
    {
      "id": "583ce063-fdcc-4f3c-a97d-a957c9a0aa3a",
      "created_at": "2016-09-14T16:34:14-04:00",
      "updated_at": "2016-09-14T16:34:14-04:00",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "half": "B",
      "description": "Bryce Harper grounds out to shortstop, Asdrubal Cabrera to James Loney.",
      "game_id": "fa1c9019-81ca-4f2e-b2ae-028c845128be",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "312afe98-69a7-457a-a6a6-ff6757a68f90"
      ]
    },
    {
      "id": "1709ae64-3f2d-4305-a580-ec712e918898",
      "created_at": "2016-07-15T15:24:17-04:00",
      "updated_at": "2016-07-15T15:24:17-04:00",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "half": "B",
      "description": "Bryce Harper singles to right center field.",
      "game_id": "3fade6a2-fe1a-46f6-b46d-be9907c0a77b",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "426931e1-7171-4d06-a364-79a70e31b64a"
      ]
    },
    {
      "id": "047febb3-dd53-4d9f-bb8f-476c71d2dacc",
      "created_at": "2016-07-15T16:09:55-04:00",
      "updated_at": "2016-07-15T16:09:55-04:00",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "half": "B",
      "description": "Bryce Harper singles to right field. Ben Revere to third.",
      "game_id": "b8dde21b-22a4-43d3-a76e-5dee5fc164d0",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "d6dd7f4e-fbf7-4235-9277-0c31faf03372",
        "dc005798-fa22-477b-afcd-321fb9e49d01",
        "de5255b1-3fb6-4080-b88e-1c76327caa97",
        "af21818b-069a-4d68-88ce-da13df560c8d",
        "78f9cbba-99f5-48e3-9479-5cfb89987ec5"
      ]
    },
    {
      "id": "4b54a5f3-ad61-4515-894a-65d6855b8532",
      "created_at": "2016-10-01T16:23:36-04:00",
      "updated_at": "2016-10-01T16:23:36-04:00",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "half": "B",
      "description": "Bryce Harper singles to right center field. Trea Turner scores.",
      "game_id": "2b0cd19b-65a5-4ef1-abf6-674cd6d8f6f9",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "a63477bc-cbc5-40ce-a5e7-46a915284a44"
      ]
    },
    {
      "id": "52f6e1b8-818b-45fa-9ced-ba27f4f4c33b",
      "created_at": "2016-07-15T15:26:44-04:00",
      "updated_at": "2016-07-15T15:26:44-04:00",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "half": "B",
      "description": "Bryce Harper grounds out to shallow infield, Anibal Sanchez to Miguel Cabrera.",
      "game_id": "4576424c-83c7-4f39-a68a-56744cafb62f",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "d15ebcef-e12d-4279-b4fb-80e77925a66a",
        "f10e271d-5e1f-455f-be75-c961d65f6db2"
      ]
    },
    {
      "id": "5f7e87e3-d381-42a2-b462-30b7bbd408a6",
      "created_at": "2016-07-17T13:58:03-04:00",
      "updated_at": "2016-07-17T14:01:33-04:00",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "half": "B",
      "description": "Bryce Harper grounds out to shortstop, Jordy Mercer to John Jaso.",
      "game_id": "825c608c-3466-408d-9cc1-a6ce16a26799",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "027f5048-4690-4e1e-a4d3-dbd05d255025",
        "cd277f6f-25b5-4823-82fe-5d8525c00640",
        "1ce2ce94-c741-4616-bca6-ed776df30f1c"
      ]
    },
    {
      "id": "2137955d-4db2-40a4-9468-af4246eca585",
      "created_at": "2016-07-15T15:59:50-04:00",
      "updated_at": "2016-07-15T15:59:50-04:00",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "half": "B",
      "description": "Bryce Harper grounds out to second base, Jedd Gyorko to Matt Adams.",
      "game_id": "9a58381f-a289-4648-8f61-b438358ac90d",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "11844491-e01f-4fc8-b4cb-8f489324ae12"
      ]
    },
    {
      "id": "3187cc3b-b35b-436f-a067-fc5d37a98c5d",
      "created_at": "2016-07-15T15:59:06-04:00",
      "updated_at": "2016-07-15T15:59:06-04:00",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "half": "B",
      "description": "Bryce Harper grounds out to second base. Jayson Werth out at second.",
      "game_id": "98f58b2c-a764-43ad-b220-393204757b93",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "48205cf6-cbfc-4dd9-83e0-0b5a91a44a8d",
        "b2d13292-7c2a-495a-8bfd-5acf2e7aa261",
        "5365a3f2-106e-4525-a6af-0b07a346433d"
      ]
    },
    {
      "id": "dc8c71d8-e083-4641-9fde-bf6c5918bcc5",
      "created_at": "2016-07-15T15:51:23-04:00",
      "updated_at": "2016-07-15T15:51:23-04:00",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "half": "B",
      "description": "Bryce Harper grounds out to second base, Jedd Gyorko to Matt Carpenter.",
      "game_id": "8693393c-1c22-4415-b995-8b492476c481",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "e98aeb99-a31d-4e46-be46-885384efcc20",
        "f52a312d-5163-423e-927e-b5bd6f4033e9",
        "8fb1828d-36ac-44fc-bea8-ec3ca5714723"
      ]
    },
    {
      "id": "c2933b03-620f-410f-9f80-e9ca9971fbec",
      "created_at": "2016-07-15T15:37:38-04:00",
      "updated_at": "2016-07-15T15:37:38-04:00",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "half": "B",
      "description": "Bryce Harper grounds out to second base, Ben Zobrist to Anthony Rizzo. Ben Revere to third.",
      "game_id": "626a580f-23de-412b-b24e-3f2e6f5ae988",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "e3ce3f93-8cad-4d69-8ad9-b10ab898c427",
        "2e5e9f61-06d5-4093-bbbf-421b78850c61",
        "29395f72-84d6-438c-bb75-384b5afc7025"
      ]
    },
    {
      "id": "00a2400e-2151-40f5-9b51-b3ff778fcf11",
      "created_at": "2016-07-15T16:18:39-04:00",
      "updated_at": "2016-07-15T16:18:39-04:00",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "half": "B",
      "description": "Bryce Harper grounds out to shallow infield. Jayson Werth out at second.",
      "game_id": "d0580f5e-8b98-4dc1-b5a3-ff1613f8da96",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "1e671db5-7529-4178-b62e-15133efe1245",
        "299a4c24-9864-4d38-a035-48b0dcb2f904"
      ]
    },
    {
      "id": "fb7bb21e-5ba9-44cf-8251-a6c989f0b0d0",
      "created_at": "2016-07-15T15:33:11-04:00",
      "updated_at": "2016-07-15T15:33:11-04:00",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "half": "B",
      "description": "Bryce Harper grounds out to first base to Adam Duvall.",
      "game_id": "5507a658-3e5f-4233-a353-cdde321ec236",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "8b22cc21-a6ff-4000-96e7-e72aa54b1aeb",
        "1e9a4549-421d-4888-8a0c-ce03fc967123",
        "6bd6321f-681e-411c-ba6f-6b1e395431b9",
        "4b4d2f2f-5087-4f5a-8ad9-8b9ea9480746"
      ]
    },
    {
      "id": "c9903db0-3660-4e61-a3c8-1e31df09c10c",
      "created_at": "2016-07-15T15:00:42-04:00",
      "updated_at": "2016-07-15T15:00:42-04:00",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "half": "B",
      "description": "Bryce Harper grounds out to shallow right field, Gordon Beckham to Kelly Johnson.",
      "game_id": "0082fb22-7d87-4028-b1e3-6ddb35786b22",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "cba272d9-45be-4a62-a2f9-008b03300a8c",
        "b2d1aae5-f8ab-494c-80c5-e81f544ce85b",
        "24fc5845-4a5e-41d8-b0c2-e8a69e2d5c7f"
      ]
    },
    {
      "id": "0aa6e123-f92c-43ce-98c6-53600c38017a",
      "created_at": "2016-08-28T13:56:07-04:00",
      "updated_at": "2016-08-28T13:59:46-04:00",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "half": "B",
      "description": "Bryce Harper grounds out to first base, Gerardo Parra to Chad Bettis.",
      "game_id": "74b75823-6205-42de-8d2d-a2ed78ca7afd",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "5520d0d4-82bf-4ce6-9559-76a8801a6212",
        "08e2cbc4-63dd-4436-bfdf-c67a9cb811fd",
        "3ec8fc3d-15fb-4619-92ee-9fc2ce469b39",
        "fe6a060d-4307-4bee-8cb2-2d2ef5dba534"
      ]
    },
    {
      "id": "932ae463-d152-4494-937b-87ede29950e3",
      "created_at": "2016-07-15T15:18:34-04:00",
      "updated_at": "2016-07-15T15:18:34-04:00",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "half": "B",
      "description": "Bryce Harper grounds out to first base. Jayson Werth out at second.",
      "game_id": "30570836-c1ce-410c-91eb-376cc9587e45",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "2d9b4e6b-17bc-4d72-8beb-1562ded34714",
        "c24b1bdb-4e80-4e18-8d96-6b49c91335cf"
      ]
    },
    {
      "id": "cdcc86b2-5cd0-42a9-af45-b2937b50b0fd",
      "created_at": "2016-09-24T19:40:30-04:00",
      "updated_at": "2016-09-24T19:42:42-04:00",
      "inning": 2,
      "inning_label": "Top of 2nd",
      "half": "T",
      "description": "Bryce Harper grounds out to shortstop, Sean Rodriguez to John Jaso.",
      "game_id": "1610f903-08b1-4c4b-ba7e-ee8f4e244f2d",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "59077bbb-418a-444d-b5ef-784ca1a95564",
        "2ee8bd83-2c17-46e1-a299-ffd8564aff50"
      ]
    },
    {
      "id": "51ee2349-8423-446a-8912-85f1e4a26ed1",
      "created_at": "2016-08-01T22:19:28-04:00",
      "updated_at": "2016-08-01T22:19:28-04:00",
      "inning": 2,
      "inning_label": "Top of 2nd",
      "half": "T",
      "description": "Bryce Harper singles to center field.",
      "game_id": "e6bed5df-d764-4692-ae2b-f2e5988f7be5",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "c14c106b-0ce3-482d-a139-2dbf280d4c6e"
      ]
    },
    {
      "id": "64ed6dd1-9c9c-4e95-8656-2b1387b9a84c",
      "created_at": "2016-08-21T13:52:11-04:00",
      "updated_at": "2016-08-21T13:55:47-04:00",
      "inning": 2,
      "inning_label": "Top of 2nd",
      "half": "T",
      "description": "Bryce Harper grounds out to first base to Nick Markakis.",
      "game_id": "88795533-5577-4259-a7d0-d54d990dccab",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "7d649868-232c-4457-854f-d6a13ae0080b",
        "842e1a84-ec94-4423-8b01-6484cd552fad",
        "2b3b5914-5c8e-4cb3-b8f3-902e47b29ca9",
        "c22711a5-05a1-4eea-95ba-7937dea885e1",
        "70561d2f-0667-4729-afd3-b3c956a238fe"
      ]
    },
    {
      "id": "b1ca3ce4-0e7f-4cb1-88ba-58411279e66e",
      "created_at": "2016-07-15T15:10:02-04:00",
      "updated_at": "2016-07-15T15:10:02-04:00",
      "inning": 2,
      "inning_label": "Top of 2nd",
      "half": "T",
      "description": "Bryce Harper grounds out to first base, Eric Hosmer to Kris Medlen.",
      "game_id": "1815e151-c1de-4556-af46-d02b121d883c",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "0d34b646-c8f9-4ce3-8f5e-d9f7d7cc2844",
        "c112ff1d-e044-43f9-96a1-44c5fdd9cea1",
        "933a87f0-4e25-46f3-8ac3-5f88ec6e62f0",
        "00ff99a7-15e3-43d0-8b91-2606df8da2a8",
        "d00d8d1f-8873-4a3b-9672-13ddeba5e7a5"
      ]
    },
    {
      "id": "27990618-a249-42a3-9720-1e3ef9358ca7",
      "created_at": "2016-08-17T15:48:59-04:00",
      "updated_at": "2016-08-17T15:52:28-04:00",
      "inning": 2,
      "inning_label": "Top of 2nd",
      "half": "T",
      "description": "Bryce Harper singles to left center field.",
      "game_id": "9ae67cad-309d-4b84-9827-5f142f5cb423",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "a3c6cc4d-8f9a-4a2b-8599-15757545a6d4",
        "a6446935-8f28-4515-80e3-312ae3a4851c",
        "38d21039-6223-40da-a86b-741cbb8ec9f4"
      ]
    },
    {
      "id": "1f9259eb-7a7e-4c3d-89e3-dd777d743ac9",
      "created_at": "2016-07-15T15:24:05-04:00",
      "updated_at": "2016-07-15T15:24:06-04:00",
      "inning": 2,
      "inning_label": "Bottom of 2nd",
      "half": "B",
      "description": "Bryce Harper grounds out to first base to Freddie Freeman.",
      "game_id": "3f41910f-0ee8-4e45-b6ca-94f9362a6e3a",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "ef45d684-869c-4de4-9a2e-f04049a4a4b7"
      ]
    },
    {
      "id": "a9092766-5103-4d4d-a299-46454ea16196",
      "created_at": "2016-07-15T19:27:39-04:00",
      "updated_at": "2016-07-15T19:32:36-04:00",
      "inning": 2,
      "inning_label": "Bottom of 2nd",
      "half": "B",
      "description": "Bryce Harper grounds out to second base, Josh Harrison to David Freese.",
      "game_id": "b990dc10-b9a3-4c5e-bfe4-c15dde47b67e",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "baseball_pitch_ids": [
        "0ba4dbb7-ab14-4f47-82c7-b9e9a42154a0",
        "3a92a079-dcbf-4daa-8af9-35cfe84e2fa7",
        "62643143-4abd-4b3f-b445-63fc07f3da75",
        "121bc28b-2b7b-4172-9a56-4a20bacfd48b",
        "6e55e03d-a1d0-4ac9-9dd9-894dd60ddd28",
        "a20611f0-96b4-445d-91bf-967151d357c3"
      ]
    }
  ]
}

This endpoint retrieves MLB At Bats.

HTTP Request

GET https://api.stattleship.com/baseball/mlb/at_bats

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
game_id Game slug such as mlb-2017-cin-kc-2017-03-20-1605 for Reds vs Royals
hit_location Number 1-35.
hit_type FB, GB, LD, PU
hitter_id Slug of the hitter, like mlb-david-ortiz
hitter_team_id Slug of the hitting team, like mlb-bos
inning Number
interval_type current interval See interval_type for sport.
season_id Current season Season slug such as mlb-2016
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-05-22
since Friendly date such as 1 week ago or 4 days ago or last Sunday; or a timestamp such as 1448820000

Basketball At Bats

curl -X "GET" "https://api.stattleship.com/basketball/nba/at_bats" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

Not Applicable.

This endpoint retrieves NBA At Bats.

HTTP Request

GET https://api.stattleship.com/basketball/nba/at_bats

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
Not Applicable

Football At Bats

curl -X "GET" "https://api.stattleship.com/football/nfl/at_bats" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

Not Applicable.

This endpoint retrieves NFL At Bats.

HTTP Request

GET https://api.stattleship.com/football/nfl/at_bats

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
Not Applicable

Hockey At Bats

curl -X "GET" "https://api.stattleship.com/hockey/nhl/at_bats" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

Not applicable.

This endpoint retrieves NHL At Bats.

HTTP Request

GET https://api.stattleship.com/hockey/nhl/at_bats

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
Not Applicable

Feats

Baseball Feats

curl -X "GET" "https://api.stattleship.com/baseball/mlb/feats" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "games": [
    {
      "id": "26424e14-660b-41d1-ade9-c526e4c6e12c",
      "created_at": "2016-03-18T21:04:31-04:00",
      "updated_at": "2016-03-19T11:02:46-04:00",
      "at_neutral_site": false,
      "attendance": 12615,
      "away_team_outcome": "win",
      "away_team_score": 8,
      "daytime": false,
      "duration": 12660,
      "ended_at": "2015-05-12T21:43:36-04:00",
      "home_team_outcome": "loss",
      "home_team_score": 3,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Cardinals vs Indians",
      "name": "Cardinals vs Indians May 12, 2015 at  6:10pm",
      "on": "on May 12, 2015",
      "score": "8-3",
      "score_differential": 5,
      "scoreline": "Cardinals 8 - Indians 3",
      "slug": "mlb-2015-stl-cle-2015-05-12-1810",
      "started_at": "2015-05-12T18:10:00-04:00",
      "status": "ended",
      "temperature": 57,
      "temperature_unit": "f",
      "timestamp": 1431468600,
      "title": "Cardinals vs Indians",
      "weather_conditions": "cloudy",
      "wind_direction": "Left to Right",
      "wind_speed": 20,
      "wind_speed_unit": "mph",
      "home_team_id": "c5fefa38-a256-43fe-8147-008c0f8c2f15",
      "away_team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "winning_team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "season_id": "e46014e6-f9e9-41c3-9deb-cd11ee879d75",
      "venue_id": "5b7a95f0-90c5-4758-a407-5d37e0b68587"
    },
    {
      "id": "384cfac2-48f7-470c-8a4a-b968bb3b3fd7",
      "created_at": "2016-03-18T21:05:00-04:00",
      "updated_at": "2016-03-19T03:36:59-04:00",
      "at_neutral_site": false,
      "attendance": 28942,
      "away_team_outcome": "win",
      "away_team_score": 7,
      "daytime": false,
      "duration": 9360,
      "ended_at": "2015-06-18T15:19:53-07:00",
      "home_team_outcome": "loss",
      "home_team_score": 1,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Angels vs Diamondbacks",
      "name": "Angels vs Diamondbacks June 18, 2015 at 12:40pm",
      "on": "on June 18, 2015",
      "score": "7-1",
      "score_differential": 6,
      "scoreline": "Angels 7 - Diamondbacks 1",
      "slug": "mlb-2015-laa-ari-2015-06-18-1240",
      "started_at": "2015-06-18T12:40:00-07:00",
      "status": "ended",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1434656400,
      "title": "Angels vs Diamondbacks",
      "weather_conditions": "indoors",
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "09dc1f54-cf05-4486-8135-80bb0090fde1",
      "away_team_id": "e21a2701-cd76-4589-ac85-6a71e7c53252",
      "winning_team_id": "e21a2701-cd76-4589-ac85-6a71e7c53252",
      "season_id": "e46014e6-f9e9-41c3-9deb-cd11ee879d75",
      "venue_id": "dc097fcf-a1ce-48dc-a563-18f5bb142444"
    },
    {
      "id": "0b72acb4-811d-4dd5-bc12-43fd31424bc6",
      "created_at": "2016-03-18T21:04:56-04:00",
      "updated_at": "2016-03-19T03:35:43-04:00",
      "at_neutral_site": false,
      "attendance": 34964,
      "away_team_outcome": "win",
      "away_team_score": 4,
      "daytime": false,
      "duration": 10740,
      "ended_at": "2015-06-14T16:16:38-05:00",
      "home_team_outcome": "loss",
      "home_team_score": 0,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Nationals vs Brewers",
      "name": "Nationals vs Brewers June 14, 2015 at  1:10pm",
      "on": "on June 14, 2015",
      "score": "4-0",
      "score_differential": 4,
      "scoreline": "Nationals 4 - Brewers 0",
      "slug": "mlb-2015-was-mil-2015-06-14-1310",
      "started_at": "2015-06-14T13:10:00-05:00",
      "status": "ended",
      "temperature": 74,
      "temperature_unit": "f",
      "timestamp": 1434305400,
      "title": "Nationals vs Brewers",
      "weather_conditions": "cloudy",
      "wind_direction": "Out to Center",
      "wind_speed": 3,
      "wind_speed_unit": "mph",
      "home_team_id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "e46014e6-f9e9-41c3-9deb-cd11ee879d75",
      "venue_id": "1929adfd-bbeb-4d8a-9377-1da0f2837073"
    },
    {
      "id": "c4af4426-65d9-4c01-bc89-4c25c5ad7765",
      "created_at": "2016-03-18T21:05:03-04:00",
      "updated_at": "2016-03-19T03:33:58-04:00",
      "at_neutral_site": false,
      "attendance": 30268,
      "away_team_outcome": "loss",
      "away_team_score": 0,
      "daytime": false,
      "duration": 8760,
      "ended_at": "2015-06-21T19:39:17-04:00",
      "home_team_outcome": "win",
      "home_team_score": 1,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Mets vs Braves",
      "name": "Mets vs Braves June 21, 2015 at  5:05pm",
      "on": "on June 21, 2015",
      "score": "0-1",
      "score_differential": 1,
      "scoreline": "Mets 0 - Braves 1",
      "slug": "mlb-2015-nym-atl-2015-06-21-1705",
      "started_at": "2015-06-21T17:05:00-04:00",
      "status": "ended",
      "temperature": 93,
      "temperature_unit": "f",
      "timestamp": 1434920700,
      "title": "Mets vs Braves",
      "weather_conditions": "cloudy",
      "wind_direction": "Left to Right",
      "wind_speed": 8,
      "wind_speed_unit": "mph",
      "home_team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "away_team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "winning_team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "season_id": "e46014e6-f9e9-41c3-9deb-cd11ee879d75",
      "venue_id": "bfbb4850-7975-473c-ba00-0253e816beb7"
    },
    {
      "id": "a4cc0fb6-5d3e-47e3-ada8-b283b3b76c13",
      "created_at": "2016-03-18T21:05:03-04:00",
      "updated_at": "2016-03-19T03:33:49-04:00",
      "at_neutral_site": false,
      "attendance": 40273,
      "away_team_outcome": "win",
      "away_team_score": 8,
      "daytime": false,
      "duration": 10740,
      "ended_at": "2015-06-21T16:14:08-05:00",
      "home_team_outcome": "loss",
      "home_team_score": 0,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Cubs vs Twins",
      "name": "Cubs vs Twins June 21, 2015 at  1:10pm",
      "on": "on June 21, 2015",
      "score": "8-0",
      "score_differential": 8,
      "scoreline": "Cubs 8 - Twins 0",
      "slug": "mlb-2015-chc-min-2015-06-21-1310",
      "started_at": "2015-06-21T13:10:00-05:00",
      "status": "ended",
      "temperature": 81,
      "temperature_unit": "f",
      "timestamp": 1434910200,
      "title": "Cubs vs Twins",
      "weather_conditions": "cloudy",
      "wind_direction": "Out to Center",
      "wind_speed": 3,
      "wind_speed_unit": "mph",
      "home_team_id": "8256c5cd-476c-4af3-8c26-059b0fd8ddcf",
      "away_team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "winning_team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "season_id": "e46014e6-f9e9-41c3-9deb-cd11ee879d75",
      "venue_id": "f78e4b66-1278-430d-a6a8-b82b93a45de4"
    }
  ],
  "home_teams": [
    {
      "id": "c5fefa38-a256-43fe-8147-008c0f8c2f15",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T17:54:33-04:00",
      "color": "E31937",
      "colors": [
        "E31937",
        "002B5C"
      ],
      "hashtag": "Indians",
      "hashtags": [
        "Indians"
      ],
      "location": "Cleveland",
      "name": "Cleveland",
      "nickname": "Indians",
      "latitude": 41.49932,
      "longitude": -81.6943605,
      "slug": "mlb-cle",
      "division_id": "ca580e37-ee8b-44d3-94ac-6eb2bf35d094",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "09dc1f54-cf05-4486-8135-80bb0090fde1",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T17:54:54-04:00",
      "color": "A71930",
      "colors": [
        "A71930",
        "000000",
        "E3D4AD"
      ],
      "hashtag": "DBacks",
      "hashtags": [
        "DBacks",
        "Diamondbacks"
      ],
      "location": "Arizona",
      "name": "Arizona",
      "nickname": "Diamondbacks",
      "latitude": 33.4463502,
      "longitude": -112.0746942,
      "slug": "mlb-ari",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T17:55:16-04:00",
      "color": "0A2351",
      "colors": [
        "0A2351",
        "B6922E"
      ],
      "hashtag": "Brewers",
      "hashtags": [
        "Brewers"
      ],
      "location": "Milwaukee",
      "name": "Milwaukee",
      "nickname": "Brewers",
      "latitude": 43.0205692,
      "longitude": -87.97012,
      "slug": "mlb-mil",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T17:55:10-04:00",
      "color": "CE1141",
      "colors": [
        "CE1141",
        "13274F"
      ],
      "hashtag": "Braves",
      "hashtags": [
        "Braves"
      ],
      "location": "Atlanta",
      "name": "Atlanta",
      "nickname": "Braves",
      "latitude": 33.7005971,
      "longitude": -84.354916,
      "slug": "mlb-atl",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "8256c5cd-476c-4af3-8c26-059b0fd8ddcf",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T17:54:36-04:00",
      "color": "002B5C",
      "colors": [
        "002B5C",
        "D31145"
      ],
      "hashtag": "Twins",
      "hashtags": [
        "Twins",
        "MNTwins"
      ],
      "location": "Minnesota",
      "name": "Minnesota",
      "nickname": "Twins",
      "latitude": 44.983318,
      "longitude": -93.277016,
      "slug": "mlb-min",
      "division_id": "ca580e37-ee8b-44d3-94ac-6eb2bf35d094",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "leagues": [
    {
      "id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-03-18T20:56:43-04:00",
      "abbreviation": "MLB",
      "color": null,
      "minutes_per_period": null,
      "name": "Major League Baseball",
      "periods": null,
      "slug": "mlb",
      "sport": "baseball"
    }
  ],
  "away_teams": [
    {
      "id": "26345a1d-a856-48be-a53b-262367b5437e",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T18:23:11-04:00",
      "color": "C41E3A",
      "colors": [
        "C41E3A",
        "000066",
        "FEDB00"
      ],
      "hashtag": "STLCards",
      "hashtags": [
        "STLCards",
        "Cardinals"
      ],
      "location": "St. Louis",
      "name": "St. Louis",
      "nickname": "Cardinals",
      "latitude": 38.6270025,
      "longitude": -90.1994042,
      "slug": "mlb-stl",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "e21a2701-cd76-4589-ac85-6a71e7c53252",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T18:23:10-04:00",
      "color": "BA0021",
      "colors": [
        "BA0021",
        "003263"
      ],
      "hashtag": "Angels",
      "hashtags": [
        "Angels"
      ],
      "location": "Los Angeles",
      "name": "LA Angels",
      "nickname": "Angels",
      "latitude": 33.8352932,
      "longitude": -117.9145036,
      "slug": "mlb-laa",
      "division_id": "558ecbdd-2a71-4c60-a1bd-28dfcd3ab496",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T17:54:57-04:00",
      "color": "AB0003",
      "colors": [
        "AB0003",
        "11225B"
      ],
      "hashtag": "Nats",
      "hashtags": [
        "Nats",
        "Nationals"
      ],
      "location": "Washington",
      "name": "Washington",
      "nickname": "Nationals",
      "latitude": 38.8787421,
      "longitude": -77.0074421,
      "slug": "mlb-was",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T17:55:04-04:00",
      "color": "FF5910",
      "colors": [
        "FF5910",
        "002D72"
      ],
      "hashtag": "Mets",
      "hashtags": [
        "Mets"
      ],
      "location": "New York",
      "name": "NY Mets",
      "nickname": "Mets",
      "latitude": 40.7573032,
      "longitude": -73.8501765,
      "slug": "mlb-nym",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T17:55:25-04:00",
      "color": "CC3433",
      "colors": [
        "CC3433",
        "0E3386"
      ],
      "hashtag": "Cubs",
      "hashtags": [
        "Cubs"
      ],
      "location": "Chicago",
      "name": "Chi. Cubs",
      "nickname": "Cubs",
      "latitude": 41.8781136,
      "longitude": -87.6297982,
      "slug": "mlb-chc",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "winning_teams": [
    {
      "id": "26345a1d-a856-48be-a53b-262367b5437e",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T18:23:11-04:00",
      "color": "C41E3A",
      "colors": [
        "C41E3A",
        "000066",
        "FEDB00"
      ],
      "hashtag": "STLCards",
      "hashtags": [
        "STLCards",
        "Cardinals"
      ],
      "location": "St. Louis",
      "name": "St. Louis",
      "nickname": "Cardinals",
      "latitude": 38.6270025,
      "longitude": -90.1994042,
      "slug": "mlb-stl",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "e21a2701-cd76-4589-ac85-6a71e7c53252",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T18:23:10-04:00",
      "color": "BA0021",
      "colors": [
        "BA0021",
        "003263"
      ],
      "hashtag": "Angels",
      "hashtags": [
        "Angels"
      ],
      "location": "Los Angeles",
      "name": "LA Angels",
      "nickname": "Angels",
      "latitude": 33.8352932,
      "longitude": -117.9145036,
      "slug": "mlb-laa",
      "division_id": "558ecbdd-2a71-4c60-a1bd-28dfcd3ab496",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T17:54:57-04:00",
      "color": "AB0003",
      "colors": [
        "AB0003",
        "11225B"
      ],
      "hashtag": "Nats",
      "hashtags": [
        "Nats",
        "Nationals"
      ],
      "location": "Washington",
      "name": "Washington",
      "nickname": "Nationals",
      "latitude": 38.8787421,
      "longitude": -77.0074421,
      "slug": "mlb-was",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T17:55:10-04:00",
      "color": "CE1141",
      "colors": [
        "CE1141",
        "13274F"
      ],
      "hashtag": "Braves",
      "hashtags": [
        "Braves"
      ],
      "location": "Atlanta",
      "name": "Atlanta",
      "nickname": "Braves",
      "latitude": 33.7005971,
      "longitude": -84.354916,
      "slug": "mlb-atl",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T17:55:25-04:00",
      "color": "CC3433",
      "colors": [
        "CC3433",
        "0E3386"
      ],
      "hashtag": "Cubs",
      "hashtags": [
        "Cubs"
      ],
      "location": "Chicago",
      "name": "Chi. Cubs",
      "nickname": "Cubs",
      "latitude": 41.8781136,
      "longitude": -87.6297982,
      "slug": "mlb-chc",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "seasons": [
    {
      "id": "e46014e6-f9e9-41c3-9deb-cd11ee879d75",
      "created_at": "2016-03-18T21:03:28-04:00",
      "updated_at": "2016-03-18T21:03:28-04:00",
      "name": "2015",
      "current_interval_type": "regularseason",
      "starts_on": "2015-02-01",
      "ends_on": "2015-11-30",
      "slug": "mlb-2015",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "venues": [
    {
      "id": "5b7a95f0-90c5-4758-a407-5d37e0b68587",
      "created_at": "2016-03-18T21:04:07-04:00",
      "updated_at": "2016-03-21T18:11:16-04:00",
      "abbreviation": "JF",
      "capacity": 45274,
      "city": "Cleveland",
      "country": "USA",
      "field_type": "Grass",
      "name": "Progressive Field",
      "slug": "progressive-field",
      "state": "Ohio",
      "time_zone": "US/Eastern",
      "latitude": 41.49932,
      "longitude": -81.6943605
    },
    {
      "id": "dc097fcf-a1ce-48dc-a563-18f5bb142444",
      "created_at": "2016-03-18T21:04:00-04:00",
      "updated_at": "2016-03-21T18:13:13-04:00",
      "abbreviation": "CHASE",
      "capacity": 49707,
      "city": "Phoenix",
      "country": "USA",
      "field_type": "Grass",
      "name": "Chase Field",
      "slug": "chase-field",
      "state": "Arizona",
      "time_zone": "US/Arizona",
      "latitude": 33.4463502,
      "longitude": -112.0746942
    },
    {
      "id": "1929adfd-bbeb-4d8a-9377-1da0f2837073",
      "created_at": "2016-03-18T21:04:04-04:00",
      "updated_at": "2016-03-21T18:10:30-04:00",
      "abbreviation": "MP",
      "capacity": 45808,
      "city": "Milwaukee",
      "country": "USA",
      "field_type": "Grass",
      "name": "Miller Park",
      "slug": "miller-park",
      "state": "Wisconsin",
      "time_zone": "US/Central",
      "latitude": 43.0205692,
      "longitude": -87.97012
    },
    {
      "id": "bfbb4850-7975-473c-ba00-0253e816beb7",
      "created_at": "2016-03-18T21:04:08-04:00",
      "updated_at": "2016-03-21T18:12:36-04:00",
      "abbreviation": "TF",
      "capacity": 54357,
      "city": "Atlanta",
      "country": "USA",
      "field_type": "Grass",
      "name": "Turner Field",
      "slug": "turner-field",
      "state": "Georgia",
      "time_zone": "US/Eastern",
      "latitude": 33.7005971,
      "longitude": -84.354916
    },
    {
      "id": "f78e4b66-1278-430d-a6a8-b82b93a45de4",
      "created_at": "2016-03-18T21:04:10-04:00",
      "updated_at": "2016-03-21T18:14:08-04:00",
      "abbreviation": "Targe",
      "capacity": 42035,
      "city": "Minneapolis",
      "country": "USA",
      "field_type": "Grass",
      "name": "Target Field",
      "slug": "target-field",
      "state": "Minnesota",
      "time_zone": "US/Central",
      "latitude": 44.983318,
      "longitude": -93.277016
    }
  ],
  "players": [
    {
      "id": "9e5a519e-48f9-4f23-bdee-a1558df717bd",
      "created_at": "2016-03-18T21:11:18-04:00",
      "updated_at": "2016-03-21T17:53:38-04:00",
      "active": true,
      "birth_date": "1987-05-12",
      "defensive": false,
      "first_name": "Lance",
      "handedness": "right",
      "bats": "bats_right",
      "height": 77,
      "unit_of_height": "inches",
      "last_name": "Lynn",
      "name": "Lance Lynn",
      "offensive": true,
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "salary": 7500000,
      "humanized_salary": "7,500,000",
      "salary_currency": "USD",
      "school": "Mississippi",
      "slug": "mlb-lance-lynn",
      "sport": "baseball",
      "weight": 240,
      "unit_of_weight": "pounds",
      "years_of_experience": 4,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e"
    },
    {
      "id": "e73c7b63-e77b-4a74-93d0-9386680ca5bc",
      "created_at": "2016-03-18T21:12:47-04:00",
      "updated_at": "2016-03-21T15:35:08-04:00",
      "active": true,
      "birth_date": "1980-11-18",
      "defensive": false,
      "first_name": "C.J.",
      "handedness": "left",
      "bats": "bats_left",
      "height": 73,
      "unit_of_height": "inches",
      "last_name": "Wilson",
      "name": "C.J. Wilson",
      "offensive": true,
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "salary": 20500000,
      "humanized_salary": "20,500,000",
      "salary_currency": "USD",
      "school": "Loyola Marymount",
      "slug": "mlb-c-j-wilson",
      "sport": "baseball",
      "weight": 210,
      "unit_of_weight": "pounds",
      "years_of_experience": 10,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "e21a2701-cd76-4589-ac85-6a71e7c53252"
    },
    {
      "id": "df01aafa-4ae4-4006-8200-2c522ad24e50",
      "created_at": "2016-03-18T21:10:04-04:00",
      "updated_at": "2016-03-21T16:10:28-04:00",
      "active": true,
      "birth_date": "1984-07-27",
      "defensive": false,
      "first_name": "Max",
      "handedness": "right",
      "bats": "bats_right",
      "height": 75,
      "unit_of_height": "inches",
      "last_name": "Scherzer",
      "name": "Max Scherzer",
      "offensive": true,
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "salary": 22142857,
      "humanized_salary": "22,142,857",
      "salary_currency": "USD",
      "school": "Missouri",
      "slug": "mlb-max-scherzer",
      "sport": "baseball",
      "weight": 215,
      "unit_of_weight": "pounds",
      "years_of_experience": 7,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "114a6024-518f-434b-a406-3b74e760018a",
      "created_at": "2016-03-18T21:12:04-04:00",
      "updated_at": "2016-03-21T17:53:20-04:00",
      "active": true,
      "birth_date": "1989-03-27",
      "defensive": false,
      "first_name": "Matt",
      "handedness": "right",
      "bats": "bats_right",
      "height": 76,
      "unit_of_height": "inches",
      "last_name": "Harvey",
      "name": "Matt Harvey",
      "offensive": true,
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "salary": 4325000,
      "humanized_salary": "4,325,000",
      "salary_currency": "USD",
      "school": "North Carolina",
      "slug": "mlb-matt-harvey",
      "sport": "baseball",
      "weight": 215,
      "unit_of_weight": "pounds",
      "years_of_experience": 2,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d"
    },
    {
      "id": "fc5b5704-35a0-40bc-aec0-c7efa56643c6",
      "created_at": "2016-03-18T21:12:28-04:00",
      "updated_at": "2016-03-21T07:43:11-04:00",
      "active": true,
      "birth_date": "1986-03-06",
      "defensive": false,
      "first_name": "Jake",
      "handedness": "right",
      "bats": "bats_right",
      "height": 76,
      "unit_of_height": "inches",
      "last_name": "Arrieta",
      "name": "Jake Arrieta",
      "offensive": true,
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "salary": 10700000,
      "humanized_salary": "10,700,000",
      "salary_currency": "USD",
      "school": "Texas Christian",
      "slug": "mlb-jake-arrieta",
      "sport": "baseball",
      "weight": 225,
      "unit_of_weight": "pounds",
      "years_of_experience": 6,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11"
    }
  ],
  "teams": [
    {
      "id": "26345a1d-a856-48be-a53b-262367b5437e",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T18:23:11-04:00",
      "color": "C41E3A",
      "colors": [
        "C41E3A",
        "000066",
        "FEDB00"
      ],
      "hashtag": "STLCards",
      "hashtags": [
        "STLCards",
        "Cardinals"
      ],
      "location": "St. Louis",
      "name": "St. Louis",
      "nickname": "Cardinals",
      "latitude": 38.6270025,
      "longitude": -90.1994042,
      "slug": "mlb-stl",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "e21a2701-cd76-4589-ac85-6a71e7c53252",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T18:23:10-04:00",
      "color": "BA0021",
      "colors": [
        "BA0021",
        "003263"
      ],
      "hashtag": "Angels",
      "hashtags": [
        "Angels"
      ],
      "location": "Los Angeles",
      "name": "LA Angels",
      "nickname": "Angels",
      "latitude": 33.8352932,
      "longitude": -117.9145036,
      "slug": "mlb-laa",
      "division_id": "558ecbdd-2a71-4c60-a1bd-28dfcd3ab496",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T17:54:57-04:00",
      "color": "AB0003",
      "colors": [
        "AB0003",
        "11225B"
      ],
      "hashtag": "Nats",
      "hashtags": [
        "Nats",
        "Nationals"
      ],
      "location": "Washington",
      "name": "Washington",
      "nickname": "Nationals",
      "latitude": 38.8787421,
      "longitude": -77.0074421,
      "slug": "mlb-was",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T17:55:04-04:00",
      "color": "FF5910",
      "colors": [
        "FF5910",
        "002D72"
      ],
      "hashtag": "Mets",
      "hashtags": [
        "Mets"
      ],
      "location": "New York",
      "name": "NY Mets",
      "nickname": "Mets",
      "latitude": 40.7573032,
      "longitude": -73.8501765,
      "slug": "mlb-nym",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T17:55:25-04:00",
      "color": "CC3433",
      "colors": [
        "CC3433",
        "0E3386"
      ],
      "hashtag": "Cubs",
      "hashtags": [
        "Cubs"
      ],
      "location": "Chicago",
      "name": "Chi. Cubs",
      "nickname": "Cubs",
      "latitude": 41.8781136,
      "longitude": -87.6297982,
      "slug": "mlb-chc",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "feats": [
    {
      "id": "75155ae6-6542-423d-9ac4-03958dad4305",
      "created_at": "2016-03-19T11:04:08-04:00",
      "updated_at": "2016-03-19T11:04:08-04:00",
      "accomplished_vs": "had 118 pitches thrown vs. the Indians",
      "accomplishment": "had 118 pitches thrown",
      "actual": "118.0",
      "category": "single",
      "description": "vs. the Indians on Tuesday May 12, 2015 at  6:10pm",
      "game_id": "26424e14-660b-41d1-ade9-c526e4c6e12c",
      "game_slug": "mlb-2015-stl-cle-2015-05-12-1810",
      "humanized_stat_type": "pitches thrown",
      "level": "rare",
      "level_numeric": 3,
      "name": "pitches_thrown",
      "on": "Tuesday May 12, 2015 at  6:10pm",
      "opponent_abbrev": "CLE",
      "opponent_location": "Cleveland",
      "opponent_name": "Cleveland",
      "opponent_nickname": "Indians",
      "opponent_slug": "mlb-cle",
      "player_id": "9e5a519e-48f9-4f23-bdee-a1558df717bd",
      "player_slug": "mlb-lance-lynn",
      "sentence": "Lance Lynn had 118 pitches thrown",
      "sentence_on": "Lance Lynn had 118 pitches thrown on Tuesday May 12, 2015 at  6:10pm",
      "sentence_vs": "Lance Lynn had 118 pitches thrown vs. the Indians",
      "sentence_vs_on": "Lance Lynn had 118 pitches thrown vs. the Indians on Tuesday May 12, 2015 at  6:10pm",
      "subject_id": "9e5a519e-48f9-4f23-bdee-a1558df717bd",
      "subject_name": "Lance Lynn",
      "subject_team_name": "St. Louis",
      "subject_team_abbrev": "STL",
      "subject_team_location": "St. Louis",
      "subject_team_nickname": "Cardinals",
      "subject_team_slug": "mlb-stl",
      "subject_type": "Player",
      "subject_slug": "mlb-lance-lynn",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "team_slug": "mlb-stl",
      "title": "Lance Lynn had 118 pitches thrown",
      "verb": "had 118 pitches thrown",
      "vs": "vs. the Indians",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "season_id": "e46014e6-f9e9-41c3-9deb-cd11ee879d75",
      "subject": {
        "type": "player",
        "id": "9e5a519e-48f9-4f23-bdee-a1558df717bd"
      }
    },
    {
      "id": "2893c561-315e-400d-8697-bab295a8c9a9",
      "created_at": "2016-03-19T07:18:36-04:00",
      "updated_at": "2016-03-19T07:18:36-04:00",
      "accomplished_vs": "had 115 pitches thrown vs. the Diamondbacks",
      "accomplishment": "had 115 pitches thrown",
      "actual": "115.0",
      "category": "single",
      "description": "vs. the Diamondbacks on Thursday June 18, 2015 at 12:40pm",
      "game_id": "384cfac2-48f7-470c-8a4a-b968bb3b3fd7",
      "game_slug": "mlb-2015-laa-ari-2015-06-18-1240",
      "humanized_stat_type": "pitches thrown",
      "level": "rare",
      "level_numeric": 3,
      "name": "pitches_thrown",
      "on": "Thursday June 18, 2015 at 12:40pm",
      "opponent_abbrev": "ARI",
      "opponent_location": "Arizona",
      "opponent_name": "Arizona",
      "opponent_nickname": "Diamondbacks",
      "opponent_slug": "mlb-ari",
      "player_id": "e73c7b63-e77b-4a74-93d0-9386680ca5bc",
      "player_slug": "mlb-c-j-wilson",
      "sentence": "C.J. Wilson had 115 pitches thrown",
      "sentence_on": "C.J. Wilson had 115 pitches thrown on Thursday June 18, 2015 at 12:40pm",
      "sentence_vs": "C.J. Wilson had 115 pitches thrown vs. the Diamondbacks",
      "sentence_vs_on": "C.J. Wilson had 115 pitches thrown vs. the Diamondbacks on Thursday June 18, 2015 at 12:40pm",
      "subject_id": "e73c7b63-e77b-4a74-93d0-9386680ca5bc",
      "subject_name": "C.J. Wilson",
      "subject_team_name": "LA Angels",
      "subject_team_abbrev": "LAA",
      "subject_team_location": "Los Angeles",
      "subject_team_nickname": "Angels",
      "subject_team_slug": "mlb-laa",
      "subject_type": "Player",
      "subject_slug": "mlb-c-j-wilson",
      "team_id": "e21a2701-cd76-4589-ac85-6a71e7c53252",
      "team_slug": "mlb-laa",
      "title": "C.J. Wilson had 115 pitches thrown",
      "verb": "had 115 pitches thrown",
      "vs": "vs. the Diamondbacks",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "season_id": "e46014e6-f9e9-41c3-9deb-cd11ee879d75",
      "subject": {
        "type": "player",
        "id": "e73c7b63-e77b-4a74-93d0-9386680ca5bc"
      }
    },
    {
      "id": "1e40b734-0199-45a9-aa37-cb1947907eec",
      "created_at": "2016-03-19T07:14:07-04:00",
      "updated_at": "2016-03-19T07:14:08-04:00",
      "accomplished_vs": "had 119 pitches thrown vs. the Brewers",
      "accomplishment": "had 119 pitches thrown",
      "actual": "119.0",
      "category": "single",
      "description": "vs. the Brewers on Sunday June 14, 2015 at  1:10pm",
      "game_id": "0b72acb4-811d-4dd5-bc12-43fd31424bc6",
      "game_slug": "mlb-2015-was-mil-2015-06-14-1310",
      "humanized_stat_type": "pitches thrown",
      "level": "rare",
      "level_numeric": 3,
      "name": "pitches_thrown",
      "on": "Sunday June 14, 2015 at  1:10pm",
      "opponent_abbrev": "MIL",
      "opponent_location": "Milwaukee",
      "opponent_name": "Milwaukee",
      "opponent_nickname": "Brewers",
      "opponent_slug": "mlb-mil",
      "player_id": "df01aafa-4ae4-4006-8200-2c522ad24e50",
      "player_slug": "mlb-max-scherzer",
      "sentence": "Max Scherzer had 119 pitches thrown",
      "sentence_on": "Max Scherzer had 119 pitches thrown on Sunday June 14, 2015 at  1:10pm",
      "sentence_vs": "Max Scherzer had 119 pitches thrown vs. the Brewers",
      "sentence_vs_on": "Max Scherzer had 119 pitches thrown vs. the Brewers on Sunday June 14, 2015 at  1:10pm",
      "subject_id": "df01aafa-4ae4-4006-8200-2c522ad24e50",
      "subject_name": "Max Scherzer",
      "subject_team_name": "Washington",
      "subject_team_abbrev": "WAS",
      "subject_team_location": "Washington",
      "subject_team_nickname": "Nationals",
      "subject_team_slug": "mlb-was",
      "subject_type": "Player",
      "subject_slug": "mlb-max-scherzer",
      "team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "team_slug": "mlb-was",
      "title": "Max Scherzer had 119 pitches thrown",
      "verb": "had 119 pitches thrown",
      "vs": "vs. the Brewers",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "season_id": "e46014e6-f9e9-41c3-9deb-cd11ee879d75",
      "subject": {
        "type": "player",
        "id": "df01aafa-4ae4-4006-8200-2c522ad24e50"
      }
    },
    {
      "id": "1c6ca881-bf71-4767-a635-3a81d7f2b37b",
      "created_at": "2016-03-19T07:05:53-04:00",
      "updated_at": "2016-03-19T07:05:53-04:00",
      "accomplished_vs": "had 115 pitches thrown vs. the Braves",
      "accomplishment": "had 115 pitches thrown",
      "actual": "115.0",
      "category": "single",
      "description": "vs. the Braves on Sunday June 21, 2015 at  5:05pm",
      "game_id": "c4af4426-65d9-4c01-bc89-4c25c5ad7765",
      "game_slug": "mlb-2015-nym-atl-2015-06-21-1705",
      "humanized_stat_type": "pitches thrown",
      "level": "rare",
      "level_numeric": 3,
      "name": "pitches_thrown",
      "on": "Sunday June 21, 2015 at  5:05pm",
      "opponent_abbrev": "ATL",
      "opponent_location": "Atlanta",
      "opponent_name": "Atlanta",
      "opponent_nickname": "Braves",
      "opponent_slug": "mlb-atl",
      "player_id": "114a6024-518f-434b-a406-3b74e760018a",
      "player_slug": "mlb-matt-harvey",
      "sentence": "Matt Harvey had 115 pitches thrown",
      "sentence_on": "Matt Harvey had 115 pitches thrown on Sunday June 21, 2015 at  5:05pm",
      "sentence_vs": "Matt Harvey had 115 pitches thrown vs. the Braves",
      "sentence_vs_on": "Matt Harvey had 115 pitches thrown vs. the Braves on Sunday June 21, 2015 at  5:05pm",
      "subject_id": "114a6024-518f-434b-a406-3b74e760018a",
      "subject_name": "Matt Harvey",
      "subject_team_name": "NY Mets",
      "subject_team_abbrev": "NYM",
      "subject_team_location": "New York",
      "subject_team_nickname": "Mets",
      "subject_team_slug": "mlb-nym",
      "subject_type": "Player",
      "subject_slug": "mlb-matt-harvey",
      "team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "team_slug": "mlb-nym",
      "title": "Matt Harvey had 115 pitches thrown",
      "verb": "had 115 pitches thrown",
      "vs": "vs. the Braves",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "season_id": "e46014e6-f9e9-41c3-9deb-cd11ee879d75",
      "subject": {
        "type": "player",
        "id": "114a6024-518f-434b-a406-3b74e760018a"
      }
    },
    {
      "id": "16a877ed-3fe6-450c-8828-b4fb2514be98",
      "created_at": "2016-03-19T07:05:22-04:00",
      "updated_at": "2016-03-19T07:05:23-04:00",
      "accomplished_vs": "had 122 pitches thrown vs. the Twins",
      "accomplishment": "had 122 pitches thrown",
      "actual": "122.0",
      "category": "single",
      "description": "vs. the Twins on Sunday June 21, 2015 at  1:10pm",
      "game_id": "a4cc0fb6-5d3e-47e3-ada8-b283b3b76c13",
      "game_slug": "mlb-2015-chc-min-2015-06-21-1310",
      "humanized_stat_type": "pitches thrown",
      "level": "rare",
      "level_numeric": 3,
      "name": "pitches_thrown",
      "on": "Sunday June 21, 2015 at  1:10pm",
      "opponent_abbrev": "MIN",
      "opponent_location": "Minnesota",
      "opponent_name": "Minnesota",
      "opponent_nickname": "Twins",
      "opponent_slug": "mlb-min",
      "player_id": "fc5b5704-35a0-40bc-aec0-c7efa56643c6",
      "player_slug": "mlb-jake-arrieta",
      "sentence": "Jake Arrieta had 122 pitches thrown",
      "sentence_on": "Jake Arrieta had 122 pitches thrown on Sunday June 21, 2015 at  1:10pm",
      "sentence_vs": "Jake Arrieta had 122 pitches thrown vs. the Twins",
      "sentence_vs_on": "Jake Arrieta had 122 pitches thrown vs. the Twins on Sunday June 21, 2015 at  1:10pm",
      "subject_id": "fc5b5704-35a0-40bc-aec0-c7efa56643c6",
      "subject_name": "Jake Arrieta",
      "subject_team_name": "Chi. Cubs",
      "subject_team_abbrev": "CHC",
      "subject_team_location": "Chicago",
      "subject_team_nickname": "Cubs",
      "subject_team_slug": "mlb-chc",
      "subject_type": "Player",
      "subject_slug": "mlb-jake-arrieta",
      "team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "team_slug": "mlb-chc",
      "title": "Jake Arrieta had 122 pitches thrown",
      "verb": "had 122 pitches thrown",
      "vs": "vs. the Twins",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "season_id": "e46014e6-f9e9-41c3-9deb-cd11ee879d75",
      "subject": {
        "type": "player",
        "id": "fc5b5704-35a0-40bc-aec0-c7efa56643c6"
      }
    }
  ]
}

This endpoint retrieves MLB Feats.

HTTP Request

GET https://api.stattleship.com/baseball/mlb/feats

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
game_id Game slug such as mlb-2015-was-mil-2015-06-14-1310 for Bulls vs Mavericks
player_id Player slug such as mlb-david-ortiz for David Ortiz
team_id Team slug such as mlb-kc for the Kansas City Royals
interval_type current interval See interval_type for sport.
season_id Current season Season slug such as mlb-2016
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-05-22
since Friendly date such as 1 week ago or 4 days ago or last Sunday; or a timestamp such as 1448820000
level Feats have levels 0 to 5 where 0 is typical and 3 is rare and 5 is new record
name The stat name for the feat

Basketball Feats

curl -X "GET" "https://api.stattleship.com/basketball/nba/feats" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "games": [
    {
      "id": "13791dd8-b3f3-4842-a8d4-109578ae737b",
      "created_at": "2015-12-20T19:45:30-05:00",
      "updated_at": "2015-12-20T22:45:36-05:00",
      "at_neutral_site": false,
      "attendance": 13857,
      "away_team_outcome": "win",
      "away_team_score": 130,
      "daytime": false,
      "duration": 8340,
      "ended_at": "2015-12-20T20:30:51-07:00",
      "home_team_outcome": "loss",
      "home_team_score": 125,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Pelicans vs Nuggets",
      "name": "Pelicans vs Nuggets December 20, 2015 at  6:00pm",
      "on": "on December 20, 2015",
      "score": "130-125",
      "score_differential": 5,
      "scoreline": "Pelicans 130 - Nuggets 125",
      "slug": "nba-2015-2016-no-den-2015-12-20-1800",
      "started_at": "2015-12-20T18:00:00-07:00",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1450659600,
      "title": "Pelicans vs Nuggets",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "cb0629eb-a7ed-4775-8d2f-3f1929e82311",
      "away_team_id": "c29ace8e-5203-4891-b4e1-92f0a62bbced",
      "winning_team_id": "c29ace8e-5203-4891-b4e1-92f0a62bbced",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "venue_id": "7e1484f8-70ca-46a2-ad43-85e0f09a1c64"
    }
  ],
  "home_teams": [
    {
      "id": "cb0629eb-a7ed-4775-8d2f-3f1929e82311",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:48-05:00",
      "location": "Denver",
      "name": "Denver",
      "nickname": "Nuggets",
      "slug": "nba-den",
      "division_id": "99f54b82-4f3e-44f1-b311-f7806d4ba9a9",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "leagues": [
    {
      "id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NBA",
      "color": null,
      "minutes_per_period": null,
      "name": "National Basketball Association",
      "periods": null,
      "slug": "nba",
      "sport": "basketball"
    }
  ],
  "away_teams": [
    {
      "id": "c29ace8e-5203-4891-b4e1-92f0a62bbced",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:48-05:00",
      "location": "New Orleans",
      "name": "New Orleans",
      "nickname": "Pelicans",
      "slug": "nba-no",
      "division_id": "855ee1c8-446b-4120-96f9-af6b041e9c26",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "winning_teams": [
    {
      "id": "c29ace8e-5203-4891-b4e1-92f0a62bbced",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:48-05:00",
      "location": "New Orleans",
      "name": "New Orleans",
      "nickname": "Pelicans",
      "slug": "nba-no",
      "division_id": "855ee1c8-446b-4120-96f9-af6b041e9c26",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "seasons": [
    {
      "id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "2015-2016",
      "starts_on": "2015-10-01",
      "ends_on": "2016-06-30",
      "slug": "nba-2015-2016",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "venues": [
    {
      "id": "7e1484f8-70ca-46a2-ad43-85e0f09a1c64",
      "created_at": "2015-12-18T00:47:06-05:00",
      "updated_at": "2015-12-18T00:47:06-05:00",
      "abbreviation": "PC",
      "city": "Denver",
      "country": "USA",
      "field_type": null,
      "name": "Pepsi Center",
      "slug": "pc",
      "state": "Colorado",
      "time_zone": "US/Mountain"
    }
  ],
  "players": [
    {
      "id": "6a938c55-6214-4c2d-8f7b-845825222543",
      "created_at": "2015-12-18T00:46:05-05:00",
      "updated_at": "2015-12-21T05:11:49-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Will",
      "handedness": "unknown",
      "height": 78,
      "unit_of_height": "inches",
      "last_name": "Barton",
      "name": "Will Barton",
      "offensive": true,
      "position_abbreviation": "SG",
      "position_name": "Shooting Guard",
      "salary": 3533333,
      "humanized_salary": "3,533,333",
      "salary_currency": "USD",
      "school": null,
      "slug": "nba-will-barton",
      "sport": "basketball",
      "weight": 175,
      "unit_of_weight": "pounds",
      "years_of_experience": 2,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "592c8adc-80f7-466d-9850-68de059b3f86",
      "team_id": "cb0629eb-a7ed-4775-8d2f-3f1929e82311"
    }
  ],
  "feats": [
    {
      "id": "ee09acad-6add-429e-a194-1b1dec8b38e2",
      "created_at": "2015-12-20T20:45:46-05:00",
      "updated_at": "2015-12-20T22:15:41-05:00",
      "accomplished_vs": "made 7 three pointers vs. the Pelicans",
      "accomplishment": "made 7 three pointers",
      "actual": "7.0",
      "category": "single",
      "game_id": "13791dd8-b3f3-4842-a8d4-109578ae737b",
      "game_slug": "nba-2015-2016-no-den-2015-12-20-1800",
      "humanized_stat_type": "three_pointers",
      "level": "rare",
      "name": "three_pointers_made",
      "on": "Sunday December 20, 2015 at  6:00pm",
      "opponent_abbrev": "NO",
      "opponent_location": "New Orleans",
      "opponent_name": "New Orleans",
      "opponent_nickname": "Pelicans",
      "opponent_slug": "nba-no",
      "player_id": "6a938c55-6214-4c2d-8f7b-845825222543",
      "player_slug": "nba-will-barton",
      "sentence": "Will Barton made 7 three pointers",
      "sentence_on": "Will Barton made 7 three pointers on Sunday December 20, 2015 at  6:00pm",
      "sentence_vs": "Will Barton made 7 three pointers vs. the Pelicans",
      "sentence_vs_on": "Will Barton made 7 three pointers vs. the Pelicans on Sunday December 20, 2015 at  6:00pm",
      "subject_id": "6a938c55-6214-4c2d-8f7b-845825222543",
      "subject_name": "Will Barton",
      "subject_team_name": "Denver",
      "subject_team_abbrev": "DEN",
      "subject_team_location": "Denver",
      "subject_team_nickname": "Nuggets",
      "subject_team_slug": "nba-den",
      "subject_type": "Player",
      "subject_slug": "nba-will-barton",
      "team_id": null,
      "team_slug": null,
      "verb": "made 7 three pointers",
      "vs": "vs. the Pelicans",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "subject": {
        "type": "player",
        "id": "6a938c55-6214-4c2d-8f7b-845825222543"
      }
    }
  ]
}

This endpoint retrieves NBA Feats.

HTTP Request

GET https://api.stattleship.com/basketball/nba/feats

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
game_id Game slug such as nba-2015-2016-chi-dal-2015-12-26-2030 for Bulls vs Mavericks
player_id Player slug such as nba-lebron-james for Lebron James
team_id Team slug such as nba-gs for the Warriors
interval_type current interval See interval_type for sport.
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-05-22
since Friendly date such as 1 week ago or 4 days ago or last Sunday; or a timestamp such as 1448820000
season_id Current season Season slug such as nba-2015-2016
level Feats have levels 0 to 5 where 0 is typical and 3 is rare and 5 is new record
name The stat name for the feat

Football Feats

curl -X "GET" "https://api.stattleship.com/football/nfl/feats" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "games": [
    {
      "id": "de313f22-715c-4a34-ab00-38ede1b50e43",
      "created_at": "2015-12-18T00:04:10-05:00",
      "updated_at": "2015-12-18T00:04:53-05:00",
      "at_neutral_site": false,
      "attendance": 70970,
      "away_team_outcome": "win",
      "away_team_score": 28,
      "daytime": false,
      "duration": 12420,
      "ended_at": "2015-09-27T16:30:55-04:00",
      "home_team_outcome": "loss",
      "home_team_score": 24,
      "interval": "Week 3",
      "interval_number": "3",
      "interval_type": "week",
      "label": "Bengals vs Ravens",
      "name": "Bengals vs Ravens September 27, 2015 at  1:00pm",
      "on": "on September 27, 2015",
      "score": "28-24",
      "score_differential": 4,
      "scoreline": "Bengals 28 - Ravens 24",
      "slug": "nfl-2015-2016-cin-bal-2015-09-27-1700",
      "started_at": "2015-09-27T13:00:00-04:00",
      "temperature": 70,
      "temperature_unit": "f",
      "timestamp": 1443373200,
      "title": "Bengals vs Ravens",
      "weather_conditions": "cloudy",
      "wind_direction": "northeast",
      "wind_speed": 12,
      "wind_speed_unit": "mph",
      "home_team_id": "15cdbc22-7b1e-4012-a731-987ca52e3c05",
      "away_team_id": "6bb48096-ca08-40e3-8dd2-2d93d96e346e",
      "winning_team_id": "6bb48096-ca08-40e3-8dd2-2d93d96e346e",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2",
      "venue_id": "a3f57ef6-0eea-44e7-aef6-f046fb96d505"
    }
  ],
  "home_teams": [
    {
      "id": "15cdbc22-7b1e-4012-a731-987ca52e3c05",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-20T17:20:55-05:00",
      "location": "Baltimore",
      "name": "Baltimore",
      "nickname": "Ravens",
      "slug": "nfl-bal",
      "division_id": "9cf5e881-62fa-4401-bced-e55fd0fd8fa4",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "leagues": [
    {
      "id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NFL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Football League",
      "periods": null,
      "slug": "nfl",
      "sport": "football"
    }
  ],
  "away_teams": [
    {
      "id": "6bb48096-ca08-40e3-8dd2-2d93d96e346e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-20T20:52:37-05:00",
      "location": "Cincinnati",
      "name": "Cincinnati",
      "nickname": "Bengals",
      "slug": "nfl-cin",
      "division_id": "9cf5e881-62fa-4401-bced-e55fd0fd8fa4",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "winning_teams": [
    {
      "id": "6bb48096-ca08-40e3-8dd2-2d93d96e346e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-20T20:52:37-05:00",
      "location": "Cincinnati",
      "name": "Cincinnati",
      "nickname": "Bengals",
      "slug": "nfl-cin",
      "division_id": "9cf5e881-62fa-4401-bced-e55fd0fd8fa4",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "seasons": [
    {
      "id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "2015-2016",
      "starts_on": "2015-08-01",
      "ends_on": "2016-02-14",
      "slug": "nfl-2015-2016",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "venues": [
    {
      "id": "a3f57ef6-0eea-44e7-aef6-f046fb96d505",
      "created_at": "2015-12-17T23:53:26-05:00",
      "updated_at": "2015-12-17T23:53:26-05:00",
      "abbreviation": "M&T",
      "city": "Baltimore",
      "country": "USA",
      "field_type": "FieldTurf",
      "name": "M&T Bank Stadium",
      "slug": "m-t",
      "state": "Maryland",
      "time_zone": "US/Eastern"
    }
  ],
  "players": [
    {
      "id": "0c67bc13-7d76-46cf-8366-6868ddd12092",
      "created_at": "2015-12-17T23:52:12-05:00",
      "updated_at": "2015-12-20T21:57:50-05:00",
      "active": false,
      "defensive": false,
      "first_name": "A.J.",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Green",
      "name": "A.J. Green",
      "offensive": true,
      "position_abbreviation": "WR",
      "position_name": "Wide Receiver",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-a-j-green",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "47be0cc5-0355-43d7-b16f-6efd436bb81d",
      "team_id": "6bb48096-ca08-40e3-8dd2-2d93d96e346e"
    }
  ],
  "feats": [
    {
      "id": "441c56d3-eeae-4735-9403-c03b87d6bdd5",
      "created_at": "2015-12-18T00:04:27-05:00",
      "updated_at": "2015-12-18T00:04:46-05:00",
      "accomplished_vs": "was thrown to 13 times vs. the Ravens",
      "accomplishment": "was thrown to 13 times",
      "actual": "13.0",
      "category": "single",
      "game_id": "de313f22-715c-4a34-ab00-38ede1b50e43",
      "game_slug": "nfl-2015-2016-cin-bal-2015-09-27-1700",
      "humanized_stat_type": "receptions looks",
      "level": "rare",
      "name": "receptions_looks",
      "on": "Sunday September 27, 2015 at  1:00pm",
      "opponent_abbrev": "BAL",
      "opponent_location": "Baltimore",
      "opponent_name": "Baltimore",
      "opponent_nickname": "Ravens",
      "opponent_slug": "nfl-bal",
      "player_id": "0c67bc13-7d76-46cf-8366-6868ddd12092",
      "player_slug": "nfl-a-j-green",
      "sentence": "A.J. Green was thrown to 13 times",
      "sentence_on": "A.J. Green was thrown to 13 times on Sunday September 27, 2015 at  1:00pm",
      "sentence_vs": "A.J. Green was thrown to 13 times vs. the Ravens",
      "sentence_vs_on": "A.J. Green was thrown to 13 times vs. the Ravens on Sunday September 27, 2015 at  1:00pm",
      "subject_id": "0c67bc13-7d76-46cf-8366-6868ddd12092",
      "subject_name": "A.J. Green",
      "subject_team_name": "Cincinnati",
      "subject_team_abbrev": "CIN",
      "subject_team_location": "Cincinnati",
      "subject_team_nickname": "Bengals",
      "subject_team_slug": "nfl-cin",
      "subject_type": "Player",
      "subject_slug": "nfl-a-j-green",
      "team_id": null,
      "team_slug": null,
      "verb": "was thrown to 13 times",
      "vs": "vs. the Ravens",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2",
      "subject": {
        "type": "player",
        "id": "0c67bc13-7d76-46cf-8366-6868ddd12092"
      }
    }
  ]
}

This endpoint retrieves NFL Feats.

HTTP Request

GET https://api.stattleship.com/football/nfl/feats

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
game_id Game slug such as nfl-2015-2016-nyg-min-2015-12-27-2030 for Giants vs Vikings
player_id Player slug such as nfl-tom-brady
team_id Team slug such as nfl-ne for the Patriots
interval_type Either Seeinterval_type` for sport.
season_id Current season Season slug such as nfl-2015-2016
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-05-22
since Friendly date such as 1 week ago or 4 days ago or last Sunday; or a timestamp such as 1448820000
week For NFL its week number such as 6
level Feats have levels 0 to 5 where 0 is typical and 3 is rare and 5 is new record
name The stat name for the feat

Hockey Feats

curl -X "GET" "https://api.stattleship.com/hockey/nhl/feats" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "games": [
    {
      "id": "a497ffac-1027-4830-9ce8-de89af6db6f2",
      "created_at": "2015-12-18T01:21:48-05:00",
      "updated_at": "2015-12-18T20:52:34-05:00",
      "at_neutral_site": false,
      "attendance": 17270,
      "away_team_outcome": "win",
      "away_team_score": 4,
      "daytime": false,
      "duration": 8940,
      "ended_at": "2015-10-24T21:47:06-04:00",
      "home_team_outcome": "loss",
      "home_team_score": 1,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Coyotes vs Senators",
      "name": "Coyotes vs Senators October 24, 2015 at  7:00pm",
      "on": "on October 24, 2015",
      "score": "4-1",
      "score_differential": 3,
      "scoreline": "Coyotes 4 - Senators 1",
      "slug": "nhl-2015-2016-ari-ott-2015-10-24-2300",
      "started_at": "2015-10-24T19:00:00-04:00",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1445727600,
      "title": "Coyotes vs Senators",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "42add1c3-7eed-4356-bd0b-cc3aa88693e8",
      "away_team_id": "06bab022-21a6-4999-b7a1-fe569971c68a",
      "winning_team_id": "06bab022-21a6-4999-b7a1-fe569971c68a",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "venue_id": "9b3edc28-887a-4e69-bb77-352a453c63bd"
    }
  ],
  "home_teams": [
    {
      "id": "42add1c3-7eed-4356-bd0b-cc3aa88693e8",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Ottawa",
      "name": "Ottawa",
      "nickname": "Senators",
      "slug": "nhl-ott",
      "division_id": "15ca4e46-2b49-4f37-84ea-befb62de28c5",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "leagues": [
    {
      "id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NHL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Hockey League",
      "periods": null,
      "slug": "nhl",
      "sport": "hockey"
    }
  ],
  "away_teams": [
    {
      "id": "06bab022-21a6-4999-b7a1-fe569971c68a",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Arizona",
      "name": "Arizona",
      "nickname": "Coyotes",
      "slug": "nhl-ari",
      "division_id": "11740eea-c575-44e9-b4f5-a80805703ad0",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "winning_teams": [
    {
      "id": "06bab022-21a6-4999-b7a1-fe569971c68a",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Arizona",
      "name": "Arizona",
      "nickname": "Coyotes",
      "slug": "nhl-ari",
      "division_id": "11740eea-c575-44e9-b4f5-a80805703ad0",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "seasons": [
    {
      "id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "2015-2016",
      "starts_on": "2015-09-01",
      "ends_on": "2016-06-30",
      "slug": "nhl-2015-2016",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "venues": [
    {
      "id": "9b3edc28-887a-4e69-bb77-352a453c63bd",
      "created_at": "2015-12-18T01:14:47-05:00",
      "updated_at": "2015-12-18T01:14:47-05:00",
      "abbreviation": "CTC",
      "city": "Ottawa",
      "country": "CAN",
      "field_type": null,
      "name": "Canadian Tire Centre",
      "slug": "ctc",
      "state": "Ontario",
      "time_zone": "Canada/Eastern"
    }
  ],
  "players": [
    {
      "id": "e3bf2ac6-a7f2-414b-9153-325ecf71c246",
      "created_at": "2015-12-18T01:13:23-05:00",
      "updated_at": "2015-12-21T13:12:28-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Mikkel",
      "handedness": "left",
      "height": 72,
      "unit_of_height": "inches",
      "last_name": "Boedker",
      "name": "Mikkel Boedker",
      "offensive": true,
      "position_abbreviation": "LW",
      "position_name": "Left Wing",
      "salary": 3750000,
      "humanized_salary": "3,750,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-mikkel-boedker",
      "sport": "hockey",
      "weight": 211,
      "unit_of_weight": "pounds",
      "years_of_experience": 8,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "97279158-d3fb-4c6d-97f5-d8ce36fee674",
      "team_id": "06bab022-21a6-4999-b7a1-fe569971c68a"
    }
  ],
  "feats": [
    {
      "id": "4e321a82-699a-49ad-98ae-5accafc51e43",
      "created_at": "2015-12-18T01:22:04-05:00",
      "updated_at": "2015-12-18T01:22:04-05:00",
      "accomplished_vs": "had 3 hat trick goals vs. the Senators",
      "accomplishment": "had 3 hat trick goals",
      "actual": "3.0",
      "category": "single",
      "game_id": "a497ffac-1027-4830-9ce8-de89af6db6f2",
      "game_slug": "nhl-2015-2016-ari-ott-2015-10-24-2300",
      "humanized_stat_type": "hat trick goals",
      "level": "rare",
      "name": "hat_trick_goals",
      "on": "Saturday October 24, 2015 at  7:00pm",
      "opponent_abbrev": "OTT",
      "opponent_location": "Ottawa",
      "opponent_name": "Ottawa",
      "opponent_nickname": "Senators",
      "opponent_slug": "nhl-ott",
      "player_id": "e3bf2ac6-a7f2-414b-9153-325ecf71c246",
      "player_slug": "nhl-mikkel-boedker",
      "sentence": "Mikkel Boedker had 3 hat trick goals",
      "sentence_on": "Mikkel Boedker had 3 hat trick goals on Saturday October 24, 2015 at  7:00pm",
      "sentence_vs": "Mikkel Boedker had 3 hat trick goals vs. the Senators",
      "sentence_vs_on": "Mikkel Boedker had 3 hat trick goals vs. the Senators on Saturday October 24, 2015 at  7:00pm",
      "subject_id": "e3bf2ac6-a7f2-414b-9153-325ecf71c246",
      "subject_name": "Mikkel Boedker",
      "subject_team_name": "Arizona",
      "subject_team_abbrev": "ARI",
      "subject_team_location": "Arizona",
      "subject_team_nickname": "Coyotes",
      "subject_team_slug": "nhl-ari",
      "subject_type": "Player",
      "subject_slug": "nhl-mikkel-boedker",
      "team_id": null,
      "team_slug": null,
      "verb": "had 3 hat trick goals",
      "vs": "vs. the Senators",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "subject": {
        "type": "player",
        "id": "e3bf2ac6-a7f2-414b-9153-325ecf71c246"
      }
    }
  ]
}

This endpoint retrieves NHL Feats.

HTTP Request

GET https://api.stattleship.com/hockey/nhl/feats

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
game_id Game slug such as nhl-2015-2016-det-min-2015-12-28-2000 for Red Wings vs Wild
player_id Player slug such as nhl-tyler-seguin
team_id Team slug such as nhl-bos for the Bruins
interval_type regularseason See interval_type for sport.
season_id Current season Season slug such as nhl-2015-2016
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-05-22
since Friendly date such as 1 week ago or 4 days ago or last Sunday; or a timestamp such as 1448820000
level Feats have levels 0 to 5 where 0 is typical and 3 is rare and 5 is new record
name The stat name for the feat

Game Logs

Baseball Game Logs

curl -X "GET" "https://api.stattleship.com/baseball/mlb/game_logs" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "games": [
    {
      "id": "ec67ced9-a71e-4144-8a03-1e3fb1d2249c",
      "created_at": "2016-03-18T21:06:27-04:00",
      "updated_at": "2016-03-19T06:36:33-04:00",
      "at_neutral_site": false,
      "attendance": 31441,
      "away_team_outcome": "loss",
      "away_team_score": 0,
      "daytime": false,
      "duration": 8340,
      "ended_at": "2015-10-04T18:27:35-04:00",
      "home_team_outcome": "win",
      "home_team_score": 2,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Cardinals vs Braves",
      "name": "Cardinals vs Braves October  4, 2015 at  4:00pm",
      "on": "on October  4, 2015",
      "score": "0-2",
      "score_differential": 2,
      "scoreline": "Cardinals 0 - Braves 2",
      "slug": "mlb-2015-stl-atl-2015-10-4-1600",
      "started_at": "2015-10-04T16:00:00-04:00",
      "status": "ended",
      "temperature": 69,
      "temperature_unit": "f",
      "timestamp": 1443988800,
      "title": "Cardinals vs Braves",
      "weather_conditions": "cloudy",
      "wind_direction": "In from Center",
      "wind_speed": 11,
      "wind_speed_unit": "mph",
      "home_team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "away_team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "winning_team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "season_id": "e46014e6-f9e9-41c3-9deb-cd11ee879d75",
      "venue_id": "bfbb4850-7975-473c-ba00-0253e816beb7"
    }
  ],
  "home_teams": [
    {
      "id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T17:55:10-04:00",
      "color": "CE1141",
      "colors": [
        "CE1141",
        "13274F"
      ],
      "hashtag": "Braves",
      "hashtags": [
        "Braves"
      ],
      "location": "Atlanta",
      "name": "Atlanta",
      "nickname": "Braves",
      "latitude": 33.7005971,
      "longitude": -84.354916,
      "slug": "mlb-atl",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "leagues": [
    {
      "id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-03-18T20:56:43-04:00",
      "abbreviation": "MLB",
      "color": null,
      "minutes_per_period": null,
      "name": "Major League Baseball",
      "periods": null,
      "slug": "mlb",
      "sport": "baseball"
    }
  ],
  "away_teams": [
    {
      "id": "26345a1d-a856-48be-a53b-262367b5437e",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T18:23:11-04:00",
      "color": "C41E3A",
      "colors": [
        "C41E3A",
        "000066",
        "FEDB00"
      ],
      "hashtag": "STLCards",
      "hashtags": [
        "STLCards",
        "Cardinals"
      ],
      "location": "St. Louis",
      "name": "St. Louis",
      "nickname": "Cardinals",
      "latitude": 38.6270025,
      "longitude": -90.1994042,
      "slug": "mlb-stl",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "winning_teams": [
    {
      "id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T17:55:10-04:00",
      "color": "CE1141",
      "colors": [
        "CE1141",
        "13274F"
      ],
      "hashtag": "Braves",
      "hashtags": [
        "Braves"
      ],
      "location": "Atlanta",
      "name": "Atlanta",
      "nickname": "Braves",
      "latitude": 33.7005971,
      "longitude": -84.354916,
      "slug": "mlb-atl",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "seasons": [
    {
      "id": "e46014e6-f9e9-41c3-9deb-cd11ee879d75",
      "created_at": "2016-03-18T21:03:28-04:00",
      "updated_at": "2016-03-18T21:03:28-04:00",
      "name": "2015",
      "current_interval_type": "regularseason",
      "starts_on": "2015-02-01",
      "ends_on": "2015-11-30",
      "slug": "mlb-2015",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "venues": [
    {
      "id": "bfbb4850-7975-473c-ba00-0253e816beb7",
      "created_at": "2016-03-18T21:04:08-04:00",
      "updated_at": "2016-03-21T18:12:36-04:00",
      "abbreviation": "TF",
      "capacity": 54357,
      "city": "Atlanta",
      "country": "USA",
      "field_type": "Grass",
      "name": "Turner Field",
      "slug": "turner-field",
      "state": "Georgia",
      "time_zone": "US/Eastern",
      "latitude": 33.7005971,
      "longitude": -84.354916
    }
  ],
  "players": [
    {
      "id": "7a9b2531-174e-4885-80b3-b67cfc495c73",
      "created_at": "2016-03-18T21:12:01-04:00",
      "updated_at": "2016-03-21T17:53:13-04:00",
      "active": true,
      "birth_date": "1985-04-05",
      "defensive": false,
      "first_name": "Hector",
      "handedness": "right",
      "bats": "bats_right",
      "height": 74,
      "unit_of_height": "inches",
      "last_name": "Olivera",
      "name": "Hector Olivera",
      "offensive": true,
      "position_abbreviation": "2B",
      "position_name": "Second Base",
      "salary": 10416667,
      "humanized_salary": "10,416,667",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-hector-olivera",
      "sport": "baseball",
      "weight": 220,
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "f300e31e-61fb-48be-a215-6260d7fde49d",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761"
    },
    {
      "id": "9e5a519e-48f9-4f23-bdee-a1558df717bd",
      "created_at": "2016-03-18T21:11:18-04:00",
      "updated_at": "2016-03-21T17:53:38-04:00",
      "active": true,
      "birth_date": "1987-05-12",
      "defensive": false,
      "first_name": "Lance",
      "handedness": "right",
      "bats": "bats_right",
      "height": 77,
      "unit_of_height": "inches",
      "last_name": "Lynn",
      "name": "Lance Lynn",
      "offensive": true,
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "salary": 7500000,
      "humanized_salary": "7,500,000",
      "salary_currency": "USD",
      "school": "Mississippi",
      "slug": "mlb-lance-lynn",
      "sport": "baseball",
      "weight": 240,
      "unit_of_weight": "pounds",
      "years_of_experience": 4,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e"
    },
    {
      "id": "3af911e8-2eb4-4ecf-9a7b-1d19b21fb6a4",
      "created_at": "2016-03-18T21:10:17-04:00",
      "updated_at": "2016-03-21T17:53:12-04:00",
      "active": true,
      "birth_date": "1987-08-07",
      "defensive": false,
      "first_name": "Ryan",
      "handedness": "right",
      "bats": "bats_right",
      "height": 76,
      "unit_of_height": "inches",
      "last_name": "Lavarnway",
      "name": "Ryan Lavarnway",
      "offensive": true,
      "position_abbreviation": "C",
      "position_name": "Catcher",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Yale",
      "slug": "mlb-ryan-lavarnway",
      "sport": "baseball",
      "weight": 240,
      "unit_of_weight": "pounds",
      "years_of_experience": 5,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "35d2f5d0-7407-48c2-80ca-8e5d25e099d9",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761"
    },
    {
      "id": "23b2cfb3-6ab7-4398-aabe-ab9fa737d03e",
      "created_at": "2016-03-18T21:10:40-04:00",
      "updated_at": "2016-03-21T18:09:16-04:00",
      "active": true,
      "birth_date": "1987-04-04",
      "defensive": false,
      "first_name": "Cameron",
      "handedness": "right",
      "bats": "bats_right",
      "height": 75,
      "unit_of_height": "inches",
      "last_name": "Maybin",
      "name": "Cameron Maybin",
      "offensive": true,
      "position_abbreviation": "CF",
      "position_name": "Center Outfield",
      "salary": 8100000,
      "humanized_salary": "8,100,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-cameron-maybin",
      "sport": "baseball",
      "weight": 215,
      "unit_of_weight": "pounds",
      "years_of_experience": 7,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e900e850-ab40-4048-aa57-631ea8390519",
      "team_id": "9ab4bef1-ea26-456b-a018-bf2bde1f6599"
    },
    {
      "id": "42a1fe72-6336-4c16-9e60-3202ecb1a689",
      "created_at": "2016-03-18T21:11:19-04:00",
      "updated_at": "2016-03-21T17:53:39-04:00",
      "active": true,
      "birth_date": "1988-03-08",
      "defensive": false,
      "first_name": "Thomas",
      "handedness": "right",
      "bats": "bats_right",
      "height": 73,
      "unit_of_height": "inches",
      "last_name": "Pham",
      "name": "Thomas Pham",
      "offensive": true,
      "position_abbreviation": "CF",
      "position_name": "Center Outfield",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Durango HS",
      "slug": "mlb-thomas-pham",
      "sport": "baseball",
      "weight": 175,
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e900e850-ab40-4048-aa57-631ea8390519",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e"
    }
  ],
  "teams": [
    {
      "id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T17:55:10-04:00",
      "color": "CE1141",
      "colors": [
        "CE1141",
        "13274F"
      ],
      "hashtag": "Braves",
      "hashtags": [
        "Braves"
      ],
      "location": "Atlanta",
      "name": "Atlanta",
      "nickname": "Braves",
      "latitude": 33.7005971,
      "longitude": -84.354916,
      "slug": "mlb-atl",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "26345a1d-a856-48be-a53b-262367b5437e",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T18:23:11-04:00",
      "color": "C41E3A",
      "colors": [
        "C41E3A",
        "000066",
        "FEDB00"
      ],
      "hashtag": "STLCards",
      "hashtags": [
        "STLCards",
        "Cardinals"
      ],
      "location": "St. Louis",
      "name": "St. Louis",
      "nickname": "Cardinals",
      "latitude": 38.6270025,
      "longitude": -90.1994042,
      "slug": "mlb-stl",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "9ab4bef1-ea26-456b-a018-bf2bde1f6599",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T17:54:29-04:00",
      "color": "0C2C56",
      "colors": [
        "0C2C56"
      ],
      "hashtag": "Tigers",
      "hashtags": [
        "Tigers"
      ],
      "location": "Detroit",
      "name": "Detroit",
      "nickname": "Tigers",
      "latitude": 42.3300676,
      "longitude": -83.0449362,
      "slug": "mlb-det",
      "division_id": "ca580e37-ee8b-44d3-94ac-6eb2bf35d094",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "opponents": [
    {
      "id": "26345a1d-a856-48be-a53b-262367b5437e",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T18:23:11-04:00",
      "color": "C41E3A",
      "colors": [
        "C41E3A",
        "000066",
        "FEDB00"
      ],
      "hashtag": "STLCards",
      "hashtags": [
        "STLCards",
        "Cardinals"
      ],
      "location": "St. Louis",
      "name": "St. Louis",
      "nickname": "Cardinals",
      "latitude": 38.6270025,
      "longitude": -90.1994042,
      "slug": "mlb-stl",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T17:55:10-04:00",
      "color": "CE1141",
      "colors": [
        "CE1141",
        "13274F"
      ],
      "hashtag": "Braves",
      "hashtags": [
        "Braves"
      ],
      "location": "Atlanta",
      "name": "Atlanta",
      "nickname": "Braves",
      "latitude": 33.7005971,
      "longitude": -84.354916,
      "slug": "mlb-atl",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "game_logs": [
    {
      "id": "ec67ced9-a71e-4144-8a03-1e3fb1d2249c7a9b2531-174e-4885-80b3-b67cfc495c73",
      "created_at": "2016-03-18T21:06:27-04:00",
      "updated_at": "2016-03-19T06:36:33-04:00",
      "game_played": true,
      "game_started": true,
      "home_team_outcome": "win",
      "home_team_score": 2,
      "away_team_outcome": "loss",
      "away_team_score": 0,
      "team_outcome": "win",
      "team_score": 2,
      "catcher_interferences": 0,
      "catcher_stealers_allowed": 0,
      "catcher_stealers_caught": 0,
      "fielding_errors": 0,
      "outfield_assists": 0,
      "passed_balls": 0,
      "at_bats": 3,
      "batting_average": "0.33333334",
      "caught_stealing": 0,
      "doubles": 1,
      "grounded_into_double_plays": 0,
      "hit_by_pitch": 0,
      "hits": 1,
      "home_runs": 0,
      "intentional_walks": 0,
      "intentional_walks_against": 0,
      "left_on_base": 1,
      "on_base_percentage": "0.33333334",
      "on_base_plus_slugging": "1.0000000298023224",
      "rlisp_two_out": 0,
      "runs": 0,
      "runs_batted_in": 0,
      "sacrifice_flys": 0,
      "sacrifice_hits": 0,
      "slugging_percentage": "0.6666667",
      "stolen_bases": 0,
      "strikeouts": 1,
      "total_bases": 2,
      "triples": 0,
      "two_out_rbi": 0,
      "walks": 0,
      "balks": 0,
      "batters_faced": 0,
      "blown_saves": 0,
      "complete_games": 0,
      "earned_run_average": "0.0",
      "pitcher_fielding_errors": 0,
      "fly_ball_outs": 0,
      "ground_ball_outs": 0,
      "holds": 0,
      "inherited_runners": 0,
      "inherited_runners_scored": 0,
      "losses": 0,
      "no_decisions": 0,
      "outs_pitched": 0,
      "pickoffs": 0,
      "pitcher_caught_stealing": 0,
      "pitcher_earned_runs": "0.0",
      "pitcher_games_played": 0,
      "pitcher_games_started": 0,
      "pitcher_hit_by_pitch": 0,
      "pitcher_hits": 0,
      "pitcher_home_runs": 0,
      "pitcher_intentional_walks": 0,
      "pitcher_runs": 0,
      "pitcher_sacrifice_flys": 0,
      "pitcher_sacrifice_hits": 0,
      "pitcher_stolen_bases": 0,
      "pitcher_strikeouts": 0,
      "pitcher_walks": 0,
      "pitches_thrown": 0,
      "quality_starts": 0,
      "saves": 0,
      "shutouts": 0,
      "starting_pitches_thrown": 0,
      "strikes_thrown": 0,
      "whip": "0.0",
      "wild_pitches": 0,
      "wins": 0,
      "game_id": "ec67ced9-a71e-4144-8a03-1e3fb1d2249c",
      "player_id": "7a9b2531-174e-4885-80b3-b67cfc495c73",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "opponent_id": "26345a1d-a856-48be-a53b-262367b5437e"
    },
    {
      "id": "ec67ced9-a71e-4144-8a03-1e3fb1d2249c9e5a519e-48f9-4f23-bdee-a1558df717bd",
      "created_at": "2016-03-18T21:06:27-04:00",
      "updated_at": "2016-03-19T06:36:33-04:00",
      "game_played": true,
      "game_started": true,
      "home_team_outcome": "win",
      "home_team_score": 2,
      "away_team_outcome": "loss",
      "away_team_score": 0,
      "team_outcome": "loss",
      "team_score": 0,
      "catcher_interferences": 0,
      "catcher_stealers_allowed": 0,
      "catcher_stealers_caught": 0,
      "fielding_errors": 0,
      "outfield_assists": 0,
      "passed_balls": 0,
      "at_bats": 1,
      "batting_average": "0.0",
      "caught_stealing": 0,
      "doubles": 0,
      "grounded_into_double_plays": 0,
      "hit_by_pitch": 0,
      "hits": 0,
      "home_runs": 0,
      "intentional_walks": 0,
      "intentional_walks_against": 0,
      "left_on_base": 0,
      "on_base_percentage": "0.0",
      "on_base_plus_slugging": "0.0",
      "rlisp_two_out": 0,
      "runs": 0,
      "runs_batted_in": 0,
      "sacrifice_flys": 0,
      "sacrifice_hits": 0,
      "slugging_percentage": "0.0",
      "stolen_bases": 0,
      "strikeouts": 0,
      "total_bases": 0,
      "triples": 0,
      "two_out_rbi": 0,
      "walks": 0,
      "balks": 0,
      "batters_faced": 20,
      "blown_saves": 0,
      "complete_games": 0,
      "earned_run_average": "1.8",
      "pitcher_fielding_errors": 0,
      "fly_ball_outs": 1,
      "ground_ball_outs": 8,
      "holds": 0,
      "inherited_runners": 0,
      "inherited_runners_scored": 0,
      "losses": 1,
      "no_decisions": 0,
      "outs_pitched": 15,
      "pickoffs": 1,
      "pitcher_caught_stealing": 0,
      "pitcher_earned_runs": "1.0",
      "pitcher_games_played": 1,
      "pitcher_games_started": 1,
      "pitcher_hit_by_pitch": 0,
      "pitcher_hits": 7,
      "pitcher_home_runs": 0,
      "pitcher_intentional_walks": 0,
      "pitcher_runs": 1,
      "pitcher_sacrifice_flys": 0,
      "pitcher_sacrifice_hits": 0,
      "pitcher_stolen_bases": 0,
      "pitcher_strikeouts": 2,
      "pitcher_walks": 0,
      "pitches_thrown": 79,
      "quality_starts": 0,
      "saves": 0,
      "shutouts": 0,
      "starting_pitches_thrown": 79,
      "strikes_thrown": 52,
      "whip": "1.4",
      "wild_pitches": 0,
      "wins": 0,
      "game_id": "ec67ced9-a71e-4144-8a03-1e3fb1d2249c",
      "player_id": "9e5a519e-48f9-4f23-bdee-a1558df717bd",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "opponent_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761"
    },
    {
      "id": "ec67ced9-a71e-4144-8a03-1e3fb1d2249c3af911e8-2eb4-4ecf-9a7b-1d19b21fb6a4",
      "created_at": "2016-03-18T21:06:27-04:00",
      "updated_at": "2016-03-19T06:36:33-04:00",
      "game_played": true,
      "game_started": true,
      "home_team_outcome": "win",
      "home_team_score": 2,
      "away_team_outcome": "loss",
      "away_team_score": 0,
      "team_outcome": "win",
      "team_score": 2,
      "catcher_interferences": 0,
      "catcher_stealers_allowed": 0,
      "catcher_stealers_caught": 0,
      "fielding_errors": 0,
      "outfield_assists": 0,
      "passed_balls": 0,
      "at_bats": 3,
      "batting_average": "0.6666667",
      "caught_stealing": 0,
      "doubles": 1,
      "grounded_into_double_plays": 0,
      "hit_by_pitch": 0,
      "hits": 2,
      "home_runs": 0,
      "intentional_walks": 0,
      "intentional_walks_against": 0,
      "left_on_base": 0,
      "on_base_percentage": "0.6666667",
      "on_base_plus_slugging": "1.6666666865348816",
      "rlisp_two_out": 0,
      "runs": 0,
      "runs_batted_in": 0,
      "sacrifice_flys": 0,
      "sacrifice_hits": 0,
      "slugging_percentage": "1.0",
      "stolen_bases": 0,
      "strikeouts": 0,
      "total_bases": 3,
      "triples": 0,
      "two_out_rbi": 0,
      "walks": 0,
      "balks": 0,
      "batters_faced": 0,
      "blown_saves": 0,
      "complete_games": 0,
      "earned_run_average": "0.0",
      "pitcher_fielding_errors": 0,
      "fly_ball_outs": 0,
      "ground_ball_outs": 0,
      "holds": 0,
      "inherited_runners": 0,
      "inherited_runners_scored": 0,
      "losses": 0,
      "no_decisions": 0,
      "outs_pitched": 0,
      "pickoffs": 0,
      "pitcher_caught_stealing": 0,
      "pitcher_earned_runs": "0.0",
      "pitcher_games_played": 0,
      "pitcher_games_started": 0,
      "pitcher_hit_by_pitch": 0,
      "pitcher_hits": 0,
      "pitcher_home_runs": 0,
      "pitcher_intentional_walks": 0,
      "pitcher_runs": 0,
      "pitcher_sacrifice_flys": 0,
      "pitcher_sacrifice_hits": 0,
      "pitcher_stolen_bases": 0,
      "pitcher_strikeouts": 0,
      "pitcher_walks": 0,
      "pitches_thrown": 0,
      "quality_starts": 0,
      "saves": 0,
      "shutouts": 0,
      "starting_pitches_thrown": 0,
      "strikes_thrown": 0,
      "whip": "0.0",
      "wild_pitches": 0,
      "wins": 0,
      "game_id": "ec67ced9-a71e-4144-8a03-1e3fb1d2249c",
      "player_id": "3af911e8-2eb4-4ecf-9a7b-1d19b21fb6a4",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "opponent_id": "26345a1d-a856-48be-a53b-262367b5437e"
    },
    {
      "id": "ec67ced9-a71e-4144-8a03-1e3fb1d2249c23b2cfb3-6ab7-4398-aabe-ab9fa737d03e",
      "created_at": "2016-03-18T21:06:27-04:00",
      "updated_at": "2016-03-19T06:36:33-04:00",
      "game_played": true,
      "game_started": false,
      "home_team_outcome": "win",
      "home_team_score": 2,
      "away_team_outcome": "loss",
      "away_team_score": 0,
      "team_outcome": "win",
      "team_score": 2,
      "catcher_interferences": 0,
      "catcher_stealers_allowed": 0,
      "catcher_stealers_caught": 0,
      "fielding_errors": 0,
      "outfield_assists": 0,
      "passed_balls": 0,
      "at_bats": 0,
      "batting_average": "0.0",
      "caught_stealing": 0,
      "doubles": 0,
      "grounded_into_double_plays": 0,
      "hit_by_pitch": 0,
      "hits": 0,
      "home_runs": 0,
      "intentional_walks": 0,
      "intentional_walks_against": 0,
      "left_on_base": 0,
      "on_base_percentage": "0.0",
      "on_base_plus_slugging": "0.0",
      "rlisp_two_out": 0,
      "runs": 0,
      "runs_batted_in": 0,
      "sacrifice_flys": 0,
      "sacrifice_hits": 0,
      "slugging_percentage": "0.0",
      "stolen_bases": 0,
      "strikeouts": 0,
      "total_bases": 0,
      "triples": 0,
      "two_out_rbi": 0,
      "walks": 0,
      "balks": 0,
      "batters_faced": 0,
      "blown_saves": 0,
      "complete_games": 0,
      "earned_run_average": "0.0",
      "pitcher_fielding_errors": 0,
      "fly_ball_outs": 0,
      "ground_ball_outs": 0,
      "holds": 0,
      "inherited_runners": 0,
      "inherited_runners_scored": 0,
      "losses": 0,
      "no_decisions": 0,
      "outs_pitched": 0,
      "pickoffs": 0,
      "pitcher_caught_stealing": 0,
      "pitcher_earned_runs": "0.0",
      "pitcher_games_played": 0,
      "pitcher_games_started": 0,
      "pitcher_hit_by_pitch": 0,
      "pitcher_hits": 0,
      "pitcher_home_runs": 0,
      "pitcher_intentional_walks": 0,
      "pitcher_runs": 0,
      "pitcher_sacrifice_flys": 0,
      "pitcher_sacrifice_hits": 0,
      "pitcher_stolen_bases": 0,
      "pitcher_strikeouts": 0,
      "pitcher_walks": 0,
      "pitches_thrown": 0,
      "quality_starts": 0,
      "saves": 0,
      "shutouts": 0,
      "starting_pitches_thrown": 0,
      "strikes_thrown": 0,
      "whip": "0.0",
      "wild_pitches": 0,
      "wins": 0,
      "game_id": "ec67ced9-a71e-4144-8a03-1e3fb1d2249c",
      "player_id": "23b2cfb3-6ab7-4398-aabe-ab9fa737d03e",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "opponent_id": "26345a1d-a856-48be-a53b-262367b5437e"
    },
    {
      "id": "ec67ced9-a71e-4144-8a03-1e3fb1d2249c42a1fe72-6336-4c16-9e60-3202ecb1a689",
      "created_at": "2016-03-18T21:06:27-04:00",
      "updated_at": "2016-03-19T06:36:33-04:00",
      "game_played": true,
      "game_started": true,
      "home_team_outcome": "win",
      "home_team_score": 2,
      "away_team_outcome": "loss",
      "away_team_score": 0,
      "team_outcome": "loss",
      "team_score": 0,
      "catcher_interferences": 0,
      "catcher_stealers_allowed": 0,
      "catcher_stealers_caught": 0,
      "fielding_errors": 0,
      "outfield_assists": 0,
      "passed_balls": 0,
      "at_bats": 3,
      "batting_average": "0.33333334",
      "caught_stealing": 0,
      "doubles": 0,
      "grounded_into_double_plays": 0,
      "hit_by_pitch": 0,
      "hits": 1,
      "home_runs": 0,
      "intentional_walks": 0,
      "intentional_walks_against": 0,
      "left_on_base": 0,
      "on_base_percentage": "0.5",
      "on_base_plus_slugging": "0.8333333432674408",
      "rlisp_two_out": 0,
      "runs": 0,
      "runs_batted_in": 0,
      "sacrifice_flys": 0,
      "sacrifice_hits": 0,
      "slugging_percentage": "0.33333334",
      "stolen_bases": 0,
      "strikeouts": 0,
      "total_bases": 1,
      "triples": 0,
      "two_out_rbi": 0,
      "walks": 1,
      "balks": 0,
      "batters_faced": 0,
      "blown_saves": 0,
      "complete_games": 0,
      "earned_run_average": "0.0",
      "pitcher_fielding_errors": 0,
      "fly_ball_outs": 0,
      "ground_ball_outs": 0,
      "holds": 0,
      "inherited_runners": 0,
      "inherited_runners_scored": 0,
      "losses": 0,
      "no_decisions": 0,
      "outs_pitched": 0,
      "pickoffs": 0,
      "pitcher_caught_stealing": 0,
      "pitcher_earned_runs": "0.0",
      "pitcher_games_played": 0,
      "pitcher_games_started": 0,
      "pitcher_hit_by_pitch": 0,
      "pitcher_hits": 0,
      "pitcher_home_runs": 0,
      "pitcher_intentional_walks": 0,
      "pitcher_runs": 0,
      "pitcher_sacrifice_flys": 0,
      "pitcher_sacrifice_hits": 0,
      "pitcher_stolen_bases": 0,
      "pitcher_strikeouts": 0,
      "pitcher_walks": 0,
      "pitches_thrown": 0,
      "quality_starts": 0,
      "saves": 0,
      "shutouts": 0,
      "starting_pitches_thrown": 0,
      "strikes_thrown": 0,
      "whip": "0.0",
      "wild_pitches": 0,
      "wins": 0,
      "game_id": "ec67ced9-a71e-4144-8a03-1e3fb1d2249c",
      "player_id": "42a1fe72-6336-4c16-9e60-3202ecb1a689",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "opponent_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761"
    }
  ]
}

This endpoint retrieves MLB Game Logs.

HTTP Request

GET https://api.stattleship.com/baseball/mlb/game_logs

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
game_id Game slug such as mlb-2015-was-mil-2015-06-14-1310 for Bulls vs Mavericks
player_id Player slug such as mlb-david-ortiz for David Ortiz
team_id Team slug such as mlb-kc for the Kansas City Royals
interval_type current interval See interval_type for sport.
season_id Current season Season slug such as mlb-2016
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-05-22
since Friendly date such as 1 week ago or 4 days ago or last Sunday; or a timestamp such as 1448820000
status Game status of in_progress upcoming or ended

Basketball Game Logs

curl -X "GET" "https://api.stattleship.com/basketball/nba/game_logs" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "games": [
    {
      "id": "6eaaabf9-bf15-476e-b7db-21e6832ac594",
      "created_at": "2015-12-26T02:20:56-05:00",
      "updated_at": "2015-12-26T03:48:53-05:00",
      "at_neutral_site": false,
      "attendance": 21957,
      "away_team_outcome": "loss",
      "away_team_score": 95,
      "daytime": false,
      "duration": 8520,
      "ended_at": "2015-10-27T19:27:33-07:00",
      "home_team_outcome": "win",
      "home_team_score": 97,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Cavaliers vs Bulls",
      "name": "Cavaliers vs Bulls October 27, 2015 at  5:00pm",
      "on": "on October 27, 2015",
      "score": "95-97",
      "score_differential": 2,
      "scoreline": "Cavaliers 95 - Bulls 97",
      "slug": "nba-2015-2016-cle-chi-2015-10-27-1900",
      "started_at": "2015-10-27T17:00:00-07:00",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1445990400,
      "title": "Cavaliers vs Bulls",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "7e670063-ef8d-4356-947b-786a802205bd",
      "away_team_id": "a9abb922-3a47-4d37-9250-2e5224a2b58a",
      "winning_team_id": "7e670063-ef8d-4356-947b-786a802205bd",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "venue_id": "ca72b825-7e2d-4f55-94e1-208d5f1225a1"
    }
  ],
  "winning_teams": [
    {
      "id": "7e670063-ef8d-4356-947b-786a802205bd",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:48-05:00",
      "location": "Chicago",
      "name": "Chicago",
      "nickname": "Bulls",
      "slug": "nba-chi",
      "division_id": "a0694588-40a0-47e8-9a72-68d118eb68a8",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "leagues": [
    {
      "id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NBA",
      "color": null,
      "minutes_per_period": null,
      "name": "National Basketball Association",
      "periods": null,
      "slug": "nba",
      "sport": "basketball"
    }
  ],
  "seasons": [
    {
      "id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "2015-2016",
      "starts_on": "2015-10-01",
      "ends_on": "2016-06-30",
      "slug": "nba-2015-2016",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "venues": [
    {
      "id": "ca72b825-7e2d-4f55-94e1-208d5f1225a1",
      "created_at": "2015-12-26T02:21:42-05:00",
      "updated_at": "2015-12-26T02:21:42-05:00",
      "abbreviation": "SC",
      "city": "Los Angeles",
      "country": "USA",
      "field_type": null,
      "name": "Staples Center",
      "slug": "sc",
      "state": "California",
      "time_zone": "US/Pacific"
    }
  ],
  "players": [
    {
      "id": "c9b3ae8a-7ac8-4513-861d-08d3fd438ac5",
      "created_at": "2015-12-26T02:20:59-05:00",
      "updated_at": "2015-12-29T09:21:39-05:00",
      "active": true,
      "defensive": false,
      "first_name": "LeBron",
      "handedness": "unknown",
      "height": 80,
      "unit_of_height": "inches",
      "last_name": "James",
      "name": "LeBron James",
      "offensive": true,
      "position_abbreviation": "SF",
      "position_name": "Small Forward",
      "salary": 22970500,
      "humanized_salary": "22,970,500",
      "salary_currency": "USD",
      "school": null,
      "slug": "nba-lebron-james",
      "sport": "basketball",
      "weight": 250,
      "unit_of_weight": "pounds",
      "years_of_experience": 11,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "8f22d8a0-6966-46ba-aeb6-89d47a64d2e0",
      "team_id": "a9abb922-3a47-4d37-9250-2e5224a2b58a"
    }
  ],
  "teams": [
    {
      "id": "a9abb922-3a47-4d37-9250-2e5224a2b58a",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:48-05:00",
      "location": "Cleveland",
      "name": "Cleveland",
      "nickname": "Cavaliers",
      "slug": "nba-cle",
      "division_id": "a0694588-40a0-47e8-9a72-68d118eb68a8",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "opponents": [
    {
      "id": "7e670063-ef8d-4356-947b-786a802205bd",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:48-05:00",
      "location": "Chicago",
      "name": "Chicago",
      "nickname": "Bulls",
      "slug": "nba-chi",
      "division_id": "a0694588-40a0-47e8-9a72-68d118eb68a8",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "game_logs": [
    {
      "id": "6eaaabf9-bf15-476e-b7db-21e6832ac594c9b3ae8a-7ac8-4513-861d-08d3fd438ac5",
      "created_at": "2015-12-26T02:20:56-05:00",
      "updated_at": "2015-12-26T03:48:53-05:00",
      "game_played": true,
      "game_started": true,
      "home_team_outcome": "win",
      "home_team_score": 97,
      "away_team_outcome": "loss",
      "away_team_score": 95,
      "team_outcome": "loss",
      "team_score": 95,
      "assists": 5,
      "field_goals_attempted": 22,
      "field_goals_made": 12,
      "field_goals_pct": "0.545",
      "free_throws_attempted": 3,
      "free_throws_made": null,
      "free_throws_pct": null,
      "points": 25,
      "three_pointers_attempted": 5,
      "three_pointers_made": 1,
      "three_pointers_pct": "0.2",
      "turnovers": 1,
      "steals": 1,
      "blocks": null,
      "personal_fouls": 3,
      "technical_fouls": null,
      "time_played_total": 2164,
      "plus_minus": 1,
      "disqualifications": null,
      "rebounds_defensive": 10,
      "rebounds_offensive": null,
      "rebounds_total": 10,
      "double_double": 1,
      "double_triple_double": null,
      "double_twenty": null,
      "five_by_five": null,
      "five_by_seven": null,
      "five_by_six": null,
      "five_by_steals_blocks": null,
      "quadruple_double": null,
      "quintuple_double": null,
      "thirty_thirty": null,
      "triple_double": null,
      "game_id": "6eaaabf9-bf15-476e-b7db-21e6832ac594",
      "player_id": "c9b3ae8a-7ac8-4513-861d-08d3fd438ac5",
      "team_id": "a9abb922-3a47-4d37-9250-2e5224a2b58a",
      "opponent_id": "7e670063-ef8d-4356-947b-786a802205bd"
    }
  ]
}```

This endpoint retrieves NBA Game Logs.

HTTP Request

GET https://api.stattleship.com/basketball/nba/game_logs

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
game_id Game slug such as nba-2015-2016-chi-dal-2015-12-26-2030 for Bulls vs Mavericks
player_id Player slug such as nba-lebron-james for Lebron James
team_id Team slug such as nba-gs for the Warriors
interval_type regularseason See interval_type for sport.
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-05-22
since Friendly date such as 1 week ago or 4 days ago or last Sunday; or a timestamp such as 1448820000
season_id Current season Season slug such as nba-2015-2016
status Game status of in_progress upcoming or ended

Football Game Logs

curl -X "GET" "https://api.stattleship.com/football/nfl/game_logs" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "games": [
    {
      "id": "eca96619-7f23-4619-8126-d4d5459fcad7",
      "created_at": "2016-08-16T03:56:19-04:00",
      "updated_at": "2016-10-24T15:58:07-04:00",
      "at_neutral_site": null,
      "attendance": null,
      "away_team_outcome": "win",
      "away_team_score": 27,
      "broadcast": "CBS",
      "clock": ":00",
      "clock_secs": 0,
      "daytime": true,
      "duration": null,
      "ended_at": "2016-10-23T16:25:00-04:00",
      "home_team_outcome": "loss",
      "home_team_score": 16,
      "humidity": 50,
      "interval": "Week",
      "interval_number": 7,
      "interval_type": "week",
      "label": "Patriots vs Steelers",
      "name": "Patriots vs Steelers October 23, 2016 at  4:25pm",
      "on": "on October 23, 2016",
      "period": 4,
      "period_label": "Quarter",
      "score": "27-16",
      "score_differential": 11,
      "scoreline": "Patriots 27 - Steelers 16",
      "slug": "nfl-2016-2017-ne-pit-2016-10-23-1625",
      "started_at": "2016-10-23T16:25:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "CBS",
      "temperature": 61,
      "temperature_unit": null,
      "timestamp": 1477254300,
      "title": "Patriots vs Steelers",
      "weather_conditions": "Partly cloudy",
      "wind_direction": "W",
      "wind_speed": 14,
      "wind_speed_unit": null,
      "home_team_id": "e5796fc5-4c5e-486d-a76d-5879fd2f5117",
      "away_team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "winning_team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "8e660574-116b-4566-8060-3d83cf07cf80",
      "venue_id": "f60fc6c7-597b-49a6-a287-3616cae54913",
      "official_ids": []
    }
  ],
  "home_teams": [
    {
      "id": "e5796fc5-4c5e-486d-a76d-5879fd2f5117",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:51-04:00",
      "color": "000000",
      "colors": [
        "000000",
        "FFB612",
        "C60C30",
        "00539B",
        "A5ACAF"
      ],
      "hashtag": "HereWeGo",
      "hashtags": [
        "HereWeGo",
        "SteelersNation"
      ],
      "location": "Pittsburgh",
      "name": "Pittsburgh",
      "nickname": "Steelers",
      "latitude": 40.4955063,
      "longitude": -79.9169964,
      "slug": "nfl-pit",
      "division_id": "9cf5e881-62fa-4401-bced-e55fd0fd8fa4",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "leagues": [
    {
      "id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:49-04:00",
      "abbreviation": "NFL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Football League",
      "periods": null,
      "slug": "nfl",
      "sport": "football"
    }
  ],
  "away_teams": [
    {
      "id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:50-04:00",
      "color": "002244",
      "colors": [
        "002244",
        "C60C30",
        "B0B7BC"
      ],
      "hashtag": "Patriots",
      "hashtags": [
        "Patriots",
        "PatsNation",
        "DoYourJob"
      ],
      "location": "New England",
      "name": "New England",
      "nickname": "Patriots",
      "latitude": null,
      "longitude": null,
      "slug": "nfl-ne",
      "division_id": "7eb2130f-0d1d-4396-9595-649708fe5a6a",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "winning_teams": [
    {
      "id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:50-04:00",
      "color": "002244",
      "colors": [
        "002244",
        "C60C30",
        "B0B7BC"
      ],
      "hashtag": "Patriots",
      "hashtags": [
        "Patriots",
        "PatsNation",
        "DoYourJob"
      ],
      "location": "New England",
      "name": "New England",
      "nickname": "Patriots",
      "latitude": null,
      "longitude": null,
      "slug": "nfl-ne",
      "division_id": "7eb2130f-0d1d-4396-9595-649708fe5a6a",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "seasons": [
    {
      "id": "8e660574-116b-4566-8060-3d83cf07cf80",
      "created_at": "2016-02-16T18:57:00-05:00",
      "updated_at": "2016-03-21T14:58:18-04:00",
      "name": "2016-2017",
      "current_interval_type": "week",
      "starts_on": "2016-08-01",
      "ends_on": "2017-02-14",
      "slug": "nfl-2016-2017",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "venues": [
    {
      "id": "f60fc6c7-597b-49a6-a287-3616cae54913",
      "created_at": "2016-08-16T03:55:51-04:00",
      "updated_at": "2016-08-16T03:55:51-04:00",
      "abbreviation": "Heinz Field",
      "capacity": 65050,
      "city": "Pittsburgh",
      "country": "USA",
      "field_type": "turf",
      "name": "Heinz Field",
      "slug": "heinz-field-heinz-field",
      "state": "PA",
      "stadium_type": "outdoor",
      "time_zone": "America/New_York",
      "latitude": null,
      "longitude": null
    }
  ],
  "officials": [],
  "players": [
    {
      "id": "ffcfbd13-fa68-403b-b38f-3939d2a11888",
      "created_at": "2016-01-06T01:08:21-05:00",
      "updated_at": "2016-10-29T13:16:54-04:00",
      "active": true,
      "birth_date": "1977-08-03",
      "captain": null,
      "city": "San Mateo",
      "country": "USA",
      "draft_season": "2000",
      "draft_round": 6,
      "draft_overall_pick": 199,
      "draft_team_name": "NE",
      "first_name": "Tom",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 76,
      "high_school": "Junipero Serra (CA)",
      "unit_of_height": "inches",
      "last_name": "Brady",
      "name": "Tom Brady",
      "nickname": "T.Brady",
      "position_abbreviation": "QB",
      "position_name": "Quarterback",
      "salary": 14000000,
      "humanized_salary": "14,000,000",
      "salary_currency": "USD",
      "school": "Michigan",
      "slug": "nfl-tom-brady",
      "sport": "football",
      "state": "CA",
      "weight": 225,
      "uniform_number": "12",
      "unit_of_weight": "pounds",
      "years_of_experience": 17,
      "pro_debut": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "bca0ee16-51ba-4a18-9b2b-57412b101677",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    }
  ],
  "teams": [
    {
      "id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:50-04:00",
      "color": "002244",
      "colors": [
        "002244",
        "C60C30",
        "B0B7BC"
      ],
      "hashtag": "Patriots",
      "hashtags": [
        "Patriots",
        "PatsNation",
        "DoYourJob"
      ],
      "location": "New England",
      "name": "New England",
      "nickname": "Patriots",
      "latitude": null,
      "longitude": null,
      "slug": "nfl-ne",
      "division_id": "7eb2130f-0d1d-4396-9595-649708fe5a6a",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "opponents": [
    {
      "id": "e5796fc5-4c5e-486d-a76d-5879fd2f5117",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:51-04:00",
      "color": "000000",
      "colors": [
        "000000",
        "FFB612",
        "C60C30",
        "00539B",
        "A5ACAF"
      ],
      "hashtag": "HereWeGo",
      "hashtags": [
        "HereWeGo",
        "SteelersNation"
      ],
      "location": "Pittsburgh",
      "name": "Pittsburgh",
      "nickname": "Steelers",
      "latitude": 40.4955063,
      "longitude": -79.9169964,
      "slug": "nfl-pit",
      "division_id": "9cf5e881-62fa-4401-bced-e55fd0fd8fa4",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "game_logs": [
    {
      "id": "eca96619-7f23-4619-8126-d4d5459fcad7ffcfbd13-fa68-403b-b38f-3939d2a11888",
      "created_at": "2016-08-16T03:56:19-04:00",
      "updated_at": "2016-10-24T15:58:07-04:00",
      "game_played": true,
      "game_started": false,
      "home_team_outcome": "loss",
      "home_team_score": 16,
      "away_team_outcome": "win",
      "away_team_score": 27,
      "team_outcome": "win",
      "team_score": 27,
      "opponent_outcome": "loss",
      "opponent_score": 16,
      "is_home_team": false,
      "is_away_team": true,
      "average_yards_per_pass_attempt": 8.538,
      "average_yards_per_pass_completion": 11.684,
      "combined_tackles": 0,
      "defense_fumble_recoveries": 0,
      "defense_misc_assisted_tackles": 0,
      "defense_misc_solo_tackles": 0,
      "defense_miscellaneous_fumble_recoveries": 0,
      "defense_special_teams_assisted_tackles": 0,
      "defense_special_teams_fumble_recoveries": 0,
      "defense_special_teams_kicks_blocked": 0,
      "defense_special_teams_solo_tackles": 0,
      "defense_special_teams_tackles": 0,
      "defense_tackles": 0,
      "defense_tackles_for_loss": 0.0,
      "defense_tackles_for_loss_yards": 0.0,
      "extra_points_attempts": 0,
      "extra_points_made": 0,
      "field_goal_attempts": 0,
      "field_goal_attempts_19": 0,
      "field_goal_attempts_29": 0,
      "field_goal_attempts_39": 0,
      "field_goal_attempts_49": 0,
      "field_goal_attempts_50": 0,
      "field_goals_attempted_against": 0,
      "field_goals_blocked": 0,
      "field_goals_made": 0,
      "field_goals_made_19": 0,
      "field_goals_made_29": 0,
      "field_goals_made_39": 0,
      "field_goals_made_49": 0,
      "field_goals_made_50": 0,
      "field_goals_missed": 0,
      "field_goals_succeeded_against": 0,
      "field_goals_succeeded_longest_yards": 0,
      "field_goals_succeeded_yards": 0,
      "fumbles_committed": 0,
      "fumbles_forced": 0,
      "fumbles_lost": 0,
      "fumbles_opposing_recovered": 0,
      "fumbles_opposing_touchdowns": 0,
      "fumbles_own_recovered": 0,
      "fumbles_own_touchdowns": 0,
      "fumbles_recovered_touchdowns_longest_yards": 0,
      "interception_pct": 0.0,
      "interceptions_longest": 0,
      "interceptions_returned_for_touchdown": 0,
      "interceptions_returned_touchdowns_longest_yards": 0,
      "interceptions_total": 0,
      "interceptions_touchdown": 0,
      "interceptions_yards": 0,
      "kicking_singles": 0,
      "kickoff_longest_yards": 0,
      "kickoff_return_faircatches": 0,
      "kickoff_return_longest_yards": 0,
      "kickoff_return_touchdowns": 0,
      "kickoff_return_touchdowns_longest_yards": 0,
      "kickoff_return_yards": 0,
      "kickoff_returns": 0,
      "kickoff_returns_10_yards_plus": 0,
      "kickoff_returns_20_yards_plus": 0,
      "kickoff_returns_30_yards_plus": 0,
      "kickoff_returns_40_yards_plus": 0,
      "kickoff_returns_50_yards_plus": 0,
      "kickoff_singles": 0,
      "kickoff_yards": 0,
      "kickoffs": 0,
      "misc_assisted_tackles": 0,
      "misc_combined_tackles": 0,
      "misc_tackles": 0,
      "passer_rating": 124.2,
      "passes_10_yards_plus": 7,
      "passes_20_yards_plus": 0,
      "passes_30_yards_plus": 2,
      "passes_40_yards_plus": 0,
      "passes_50_yards_plus": 0,
      "passes_completions": 19,
      "passes_defensed": 0,
      "passes_first_downs": 9,
      "passes_interceptions": 0,
      "passes_longest": 37,
      "passes_percentage": 0.731,
      "passes_touchdowns": 2,
      "passes_yards_gross": 222,
      "passing_2pt_conversions_succeeded": 0,
      "passing_touchdowns_longest_yards": 0,
      "penalty_yards": 0,
      "points": 0,
      "punt_return_faircatches": 0,
      "punt_return_longest_yards": 0,
      "punt_return_touchdowns": 0,
      "punt_return_touchdowns_longest_yards": 0,
      "punt_return_yards": 0,
      "punt_returns": 0,
      "punt_returns_10_yards_plus": 0,
      "punt_returns_20_yards_plus": 0,
      "punt_returns_30_yards_plus": 0,
      "punt_returns_40_yards_plus": 0,
      "punt_returns_50_yards_plus": 0,
      "punting_net_yards": 0,
      "punting_singles": 0,
      "punts_blocked": 0,
      "punts_inside_twenty": 0,
      "punts_longest": 0,
      "punts_total": 0,
      "punts_yards_gross": 0,
      "quarterback_hits": 0,
      "receiving_2pt_conversions_succeeded": 0,
      "receiving_touchdowns_longest_yards": 0,
      "receptions_10_yards_plus": 0,
      "receptions_20_yards_plus": 0,
      "receptions_30_yards_plus": 0,
      "receptions_40_yards_plus": 0,
      "receptions_50_yards_plus": 0,
      "receptions_average_yards_per": 0.0,
      "receptions_first_downs": 0,
      "receptions_fumbles": 0,
      "receptions_longest": 0,
      "receptions_looks": 0,
      "receptions_total": 0,
      "receptions_touchdowns": 0,
      "receptions_yards": 0,
      "red_zone_rush_attempts": 0,
      "red_zone_targets": 0,
      "rushes_10_yards_plus": 0,
      "rushes_20_yards_plus": 0,
      "rushes_30_yards_plus": 0,
      "rushes_40_yards_plus": 0,
      "rushes_50_yards_plus": 0,
      "rushes_attempts": 5,
      "rushes_fumbles": 0,
      "rushes_longest": 5,
      "rushes_touchdowns": 0,
      "rushes_yards": 13,
      "rushing_2pt_conversions_succeeded": 0,
      "rushing_average_yards_per": 2.6,
      "rushing_gross_yards": 0,
      "rushing_lost_yards": 0,
      "rushing_touchdowns_longest_yards": 0,
      "sacks_against_total": 0,
      "sacks_against_yards": 0,
      "sacks_total": 0.0,
      "sacks_yards": 0.0,
      "safeties": 0,
      "tackles_assists": 0,
      "tackles_solo": 0,
      "total_touchdowns": 0,
      "touchbacks_total": 0,
      "touchdown_pct": 7.692,
      "game_id": "eca96619-7f23-4619-8126-d4d5459fcad7",
      "player_id": "ffcfbd13-fa68-403b-b38f-3939d2a11888",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "opponent_id": "e5796fc5-4c5e-486d-a76d-5879fd2f5117"
    }
  ]
}

This endpoint retrieves NFL Game Logs.

HTTP Request

GET https://api.stattleship.com/football/nfl/game_logs

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
game_id Game slug such as nfl-2015-2016-nyg-min-2015-12-27-2030 for Giants vs Vikings
player_id Player slug such as nfl-tom-brady
team_id Team slug such as nfl-ne for the Patriots
interval_type Either Seeinterval_type` for sport.
season_id Current season Season slug such as nfl-2015-2016
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-05-22
since Friendly date such as 1 week ago or 4 days ago or last Sunday; or a timestamp such as 1448820000
week For NFL its week number such as 6
status Game status of in_progress upcoming or ended

Hockey Game Logs

curl -X "GET" "https://api.stattleship.com/hockey/nhl/game_logs" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "games": [
    {
      "id": "5eeec1a8-37be-4478-8e0f-dd8e0f94c7fa",
      "created_at": "2015-12-26T03:47:19-05:00",
      "updated_at": "2015-12-27T20:26:03-05:00",
      "at_neutral_site": false,
      "attendance": 17565,
      "away_team_outcome": "win",
      "away_team_score": 6,
      "daytime": false,
      "duration": 8820,
      "ended_at": "2015-12-26T20:37:25-06:00",
      "home_team_outcome": "loss",
      "home_team_score": 3,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Sabres vs Bruins",
      "name": "Sabres vs Bruins December 26, 2015 at  6:00pm",
      "on": "on December 26, 2015",
      "score": "6-3",
      "score_differential": 3,
      "scoreline": "Sabres 6 - Bruins 3",
      "slug": "nhl-2015-2016-buf-bos-2015-12-26-1900",
      "started_at": "2015-12-26T18:00:00-06:00",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1451174400,
      "title": "Sabres vs Bruins",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "e9d7bcb5-6723-4ca9-b1d9-1ccd026be1cb",
      "away_team_id": "1deb863f-6919-4b88-8a38-51753f3f3032",
      "winning_team_id": "1deb863f-6919-4b88-8a38-51753f3f3032",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "venue_id": "bc3c4a36-a540-4879-ba5c-aba20984b125"
    }
  ],
  "winning_teams": [
    {
      "id": "1deb863f-6919-4b88-8a38-51753f3f3032",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Buffalo",
      "name": "Buffalo",
      "nickname": "Sabres",
      "slug": "nhl-buf",
      "division_id": "15ca4e46-2b49-4f37-84ea-befb62de28c5",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "leagues": [
    {
      "id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NHL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Hockey League",
      "periods": null,
      "slug": "nhl",
      "sport": "hockey"
    }
  ],
  "seasons": [
    {
      "id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "2015-2016",
      "starts_on": "2015-09-01",
      "ends_on": "2016-06-30",
      "slug": "nhl-2015-2016",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "venues": [
    {
      "id": "bc3c4a36-a540-4879-ba5c-aba20984b125",
      "created_at": "2015-12-26T02:42:09-05:00",
      "updated_at": "2015-12-26T02:42:09-05:00",
      "abbreviation": "BA",
      "city": "Nashville",
      "country": "USA",
      "field_type": null,
      "name": "Bridgestone Arena",
      "slug": "ba",
      "state": "Tennessee",
      "time_zone": "US/Central"
    }
  ],
  "players": [
    {
      "id": "ed278ba1-bf34-4def-b7d3-536201cbff09",
      "created_at": "2015-12-26T02:41:55-05:00",
      "updated_at": "2015-12-29T05:34:40-05:00",
      "active": true,
      "defensive": false,
      "first_name": "David",
      "handedness": "right",
      "height": 72,
      "unit_of_height": "inches",
      "last_name": "Krejci",
      "name": "David Krejci",
      "offensive": true,
      "position_abbreviation": "C",
      "position_name": "Center",
      "salary": 7250000,
      "humanized_salary": "7,250,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-david-krejci",
      "sport": "hockey",
      "weight": 188,
      "unit_of_weight": "pounds",
      "years_of_experience": 10,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "de234539-31b3-4223-ad8c-2958961d2dc4",
      "team_id": "e9d7bcb5-6723-4ca9-b1d9-1ccd026be1cb"
    }
  ],
  "teams": [
    {
      "id": "e9d7bcb5-6723-4ca9-b1d9-1ccd026be1cb",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:48-05:00",
      "location": "Boston",
      "name": "Boston",
      "nickname": "Bruins",
      "slug": "nhl-bos",
      "division_id": "15ca4e46-2b49-4f37-84ea-befb62de28c5",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "opponents": [
    {
      "id": "1deb863f-6919-4b88-8a38-51753f3f3032",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Buffalo",
      "name": "Buffalo",
      "nickname": "Sabres",
      "slug": "nhl-buf",
      "division_id": "15ca4e46-2b49-4f37-84ea-befb62de28c5",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "game_logs": [
    {
      "id": "5eeec1a8-37be-4478-8e0f-dd8e0f94c7faed278ba1-bf34-4def-b7d3-536201cbff09",
      "created_at": "2015-12-26T03:47:19-05:00",
      "updated_at": "2015-12-27T20:26:03-05:00",
      "game_played": true,
      "game_started": null,
      "home_team_outcome": "loss",
      "home_team_score": 3,
      "away_team_outcome": "win",
      "away_team_score": 6,
      "team_outcome": "loss",
      "team_score": 3,
      "assists": null,
      "blocked_shots": null,
      "faceoffs_won": 9,
      "faceoffs_lost": 6,
      "faceoff_win_percentage": "0.6",
      "goals": 1,
      "goals_power_play": null,
      "goals_short_handed": null,
      "hits": null,
      "penalty_minutes": null,
      "plus_minus": -1,
      "points": null,
      "points_power_play": null,
      "shifts": 23,
      "shooting_pct": "20.0",
      "shots": 5,
      "takeaways": null,
      "time_on_ice_secs": 1174,
      "game_id": "5eeec1a8-37be-4478-8e0f-dd8e0f94c7fa",
      "player_id": "ed278ba1-bf34-4def-b7d3-536201cbff09",
      "team_id": "e9d7bcb5-6723-4ca9-b1d9-1ccd026be1cb",
      "opponent_id": "1deb863f-6919-4b88-8a38-51753f3f3032"
    }
  ]
}

This endpoint retrieves NHL Game Logs.

HTTP Request

GET https://api.stattleship.com/hockey/nhl/game_logs

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
game_id Game slug such as nhl-2015-2016-det-min-2015-12-28-2000 for Red Wings vs Wild
player_id Player slug such as nhl-tyler-seguin
team_id Team slug such as nhl-bos for the Bruins
interval_type regularseason See interval_type for sport.
season_id Current season Season slug such as nhl-2015-2016
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-05-22
since Friendly date such as 1 week ago or 4 days ago or last Sunday; or a timestamp such as 1448820000
status Game status of in_progress upcoming or ended

Games

Baseball Games

curl -X "GET" "https://api.stattleship.com/baseball/mlb/games" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

This endpoint retrieves MLB Games.

HTTP Request

GET https://api.stattleship.com/baseball/mlb/games

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
player_id Player slug such as mlb-david-ortiz for David Ortiz
team_id Team slug such as mlb-kc for the Kansas City Royals
official_id Official slug from the Official endpoint to fetch games officiated by. Optional.
interval_type current interval See interval_type for sport.
season_id Current season Season slug such as mlb-2016
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-05-22
since Friendly date such as 1 week ago or 4 days ago or last Sunday; or a timestamp such as 1448820000
status Game status of in_progress upcoming or ended
id If you want a single game

Basketball Games

curl -X "GET" "https://api.stattleship.com/basketball/nba/games" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "home_teams": [
    {
      "id": "5bf2300f-777b-4caa-9ef3-3fda11f17ad1",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:48-05:00",
      "location": "Los Angeles",
      "name": "L.A. Clippers",
      "nickname": "Clippers",
      "slug": "nba-lac",
      "division_id": "0df84c15-1dbc-471e-b9d9-d277eeba9eba",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "3d25723a-25c7-48b1-9c69-f92ff957a4c8",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Utah",
      "name": "Utah",
      "nickname": "Jazz",
      "slug": "nba-uta",
      "division_id": "99f54b82-4f3e-44f1-b311-f7806d4ba9a9",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "ed803cc0-8e6e-4798-b5aa-9eecbc977801",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:48-05:00",
      "location": "San Antonio",
      "name": "San Antonio",
      "nickname": "Spurs",
      "slug": "nba-sa",
      "division_id": "855ee1c8-446b-4120-96f9-af6b041e9c26",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "leagues": [
    {
      "id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NBA",
      "color": null,
      "minutes_per_period": null,
      "name": "National Basketball Association",
      "periods": null,
      "slug": "nba",
      "sport": "basketball"
    }
  ],
  "away_teams": [
    {
      "id": "18e967b2-07e1-473c-8dda-bac32defc28e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Oklahoma City",
      "name": "Oklahoma City",
      "nickname": "Thunder",
      "slug": "nba-okc",
      "division_id": "99f54b82-4f3e-44f1-b311-f7806d4ba9a9",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "4163a809-e128-41eb-aae1-e5feb3bbd572",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Phoenix",
      "name": "Phoenix",
      "nickname": "Suns",
      "slug": "nba-pho",
      "division_id": "0df84c15-1dbc-471e-b9d9-d277eeba9eba",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "88710a85-be5d-429f-b0ba-10a27f1c1d79",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:48-05:00",
      "location": "Indiana",
      "name": "Indiana",
      "nickname": "Pacers",
      "slug": "nba-ind",
      "division_id": "a0694588-40a0-47e8-9a72-68d118eb68a8",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "winning_teams": [
    {
      "id": "18e967b2-07e1-473c-8dda-bac32defc28e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Oklahoma City",
      "name": "Oklahoma City",
      "nickname": "Thunder",
      "slug": "nba-okc",
      "division_id": "99f54b82-4f3e-44f1-b311-f7806d4ba9a9",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "3d25723a-25c7-48b1-9c69-f92ff957a4c8",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Utah",
      "name": "Utah",
      "nickname": "Jazz",
      "slug": "nba-uta",
      "division_id": "99f54b82-4f3e-44f1-b311-f7806d4ba9a9",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "ed803cc0-8e6e-4798-b5aa-9eecbc977801",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:48-05:00",
      "location": "San Antonio",
      "name": "San Antonio",
      "nickname": "Spurs",
      "slug": "nba-sa",
      "division_id": "855ee1c8-446b-4120-96f9-af6b041e9c26",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "seasons": [
    {
      "id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "2015-2016",
      "starts_on": "2015-10-01",
      "ends_on": "2016-06-30",
      "slug": "nba-2015-2016",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "venues": [
    {
      "id": "0da74cd3-2f66-4534-a278-43b7fd9ddcaa",
      "created_at": "2015-12-18T00:46:26-05:00",
      "updated_at": "2015-12-18T00:46:26-05:00",
      "abbreviation": "SC",
      "city": "Los Angeles",
      "country": "USA",
      "field_type": null,
      "name": "Staples Center",
      "slug": "sc",
      "state": "California",
      "time_zone": "US/Pacific"
    },
    {
      "id": "de305341-29eb-4aa5-b43a-1134cf3016a5",
      "created_at": "2015-12-18T00:49:14-05:00",
      "updated_at": "2015-12-18T00:49:14-05:00",
      "abbreviation": "VSHA",
      "city": "Salt Lake City",
      "country": "USA",
      "field_type": null,
      "name": "Vivint Smart Home Arena",
      "slug": "vsha",
      "state": "Utah",
      "time_zone": "US/Mountain"
    },
    {
      "id": "0520b63f-532b-4d63-b6df-6f1fdd2f5b19",
      "created_at": "2015-12-18T00:47:05-05:00",
      "updated_at": "2015-12-18T00:47:05-05:00",
      "abbreviation": "ATTC",
      "city": "San Antonio",
      "country": "USA",
      "field_type": null,
      "name": "AT&T Center",
      "slug": "attc",
      "state": "Texas",
      "time_zone": "US/Central"
    }
  ],
  "games": [
    {
      "id": "72d66f4b-82f4-4f4c-8e54-e126121653c1",
      "created_at": "2015-12-21T22:15:33-05:00",
      "updated_at": "2015-12-22T01:06:13-05:00",
      "at_neutral_site": false,
      "attendance": 19415,
      "away_team_outcome": "win",
      "away_team_score": 100,
      "daytime": false,
      "duration": 7800,
      "ended_at": "2015-12-21T21:52:28-08:00",
      "home_team_outcome": "loss",
      "home_team_score": 99,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Thunder vs Clippers",
      "name": "Thunder vs Clippers December 21, 2015 at  7:30pm",
      "on": "on December 21, 2015",
      "score": "100-99",
      "score_differential": 1,
      "scoreline": "Thunder 100 - Clippers 99",
      "slug": "nba-2015-2016-okc-lac-2015-12-21-1930",
      "started_at": "2015-12-21T19:30:00-08:00",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1450755000,
      "title": "Thunder vs Clippers",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "5bf2300f-777b-4caa-9ef3-3fda11f17ad1",
      "away_team_id": "18e967b2-07e1-473c-8dda-bac32defc28e",
      "winning_team_id": "18e967b2-07e1-473c-8dda-bac32defc28e",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "venue_id": "0da74cd3-2f66-4534-a278-43b7fd9ddcaa"
    },
    {
      "id": "b426d419-6b4b-427e-a450-2b265e9d0164",
      "created_at": "2015-12-21T20:47:19-05:00",
      "updated_at": "2015-12-21T23:35:58-05:00",
      "at_neutral_site": false,
      "attendance": 19911,
      "away_team_outcome": "loss",
      "away_team_score": 89,
      "daytime": false,
      "duration": 7920,
      "ended_at": "2015-12-21T21:25:04-07:00",
      "home_team_outcome": "win",
      "home_team_score": 110,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Suns vs Jazz",
      "name": "Suns vs Jazz December 21, 2015 at  7:00pm",
      "on": "on December 21, 2015",
      "score": "89-110",
      "score_differential": 21,
      "scoreline": "Suns 89 - Jazz 110",
      "slug": "nba-2015-2016-pho-uta-2015-12-21-1900",
      "started_at": "2015-12-21T19:00:00-07:00",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1450749600,
      "title": "Suns vs Jazz",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "3d25723a-25c7-48b1-9c69-f92ff957a4c8",
      "away_team_id": "4163a809-e128-41eb-aae1-e5feb3bbd572",
      "winning_team_id": "3d25723a-25c7-48b1-9c69-f92ff957a4c8",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "venue_id": "de305341-29eb-4aa5-b43a-1134cf3016a5"
    },
    {
      "id": "2c87b088-5254-4248-b08d-1324f66eaf8c",
      "created_at": "2015-12-21T20:17:13-05:00",
      "updated_at": "2015-12-21T22:46:49-05:00",
      "at_neutral_site": false,
      "attendance": 18418,
      "away_team_outcome": "loss",
      "away_team_score": 92,
      "daytime": false,
      "duration": 7020,
      "ended_at": "2015-12-21T21:38:43-06:00",
      "home_team_outcome": "win",
      "home_team_score": 106,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Pacers vs Spurs",
      "name": "Pacers vs Spurs December 21, 2015 at  7:30pm",
      "on": "on December 21, 2015",
      "score": "92-106",
      "score_differential": 14,
      "scoreline": "Pacers 92 - Spurs 106",
      "slug": "nba-2015-2016-ind-sa-2015-12-21-1930",
      "started_at": "2015-12-21T19:30:00-06:00",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1450747800,
      "title": "Pacers vs Spurs",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "ed803cc0-8e6e-4798-b5aa-9eecbc977801",
      "away_team_id": "88710a85-be5d-429f-b0ba-10a27f1c1d79",
      "winning_team_id": "ed803cc0-8e6e-4798-b5aa-9eecbc977801",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "venue_id": "0520b63f-532b-4d63-b6df-6f1fdd2f5b19"
    }
  ]
}

This endpoint retrieves NBA Games.

HTTP Request

GET https://api.stattleship.com/basketball/nba/games

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
player_id Player slug such as nba-lebron-james for Lebron James
team_id Team slug such as nba-gs for the Warriors
official_id Official slug from the Official endpoint to fetch games officiated by. Optional.
interval_type regularseason See interval_type for sport.
season_id Current season Season slug such as nba-2015-2016
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-05-22
since Friendly date such as 1 week ago or 4 days ago or last Sunday; or a timestamp such as 1448820000
status Game status of in_progress upcoming or ended
id If you want a single game

Football Games

curl -X "GET" "https://api.stattleship.com/football/nfl/games" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "home_teams": [
    {
      "id": "a192531d-e60c-4256-8220-f3538dd8b020",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-22T01:12:50-05:00",
      "location": "New Orleans",
      "name": "New Orleans",
      "nickname": "Saints",
      "slug": "nfl-no",
      "division_id": "b8563ecf-1402-415e-8576-e4dfbda8ae70",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "9990f062-0d8d-4dbf-82cc-73f3d5dfe532",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-21T00:23:00-05:00",
      "location": "Philadelphia",
      "name": "Philadelphia",
      "nickname": "Eagles",
      "slug": "nfl-phi",
      "division_id": "804da3bf-894a-4066-8f43-61617e7bfcb5",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "d1f76207-7303-484f-a25f-b00d1eb46ecd",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-20T20:52:40-05:00",
      "location": "San Diego",
      "name": "San Diego",
      "nickname": "Chargers",
      "slug": "nfl-sd",
      "division_id": "f643f66d-3c3f-4665-9367-7a995a9e702e",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "leagues": [
    {
      "id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NFL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Football League",
      "periods": null,
      "slug": "nfl",
      "sport": "football"
    }
  ],
  "away_teams": [
    {
      "id": "82fedbfa-8c2c-46cc-b02f-ea16abf5ffc9",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-22T01:12:50-05:00",
      "location": "Detroit",
      "name": "Detroit",
      "nickname": "Lions",
      "slug": "nfl-det",
      "division_id": "0e65eafb-0ce0-4b26-b79a-e0ae41991878",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "77c57737-b688-4bbf-a127-7b7f0ef8bcdd",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-21T00:23:00-05:00",
      "location": "Arizona",
      "name": "Arizona",
      "nickname": "Cardinals",
      "slug": "nfl-ari",
      "division_id": "70c14524-5ddd-432b-8728-9c5f9af9b565",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "49b7f5ba-da40-4b42-be4b-c68b4f9257e8",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-21T10:27:26-05:00",
      "location": "Miami",
      "name": "Miami",
      "nickname": "Dolphins",
      "slug": "nfl-mia",
      "division_id": "7eb2130f-0d1d-4396-9595-649708fe5a6a",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "winning_teams": [
    {
      "id": "82fedbfa-8c2c-46cc-b02f-ea16abf5ffc9",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-22T01:12:50-05:00",
      "location": "Detroit",
      "name": "Detroit",
      "nickname": "Lions",
      "slug": "nfl-det",
      "division_id": "0e65eafb-0ce0-4b26-b79a-e0ae41991878",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "77c57737-b688-4bbf-a127-7b7f0ef8bcdd",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-21T00:23:00-05:00",
      "location": "Arizona",
      "name": "Arizona",
      "nickname": "Cardinals",
      "slug": "nfl-ari",
      "division_id": "70c14524-5ddd-432b-8728-9c5f9af9b565",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "d1f76207-7303-484f-a25f-b00d1eb46ecd",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-20T20:52:40-05:00",
      "location": "San Diego",
      "name": "San Diego",
      "nickname": "Chargers",
      "slug": "nfl-sd",
      "division_id": "f643f66d-3c3f-4665-9367-7a995a9e702e",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "seasons": [
    {
      "id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "2015-2016",
      "starts_on": "2015-08-01",
      "ends_on": "2016-02-14",
      "slug": "nfl-2015-2016",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "venues": [
    {
      "id": "48ba707a-bf96-41b1-8dab-56ac26c1c98b",
      "created_at": "2015-12-17T23:53:23-05:00",
      "updated_at": "2015-12-17T23:53:23-05:00",
      "abbreviation": "MBS",
      "city": "New Orleans",
      "country": "USA",
      "field_type": "FieldTurf",
      "name": "Mercedes-Benz Superdome",
      "slug": "mbs",
      "state": "Louisiana",
      "time_zone": "US/Central"
    },
    {
      "id": "f12f848c-c5b4-46a8-9fde-46c91ae792f9",
      "created_at": "2015-12-18T00:02:57-05:00",
      "updated_at": "2015-12-18T00:02:57-05:00",
      "abbreviation": "LFF",
      "city": "Philadelphia",
      "country": "USA",
      "field_type": "Grass",
      "name": "Lincoln Financial Field",
      "slug": "lff",
      "state": "Pennsylvania",
      "time_zone": "US/Eastern"
    },
    {
      "id": "29c943eb-9d1e-492d-9322-30ffd77f3cdc",
      "created_at": "2015-12-17T23:51:50-05:00",
      "updated_at": "2015-12-17T23:51:50-05:00",
      "abbreviation": "QS",
      "city": "San Diego",
      "country": "USA",
      "field_type": "Grass",
      "name": "Qualcomm Stadium",
      "slug": "qs",
      "state": "California",
      "time_zone": "US/Pacific"
    }
  ],
  "games": [
    {
      "id": "4f2a9604-423b-43d2-b636-7b0a9e146577",
      "created_at": "2015-12-21T20:22:13-05:00",
      "updated_at": "2015-12-22T01:12:50-05:00",
      "at_neutral_site": false,
      "attendance": 73017,
      "away_team_outcome": "win",
      "away_team_score": 35,
      "daytime": false,
      "duration": 11760,
      "ended_at": "2015-12-21T22:46:57-06:00",
      "home_team_outcome": "loss",
      "home_team_score": 27,
      "interval": "Week 15",
      "interval_number": "15",
      "interval_type": "week",
      "label": "Lions vs Saints",
      "name": "Lions vs Saints December 21, 2015 at  7:30pm",
      "on": "on December 21, 2015",
      "score": "35-27",
      "score_differential": 8,
      "scoreline": "Lions 35 - Saints 27",
      "slug": "nfl-2015-2016-det-no-2015-12-21-1930",
      "started_at": "2015-12-21T19:30:00-06:00",
      "temperature": 69,
      "temperature_unit": "f",
      "timestamp": 1450747800,
      "title": "Lions vs Saints",
      "weather_conditions": "light-rain",
      "wind_direction": "southeast",
      "wind_speed": 5,
      "wind_speed_unit": "mph",
      "home_team_id": "a192531d-e60c-4256-8220-f3538dd8b020",
      "away_team_id": "82fedbfa-8c2c-46cc-b02f-ea16abf5ffc9",
      "winning_team_id": "82fedbfa-8c2c-46cc-b02f-ea16abf5ffc9",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2",
      "venue_id": "48ba707a-bf96-41b1-8dab-56ac26c1c98b"
    },
    {
      "id": "bce59f46-41d4-4640-8371-98149ed65ca4",
      "created_at": "2015-12-20T20:22:06-05:00",
      "updated_at": "2015-12-21T20:03:54-05:00",
      "at_neutral_site": false,
      "attendance": 69596,
      "away_team_outcome": "win",
      "away_team_score": 40,
      "daytime": false,
      "duration": 10800,
      "ended_at": "2015-12-20T23:35:10-05:00",
      "home_team_outcome": "loss",
      "home_team_score": 17,
      "interval": "Week 15",
      "interval_number": "15",
      "interval_type": "week",
      "label": "Cardinals vs Eagles",
      "name": "Cardinals vs Eagles December 20, 2015 at  8:30pm",
      "on": "on December 20, 2015",
      "score": "40-17",
      "score_differential": 23,
      "scoreline": "Cardinals 40 - Eagles 17",
      "slug": "nfl-2015-2016-ari-phi-2015-12-20-2030",
      "started_at": "2015-12-20T20:30:00-05:00",
      "temperature": 37,
      "temperature_unit": "f",
      "timestamp": 1450661400,
      "title": "Cardinals vs Eagles",
      "weather_conditions": "partly-cloudy",
      "wind_direction": "south",
      "wind_speed": 4,
      "wind_speed_unit": "mph",
      "home_team_id": "9990f062-0d8d-4dbf-82cc-73f3d5dfe532",
      "away_team_id": "77c57737-b688-4bbf-a127-7b7f0ef8bcdd",
      "winning_team_id": "77c57737-b688-4bbf-a127-7b7f0ef8bcdd",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2",
      "venue_id": "f12f848c-c5b4-46a8-9fde-46c91ae792f9"
    },
    {
      "id": "5ef69dba-1428-4d69-b8ff-6e91fcbc6304",
      "created_at": "2015-12-20T16:13:10-05:00",
      "updated_at": "2015-12-21T06:03:53-05:00",
      "at_neutral_site": false,
      "attendance": 66676,
      "away_team_outcome": "loss",
      "away_team_score": 14,
      "daytime": false,
      "duration": 11760,
      "ended_at": "2015-12-20T16:46:55-08:00",
      "home_team_outcome": "win",
      "home_team_score": 30,
      "interval": "Week 15",
      "interval_number": "15",
      "interval_type": "week",
      "label": "Dolphins vs Chargers",
      "name": "Dolphins vs Chargers December 20, 2015 at  1:25pm",
      "on": "on December 20, 2015",
      "score": "14-30",
      "score_differential": 16,
      "scoreline": "Dolphins 14 - Chargers 30",
      "slug": "nfl-2015-2016-mia-sd-2015-12-20-1325",
      "started_at": "2015-12-20T13:25:00-08:00",
      "temperature": 61,
      "temperature_unit": "f",
      "timestamp": 1450646700,
      "title": "Dolphins vs Chargers",
      "weather_conditions": "partly-cloudy",
      "wind_direction": "west",
      "wind_speed": 11,
      "wind_speed_unit": "mph",
      "home_team_id": "d1f76207-7303-484f-a25f-b00d1eb46ecd",
      "away_team_id": "49b7f5ba-da40-4b42-be4b-c68b4f9257e8",
      "winning_team_id": "d1f76207-7303-484f-a25f-b00d1eb46ecd",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2",
      "venue_id": "29c943eb-9d1e-492d-9322-30ffd77f3cdc"
    }
  ]
}

This endpoint retrieves NFL Games.

HTTP Request

GET https://api.stattleship.com/football/nfl/games

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
player_id Player slug such as nfl-tom-brady
team_id Team slug such as nfl-ne for the Patriots
official_id Official slug from the Official endpoint to fetch games officiated by. Optional.
interval_type Either Seeinterval_type` for sport.
season_id Current season Season slug such as nfl-2015-2016
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-05-22
since Friendly date such as 1 week ago or 4 days ago or last Sunday; or a timestamp such as 1448820000
week For NFL its week number such as 6
status Game status of in_progress upcoming or ended
weather_conditions Conditions like snow light-rain cloudy heavy-rain sunny partly-cloudy dome
id If you want a single game

Hockey Games

curl -X "GET" "https://api.stattleship.com/hockey/nhl/games" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "home_teams": [
    {
      "id": "4cab4924-a7f5-43c5-8c16-73276fe5b485",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Colorado",
      "name": "Colorado",
      "nickname": "Avalanche",
      "slug": "nhl-col",
      "division_id": "8e46750a-615a-4362-8468-26a8541fc713",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "10c78613-f4e5-4ebf-a259-e3643aa3785a",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Edmonton",
      "name": "Edmonton",
      "nickname": "Oilers",
      "slug": "nhl-edm",
      "division_id": "11740eea-c575-44e9-b4f5-a80805703ad0",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "4043825f-90d4-4f0d-8eb6-c734a2eafe9f",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Minnesota",
      "name": "Minnesota",
      "nickname": "Wild",
      "slug": "nhl-min",
      "division_id": "8e46750a-615a-4362-8468-26a8541fc713",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "leagues": [
    {
      "id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NHL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Hockey League",
      "periods": null,
      "slug": "nhl",
      "sport": "hockey"
    }
  ],
  "away_teams": [
    {
      "id": "2d8d4fda-a9b9-4978-abcc-31b9dfb47175",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Toronto",
      "name": "Toronto",
      "nickname": "Maple Leafs",
      "slug": "nhl-tor",
      "division_id": "15ca4e46-2b49-4f37-84ea-befb62de28c5",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "157c2242-afa5-499d-906d-6a992927e58d",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-15T10:51:26-05:00",
      "location": "Winnipeg",
      "name": "Winnipeg",
      "nickname": "Jets",
      "slug": "nhl-win",
      "division_id": "8e46750a-615a-4362-8468-26a8541fc713",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "5786217b-24e4-4827-8fb9-b4bcd388b869",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:48-05:00",
      "location": "Dallas",
      "name": "Dallas",
      "nickname": "Stars",
      "slug": "nhl-dal",
      "division_id": "8e46750a-615a-4362-8468-26a8541fc713",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "winning_teams": [
    {
      "id": "2d8d4fda-a9b9-4978-abcc-31b9dfb47175",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Toronto",
      "name": "Toronto",
      "nickname": "Maple Leafs",
      "slug": "nhl-tor",
      "division_id": "15ca4e46-2b49-4f37-84ea-befb62de28c5",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "10c78613-f4e5-4ebf-a259-e3643aa3785a",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Edmonton",
      "name": "Edmonton",
      "nickname": "Oilers",
      "slug": "nhl-edm",
      "division_id": "11740eea-c575-44e9-b4f5-a80805703ad0",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "5786217b-24e4-4827-8fb9-b4bcd388b869",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:48-05:00",
      "location": "Dallas",
      "name": "Dallas",
      "nickname": "Stars",
      "slug": "nhl-dal",
      "division_id": "8e46750a-615a-4362-8468-26a8541fc713",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "seasons": [
    {
      "id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "2015-2016",
      "starts_on": "2015-09-01",
      "ends_on": "2016-06-30",
      "slug": "nhl-2015-2016",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "venues": [
    {
      "id": "528f2e9a-bbdb-465b-b43d-0970e09b315d",
      "created_at": "2015-12-18T01:12:52-05:00",
      "updated_at": "2015-12-18T01:12:52-05:00",
      "abbreviation": "PC",
      "city": "Denver",
      "country": "USA",
      "field_type": null,
      "name": "Pepsi Center",
      "slug": "pepsi-center",
      "state": "Colorado",
      "time_zone": "US/Mountain"
    },
    {
      "id": "7ad85290-fdab-4290-a4d7-7492a7984ded",
      "created_at": "2015-12-18T01:17:00-05:00",
      "updated_at": "2015-12-18T01:17:00-05:00",
      "abbreviation": "RP",
      "city": "Edmonton",
      "country": "CAN",
      "field_type": null,
      "name": "Rexall Place",
      "slug": "rp",
      "state": "Alberta",
      "time_zone": "Canada/Mountain"
    },
    {
      "id": "5fb42b75-2383-4246-a0db-4509a7bf55ca",
      "created_at": "2015-12-18T01:14:10-05:00",
      "updated_at": "2015-12-18T01:14:10-05:00",
      "abbreviation": "XEC",
      "city": "Saint Paul",
      "country": "USA",
      "field_type": null,
      "name": "Xcel Energy Center",
      "slug": "xec",
      "state": "Minnesota",
      "time_zone": "US/Central"
    }
  ],
  "games": [
    {
      "id": "29bd7962-6cdb-4f33-b7cb-ec6b2c5fc871",
      "created_at": "2015-12-21T20:47:04-05:00",
      "updated_at": "2015-12-22T00:08:56-05:00",
      "at_neutral_site": false,
      "attendance": 16084,
      "away_team_outcome": "win",
      "away_team_score": 7,
      "daytime": false,
      "duration": 9300,
      "ended_at": "2015-12-21T21:47:22-07:00",
      "home_team_outcome": "loss",
      "home_team_score": 4,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Maple Leafs vs Avalanche",
      "name": "Maple Leafs vs Avalanche December 21, 2015 at  7:00pm",
      "on": "on December 21, 2015",
      "score": "7-4",
      "score_differential": 3,
      "scoreline": "Maple Leafs 7 - Avalanche 4",
      "slug": "nhl-2015-2016-tor-col-2015-12-21-1900",
      "started_at": "2015-12-21T19:00:00-07:00",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1450749600,
      "title": "Maple Leafs vs Avalanche",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "4cab4924-a7f5-43c5-8c16-73276fe5b485",
      "away_team_id": "2d8d4fda-a9b9-4978-abcc-31b9dfb47175",
      "winning_team_id": "2d8d4fda-a9b9-4978-abcc-31b9dfb47175",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "venue_id": "528f2e9a-bbdb-465b-b43d-0970e09b315d"
    },
    {
      "id": "6b45cd51-c1b9-4ae1-af36-d24c77607e21",
      "created_at": "2015-12-21T20:48:42-05:00",
      "updated_at": "2015-12-22T00:08:58-05:00",
      "at_neutral_site": false,
      "attendance": 16839,
      "away_team_outcome": "loss",
      "away_team_score": 1,
      "daytime": false,
      "duration": 9420,
      "ended_at": "2015-12-21T21:45:10-07:00",
      "home_team_outcome": "win",
      "home_team_score": 3,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Jets vs Oilers",
      "name": "Jets vs Oilers December 21, 2015 at  7:00pm",
      "on": "on December 21, 2015",
      "score": "1-3",
      "score_differential": 2,
      "scoreline": "Jets 1 - Oilers 3",
      "slug": "nhl-2015-2016-win-edm-2015-12-21-1900",
      "started_at": "2015-12-21T19:00:00-07:00",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1450749600,
      "title": "Jets vs Oilers",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "10c78613-f4e5-4ebf-a259-e3643aa3785a",
      "away_team_id": "157c2242-afa5-499d-906d-6a992927e58d",
      "winning_team_id": "10c78613-f4e5-4ebf-a259-e3643aa3785a",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "venue_id": "7ad85290-fdab-4290-a4d7-7492a7984ded"
    },
    {
      "id": "be8e5954-2af0-45de-b7bb-1c3cfe5af61e",
      "created_at": "2015-12-21T19:48:45-05:00",
      "updated_at": "2015-12-22T03:29:01-05:00",
      "at_neutral_site": false,
      "attendance": 19047,
      "away_team_outcome": "win",
      "away_team_score": 6,
      "daytime": false,
      "duration": 9660,
      "ended_at": "2015-12-21T21:50:04-06:00",
      "home_team_outcome": "loss",
      "home_team_score": 3,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Stars vs Wild",
      "name": "Stars vs Wild December 21, 2015 at  7:00pm",
      "on": "on December 21, 2015",
      "score": "6-3",
      "score_differential": 3,
      "scoreline": "Stars 6 - Wild 3",
      "slug": "nhl-2015-2016-dal-min-2015-12-21-1900",
      "started_at": "2015-12-21T19:00:00-06:00",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1450746000,
      "title": "Stars vs Wild",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "4043825f-90d4-4f0d-8eb6-c734a2eafe9f",
      "away_team_id": "5786217b-24e4-4827-8fb9-b4bcd388b869",
      "winning_team_id": "5786217b-24e4-4827-8fb9-b4bcd388b869",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "venue_id": "5fb42b75-2383-4246-a0db-4509a7bf55ca"
    }
  ]
}

This endpoint retrieves NHL Games.

HTTP Request

GET https://api.stattleship.com/hockey/nhl/games

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
player_id Player slug such as nhl-tyler-seguin
team_id Team slug such as nhl-sj for the Sharks
official_id Official slug from the Official endpoint to fetch games officiated by. Optional.
interval_type regularseason See interval_type for sport.
season_id Current season Season slug such as nhl-2015-2016
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-05-22
since Friendly date such as 1 week ago or 4 days ago or last Sunday; or a timestamp such as 1448820000
status Game status of in_progress upcoming or ended
id If you want a single game

Injuries

Baseball Injuries

curl -X "GET" "https://api.stattleship.com/baseball/mlb/injuries" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

This endpoint retrieves MLB Injuries.

HTTP Request

GET https://api.stattleship.com/baseball/mlb/injuries

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
season_id Current season Season slug such as mlb-2016

Basketball Injuries

curl -X "GET" "https://api.stattleship.com/basketball/nba/injuries" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "players": [
    {
      "id": "b253d4df-a01e-490a-9f07-ceb4e2a82637",
      "created_at": "2015-12-18T00:45:42-05:00",
      "updated_at": "2015-12-19T07:54:42-05:00",
      "active": false,
      "defensive": false,
      "first_name": "Marcus",
      "handedness": "unknown",
      "height": 76,
      "unit_of_height": "inches",
      "last_name": "Smart",
      "name": "Marcus Smart",
      "offensive": true,
      "position_abbreviation": "PG",
      "position_name": "Point Guard",
      "salary": 3431040,
      "humanized_salary": "3,431,040",
      "salary_currency": "USD",
      "school": null,
      "slug": "nba-marcus-smart",
      "sport": "basketball",
      "weight": 220,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "fff1b6b8-9e02-4071-8dc6-9356ddd1b292",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    }
  ],
  "leagues": [
    {
      "id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NBA",
      "color": null,
      "minutes_per_period": null,
      "name": "National Basketball Association",
      "periods": null,
      "slug": "nba",
      "sport": "basketball"
    }
  ],
  "teams": [
    {
      "id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Boston",
      "name": "Boston",
      "nickname": "Celtics",
      "slug": "nba-bos",
      "division_id": "8256a4da-413c-4f03-8438-56963be591c4",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "seasons": [
    {
      "id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "2015-2016",
      "starts_on": "2015-10-01",
      "ends_on": "2016-06-30",
      "slug": "nba-2015-2016",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "injuries": [
    {
      "id": "f41d00c4-9a68-47da-bf27-629f6e6fcd59",
      "created_at": "2015-12-18T03:56:01-05:00",
      "updated_at": "2015-12-18T03:56:01-05:00",
      "location_name": "Knee",
      "started_on": "2015-11-21",
      "status_updated_at": "2015-12-09T17:36:03-05:00",
      "note": "Smart has suffered a knee injury and is not expected back until the beginning of January.",
      "status": "out",
      "status_label": "Early Jan",
      "player_id": "b253d4df-a01e-490a-9f07-ceb4e2a82637",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    }
  ]
}

This endpoint retrieves NBA Injuries.

HTTP Request

GET https://api.stattleship.com/basketball/nba/injuries

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
season_id Current season Season slug such as nba-2015-2016

Football Injuries

curl -X "GET" "https://api.stattleship.com/football/nfl/injuries" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "players": [
    {
      "id": "006c47ca-6686-4434-89b7-49baec3e1124",
      "created_at": "2015-12-17T23:53:43-05:00",
      "updated_at": "2015-12-19T13:51:01-05:00",
      "active": false,
      "defensive": false,
      "first_name": "Ryan",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Griffin",
      "name": "Ryan Griffin",
      "offensive": true,
      "position_abbreviation": "TE",
      "position_name": "Tight End",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "ryan-griffin",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "5cacb63a-935a-4cda-8df3-4cc8ded7cf87",
      "team_id": "545d6178-62b4-4e6e-a118-60e4f66d257d"
    },
    {
      "id": "406bed87-23c6-4a98-8418-9412ff9d0021",
      "created_at": "2015-12-17T23:53:55-05:00",
      "updated_at": "2015-12-19T13:51:01-05:00",
      "active": false,
      "defensive": false,
      "first_name": "Quintin",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Demps",
      "name": "Quintin Demps",
      "offensive": true,
      "position_abbreviation": "FS",
      "position_name": "Free Safety",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-quintin-demps",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "bad620c5-a790-4d78-8390-dc2c25ef0108",
      "team_id": "545d6178-62b4-4e6e-a118-60e4f66d257d"
    },
    {
      "id": "a33d049f-7a85-4e3f-a28e-80ba56b0b4a9",
      "created_at": "2015-12-17T23:53:42-05:00",
      "updated_at": "2015-12-19T07:54:24-05:00",
      "active": false,
      "defensive": false,
      "first_name": "Brian",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Cushing",
      "name": "Brian Cushing",
      "offensive": true,
      "position_abbreviation": "MIKE",
      "position_name": "MIKE Linebacker",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-brian-cushing",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "6dca3ecb-4253-4cbe-99b1-2ee9d9483f40",
      "team_id": "545d6178-62b4-4e6e-a118-60e4f66d257d"
    }
  ],
  "leagues": [
    {
      "id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NFL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Football League",
      "periods": null,
      "slug": "nfl",
      "sport": "football"
    }
  ],
  "teams": [
    {
      "id": "545d6178-62b4-4e6e-a118-60e4f66d257d",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-18T19:48:24-05:00",
      "location": "Houston",
      "name": "Houston",
      "nickname": "Texans",
      "slug": "nfl-hou",
      "division_id": "a83ba728-0bd9-4b46-8a19-64515e176c00",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "seasons": [
    {
      "id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "2015-2016",
      "starts_on": "2015-08-01",
      "ends_on": "2016-02-14",
      "slug": "nfl-2015-2016",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "injuries": [
    {
      "id": "19fb786f-9110-44c7-b30b-5cd5af2e8ca2",
      "created_at": "2015-12-19T13:51:01-05:00",
      "updated_at": "2015-12-19T13:51:01-05:00",
      "location_name": "Ankle",
      "started_on": "2015-12-19",
      "status_updated_at": "2015-12-19T13:49:56-05:00",
      "note": "Griffin is dealing with an ankle injury but is expected to play Sunday against the Colts.",
      "status": "probable",
      "status_label": "Prob Sun",
      "player_id": "006c47ca-6686-4434-89b7-49baec3e1124",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2",
      "team_id": "545d6178-62b4-4e6e-a118-60e4f66d257d"
    },
    {
      "id": "444f2cd0-2742-4316-9e14-c6dae7a08773",
      "created_at": "2015-12-19T13:51:01-05:00",
      "updated_at": "2015-12-19T13:51:01-05:00",
      "location_name": "Groin",
      "started_on": "2015-12-19",
      "status_updated_at": "2015-12-19T13:49:12-05:00",
      "note": "Demps has a groin injury but is expected to play Sunday against the Colts.",
      "status": "probable",
      "status_label": "Prob Sun",
      "player_id": "406bed87-23c6-4a98-8418-9412ff9d0021",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2",
      "team_id": "545d6178-62b4-4e6e-a118-60e4f66d257d"
    },
    {
      "id": "590864ba-ccc8-4d75-a752-cd0bfad67e49",
      "created_at": "2015-12-18T03:55:45-05:00",
      "updated_at": "2015-12-19T13:51:01-05:00",
      "location_name": "Hip",
      "started_on": "2015-12-17",
      "status_updated_at": "2015-12-19T13:48:31-05:00",
      "note": "Cushing is dealing with a hip injury but is expected to play Sunday against the Colts.",
      "status": "probable",
      "status_label": "Prob Sun",
      "player_id": "a33d049f-7a85-4e3f-a28e-80ba56b0b4a9",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2",
      "team_id": "545d6178-62b4-4e6e-a118-60e4f66d257d"
    }
  ]
}

This endpoint retrieves NFL Injuries.

HTTP Request

GET https://api.stattleship.com/football/nfl/injuries

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
season_id Current season Season slug such as nfl-2015-2016

Hockey Injuries

curl -X "GET" "https://api.stattleship.com/hockey/nhl/injuries" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "players": [
    {
      "id": "573f2c8d-aa5e-4863-9a86-f1fc33d8266a",
      "created_at": "2015-12-18T01:13:24-05:00",
      "updated_at": "2015-12-19T23:36:18-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Anders",
      "handedness": "left",
      "height": 78,
      "unit_of_height": "inches",
      "last_name": "Lindback",
      "name": "Anders Lindback",
      "offensive": true,
      "position_abbreviation": "G",
      "position_name": "Goaltender",
      "salary": 875000,
      "humanized_salary": "875,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-anders-lindback",
      "sport": "hockey",
      "weight": 210,
      "unit_of_weight": "pounds",
      "years_of_experience": 6,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "f9e5f646-5ac0-4560-928f-de8380eb0fa7",
      "team_id": "06bab022-21a6-4999-b7a1-fe569971c68a"
    },
    {
      "id": "cea78dfc-670d-4ef0-b463-cf8b017f3f40",
      "created_at": "2015-12-18T01:12:33-05:00",
      "updated_at": "2015-12-19T23:35:20-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Luke",
      "handedness": "right",
      "height": 74,
      "unit_of_height": "inches",
      "last_name": "Schenn",
      "name": "Luke Schenn",
      "offensive": true,
      "position_abbreviation": "D",
      "position_name": "Defense",
      "salary": 3350000,
      "humanized_salary": "3,350,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-luke-schenn",
      "sport": "hockey",
      "weight": 229,
      "unit_of_weight": "pounds",
      "years_of_experience": 8,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "38129638-f898-43f5-8d8f-7f18afd1920e",
      "team_id": "c94be617-bf0c-4516-82b8-782d7aa783ae"
    },
    {
      "id": "e20b33ee-4b1b-48f3-a2a5-1c21e6b469e1",
      "created_at": "2015-12-18T01:12:30-05:00",
      "updated_at": "2015-12-19T07:54:04-05:00",
      "active": false,
      "defensive": false,
      "first_name": "Erik",
      "handedness": "right",
      "height": 72,
      "unit_of_height": "inches",
      "last_name": "Condra",
      "name": "Erik Condra",
      "offensive": true,
      "position_abbreviation": "RW",
      "position_name": "Right Wing",
      "salary": 1000000,
      "humanized_salary": "1,000,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-erik-condra",
      "sport": "hockey",
      "weight": 189,
      "unit_of_weight": "pounds",
      "years_of_experience": 6,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "0d13fcf4-862c-4e9e-82ad-6642f18527eb",
      "team_id": "efd97f2d-fe29-4fe8-9f01-cfad8488c0c2"
    }
  ],
  "leagues": [
    {
      "id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NHL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Hockey League",
      "periods": null,
      "slug": "nhl",
      "sport": "hockey"
    }
  ],
  "teams": [
    {
      "id": "06bab022-21a6-4999-b7a1-fe569971c68a",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Arizona",
      "name": "Arizona",
      "nickname": "Coyotes",
      "slug": "nhl-ari",
      "division_id": "11740eea-c575-44e9-b4f5-a80805703ad0",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "c94be617-bf0c-4516-82b8-782d7aa783ae",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:48-05:00",
      "location": "Philadelphia",
      "name": "Philadelphia",
      "nickname": "Flyers",
      "slug": "nhl-phi",
      "division_id": "2a45d995-a56b-43c8-838d-700e5cf1f922",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "efd97f2d-fe29-4fe8-9f01-cfad8488c0c2",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-15T10:55:04-05:00",
      "location": "Tampa Bay",
      "name": "Tampa Bay",
      "nickname": "Lightning",
      "slug": "nhl-tb",
      "division_id": "15ca4e46-2b49-4f37-84ea-befb62de28c5",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "seasons": [
    {
      "id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "2015-2016",
      "starts_on": "2015-09-01",
      "ends_on": "2016-06-30",
      "slug": "nhl-2015-2016",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "injuries": [
    {
      "id": "83cec138-e705-47fe-900c-59242e55920c",
      "created_at": "2015-12-19T10:30:58-05:00",
      "updated_at": "2015-12-19T10:30:58-05:00",
      "location_name": "Illness",
      "started_on": "2015-12-19",
      "status_updated_at": "2015-12-19T09:59:39-05:00",
      "note": "Lindback is dealing with an illness and is questionable to play Saturday against the Islanders.",
      "status": "questionable",
      "status_label": "Ques Sat",
      "player_id": "573f2c8d-aa5e-4863-9a86-f1fc33d8266a",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "06bab022-21a6-4999-b7a1-fe569971c68a"
    },
    {
      "id": "dab5afcd-857b-4fb0-89a2-e6b3629488c6",
      "created_at": "2015-12-18T03:56:22-05:00",
      "updated_at": "2015-12-19T10:31:03-05:00",
      "location_name": "Ankle",
      "started_on": "2015-12-06",
      "status_updated_at": "2015-12-19T09:58:00-05:00",
      "note": "Schenn has an ankle injury and is questionable to play Saturday against the Blue Jackets.",
      "status": "questionable",
      "status_label": "Ques Sat",
      "player_id": "cea78dfc-670d-4ef0-b463-cf8b017f3f40",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "c94be617-bf0c-4516-82b8-782d7aa783ae"
    },
    {
      "id": "d68e403f-eae5-4b4e-a2b9-fa3ea89e0886",
      "created_at": "2015-12-18T03:56:23-05:00",
      "updated_at": "2015-12-19T10:31:04-05:00",
      "location_name": "Lower Body",
      "started_on": "2015-12-07",
      "status_updated_at": "2015-12-19T09:57:48-05:00",
      "note": "Condra sustained a lower-body injury last game and is questionable to play Sunday against the Senators.",
      "status": "questionable",
      "status_label": "Ques Sun",
      "player_id": "e20b33ee-4b1b-48f3-a2a5-1c21e6b469e1",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "efd97f2d-fe29-4fe8-9f01-cfad8488c0c2"
    }
  ]
}

This endpoint retrieves NHL Injuries.

HTTP Request

GET https://api.stattleship.com/hockey/nhl/injuries

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
season_id Current season Season slug such as nhl-2015-2016

Lineups

Baseball Lineups

curl -X "GET" "https://api.stattleship.com/baseball/mlb/lineups" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "games": [
    {
      "id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "created_at": "2016-03-18T21:00:52-04:00",
      "updated_at": "2016-08-16T06:00:39-04:00",
      "at_neutral_site": false,
      "attendance": 41850,
      "away_team_outcome": "win",
      "away_team_score": 8,
      "broadcast": "MLBN (out-of-market ",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 12420,
      "ended_at": "2016-08-15T22:42:00-07:00",
      "home_team_outcome": "loss",
      "home_team_score": 5,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Pirates vs Giants",
      "name": "Pirates vs Giants August 15, 2016 at  7:15pm",
      "on": "on August 15, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "8-5",
      "score_differential": 3,
      "scoreline": "Pirates 8 - Giants 5",
      "slug": "mlb-2016-pit-sf-2016-08-15-1915",
      "started_at": "2016-08-15T19:15:00-07:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MLBN (out-of-market ",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1471313700,
      "title": "Pirates vs Giants",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "6c498284-84e6-4e74-9f56-b934be3384d5",
      "away_team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "winning_team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "b4651936-378e-4e60-89a6-cbf3ee67b0bd",
      "official_ids": [
        "9df08f9b-37ad-467e-9ec4-ec38491f382f",
        "d1d3cc19-fb3f-479b-bc85-ed00405b6a9f",
        "8f399cb8-c317-463a-9979-0186a677708a",
        "511d6c57-3987-4aca-bb11-7476f970dc03"
      ]
    }
  ],
  "home_teams": [
    {
      "id": "6c498284-84e6-4e74-9f56-b934be3384d5",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "FD5A1E",
      "colors": [
        "FD5A1E",
        "000000",
        "8B6F4E"
      ],
      "hashtag": "SFGiants",
      "hashtags": [
        "SFGiants"
      ],
      "location": "San Francisco",
      "name": "San Francisco",
      "nickname": "Giants",
      "latitude": 37.9385723,
      "longitude": -122.3401953,
      "slug": "mlb-sf",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "leagues": [
    {
      "id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-07-12T19:34:12-04:00",
      "abbreviation": "MLB",
      "color": null,
      "minutes_per_period": null,
      "name": "Major League Baseball",
      "periods": null,
      "slug": "mlb",
      "sport": "baseball"
    }
  ],
  "away_teams": [
    {
      "id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "FDB827",
      "colors": [
        "FDB827",
        "000000"
      ],
      "hashtag": "Pirates",
      "hashtags": [
        "Pirates"
      ],
      "location": "Pittsburgh",
      "name": "Pittsburgh",
      "nickname": "Pirates",
      "latitude": 40.4469874,
      "longitude": -79.9485413,
      "slug": "mlb-pit",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "winning_teams": [
    {
      "id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "FDB827",
      "colors": [
        "FDB827",
        "000000"
      ],
      "hashtag": "Pirates",
      "hashtags": [
        "Pirates"
      ],
      "location": "Pittsburgh",
      "name": "Pittsburgh",
      "nickname": "Pirates",
      "latitude": 40.4469874,
      "longitude": -79.9485413,
      "slug": "mlb-pit",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "seasons": [
    {
      "id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-03-18T20:57:48-04:00",
      "name": "2016",
      "current_interval_type": "postseason",
      "starts_on": "2016-01-02",
      "ends_on": "2016-11-30",
      "slug": "mlb-2016",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "venues": [
    {
      "id": "b4651936-378e-4e60-89a6-cbf3ee67b0bd",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-13T06:37:00-04:00",
      "abbreviation": "AT&T Park",
      "capacity": 41915,
      "city": "San Francisco",
      "country": "USA",
      "field_type": "grass",
      "name": "AT&T Park",
      "slug": "at-t",
      "state": "CA",
      "stadium_type": null,
      "time_zone": "US/Pacific",
      "latitude": 37.9385723,
      "longitude": -122.3401953
    }
  ],
  "officials": [
    {
      "id": "9df08f9b-37ad-467e-9ec4-ec38491f382f",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-02-26T15:21:54-05:00",
      "first_name": "Doug",
      "last_name": "Eddings",
      "name": "Doug Eddings",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "88"
    },
    {
      "id": "d1d3cc19-fb3f-479b-bc85-ed00405b6a9f",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-02-26T15:21:57-05:00",
      "first_name": "Mike",
      "last_name": "Muchlinski",
      "name": "Mike Muchlinski",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "76"
    },
    {
      "id": "8f399cb8-c317-463a-9979-0186a677708a",
      "created_at": "2016-04-03T02:35:24-04:00",
      "updated_at": "2017-02-26T15:22:11-05:00",
      "first_name": "Mike",
      "last_name": "Winters",
      "name": "Mike Winters",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "33"
    },
    {
      "id": "511d6c57-3987-4aca-bb11-7476f970dc03",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-02-26T15:22:11-05:00",
      "first_name": "Marty",
      "last_name": "Foster",
      "name": "Marty Foster",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "60"
    }
  ],
  "players": [
    {
      "id": "5975f524-391f-45bd-ac47-e84f3bbba27f",
      "created_at": "2016-03-18T21:10:59-04:00",
      "updated_at": "2017-02-26T15:22:32-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1987-07-08",
      "captain": null,
      "city": "Cincinnati",
      "country": "",
      "draft_overall_pick": 191,
      "draft_round": 6,
      "draft_season": "2008",
      "draft_team_name": "Chicago Cubs",
      "first_name": "Joshua",
      "handedness": "unknown",
      "height": 68,
      "high_school": "Princeton, Cincinnati, OH",
      "humanized_salary": "5,250,000",
      "last_name": "Harrison",
      "mlbam_id": 543281,
      "name": "Josh Harrison",
      "nickname": "Josh",
      "position_abbreviation": "2B",
      "position_name": "Second Base",
      "pro_debut": "2011-05-31",
      "salary": 5250000,
      "salary_currency": "USD",
      "school": "Cincinnati",
      "slug": "mlb-josh-harrison",
      "sport": "baseball",
      "state": "",
      "uniform_number": "5",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 195,
      "years_of_experience": 4,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "f300e31e-61fb-48be-a215-6260d7fde49d",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "3ff3bcd4-50e9-48db-8e3c-deb0a413eca8",
      "created_at": "2016-03-18T21:11:01-04:00",
      "updated_at": "2017-02-26T15:22:33-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1986-08-27",
      "captain": null,
      "city": "Seiling",
      "country": "",
      "draft_overall_pick": 79,
      "draft_round": 3,
      "draft_season": "2008",
      "draft_team_name": "Pittsburgh",
      "first_name": "Jordy",
      "handedness": "unknown",
      "height": 75,
      "high_school": "Taloga, OK",
      "humanized_salary": "2,075,000",
      "last_name": "Mercer",
      "mlbam_id": 474568,
      "name": "Jordy Mercer",
      "nickname": "Jordy",
      "position_abbreviation": "SS",
      "position_name": "Shortstop",
      "pro_debut": "2012-05-29",
      "salary": 2075000,
      "salary_currency": "USD",
      "school": "Oklahoma State",
      "slug": "mlb-jordy-mercer",
      "sport": "baseball",
      "state": "",
      "uniform_number": "10",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 215,
      "years_of_experience": 3,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "4b5f1bc6-07c1-442b-9228-cd9ff0f5b8d1",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "2a3f7559-814d-44fe-a729-1bdf9ae6f415",
      "created_at": "2016-03-18T21:11:01-04:00",
      "updated_at": "2017-02-26T15:22:32-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1986-10-10",
      "captain": null,
      "city": "Fort Meade",
      "country": "",
      "draft_overall_pick": 11,
      "draft_round": 1,
      "draft_season": "2005",
      "draft_team_name": "Pittsburgh",
      "first_name": "Andrew",
      "handedness": "unknown",
      "height": 70,
      "high_school": "Fort Meade, FL",
      "humanized_salary": "13,208,333",
      "last_name": "McCutchen",
      "mlbam_id": 457705,
      "name": "Andrew McCutchen",
      "nickname": "Andrew",
      "position_abbreviation": "CF",
      "position_name": "Center Outfield",
      "pro_debut": "2009-06-04",
      "salary": 13208333,
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-andrew-mccutchen",
      "sport": "baseball",
      "state": "",
      "uniform_number": "22",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 200,
      "years_of_experience": 6,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e900e850-ab40-4048-aa57-631ea8390519",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "946639b1-a1de-4b2e-ad02-caaa71cc5dfb",
      "created_at": "2016-03-18T21:11:00-04:00",
      "updated_at": "2017-02-26T15:22:32-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1988-10-09",
      "captain": null,
      "city": "Santo Dominigo",
      "country": "",
      "draft_overall_pick": null,
      "draft_round": null,
      "draft_season": null,
      "draft_team_name": null,
      "first_name": "Starling",
      "handedness": "unknown",
      "height": 73,
      "high_school": null,
      "humanized_salary": "3,333,333",
      "last_name": "Marte",
      "mlbam_id": 516782,
      "name": "Starling Marte",
      "nickname": "Starling",
      "position_abbreviation": "LF",
      "position_name": "Left Outfield",
      "pro_debut": "2012-07-26",
      "salary": 3333333,
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-starling-marte",
      "sport": "baseball",
      "state": "",
      "uniform_number": "6",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 185,
      "years_of_experience": 3,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "2d8bfb25-df10-491b-b6b8-e08e173c65e5",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "37b4945b-cb96-464a-af18-2236bb3be91f",
      "created_at": "2016-03-18T21:10:59-04:00",
      "updated_at": "2017-02-26T15:22:32-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1987-04-05",
      "captain": null,
      "city": "Gwangju",
      "country": "",
      "draft_overall_pick": null,
      "draft_round": null,
      "draft_season": null,
      "draft_team_name": null,
      "first_name": "Jung-Ho",
      "handedness": "unknown",
      "height": 72,
      "high_school": null,
      "humanized_salary": "2,500,000",
      "last_name": "Kang",
      "mlbam_id": 628356,
      "name": "Jung-Ho Kang",
      "nickname": "Jung-Ho",
      "position_abbreviation": "3B",
      "position_name": "Third Base",
      "pro_debut": "2015-04-08",
      "salary": 2500000,
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-jung-ho-kang",
      "sport": "baseball",
      "state": "",
      "uniform_number": "27",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 180,
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "097da5e8-2805-456d-91fe-9ab9ef43c489",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "71f253f8-e738-4417-bc56-83fe3ebaa80a",
      "created_at": "2016-03-18T21:10:58-04:00",
      "updated_at": "2017-02-26T15:22:32-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1986-03-06",
      "captain": null,
      "city": "Valencia",
      "country": "",
      "draft_overall_pick": null,
      "draft_round": null,
      "draft_season": null,
      "draft_team_name": null,
      "first_name": "Francisco",
      "handedness": "unknown",
      "height": 73,
      "high_school": null,
      "humanized_salary": "3,500,000",
      "last_name": "Cervelli",
      "mlbam_id": 465041,
      "name": "Francisco Cervelli",
      "nickname": "Francisco",
      "position_abbreviation": "C",
      "position_name": "Catcher",
      "pro_debut": "2008-09-18",
      "salary": 3500000,
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-francisco-cervelli",
      "sport": "baseball",
      "state": "",
      "uniform_number": "29",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 205,
      "years_of_experience": 7,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "35d2f5d0-7407-48c2-80ca-8e5d25e099d9",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "a25b21be-a222-47b5-86e1-9f032a8aca1e",
      "created_at": "2016-03-18T21:11:02-04:00",
      "updated_at": "2017-02-26T15:22:33-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1991-09-14",
      "captain": null,
      "city": "Santo Domingo",
      "country": "",
      "draft_overall_pick": null,
      "draft_round": null,
      "draft_season": null,
      "draft_team_name": null,
      "first_name": "Gregory",
      "handedness": "unknown",
      "height": 77,
      "high_school": null,
      "humanized_salary": "535,000",
      "last_name": "Polanco",
      "mlbam_id": 570256,
      "name": "Gregory Polanco",
      "nickname": "Gregory",
      "position_abbreviation": "RF",
      "position_name": "Right Outfield",
      "pro_debut": "2014-06-10",
      "salary": 535000,
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-gregory-polanco",
      "sport": "baseball",
      "state": "",
      "uniform_number": "25",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 230,
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "77303dac-3e19-4c49-802c-eef8719d26cf",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "4cd6a943-6194-4fb3-bbc0-e6e917e893dd",
      "created_at": "2016-03-18T21:10:45-04:00",
      "updated_at": "2017-02-26T15:21:34-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1977-07-22",
      "captain": null,
      "city": "Charlotte",
      "country": "",
      "draft_overall_pick": 158,
      "draft_round": 5,
      "draft_season": "1998",
      "draft_team_name": "San Francisco",
      "first_name": "Ryan",
      "handedness": "unknown",
      "height": 76,
      "high_school": "Octorara Area, Atglen, PA",
      "humanized_salary": "2,000,000",
      "last_name": "Vogelsong",
      "mlbam_id": 285064,
      "name": "Ryan Vogelsong",
      "nickname": "Ryan",
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "pro_debut": "2000-09-02",
      "salary": 2000000,
      "salary_currency": "USD",
      "school": "Kutztown",
      "slug": "mlb-ryan-vogelsong",
      "sport": "baseball",
      "state": "",
      "uniform_number": "14",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 215,
      "years_of_experience": 10,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "9fbd14d1-78c7-495d-8547-ddd89ee3c1c3",
      "created_at": "2016-03-18T21:10:57-04:00",
      "updated_at": "2017-02-26T15:22:03-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1985-09-21",
      "captain": null,
      "city": "Hato Mayor",
      "country": "",
      "draft_overall_pick": null,
      "draft_round": null,
      "draft_season": null,
      "draft_team_name": null,
      "first_name": "Antonio",
      "handedness": "unknown",
      "height": 71,
      "high_school": "Liceo Sol Ana Nolan (DOM)",
      "humanized_salary": "5,375,000",
      "last_name": "Bastardo",
      "mlbam_id": 455374,
      "name": "Antonio Bastardo",
      "nickname": "Antonio",
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "pro_debut": "2009-06-02",
      "salary": 5375000,
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-antonio-bastardo",
      "sport": "baseball",
      "state": "",
      "uniform_number": "59",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 205,
      "years_of_experience": 6,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d"
    },
    {
      "id": "ecd7929d-0c0d-4c73-9763-4e131f98feea",
      "created_at": "2016-03-18T21:10:04-04:00",
      "updated_at": "2017-02-26T15:22:25-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1991-07-05",
      "captain": null,
      "city": "San Felipe",
      "country": "",
      "draft_overall_pick": null,
      "draft_round": null,
      "draft_season": null,
      "draft_team_name": null,
      "first_name": "Felipe",
      "handedness": "unknown",
      "height": 74,
      "high_school": null,
      "humanized_salary": "516,100",
      "last_name": "Rivero",
      "mlbam_id": 553878,
      "name": "Felipe Rivero",
      "nickname": "Felipe",
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "pro_debut": "2015-04-17",
      "salary": 516100,
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-felipe-rivero",
      "sport": "baseball",
      "state": "",
      "uniform_number": "73",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 200,
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "d2bc3251-241f-409a-bae3-7ce1d0b7d0bf",
      "created_at": "2016-03-18T21:13:07-04:00",
      "updated_at": "2017-02-26T15:22:33-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1983-09-19",
      "captain": null,
      "city": "Chula Vista",
      "country": "",
      "draft_overall_pick": 338,
      "draft_round": 12,
      "draft_season": "2003",
      "draft_team_name": "Tampa Bay",
      "first_name": "John",
      "handedness": "unknown",
      "height": 74,
      "high_school": "McKinleyville, CA, USA",
      "humanized_salary": "4,000,000",
      "last_name": "Jaso",
      "mlbam_id": 444379,
      "name": "John Jaso",
      "nickname": "John",
      "position_abbreviation": "1B",
      "position_name": "First Base",
      "pro_debut": "2008-09-06",
      "salary": 4000000,
      "salary_currency": "USD",
      "school": "Southwestern JC, CA",
      "slug": "mlb-john-jaso",
      "sport": "baseball",
      "state": "",
      "uniform_number": "28",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 205,
      "years_of_experience": 6,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "c50ba893-982b-4733-be05-bfa5ea84f498",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "dd879b42-5537-430e-9d8d-3905886ed78e",
      "created_at": "2016-03-18T21:09:43-04:00",
      "updated_at": "2017-02-26T15:22:32-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1988-05-02",
      "captain": null,
      "city": "Azua",
      "country": "",
      "draft_overall_pick": null,
      "draft_round": null,
      "draft_season": null,
      "draft_team_name": null,
      "first_name": "Neftali",
      "handedness": "unknown",
      "height": 75,
      "high_school": "Sofia Benitez, Azua, DR",
      "humanized_salary": "3,900,000",
      "last_name": "Feliz",
      "mlbam_id": 491703,
      "name": "Neftali Feliz",
      "nickname": "Neftali",
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "pro_debut": "2009-08-03",
      "salary": 3900000,
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-neftali-feliz",
      "sport": "baseball",
      "state": "",
      "uniform_number": "30",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 225,
      "years_of_experience": 4,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "99a9eedf-28a6-45fc-85b3-9a4ffd0b70fc",
      "created_at": "2016-03-18T21:12:43-04:00",
      "updated_at": "2017-02-26T15:22:32-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1983-04-28",
      "captain": null,
      "city": "Corpus Christi",
      "country": "",
      "draft_overall_pick": 273,
      "draft_round": 9,
      "draft_season": "2006",
      "draft_team_name": "San Diego",
      "first_name": "David",
      "handedness": "unknown",
      "height": 74,
      "high_school": "Lafayette, Wildwood, MO",
      "humanized_salary": "3,000,000",
      "last_name": "Freese",
      "mlbam_id": 501896,
      "name": "David Freese",
      "nickname": "David",
      "position_abbreviation": "3B",
      "position_name": "Third Base",
      "pro_debut": "2009-04-06",
      "salary": 3000000,
      "salary_currency": "USD",
      "school": "South Alabama",
      "slug": "mlb-david-freese",
      "sport": "baseball",
      "state": "",
      "uniform_number": "23",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 225,
      "years_of_experience": 6,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "097da5e8-2805-456d-91fe-9ab9ef43c489",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "af527611-246a-47d7-9054-8f88860465e2",
      "created_at": "2016-03-18T21:12:44-04:00",
      "updated_at": "2017-02-26T15:22:32-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1984-08-03",
      "captain": null,
      "city": "Tampa",
      "country": "",
      "draft_overall_pick": 360,
      "draft_round": 12,
      "draft_season": "2005",
      "draft_team_name": "Detroit",
      "first_name": "Matthew",
      "handedness": "unknown",
      "height": 74,
      "high_school": "Armwood, Seffner, FL",
      "humanized_salary": "1,000,000",
      "last_name": "Joyce",
      "mlbam_id": 459964,
      "name": "Matt Joyce",
      "nickname": "Matt",
      "position_abbreviation": "LF",
      "position_name": "Left Outfield",
      "pro_debut": "2008-05-05",
      "salary": 1000000,
      "salary_currency": "USD",
      "school": "Florida Southern",
      "slug": "mlb-matt-joyce",
      "sport": "baseball",
      "state": "",
      "uniform_number": "17",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 200,
      "years_of_experience": 7,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "2d8bfb25-df10-491b-b6b8-e08e173c65e5",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "f6485b1b-43f3-4a74-91d9-b84ffd6e92db",
      "created_at": "2016-03-18T21:11:03-04:00",
      "updated_at": "2017-02-26T15:22:33-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1985-05-30",
      "captain": null,
      "city": "Sioux City",
      "country": "",
      "draft_overall_pick": 278,
      "draft_round": 9,
      "draft_season": "2007",
      "draft_team_name": "Pittsburgh",
      "first_name": "Anthony",
      "handedness": "unknown",
      "height": 76,
      "high_school": "Dallas Center-Grimes Community, Grimes, IA",
      "humanized_salary": "3,450,000",
      "last_name": "Watson",
      "mlbam_id": 453265,
      "name": "Tony Watson",
      "nickname": "Tony",
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "pro_debut": "2011-06-08",
      "salary": 3450000,
      "salary_currency": "USD",
      "school": "Nebraska",
      "slug": "mlb-tony-watson",
      "sport": "baseball",
      "state": "",
      "uniform_number": "44",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 225,
      "years_of_experience": 4,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "8928922d-6efb-4fe5-8804-3770aaf0cd3f",
      "created_at": "2016-03-18T21:10:04-04:00",
      "updated_at": "2017-02-26T15:21:47-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1984-02-27",
      "captain": null,
      "city": "Washington",
      "country": "",
      "draft_overall_pick": 20,
      "draft_round": 1,
      "draft_season": "2002",
      "draft_team_name": null,
      "first_name": "Keiunta",
      "handedness": "unknown",
      "height": 72,
      "high_school": "Tampa Catholic, Tampa, FL",
      "humanized_salary": "5,000,000",
      "last_name": "Span",
      "mlbam_id": 452655,
      "name": "Denard Span",
      "nickname": "Denard",
      "position_abbreviation": "CF",
      "position_name": "Center Outfield",
      "pro_debut": "2008-04-06",
      "salary": 5000000,
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-denard-span",
      "sport": "baseball",
      "state": "",
      "uniform_number": "2",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 210,
      "years_of_experience": 7,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e900e850-ab40-4048-aa57-631ea8390519",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "2db21fc5-a5a5-4084-bc35-e0ac9cd07e62",
      "created_at": "2016-03-18T21:10:44-04:00",
      "updated_at": "2017-02-26T15:21:47-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1981-07-02",
      "captain": null,
      "city": "Rio Piedras",
      "country": "",
      "draft_overall_pick": 136,
      "draft_round": 4,
      "draft_season": "1999",
      "draft_team_name": null,
      "first_name": "Angel",
      "handedness": "unknown",
      "height": 74,
      "high_school": "Republica de Colombia, San Juan, PR",
      "humanized_salary": "11,250,000",
      "last_name": "Pagan",
      "mlbam_id": 434636,
      "name": "Angel Pagan",
      "nickname": "Angel",
      "position_abbreviation": "LF",
      "position_name": "Left Outfield",
      "pro_debut": "2006-04-03",
      "salary": 11250000,
      "salary_currency": "USD",
      "school": "Indian River CC, FL",
      "slug": "mlb-angel-pagan",
      "sport": "baseball",
      "state": "",
      "uniform_number": "16",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 200,
      "years_of_experience": 9,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "2d8bfb25-df10-491b-b6b8-e08e173c65e5",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "b98f809d-ef21-4554-8e3d-f437cffe49e4",
      "created_at": "2016-03-18T21:10:40-04:00",
      "updated_at": "2017-02-26T15:21:47-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1988-04-20",
      "captain": null,
      "city": "Nacogdoches",
      "country": "",
      "draft_overall_pick": 147,
      "draft_round": 5,
      "draft_season": "2009",
      "draft_team_name": null,
      "first_name": "Brandon",
      "handedness": "unknown",
      "height": 77,
      "high_school": "Hudson (TX)",
      "humanized_salary": "6,200,000",
      "last_name": "Belt",
      "mlbam_id": 474832,
      "name": "Brandon Belt",
      "nickname": "Brandon",
      "position_abbreviation": "1B",
      "position_name": "First Base",
      "pro_debut": "2011-03-31",
      "salary": 6200000,
      "salary_currency": "USD",
      "school": "Texas",
      "slug": "mlb-brandon-belt",
      "sport": "baseball",
      "state": "",
      "uniform_number": "9",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 220,
      "years_of_experience": 4,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "c50ba893-982b-4733-be05-bfa5ea84f498",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "54ab077b-9974-4e51-a288-264cc46c6e12",
      "created_at": "2016-03-18T21:10:41-04:00",
      "updated_at": "2017-02-26T15:21:47-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1987-01-21",
      "captain": null,
      "city": "Mountain View",
      "country": "",
      "draft_overall_pick": 117,
      "draft_round": 4,
      "draft_season": "2008",
      "draft_team_name": null,
      "first_name": "Brandon",
      "handedness": "unknown",
      "height": 74,
      "high_school": "Foothill, Pleasanton, CA",
      "humanized_salary": "6,000,000",
      "last_name": "Crawford",
      "mlbam_id": 543063,
      "name": "Brandon Crawford",
      "nickname": "Brandon",
      "position_abbreviation": "SS",
      "position_name": "Shortstop",
      "pro_debut": "2011-05-27",
      "salary": 6000000,
      "salary_currency": "USD",
      "school": "UCLA",
      "slug": "mlb-brandon-crawford",
      "sport": "baseball",
      "state": "",
      "uniform_number": "35",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 215,
      "years_of_experience": 4,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "4b5f1bc6-07c1-442b-9228-cd9ff0f5b8d1",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "0f3b535c-e7a6-4f7d-923a-f9095061123b",
      "created_at": "2016-03-18T21:10:44-04:00",
      "updated_at": "2017-02-26T15:21:47-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1983-04-13",
      "captain": null,
      "city": "Fort Worth",
      "country": "",
      "draft_overall_pick": 64,
      "draft_round": 2,
      "draft_season": "2004",
      "draft_team_name": null,
      "first_name": "Hunter",
      "handedness": "unknown",
      "height": 76,
      "high_school": "Arlington, TX",
      "humanized_salary": "18,500,000",
      "last_name": "Pence",
      "mlbam_id": 452254,
      "name": "Hunter Pence",
      "nickname": "Hunter",
      "position_abbreviation": "RF",
      "position_name": "Right Outfield",
      "pro_debut": "2007-04-28",
      "salary": 18500000,
      "salary_currency": "USD",
      "school": "Texas - Arlington",
      "slug": "mlb-hunter-pence",
      "sport": "baseball",
      "state": "",
      "uniform_number": "8",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 220,
      "years_of_experience": 8,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "77303dac-3e19-4c49-802c-eef8719d26cf",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "e43b5295-32e8-41bd-ae20-5cb04a0d33dd",
      "created_at": "2016-03-18T21:10:44-04:00",
      "updated_at": "2017-02-26T15:21:47-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1990-10-30",
      "captain": null,
      "city": "Yonkers",
      "country": "",
      "draft_overall_pick": 29,
      "draft_round": 1,
      "draft_season": "2011",
      "draft_team_name": null,
      "first_name": "Joseph",
      "handedness": "unknown",
      "height": 73,
      "high_school": "John Jay, Hopewell Junction, NY",
      "humanized_salary": "545,000",
      "last_name": "Panik",
      "mlbam_id": 605412,
      "name": "Joe Panik",
      "nickname": "Joe",
      "position_abbreviation": "2B",
      "position_name": "Second Base",
      "pro_debut": "2014-05-22",
      "salary": 545000,
      "salary_currency": "USD",
      "school": "St. John's",
      "slug": "mlb-joe-panik",
      "sport": "baseball",
      "state": "",
      "uniform_number": "12",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 190,
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "f300e31e-61fb-48be-a215-6260d7fde49d",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "7dfdcbe4-41f6-41a4-87f1-3a05e4927814",
      "created_at": "2016-03-18T21:11:07-04:00",
      "updated_at": "2017-02-26T15:22:35-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1987-06-15",
      "captain": null,
      "city": "Santo Domingo",
      "country": "",
      "draft_overall_pick": null,
      "draft_round": null,
      "draft_season": null,
      "draft_team_name": null,
      "first_name": "Eduardo",
      "handedness": "unknown",
      "height": 72,
      "high_school": "American Military Academy, San Juan, PR",
      "humanized_salary": "1,475,000",
      "last_name": "Nunez",
      "mlbam_id": 456488,
      "name": "Eduardo Nunez",
      "nickname": "Eduardo",
      "position_abbreviation": "3B",
      "position_name": "Third Base",
      "pro_debut": "2010-08-19",
      "salary": 1475000,
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-eduardo-nunez",
      "sport": "baseball",
      "state": "",
      "uniform_number": "9",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 195,
      "years_of_experience": 4,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "097da5e8-2805-456d-91fe-9ab9ef43c489",
      "team_id": "8256c5cd-476c-4af3-8c26-059b0fd8ddcf"
    },
    {
      "id": "798c4b48-6251-4697-be97-55b41730efe6",
      "created_at": "2016-03-18T21:10:41-04:00",
      "updated_at": "2017-02-26T15:21:47-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1991-11-15",
      "captain": null,
      "city": "Newhall",
      "country": "",
      "draft_overall_pick": 328,
      "draft_round": 10,
      "draft_season": "2012",
      "draft_team_name": null,
      "first_name": "Trevor",
      "handedness": "unknown",
      "height": 74,
      "high_school": null,
      "humanized_salary": "508,000",
      "last_name": "Brown",
      "mlbam_id": 623143,
      "name": "Trevor Brown",
      "nickname": "Trevor",
      "position_abbreviation": "C",
      "position_name": "Catcher",
      "pro_debut": "2015-09-19",
      "salary": 508000,
      "salary_currency": "USD",
      "school": "UC Los Angeles",
      "slug": "mlb-trevor-brown",
      "sport": "baseball",
      "state": "",
      "uniform_number": "14",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 195,
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "35d2f5d0-7407-48c2-80ca-8e5d25e099d9",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "843f57c1-f872-4460-95dc-3c063e03196c",
      "created_at": "2016-03-18T21:13:08-04:00",
      "updated_at": "2017-02-26T15:21:16-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1989-06-18",
      "captain": null,
      "city": "Fort Walton Beach",
      "country": "",
      "draft_overall_pick": 245,
      "draft_round": 8,
      "draft_season": "2007",
      "draft_team_name": null,
      "first_name": "Matthew",
      "handedness": "unknown",
      "height": 75,
      "high_school": "Moriarty, NM",
      "humanized_salary": "5,100,000",
      "last_name": "Moore",
      "mlbam_id": 519043,
      "name": "Matt Moore",
      "nickname": "Matt",
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "pro_debut": "2011-09-14",
      "salary": 5100000,
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-matt-moore",
      "sport": "baseball",
      "state": "",
      "uniform_number": "55",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 210,
      "years_of_experience": 4,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "6fb020e3-2ac1-409f-a1d0-5b081ef349a4"
    },
    {
      "id": "d40f4f50-56f4-4077-b4f6-c1792670ea84",
      "created_at": "2016-03-18T21:10:41-04:00",
      "updated_at": "2017-02-26T15:21:47-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1983-12-24",
      "captain": null,
      "city": "Caracas",
      "country": "",
      "draft_overall_pick": null,
      "draft_round": null,
      "draft_season": null,
      "draft_team_name": null,
      "first_name": "Gregor",
      "handedness": "unknown",
      "height": 71,
      "high_school": "Igancio Martin Burk (VEN)",
      "humanized_salary": "3,900,000",
      "last_name": "Blanco",
      "mlbam_id": 453923,
      "name": "Gregor Blanco",
      "nickname": "Gregor",
      "position_abbreviation": "LF",
      "position_name": "Left Outfield",
      "pro_debut": "2008-03-30",
      "salary": 3900000,
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-gregor-blanco",
      "sport": "baseball",
      "state": "",
      "uniform_number": "7",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 175,
      "years_of_experience": 6,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "2d8bfb25-df10-491b-b6b8-e08e173c65e5",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "e3c5a485-76fa-4569-90dc-5e6a4bd3b167",
      "created_at": "2016-03-18T21:10:43-04:00",
      "updated_at": "2017-02-26T15:21:47-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1985-06-12",
      "captain": null,
      "city": "Lincolnwood",
      "country": "",
      "draft_overall_pick": 164,
      "draft_round": 5,
      "draft_season": "2006",
      "draft_team_name": null,
      "first_name": "George",
      "handedness": "unknown",
      "height": 75,
      "high_school": "Niles West, Skokie, IL",
      "humanized_salary": "1,150,000",
      "last_name": "Kontos",
      "mlbam_id": 502004,
      "name": "George Kontos",
      "nickname": "George",
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "pro_debut": "2011-09-10",
      "salary": 1150000,
      "salary_currency": "USD",
      "school": "Northwestern",
      "slug": "mlb-george-kontos",
      "sport": "baseball",
      "state": "",
      "uniform_number": "70",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 215,
      "years_of_experience": 3,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "11fc6daa-7b7e-48ec-a16f-3554500b247d",
      "created_at": "2016-03-18T21:10:44-04:00",
      "updated_at": "2017-02-26T15:21:47-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1983-03-04",
      "captain": null,
      "city": "Brawley",
      "country": "",
      "draft_overall_pick": null,
      "draft_round": null,
      "draft_season": null,
      "draft_team_name": null,
      "first_name": "Sergio",
      "handedness": "unknown",
      "height": 70,
      "high_school": "Brawley Union, Brawley, CA",
      "humanized_salary": "9,000,000",
      "last_name": "Romo",
      "mlbam_id": 489265,
      "name": "Sergio Romo",
      "nickname": "Sergio",
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "pro_debut": "2008-06-26",
      "salary": 9000000,
      "salary_currency": "USD",
      "school": "Mesa State",
      "slug": "mlb-sergio-romo",
      "sport": "baseball",
      "state": "",
      "uniform_number": "54",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 185,
      "years_of_experience": 7,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "707c769e-1d92-42b2-ae92-497dabe8842f",
      "created_at": "2016-03-18T21:09:38-04:00",
      "updated_at": "2017-02-26T15:22:20-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1989-07-10",
      "captain": null,
      "city": "Newnan",
      "country": "",
      "draft_overall_pick": 229,
      "draft_round": 7,
      "draft_season": "2008",
      "draft_team_name": null,
      "first_name": "William",
      "handedness": "unknown",
      "height": 77,
      "high_school": "Northgate, Newnan, GA",
      "humanized_salary": "1,475,000",
      "last_name": "Smith",
      "mlbam_id": 519293,
      "name": "Will Smith",
      "nickname": "Will",
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "pro_debut": "2012-05-23",
      "salary": 1475000,
      "salary_currency": "USD",
      "school": "Gulf Coast CC, FL",
      "slug": "mlb-will-smith",
      "sport": "baseball",
      "state": "",
      "uniform_number": "13",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 260,
      "years_of_experience": 3,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "d6c517b0-78de-4834-8d36-b6e63b3224ee"
    },
    {
      "id": "0eec055b-ac71-4e2b-97d9-708462647efc",
      "created_at": "2016-03-18T21:11:23-04:00",
      "updated_at": "2017-02-26T15:21:47-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1987-07-18",
      "captain": null,
      "city": "Omaha",
      "country": "",
      "draft_overall_pick": null,
      "draft_round": null,
      "draft_season": null,
      "draft_team_name": null,
      "first_name": "Conor",
      "handedness": "unknown",
      "height": 73,
      "high_school": "Millard North, Omaha, NE",
      "humanized_salary": "507,500",
      "last_name": "Gillaspie",
      "mlbam_id": 543216,
      "name": "Conor Gillaspie",
      "nickname": "Conor",
      "position_abbreviation": "3B",
      "position_name": "Third Base",
      "pro_debut": "2008-09-09",
      "salary": 507500,
      "salary_currency": "USD",
      "school": "Wichita State",
      "slug": "mlb-conor-gillaspie",
      "sport": "baseball",
      "state": "",
      "uniform_number": "21",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 195,
      "years_of_experience": 5,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "097da5e8-2805-456d-91fe-9ab9ef43c489",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "4831fdaa-f584-4458-bfbd-35283999260e",
      "created_at": "2016-03-18T21:10:44-04:00",
      "updated_at": "2017-02-26T15:21:47-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1981-05-31",
      "captain": null,
      "city": "Mobile",
      "country": "",
      "draft_overall_pick": 472,
      "draft_round": 15,
      "draft_season": "1999",
      "draft_team_name": "San Diego",
      "first_name": "Jacob",
      "handedness": "unknown",
      "height": 73,
      "high_school": "St. Paul's Episcopal, Mobile, AL",
      "humanized_salary": "15,000,000",
      "last_name": "Peavy",
      "mlbam_id": 408241,
      "name": "Jake Peavy",
      "nickname": "Jake",
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "pro_debut": "2002-06-22",
      "salary": 15000000,
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-jake-peavy",
      "sport": "baseball",
      "state": "",
      "uniform_number": "22",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 195,
      "years_of_experience": 13,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    }
  ],
  "teams": [
    {
      "id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "FDB827",
      "colors": [
        "FDB827",
        "000000"
      ],
      "hashtag": "Pirates",
      "hashtags": [
        "Pirates"
      ],
      "location": "Pittsburgh",
      "name": "Pittsburgh",
      "nickname": "Pirates",
      "latitude": 40.4469874,
      "longitude": -79.9485413,
      "slug": "mlb-pit",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "FF5910",
      "colors": [
        "FF5910",
        "002D72"
      ],
      "hashtag": "Mets",
      "hashtags": [
        "Mets"
      ],
      "location": "New York",
      "name": "NY Mets",
      "nickname": "Mets",
      "latitude": 40.7573032,
      "longitude": -73.8501765,
      "slug": "mlb-nym",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "AB0003",
      "colors": [
        "AB0003",
        "11225B"
      ],
      "hashtag": "Nats",
      "hashtags": [
        "Nats",
        "Nationals"
      ],
      "location": "Washington",
      "name": "Washington",
      "nickname": "Nationals",
      "latitude": 38.8787421,
      "longitude": -77.0074421,
      "slug": "mlb-was",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "6c498284-84e6-4e74-9f56-b934be3384d5",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "FD5A1E",
      "colors": [
        "FD5A1E",
        "000000",
        "8B6F4E"
      ],
      "hashtag": "SFGiants",
      "hashtags": [
        "SFGiants"
      ],
      "location": "San Francisco",
      "name": "San Francisco",
      "nickname": "Giants",
      "latitude": 37.9385723,
      "longitude": -122.3401953,
      "slug": "mlb-sf",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "8256c5cd-476c-4af3-8c26-059b0fd8ddcf",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "002B5C",
      "colors": [
        "002B5C",
        "D31145"
      ],
      "hashtag": "Twins",
      "hashtags": [
        "Twins",
        "MNTwins"
      ],
      "location": "Minnesota",
      "name": "Minnesota",
      "nickname": "Twins",
      "latitude": 44.983318,
      "longitude": -93.277016,
      "slug": "mlb-min",
      "division_id": "ca580e37-ee8b-44d3-94ac-6eb2bf35d094",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "6fb020e3-2ac1-409f-a1d0-5b081ef349a4",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:13-04:00",
      "color": "092C5C",
      "colors": [
        "092C5C",
        "8FBCE6",
        "F5D130"
      ],
      "hashtag": "Rays",
      "hashtags": [
        "Rays"
      ],
      "location": "Tampa Bay",
      "name": "Tampa Bay",
      "nickname": "Rays",
      "latitude": 27.7682383,
      "longitude": -82.6533237,
      "slug": "mlb-tb",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "0A2351",
      "colors": [
        "0A2351",
        "B6922E"
      ],
      "hashtag": "Brewers",
      "hashtags": [
        "Brewers"
      ],
      "location": "Milwaukee",
      "name": "Milwaukee",
      "nickname": "Brewers",
      "latitude": 43.0205692,
      "longitude": -87.97012,
      "slug": "mlb-mil",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "lineups": [
    {
      "id": "f16be366-f4d6-420d-b248-78a30d15c643",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 0,
      "inning_half": null,
      "batting_order": 1,
      "lineup_position": 4,
      "position_name": "Second Base",
      "position_abbreviation": "2B",
      "sequence": 1,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "5975f524-391f-45bd-ac47-e84f3bbba27f",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "7e59cb4f-6779-467d-a060-81d7e0c6061b",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 0,
      "inning_half": null,
      "batting_order": 2,
      "lineup_position": 6,
      "position_name": "Shortstop",
      "position_abbreviation": "SS",
      "sequence": 2,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "3ff3bcd4-50e9-48db-8e3c-deb0a413eca8",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "bc0c0eb2-ebf8-4397-8268-5bb6b10ba80b",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 0,
      "inning_half": null,
      "batting_order": 3,
      "lineup_position": 8,
      "position_name": "Centerfield",
      "position_abbreviation": "CF",
      "sequence": 3,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "2a3f7559-814d-44fe-a729-1bdf9ae6f415",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "15fc1a42-3d00-49b0-b3cb-98251afaa554",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 0,
      "inning_half": null,
      "batting_order": 5,
      "lineup_position": 7,
      "position_name": "Left Field",
      "position_abbreviation": "LF",
      "sequence": 5,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "946639b1-a1de-4b2e-ad02-caaa71cc5dfb",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "80453e91-00e4-4cd5-a362-baee5cb5a0be",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 0,
      "inning_half": null,
      "batting_order": 6,
      "lineup_position": 5,
      "position_name": "Third Base",
      "position_abbreviation": "3B",
      "sequence": 6,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "37b4945b-cb96-464a-af18-2236bb3be91f",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "46682dd7-fe1a-46b2-8534-32ec4200b1a5",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 0,
      "inning_half": null,
      "batting_order": 7,
      "lineup_position": 2,
      "position_name": "Catcher",
      "position_abbreviation": "C",
      "sequence": 7,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "71f253f8-e738-4417-bc56-83fe3ebaa80a",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "9589eacf-459e-4337-8091-5683f66f74fb",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 0,
      "inning_half": null,
      "batting_order": 8,
      "lineup_position": 9,
      "position_name": "Right Field",
      "position_abbreviation": "RF",
      "sequence": 8,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "a25b21be-a222-47b5-86e1-9f032a8aca1e",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "55a0e700-99c8-413b-9ba8-04b0e4af870d",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 0,
      "inning_half": null,
      "batting_order": 9,
      "lineup_position": 1,
      "position_name": "Pitcher",
      "position_abbreviation": "P",
      "sequence": 9,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "4cd6a943-6194-4fb3-bbc0-e6e917e893dd",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "b73d0fa2-a7ee-4066-acdd-88c078509720",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 6,
      "inning_half": "B",
      "batting_order": 9,
      "lineup_position": 1,
      "position_name": "Pitcher",
      "position_abbreviation": "P",
      "sequence": 10,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "9fbd14d1-78c7-495d-8547-ddd89ee3c1c3",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "1f5c737c-4012-4ac8-87ec-843e0db6fece",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 7,
      "inning_half": "B",
      "batting_order": 9,
      "lineup_position": 1,
      "position_name": "Pitcher",
      "position_abbreviation": "P",
      "sequence": 11,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "ecd7929d-0c0d-4c73-9763-4e131f98feea",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "b6b6f421-c8cb-46a9-afbf-64392c64f7c8",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 7,
      "inning_half": "B",
      "batting_order": 9,
      "lineup_position": 3,
      "position_name": "First Base",
      "position_abbreviation": "1B",
      "sequence": 12,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "d2bc3251-241f-409a-bae3-7ce1d0b7d0bf",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "f96abdc4-570b-4c0f-a029-9bac3aba7315",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 7,
      "inning_half": "B",
      "batting_order": 6,
      "lineup_position": 1,
      "position_name": "Pitcher",
      "position_abbreviation": "P",
      "sequence": 13,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "dd879b42-5537-430e-9d8d-3905886ed78e",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "7288e7cf-6123-4a3e-b001-75847f18d0b8",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-26T14:38:02-05:00",
      "inning": 7,
      "inning_half": "B",
      "batting_order": 4,
      "lineup_position": 5,
      "position_name": "Third Base",
      "position_abbreviation": "3B",
      "sequence": 14,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "99a9eedf-28a6-45fc-85b3-9a4ffd0b70fc",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "dc4a2db4-7671-4fbc-bd34-d95541bc7759",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 9,
      "inning_half": "T",
      "batting_order": 6,
      "lineup_position": 11,
      "position_name": "Pinch Hitter",
      "position_abbreviation": "PH",
      "sequence": 15,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "af527611-246a-47d7-9054-8f88860465e2",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "2096a0e8-966b-4996-97c5-2bdedcafaf18",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 9,
      "inning_half": "B",
      "batting_order": 6,
      "lineup_position": 1,
      "position_name": "Pitcher",
      "position_abbreviation": "P",
      "sequence": 16,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "f6485b1b-43f3-4a74-91d9-b84ffd6e92db",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "2f665b15-d09d-4c21-8e5f-261c47fb4163",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 0,
      "inning_half": null,
      "batting_order": 1,
      "lineup_position": 8,
      "position_name": "Centerfield",
      "position_abbreviation": "CF",
      "sequence": 1,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "8928922d-6efb-4fe5-8804-3770aaf0cd3f",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "0f870ca8-c721-4b1e-859b-10cc7937a3fe",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 0,
      "inning_half": null,
      "batting_order": 2,
      "lineup_position": 7,
      "position_name": "Left Field",
      "position_abbreviation": "LF",
      "sequence": 2,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "2db21fc5-a5a5-4084-bc35-e0ac9cd07e62",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "104f58d5-5fc5-4392-bdd5-0553b0d516d5",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 0,
      "inning_half": null,
      "batting_order": 3,
      "lineup_position": 3,
      "position_name": "First Base",
      "position_abbreviation": "1B",
      "sequence": 3,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "b98f809d-ef21-4554-8e3d-f437cffe49e4",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "3a17d719-54fc-4b3c-8601-fd7e0e1eb770",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 0,
      "inning_half": null,
      "batting_order": 4,
      "lineup_position": 6,
      "position_name": "Shortstop",
      "position_abbreviation": "SS",
      "sequence": 4,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "54ab077b-9974-4e51-a288-264cc46c6e12",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "a850c9e2-17cd-4093-8874-e104b4067997",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 0,
      "inning_half": null,
      "batting_order": 5,
      "lineup_position": 9,
      "position_name": "Right Field",
      "position_abbreviation": "RF",
      "sequence": 5,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "0f3b535c-e7a6-4f7d-923a-f9095061123b",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "951330ca-1eff-4491-801e-7452d34a139c",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 0,
      "inning_half": null,
      "batting_order": 6,
      "lineup_position": 4,
      "position_name": "Second Base",
      "position_abbreviation": "2B",
      "sequence": 6,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "e43b5295-32e8-41bd-ae20-5cb04a0d33dd",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "51eded0f-ec35-4a52-b4cd-b1f418e69999",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 0,
      "inning_half": null,
      "batting_order": 7,
      "lineup_position": 5,
      "position_name": "Third Base",
      "position_abbreviation": "3B",
      "sequence": 7,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "7dfdcbe4-41f6-41a4-87f1-3a05e4927814",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "8abcd0a2-5433-4d43-b6e3-6bc45baea7ee",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 0,
      "inning_half": null,
      "batting_order": 8,
      "lineup_position": 2,
      "position_name": "Catcher",
      "position_abbreviation": "C",
      "sequence": 8,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "798c4b48-6251-4697-be97-55b41730efe6",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "681998f8-daf6-4a32-881b-26953da0794a",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 0,
      "inning_half": null,
      "batting_order": 9,
      "lineup_position": 1,
      "position_name": "Pitcher",
      "position_abbreviation": "P",
      "sequence": 9,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "843f57c1-f872-4460-95dc-3c063e03196c",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "5906c12a-ab05-450b-b1d8-8cd5b7dc6b24",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 6,
      "inning_half": "B",
      "batting_order": 9,
      "lineup_position": 11,
      "position_name": "Pinch Hitter",
      "position_abbreviation": "PH",
      "sequence": 10,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "d40f4f50-56f4-4077-b4f6-c1792670ea84",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "70d7bebf-f314-499b-86ae-b0cbfc1de986",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 7,
      "inning_half": "T",
      "batting_order": 9,
      "lineup_position": 1,
      "position_name": "Pitcher",
      "position_abbreviation": "P",
      "sequence": 11,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "e3c5a485-76fa-4569-90dc-5e6a4bd3b167",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "460d9e89-a847-44f2-94c0-018d8644a71c",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 7,
      "inning_half": "T",
      "batting_order": 9,
      "lineup_position": 1,
      "position_name": "Pitcher",
      "position_abbreviation": "P",
      "sequence": 12,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "11fc6daa-7b7e-48ec-a16f-3554500b247d",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "aa7970d4-3fb1-46af-b860-f929f7621984",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 8,
      "inning_half": "T",
      "batting_order": 9,
      "lineup_position": 1,
      "position_name": "Pitcher",
      "position_abbreviation": "P",
      "sequence": 13,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "707c769e-1d92-42b2-ae92-497dabe8842f",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "fef4a188-27ad-4ba5-af06-761c62d22b2b",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 8,
      "inning_half": "B",
      "batting_order": 9,
      "lineup_position": 11,
      "position_name": "Pinch Hitter",
      "position_abbreviation": "PH",
      "sequence": 14,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "0eec055b-ac71-4e2b-97d9-708462647efc",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "07fa8ee9-b145-4d2d-83cb-6343397c9d3d",
      "created_at": "2017-02-25T15:17:28-05:00",
      "updated_at": "2017-02-25T15:17:28-05:00",
      "inning": 9,
      "inning_half": "T",
      "batting_order": 9,
      "lineup_position": 1,
      "position_name": "Pitcher",
      "position_abbreviation": "P",
      "sequence": 15,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "4831fdaa-f584-4458-bfbd-35283999260e",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    }
  ]
}

This endpoint retrieves MLB Lineups.

HTTP Request

GET https://api.stattleship.com/baseball/mlb/lineups

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
season_id Current season Season slug such as mlb-2016

Basketball Lineups

curl -X "GET" "https://api.stattleship.com/basketball/nba/lineups" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

Not Applicable/Unsupported Sport

This endpoint retrieves NBA Lineups.

HTTP Request

GET https://api.stattleship.com/basketball/nba/lineups

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
Not Applicable

Football Lineups

curl -X "GET" "https://api.stattleship.com/football/nfl/lineups" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

Not Applicable/Unsupported Sport

This endpoint retrieves NFL Lineups.

HTTP Request

GET https://api.stattleship.com/football/nfl/lineups

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
Not Applicable

Hockey Lineups

curl -X "GET" "https://api.stattleship.com/hockey/nhl/lineups" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

Not Applicable/Unsupported Sport

This endpoint retrieves NHL Lineups.

HTTP Request

GET https://api.stattleship.com/hockey/nhl/lineups

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
Not Applicable

Officials

Baseball Officials

curl -X "GET" "https://api.stattleship.com/baseball/mlb/officials" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "leagues": [
    {
      "id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-07-12T19:34:12-04:00",
      "abbreviation": "MLB",
      "color": null,
      "minutes_per_period": 1,
      "name": "Major League Baseball",
      "periods": 9,
      "slug": "mlb",
      "sport": "baseball"
    }
  ],
  "officials": [
    {
      "id": "5d0c6789-952f-4f20-bc40-e79ade967acc",
      "created_at": "2017-03-02T13:05:23-05:00",
      "updated_at": "2017-04-30T07:06:50-04:00",
      "first_name": "Ryan",
      "last_name": "Additon",
      "name": "Ryan Additon",
      "role": "1B",
      "role_label": "First Base",
      "slug": "mlb-ryan-additon",
      "uniform_number": null,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "71b1f9de-06fa-44b5-a2ac-8afc29ff70d4",
      "created_at": "2016-04-03T02:35:53-04:00",
      "updated_at": "2017-04-30T07:06:51-04:00",
      "first_name": "Joey",
      "last_name": "Amaral",
      "name": "Joey Amaral",
      "role": "HP",
      "role_label": "Home",
      "slug": "mlb-joey-amaral",
      "uniform_number": "",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "98651752-f266-49cb-888b-0ee65a3e8317",
      "created_at": "2016-04-03T02:37:34-04:00",
      "updated_at": "2017-04-30T07:06:53-04:00",
      "first_name": "John",
      "last_name": "Bacon",
      "name": "John Bacon",
      "role": "2B",
      "role_label": "Second Base",
      "slug": "mlb-john-bacon",
      "uniform_number": "",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "6713d640-7eb3-4e28-a6d1-a0da7e1eb8a5",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-04-30T07:06:51-04:00",
      "first_name": "Jordan",
      "last_name": "Baker",
      "name": "Jordan Baker",
      "role": "2B",
      "role_label": "Second Base",
      "slug": "mlb-jordan-baker",
      "uniform_number": "71",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "8c0b660b-49f6-4dcc-b460-294b267a3637",
      "created_at": "2016-04-03T02:35:25-04:00",
      "updated_at": "2017-04-30T07:06:52-04:00",
      "first_name": "Sean",
      "last_name": "Barber",
      "name": "Sean Barber",
      "role": "3B",
      "role_label": "Third Base",
      "slug": "mlb-sean-barber",
      "uniform_number": "29",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ]
}

This endpoint retrieves MLB Officials.

HTTP Request

GET https://api.stattleship.com/baseball/mlb/officials

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
official_slug Optional. Slug id of a single official to fetch
official_roles Optional role like umpire, etc. See Official Roles per League above.

Basketball Officials

curl -X "GET" "https://api.stattleship.com/basketball/nba/officials" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "leagues": [
    {
      "id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-15T09:27:05-04:00",
      "abbreviation": "NBA",
      "color": null,
      "minutes_per_period": 12,
      "name": "National Basketball Association",
      "periods": 4,
      "slug": "nba",
      "sport": "basketball"
    }
  ],
  "officials": [
    {
      "id": "7e363918-53ce-4155-bafe-41e0450470fa",
      "created_at": "2016-04-03T02:36:52-04:00",
      "updated_at": "2017-04-30T07:06:52-04:00",
      "first_name": "Ray",
      "last_name": "Acosta",
      "name": "Ray Acosta",
      "role": "Official",
      "role_label": "Official",
      "slug": "nba-ray-acosta",
      "uniform_number": "54",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "64a27c25-5ef5-44f7-a0bd-78e35ff5db84",
      "created_at": "2016-10-15T09:32:48-04:00",
      "updated_at": "2017-04-30T07:06:51-04:00",
      "first_name": "Brandon",
      "last_name": "Adair",
      "name": "Brandon Adair",
      "role": "Official",
      "role_label": "Official",
      "slug": "nba-brandon-adair",
      "uniform_number": "67",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "c5974b5b-6d43-47b8-bfb0-848c3da7152e",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-04-30T07:06:54-04:00",
      "first_name": "Bennie",
      "last_name": "Adams",
      "name": "Bennie Adams",
      "role": "Official",
      "role_label": "Official",
      "slug": "nba-bennie-adams",
      "uniform_number": "47",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "e7be55f4-a972-40a7-8c21-ae6d94c94fd9",
      "created_at": "2016-04-03T02:35:26-04:00",
      "updated_at": "2017-04-30T07:06:56-04:00",
      "first_name": "Steven",
      "last_name": "Anderson",
      "name": "Steven Anderson",
      "role": "Official",
      "role_label": "Official",
      "slug": "nba-steven-anderson",
      "uniform_number": "35",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "4404d7ab-4c33-4fb0-9b45-0426a56d31a9",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-04-30T07:06:49-04:00",
      "first_name": "Mark",
      "last_name": "Ayotte",
      "name": "Mark Ayotte",
      "role": "Alternate",
      "role_label": "Alternate",
      "slug": "nba-mark-ayotte",
      "uniform_number": "56",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ]
}

This endpoint retrieves NBA Officials.

HTTP Request

GET https://api.stattleship.com/basketball/nba/officials

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
official_slug Optional. Slug id of a single official to fetch
official_roles Optional role like official, etc. See Official Roles per League above.

Football Officials

curl -X "GET" "https://api.stattleship.com/football/nfl/officials" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "leagues": [
    {
      "id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:49-04:00",
      "abbreviation": "NFL",
      "color": null,
      "minutes_per_period": 15,
      "name": "National Football League",
      "periods": 4,
      "slug": "nfl",
      "sport": "football"
    }
  ],
  "officials": [
    {
      "id": "320868d7-72e4-4f3e-ada5-1118a5371c49",
      "created_at": "2016-04-06T11:52:24-04:00",
      "updated_at": "2017-04-30T07:06:48-04:00",
      "first_name": "Curtis",
      "last_name": "Adams",
      "name": "Curtis Adams",
      "role": "Head Linesman",
      "role_label": "HL",
      "slug": "nfl-curtis-adams",
      "uniform_number": "134",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "d2c8828b-a89b-4ebd-85f6-f1a40d57892c",
      "created_at": "2016-04-06T15:33:55-04:00",
      "updated_at": "2017-04-30T07:06:55-04:00",
      "first_name": "Kevin",
      "last_name": "Akin",
      "name": "Kevin Akin",
      "role": "Head Linesman",
      "role_label": "HL",
      "slug": "nfl-kevin-akin",
      "uniform_number": "2",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "45222989-0f87-4245-bcc2-5d7638536251",
      "created_at": "2016-04-06T19:39:45-04:00",
      "updated_at": "2017-04-30T07:06:49-04:00",
      "first_name": "Bud",
      "last_name": "Aleander",
      "name": "Bud Aleander",
      "role": "Replay Official",
      "role_label": "Replay",
      "slug": "nfl-bud-aleander",
      "uniform_number": "",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "c6fd5d75-774e-4d02-9e2a-ff90c2672591",
      "created_at": "2016-04-06T17:40:24-04:00",
      "updated_at": "2017-04-30T07:06:55-04:00",
      "first_name": "Bud",
      "last_name": "Alexander",
      "name": "Bud Alexander",
      "role": "Replay Official",
      "role_label": "Replay",
      "slug": "nfl-bud-alexander",
      "uniform_number": "",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "d31aaff3-35a6-4018-b7c6-5d77e908eddb",
      "created_at": "2016-04-03T02:36:18-04:00",
      "updated_at": "2017-04-30T07:06:55-04:00",
      "first_name": "Brad",
      "last_name": "Allen",
      "name": "Brad Allen",
      "role": "Referee",
      "role_label": "Ref",
      "slug": "nfl-brad-allen",
      "uniform_number": "122",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ]
}

This endpoint retrieves NFL Officials.

HTTP Request

GET https://api.stattleship.com/football/nfl/officials

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
official_slug Optional. Slug id of a single official to fetch
official_roles Optional role like umpire, etc. See Official Roles per League above.

Hockey Officials

curl -X "GET" "https://api.stattleship.com/hockey/nhl/officials" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "leagues": [
    {
      "id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-12T19:04:13-04:00",
      "abbreviation": "NHL",
      "color": null,
      "minutes_per_period": 20,
      "name": "National Hockey League",
      "periods": 3,
      "slug": "nhl",
      "sport": "hockey"
    }
  ],
  "officials": [
    {
      "id": "5d667032-844e-4c94-8d35-e170a77469bb",
      "created_at": "2016-04-03T02:35:36-04:00",
      "updated_at": "2017-04-30T07:06:50-04:00",
      "first_name": "Shandor",
      "last_name": "Alphonso",
      "name": "Shandor Alphonso",
      "role": "Linesmen",
      "role_label": "Linesmen",
      "slug": "nhl-shandor-alphonso",
      "uniform_number": "52",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "5bed5036-9ade-4295-883f-e0c4002d220a",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-04-30T07:06:50-04:00",
      "first_name": "Derek",
      "last_name": "Amell",
      "name": "Derek Amell",
      "role": "Linesmen",
      "role_label": "Linesmen",
      "slug": "nhl-derek-amell",
      "uniform_number": "75",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "0711a84a-2a40-430d-be70-27d5ddf6bf00",
      "created_at": "2016-04-03T02:35:35-04:00",
      "updated_at": "2017-04-30T07:06:47-04:00",
      "first_name": "Steve",
      "last_name": "Barton",
      "name": "Steve Barton",
      "role": "Linesmen",
      "role_label": "Linesmen",
      "slug": "nhl-steve-barton",
      "uniform_number": "59",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "c74274e2-01b3-4783-af87-7630cf6b279c",
      "created_at": "2016-04-03T02:35:33-04:00",
      "updated_at": "2017-04-30T07:06:55-04:00",
      "first_name": "Devin",
      "last_name": "Berg",
      "name": "Devin Berg",
      "role": "Linesmen",
      "role_label": "Linesmen",
      "slug": "nhl-devin-berg",
      "uniform_number": "87",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "8b0455eb-a64e-47e9-a330-55cff048e59a",
      "created_at": "2016-04-03T02:37:15-04:00",
      "updated_at": "2017-04-30T07:06:52-04:00",
      "first_name": "Jake",
      "last_name": "Brenk",
      "name": "Jake Brenk",
      "role": "Referee",
      "role_label": "Referee",
      "slug": "nhl-jake-brenk",
      "uniform_number": "42",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ]
}

This endpoint retrieves NHL Officials.

HTTP Request

GET https://api.stattleship.com/hockey/nhl/officials

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
official_slug Optional. Slug id of a single official to fetch
official_roles Optional role like referee, etc. See Official Roles per League above.

Penalties

Baseball Penalties

curl -X "GET" "https://api.stattleship.com/baseball/mlb/penalties" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

This endpoint retrieves MLB Penalties.

HTTP Request

GET https://api.stattleship.com/baseball/mlb/penalties

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
Unsupported sport

Basketball Penalties

curl -X "GET" "https://api.stattleship.com/basketball/nba/penalties" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

Not supported

This endpoint retrieves NBA Penalties.

HTTP Request

GET https://api.stattleship.com/basketball/nba/penalties

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
Unsupported sport

Football Penalties

curl -X "GET" "https://api.stattleship.com/football/nfl/penalties" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

Not supported

This endpoint retrieves NFL Penalties.

HTTP Request

GET https://api.stattleship.com/football/nfl/penalties

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
Unsupported sport

Hockey Penalties

curl -X "GET" "https://api.stattleship.com/hockey/nhl/penalties" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

List of Penalty Names

abuse-of-officials
abusive-language
boarding
broken-stick
charging
checking-from-behind
clipping
closing-hand-on-puck
concealing-puck
cross-checking
delay-of-game
delaying-game-smothering-puck
elbowing
embellishment
face-off-violation
fighting
game-misconduct
goaltender-interference
goaltender-leaving-crease
head-butting
high-sticking
high-sticking-double-minor
holding
holding-the-stick
hooking
illegal-check-to-head
illegal-equipment
illegal-stick
illegal-substitution-bench
instigating
instigator-face-shield
instigator-misconduct
interference
kneeing
match-penalty
misconduct
objects-on-ice
roughing
slashing
spearing
throwing-stick
too-many-men-on-ice
tripping
unsportsmanlike-conduct
unsportsmanlike-conduct-coach
{
  "games": [
    {
      "id": "8e250cf4-84ab-459d-86a4-03cc27f7b92f",
      "created_at": "2016-01-06T03:17:31-05:00",
      "updated_at": "2016-01-07T21:45:20-05:00",
      "at_neutral_site": false,
      "attendance": 14261,
      "away_team_outcome": "win",
      "away_team_score": 4,
      "daytime": false,
      "duration": 8520,
      "ended_at": "2016-01-07T21:31:06-05:00",
      "home_team_outcome": "loss",
      "home_team_score": 1,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Capitals vs Islanders",
      "name": "Capitals vs Islanders January  7, 2016 at  7:00pm",
      "on": "on January  7, 2016",
      "score": "4-1",
      "score_differential": 3,
      "scoreline": "Capitals 4 - Islanders 1",
      "slug": "nhl-2015-2016-was-nyi-2016-01-7-1900",
      "started_at": "2016-01-07T19:00:00-05:00",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1452211200,
      "title": "Capitals vs Islanders",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "1f2dbc61-cced-4d84-9ee9-81bae4c9c70f",
      "away_team_id": "54276c06-42a0-4649-838c-a462451d54c8",
      "winning_team_id": "54276c06-42a0-4649-838c-a462451d54c8",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "venue_id": "0360eff2-f374-4b67-9a5c-4e501b4b49f0"
    },
    {
      "id": "d451f1cd-288a-40bc-ba02-8286c3accb88",
      "created_at": "2016-01-06T01:51:16-05:00",
      "updated_at": "2016-01-06T02:23:27-05:00",
      "at_neutral_site": false,
      "attendance": 18506,
      "away_team_outcome": "loss",
      "away_team_score": 2,
      "daytime": false,
      "duration": 9480,
      "ended_at": "2015-12-30T21:46:39-05:00",
      "home_team_outcome": "win",
      "home_team_score": 5,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Sabres vs Capitals",
      "name": "Sabres vs Capitals December 30, 2015 at  7:00pm",
      "on": "on December 30, 2015",
      "score": "2-5",
      "score_differential": 3,
      "scoreline": "Sabres 2 - Capitals 5",
      "slug": "nhl-2015-2016-buf-was-2015-12-30-1900",
      "started_at": "2015-12-30T19:00:00-05:00",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1451520000,
      "title": "Sabres vs Capitals",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "54276c06-42a0-4649-838c-a462451d54c8",
      "away_team_id": "1deb863f-6919-4b88-8a38-51753f3f3032",
      "winning_team_id": "54276c06-42a0-4649-838c-a462451d54c8",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "venue_id": "970f0dcb-fd04-4d63-8bd5-e1fc4d2f09e2"
    }
  ],
  "home_teams": [
    {
      "id": "1f2dbc61-cced-4d84-9ee9-81bae4c9c70f",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-15T10:00:26-05:00",
      "color": "00529B",
      "colors": [
        "00529B",
        "F57D31"
      ],
      "location": "New York",
      "name": "NY Islanders",
      "nickname": "Islanders",
      "slug": "nhl-nyi",
      "division_id": "2a45d995-a56b-43c8-838d-700e5cf1f922",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "54276c06-42a0-4649-838c-a462451d54c8",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-15T10:00:26-05:00",
      "color": "CF132B",
      "colors": [
        "CF132B",
        "00214E",
        "000000"
      ],
      "location": "Washington",
      "name": "Washington",
      "nickname": "Capitals",
      "slug": "nhl-was",
      "division_id": "2a45d995-a56b-43c8-838d-700e5cf1f922",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "leagues": [
    {
      "id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NHL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Hockey League",
      "periods": null,
      "slug": "nhl",
      "sport": "hockey"
    }
  ],
  "away_teams": [
    {
      "id": "54276c06-42a0-4649-838c-a462451d54c8",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-15T10:00:26-05:00",
      "color": "CF132B",
      "colors": [
        "CF132B",
        "00214E",
        "000000"
      ],
      "location": "Washington",
      "name": "Washington",
      "nickname": "Capitals",
      "slug": "nhl-was",
      "division_id": "2a45d995-a56b-43c8-838d-700e5cf1f922",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "1deb863f-6919-4b88-8a38-51753f3f3032",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-15T10:00:26-05:00",
      "color": "002E62",
      "colors": [
        "002E62",
        "FDBB2F",
        "AEB6B9"
      ],
      "location": "Buffalo",
      "name": "Buffalo",
      "nickname": "Sabres",
      "slug": "nhl-buf",
      "division_id": "15ca4e46-2b49-4f37-84ea-befb62de28c5",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "winning_teams": [
    {
      "id": "54276c06-42a0-4649-838c-a462451d54c8",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-15T10:00:26-05:00",
      "color": "CF132B",
      "colors": [
        "CF132B",
        "00214E",
        "000000"
      ],
      "location": "Washington",
      "name": "Washington",
      "nickname": "Capitals",
      "slug": "nhl-was",
      "division_id": "2a45d995-a56b-43c8-838d-700e5cf1f922",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "seasons": [
    {
      "id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "2015-2016",
      "starts_on": "2015-09-01",
      "ends_on": "2016-06-30",
      "slug": "nhl-2015-2016",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "venues": [
    {
      "id": "0360eff2-f374-4b67-9a5c-4e501b4b49f0",
      "created_at": "2016-01-06T01:32:12-05:00",
      "updated_at": "2016-01-06T01:32:12-05:00",
      "abbreviation": "BARCL",
      "city": "Brooklyn",
      "country": "USA",
      "field_type": null,
      "name": "Barclays Center",
      "slug": "barcl",
      "state": "New York",
      "time_zone": "Canada/Eastern"
    },
    {
      "id": "970f0dcb-fd04-4d63-8bd5-e1fc4d2f09e2",
      "created_at": "2016-01-06T01:32:28-05:00",
      "updated_at": "2016-01-06T01:32:28-05:00",
      "abbreviation": "VC",
      "city": "Washington",
      "country": "USA",
      "field_type": null,
      "name": "Verizon Center",
      "slug": "verizon-center",
      "state": "District Of Columbia",
      "time_zone": "US/Eastern"
    }
  ],
  "opponents": [
    {
      "id": "1f2dbc61-cced-4d84-9ee9-81bae4c9c70f",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-15T10:00:26-05:00",
      "color": "00529B",
      "colors": [
        "00529B",
        "F57D31"
      ],
      "location": "New York",
      "name": "NY Islanders",
      "nickname": "Islanders",
      "slug": "nhl-nyi",
      "division_id": "2a45d995-a56b-43c8-838d-700e5cf1f922",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "1deb863f-6919-4b88-8a38-51753f3f3032",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-15T10:00:26-05:00",
      "color": "002E62",
      "colors": [
        "002E62",
        "FDBB2F",
        "AEB6B9"
      ],
      "location": "Buffalo",
      "name": "Buffalo",
      "nickname": "Sabres",
      "slug": "nhl-buf",
      "division_id": "15ca4e46-2b49-4f37-84ea-befb62de28c5",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "players": [
    {
      "id": "ebcdb990-95c4-477d-be54-2c5bcf39d369",
      "created_at": "2016-01-06T01:32:28-05:00",
      "updated_at": "2016-01-26T18:59:47-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Alex",
      "handedness": "right",
      "height": 75,
      "unit_of_height": "inches",
      "last_name": "Ovechkin",
      "name": "Alex Ovechkin",
      "offensive": true,
      "position_abbreviation": "LW",
      "position_name": "Left Wing",
      "salary": 10000000,
      "humanized_salary": "10,000,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-alex-ovechkin",
      "sport": "hockey",
      "weight": 239,
      "unit_of_weight": "pounds",
      "years_of_experience": 11,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "4329a9bc-8f07-4c48-8e19-b142678e68c6",
      "team_id": "54276c06-42a0-4649-838c-a462451d54c8"
    }
  ],
  "teams": [
    {
      "id": "54276c06-42a0-4649-838c-a462451d54c8",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-15T10:00:26-05:00",
      "color": "CF132B",
      "colors": [
        "CF132B",
        "00214E",
        "000000"
      ],
      "location": "Washington",
      "name": "Washington",
      "nickname": "Capitals",
      "slug": "nhl-was",
      "division_id": "2a45d995-a56b-43c8-838d-700e5cf1f922",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "penalties": [
    {
      "id": "8b52ea07-c574-4d77-b605-255a7fe2f8f4",
      "created_at": "2016-01-25T03:42:37-05:00",
      "updated_at": "2016-01-25T03:42:37-05:00",
      "label": "Unsportsmanlike conduct",
      "minutes": 2,
      "name": "unsportsmanlike-conduct",
      "period_number": 2,
      "period_seconds": 252,
      "seconds": 120,
      "team_penalty": false,
      "time_code": "PT4M12S",
      "game_id": "8e250cf4-84ab-459d-86a4-03cc27f7b92f",
      "opponent_id": "1f2dbc61-cced-4d84-9ee9-81bae4c9c70f",
      "player_id": "ebcdb990-95c4-477d-be54-2c5bcf39d369",
      "team_id": "54276c06-42a0-4649-838c-a462451d54c8"
    },
    {
      "id": "767e566c-0e55-4971-9c05-7a537bf7f254",
      "created_at": "2016-01-25T03:43:10-05:00",
      "updated_at": "2016-01-25T03:43:10-05:00",
      "label": "Roughing",
      "minutes": 2,
      "name": "roughing",
      "period_number": 1,
      "period_seconds": 27,
      "seconds": 120,
      "team_penalty": false,
      "time_code": "PT0M27S",
      "game_id": "d451f1cd-288a-40bc-ba02-8286c3accb88",
      "opponent_id": "1deb863f-6919-4b88-8a38-51753f3f3032",
      "player_id": "ebcdb990-95c4-477d-be54-2c5bcf39d369",
      "team_id": "54276c06-42a0-4649-838c-a462451d54c8"
    },
    {
      "id": "efa4c363-fcb3-43ba-9ad9-70c4a60e7c09",
      "created_at": "2016-01-25T03:43:10-05:00",
      "updated_at": "2016-01-25T03:43:10-05:00",
      "label": "High sticking",
      "minutes": 2,
      "name": "high-sticking",
      "period_number": 3,
      "period_seconds": 315,
      "seconds": 120,
      "team_penalty": false,
      "time_code": "PT5M15S",
      "game_id": "d451f1cd-288a-40bc-ba02-8286c3accb88",
      "opponent_id": "1deb863f-6919-4b88-8a38-51753f3f3032",
      "player_id": "ebcdb990-95c4-477d-be54-2c5bcf39d369",
      "team_id": "54276c06-42a0-4649-838c-a462451d54c8"
    }
  ]
}

This endpoint retrieves NHL Penalties.

HTTP Request

GET https://api.stattleship.com/hockey/nhl/penalties

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
penalty Lowercase name of the penalty such as fighting hooking or too-many-men-on-ice (see list)
game_id Game slug such as nhl-2015-2016-det-min-2015-12-28-2000 for Red Wings vs Wild
player_id Player slug such as nhl-tyler-seguin
team_id Team slug such as nhl-bos for the Bruins
interval_type regularseason See interval_type for sport.
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-05-22
since Friendly date such as 1 week ago or 4 days ago or last Sunday; or a timestamp such as 1448820000
season_id Current season Season slug such as nhl-2015-2016
status Game status of in_progress upcoming or ended

Pitches

Baseball Pitches

curl -X "GET" "https://api.stattleship.com/baseball/mlb/pitches" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

## Hit Types

FB
GB
LD
PU```

## Pitch Types

CH
CT
CU
FA
FO
IB
KN
PI
SC
SI
SL
SP

## Pitch Outcome Types

{
  "pitch_outcome_types": {
    "NA": "NA",
    "aBK": "Balk",
    "aCI": "Catcher Interference",
    "aD": "Double",
    "aDAD3": "Double - Adv 3rd",
    "aDAD4": "Double - Adv Home",
    "aFCAD2": "Fielders Choice - Adv 2nd",
    "aFCAD3": "Fielders Choice - Adv 3rd",
    "aFCAD4": "Fielders Choice - Adv Home",
    "aHBP": "Hit By Pitch",
    "aHR": "Homerun",
    "aKLAD1": "Strike Looking - Adv 1st",
    "aKLAD2": "Strike Looking - Adv 2nd",
    "aKLAD3": "Strike Looking - Adv 3rd",
    "aKLAD4": "Strike Looking - Adv Home",
    "aKSAD1": "Strike Swinging - Adv 1st",
    "aKSAD2": "Strike Swinging - Adv 2nd",
    "aKSAD3": "Strike Swinging - Adv 3rd",
    "aKSAD4": "Strike Swinging - Adv Home",
    "aROE": "Reached On Error",
    "aROEAD2": "Reached On Error - Adv 2nd",
    "aROEAD3": "Reached On Error - Adv 3rd",
    "aROEAD4": "Reached On Error - Adv Home",
    "aS": "Single",
    "aSAD2": "Single - Adv 2nd",
    "aSAD3": "Single - Adv 3rd",
    "aSAD4": "Single - Adv Home",
    "aSBAD1": "Sacrifice Bunt - Adv 1st",
    "aSBAD2": "Sacrifice Bunt - Adv 2nd",
    "aSBAD3": "Sacrifice Bunt - Adv 3rd",
    "aSBAD4": "Sacrifice Bunt - Adv Home",
    "aSFAD1": "Sacrifice Fly - Adv 1st",
    "aSFAD2": "Sacrifice Fly - Adv 2nd",
    "aSFAD3": "Sacrifice Fly - Adv 3rd",
    "aSFAD4": "Sacrifice Fly - Adv Home",
    "aT": "Triple",
    "aTAD4": "Triple - Adv Home",
    "bB": "Ball",
    "bDB": "Dirt Ball",
    "bIB": "iBall",
    "bPO": "Pitchout",
    "kF": "Foul Ball",
    "kFT": "Foul Tip",
    "kKL": "Strike Looking",
    "kKS": "Strike Swinging",
    "oBI": "Batter Interference",
    "oDT3": "Double - Out at 3rd",
    "oDT4": "Double - Out at Home",
    "oFC": "Fielders Choice",
    "oFCT2": "Fielders Choice - Out at 2nd",
    "oFCT3": "Fielders Choice - Out at 3rd",
    "oFCT4": "Fielders Choice - Out at Home",
    "oFO": "Fly Out",
    "oGO": "Ground Out",
    "oKLT1": "Strike Looking - Out at 1st",
    "oKLT2": "Strike Looking - Out at 2nd",
    "oKLT3": "Strike Looking - Out at 3rd",
    "oKLT4": "Strike Looking - Out at Home",
    "oKST1": "Strike Swinging - Out at 1st",
    "oKST2": "Strike Swinging - Out at 2nd",
    "oKST3": "Strike Swinging - Out at 3rd",
    "oKST4": "Strike Swinging - Out at Home",
    "oLO": "Line Out",
    "oOBB": "Out of Batters Box",
    "oOP": "Out on Appeal",
    "oPO": "Pop Out",
    "oROET2": "Reached On Error - Out at 2nd",
    "oROET3": "Reached On Error - Out at 3rd",
    "oROET4": "Reached On Error - Out at Home",
    "oSB": "Sacrifice Bunt",
    "oSBT2": "Sacrifice Bunt - Out at 2nd",
    "oSBT3": "Sacrifice Bunt - Out at 3rd",
    "oSBT4": "Sacrifice Bunt - Out at Home",
    "oSF": "Sacrifice Fly",
    "oSFT2": "Sacrifice Fly - Out at 2nd",
    "oSFT3": "Sacrifice Fly - Out at 3rd",
    "oSFT4": "Sacrifice Fly - Out at Home",
    "oST2": "Single - Out at 2nd",
    "oST3": "Single - Out at 3rd",
    "oST4": "Single - Out at Home",
    "oTT4": "Triple - Out at Home"
  }
}

## Response

{
  "games": [
    {
      "id": "d06e2c4e-2797-49c6-912e-0be171ca83d8",
      "created_at": "2016-10-21T06:00:02-04:00",
      "updated_at": "2016-11-03T06:14:42-04:00",
      "at_neutral_site": null,
      "attendance": 38104,
      "away_team_outcome": "win",
      "away_team_score": 8,
      "broadcast": "FOX",
      "clock": ":30",
      "clock_secs": 0,
      "daytime": false,
      "duration": 16080,
      "ended_at": "2016-11-03T00:28:00-04:00",
      "home_team_outcome": "loss",
      "home_team_score": 7,
      "humidity": null,
      "interval": "WS - 7",
      "interval_number": 7,
      "interval_type": "postseason",
      "label": "Cubs vs Indians",
      "name": "Cubs vs Indians November  2, 2016 at  8:00pm",
      "on": "on November  2, 2016",
      "period": 10,
      "period_label": "Inning",
      "score": "8-7",
      "score_differential": 1,
      "scoreline": "Cubs 8 - Indians 7",
      "slug": "mlb-2016-chc-cle-2016-11-2-0400",
      "started_at": "2016-11-02T20:00:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FOX",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1478131200,
      "title": "Cubs vs Indians",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "c5fefa38-a256-43fe-8147-008c0f8c2f15",
      "away_team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "winning_team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "99b599b5-321f-49bc-b46c-edb90ce94ca0",
      "official_ids": [
        "042430de-a523-49f4-a324-99a2fa30ccb4",
        "109ad720-9190-43d2-a0f5-4e5cc943d5ab",
        "e138d2c8-32de-48f5-afc2-a8eaaedc48f9",
        "e5ac4e68-4b3c-483c-8e7a-93a4902d2623",
        "8d5e63cc-f6be-40b5-bf5b-5bd251147fa1",
        "0556efeb-3bf2-4532-993f-cc8e7ee54a44"
      ]
    }
  ],
  "home_teams": [
    {
      "id": "c5fefa38-a256-43fe-8147-008c0f8c2f15",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "E31937",
      "colors": [
        "E31937",
        "002B5C"
      ],
      "hashtag": "Indians",
      "hashtags": [
        "Indians"
      ],
      "location": "Cleveland",
      "name": "Cleveland",
      "nickname": "Indians",
      "latitude": 41.49932,
      "longitude": -81.6943605,
      "slug": "mlb-cle",
      "division_id": "ca580e37-ee8b-44d3-94ac-6eb2bf35d094",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "leagues": [
    {
      "id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-07-12T19:34:12-04:00",
      "abbreviation": "MLB",
      "color": null,
      "minutes_per_period": null,
      "name": "Major League Baseball",
      "periods": null,
      "slug": "mlb",
      "sport": "baseball"
    }
  ],
  "away_teams": [
    {
      "id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "CC3433",
      "colors": [
        "CC3433",
        "0E3386"
      ],
      "hashtag": "Cubs",
      "hashtags": [
        "Cubs"
      ],
      "location": "Chicago",
      "name": "Chi. Cubs",
      "nickname": "Cubs",
      "latitude": 41.8781136,
      "longitude": -87.6297982,
      "slug": "mlb-chc",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "winning_teams": [
    {
      "id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "CC3433",
      "colors": [
        "CC3433",
        "0E3386"
      ],
      "hashtag": "Cubs",
      "hashtags": [
        "Cubs"
      ],
      "location": "Chicago",
      "name": "Chi. Cubs",
      "nickname": "Cubs",
      "latitude": 41.8781136,
      "longitude": -87.6297982,
      "slug": "mlb-chc",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "seasons": [
    {
      "id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-03-18T20:57:48-04:00",
      "name": "2016",
      "current_interval_type": "postseason",
      "starts_on": "2016-01-02",
      "ends_on": "2016-11-30",
      "slug": "mlb-2016",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "venues": [
    {
      "id": "99b599b5-321f-49bc-b46c-edb90ce94ca0",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-13T06:37:00-04:00",
      "abbreviation": "Progressive Field",
      "capacity": 38000,
      "city": "Cleveland",
      "country": "USA",
      "field_type": "grass",
      "name": "Progressive Field",
      "slug": "jf",
      "state": "OH",
      "stadium_type": null,
      "time_zone": "US/Eastern",
      "latitude": 41.49932,
      "longitude": -81.6943605
    }
  ],
  "officials": [
    {
      "id": "042430de-a523-49f4-a324-99a2fa30ccb4",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2016-11-02T20:00:23-04:00",
      "first_name": "John",
      "last_name": "Hirschbeck",
      "name": "John Hirschbeck",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "17"
    },
    {
      "id": "109ad720-9190-43d2-a0f5-4e5cc943d5ab",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2016-11-02T20:00:23-04:00",
      "first_name": "Marvin",
      "last_name": "Hudson",
      "name": "Marvin Hudson",
      "role": "3B",
      "role_label": "Third Base",
      "uniform_number": "51"
    },
    {
      "id": "e138d2c8-32de-48f5-afc2-a8eaaedc48f9",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2016-11-02T20:00:22-04:00",
      "first_name": "Tony",
      "last_name": "Randazzo",
      "name": "Tony Randazzo",
      "role": "LF",
      "role_label": "LF",
      "uniform_number": "59"
    },
    {
      "id": "e5ac4e68-4b3c-483c-8e7a-93a4902d2623",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2016-11-02T20:00:24-04:00",
      "first_name": "Sam",
      "last_name": "Holbrook",
      "name": "Sam Holbrook",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "34"
    },
    {
      "id": "8d5e63cc-f6be-40b5-bf5b-5bd251147fa1",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2016-11-02T20:00:25-04:00",
      "first_name": "Chris",
      "last_name": "Guccione",
      "name": "Chris Guccione",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "68"
    },
    {
      "id": "0556efeb-3bf2-4532-993f-cc8e7ee54a44",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2016-11-02T20:00:25-04:00",
      "first_name": "Joe",
      "last_name": "West",
      "name": "Joe West",
      "role": "RF",
      "role_label": "RF",
      "uniform_number": "22"
    }
  ],
  "teams": [
    {
      "id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "CC3433",
      "colors": [
        "CC3433",
        "0E3386"
      ],
      "hashtag": "Cubs",
      "hashtags": [
        "Cubs"
      ],
      "location": "Chicago",
      "name": "Chi. Cubs",
      "nickname": "Cubs",
      "latitude": 41.8781136,
      "longitude": -87.6297982,
      "slug": "mlb-chc",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "003087",
      "colors": [
        "003087",
        "E4002B"
      ],
      "hashtag": "Yankees",
      "hashtags": [
        "Yankees"
      ],
      "location": "New York",
      "name": "NY Yankees",
      "nickname": "Yankees",
      "latitude": 40.8260966,
      "longitude": -73.93031,
      "slug": "mlb-nyy",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "9ccdfc26-a7e7-4bcb-8879-3e77d391d58f",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "003831",
      "colors": [
        "003831",
        "EFB21E"
      ],
      "hashtag": "Athletics",
      "hashtags": [
        "Athletics"
      ],
      "location": "Oakland",
      "name": "Oakland",
      "nickname": "Athletics",
      "latitude": 37.750277,
      "longitude": -122.2028616,
      "slug": "mlb-oak",
      "division_id": "558ecbdd-2a71-4c60-a1bd-28dfcd3ab496",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "pitchers": [
    {
      "id": "9d0fe3c1-feac-47cf-b666-41b0be7f222c",
      "created_at": "2016-03-18T21:09:52-04:00",
      "updated_at": "2017-02-05T04:35:07-05:00",
      "active": true,
      "birth_date": "1988-02-28",
      "captain": null,
      "city": "Holguin",
      "country": "CUB",
      "draft_season": null,
      "draft_round": null,
      "draft_overall_pick": null,
      "draft_team_name": null,
      "first_name": "Albertin",
      "handedness": "left",
      "bats": "bats_left",
      "height": 76,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Chapman",
      "name": "Aroldis Chapman",
      "nickname": "Aroldis",
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "salary": 11325000,
      "humanized_salary": "11,325,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-aroldis-chapman",
      "sport": "baseball",
      "state": "",
      "weight": 215,
      "uniform_number": "54",
      "unit_of_weight": "pounds",
      "years_of_experience": 4,
      "pro_debut": "2010-08-31",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    }
  ],
  "hitters": [
    {
      "id": "68c63acf-2756-42db-a9d1-b2fb5c52c4a5",
      "created_at": "2016-03-18T21:09:42-04:00",
      "updated_at": "2017-02-05T04:35:16-05:00",
      "active": true,
      "birth_date": "1980-10-19",
      "captain": null,
      "city": "Norwich",
      "country": "USA",
      "draft_season": "2001",
      "draft_round": 38,
      "draft_overall_pick": 1134,
      "draft_team_name": null,
      "first_name": "Rajai",
      "handedness": "right",
      "bats": "bats_right",
      "height": 69,
      "high_school": "New London, CT",
      "unit_of_height": "inches",
      "last_name": "Davis",
      "name": "Rajai Davis",
      "nickname": "Rajai",
      "position_abbreviation": "LF",
      "position_name": "Left Outfield",
      "salary": 5250000,
      "humanized_salary": "5,250,000",
      "salary_currency": "USD",
      "school": "Connecticut - Avery Point",
      "slug": "mlb-rajai-davis",
      "sport": "baseball",
      "state": "CT",
      "weight": 195,
      "uniform_number": "11",
      "unit_of_weight": "pounds",
      "years_of_experience": 11,
      "pro_debut": "2006-08-14",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "2d8bfb25-df10-491b-b6b8-e08e173c65e5",
      "team_id": "9ccdfc26-a7e7-4bcb-8879-3e77d391d58f"
    }
  ],
  "hitter_teams": [
    {
      "id": "c5fefa38-a256-43fe-8147-008c0f8c2f15",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "E31937",
      "colors": [
        "E31937",
        "002B5C"
      ],
      "hashtag": "Indians",
      "hashtags": [
        "Indians"
      ],
      "location": "Cleveland",
      "name": "Cleveland",
      "nickname": "Indians",
      "latitude": 41.49932,
      "longitude": -81.6943605,
      "slug": "mlb-cle",
      "division_id": "ca580e37-ee8b-44d3-94ac-6eb2bf35d094",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "pitches": [
    {
      "id": "f807d8c1-0af0-480b-b2be-52406ee938ca",
      "created_at": "2016-11-02T23:14:02-04:00",
      "updated_at": "2016-11-02T23:14:02-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 7,
      "at_bat_strikes": 2,
      "event_id": "a6460147-608f-4b37-aef4-e2b948a18894",
      "even_count": true,
      "full_count": false,
      "half": "B",
      "hit_location": "1",
      "hit_type": "LD",
      "hitter_pitch_count": "2-2",
      "inning": 8,
      "inning_label": "Bottom of 8th",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": true,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 14,
      "pitch_name": "Fastball",
      "pitch_outcome": "Homerun",
      "pitch_outcome_type": "aHR",
      "pitch_speed": 98.0,
      "pitch_type": "FA",
      "pitch_zone": "8",
      "pitched_at": "2016-11-02T23:13:30-04:00",
      "sequence": 8,
      "game_id": "d06e2c4e-2797-49c6-912e-0be171ca83d8",
      "team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "pitcher_id": "9d0fe3c1-feac-47cf-b666-41b0be7f222c",
      "hitter_id": "68c63acf-2756-42db-a9d1-b2fb5c52c4a5",
      "hitter_team_id": "c5fefa38-a256-43fe-8147-008c0f8c2f15"
    }
  ]
}

This endpoint retrieves MLB Pitches.

HTTP Request

GET https://api.stattleship.com/baseball/mlb/pitches

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
game_id Game slug such as mlb-2017-cin-kc-2017-03-20-1605 for Reds vs Royals
season_id Current season Season slug such as mlb-2016
team_id Team slug such as mlb-tor
player_id Player slug such as mlb-aroldis-chapman
interval_type current interval See interval_type for sport.
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-05-22
hit_location Number 1-35.
hit_type FB, GB, LD, PU
hitter_id Slug of the hitter, like mlb-david-ortiz
hitter_team_id Slug of the hitting team, like mlb-bos
inning Number
pitch_outcome_type Fetch using https://api.stattleship.com/baseball/mlb/pitch_outcome_types
pitch_type CH, CT, CU, FA, FO, IB, KN, PI, SC, SI, SL, SP
pitcher_id Slug of the pitcher, like mlb-aroldis-chapman
team_id Slug of the pitching team, like mlb-bos

Basketball Pitches

curl -X "GET" "https://api.stattleship.com/basketball/nba/pitches" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

Not Applicable.

This endpoint retrieves NBA Pitches.

HTTP Request

GET https://api.stattleship.com/basketball/nba/pitches

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
Not Applicable

Football Pitches

curl -X "GET" "https://api.stattleship.com/football/nfl/pitches" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

Not Applicable.

This endpoint retrieves NFL Pitches.

HTTP Request

GET https://api.stattleship.com/football/nfl/pitches

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
Not Applicable

Hockey Pitches

curl -X "GET" "https://api.stattleship.com/hockey/nhl/pitches" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

Not applicable.

This endpoint retrieves NHL Pitches.

HTTP Request

GET https://api.stattleship.com/hockey/nhl/pitches

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
Not Applicable

Play By Play

Baseball Play By Play

curl -X "GET" "https://api.stattleship.com/baseball/mlb/play_by_play" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

Unsupported. Use Baseball At Bats and Pitches instead.

This endpoint retrieves MLB Play By Play.

HTTP Request

GET https://api.stattleship.com/baseball/mlb/play_by_play

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
Unsupported Use Baseball Pitches and At Bats instead.

Basketball Play By Play

curl -X "GET" "https://api.stattleship.com/basketball/nba/play_by_play" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:


## Important

This endpoint uses the `game_slug` id in the request, as in:

https://api.stattleship.com/basketball/nba/play_by_play/nba-2016-2017-lal-bos-2017-02-3-2000?per_page=5&quarter=2&event_type=threepointmade&team_id=nba-bos&include_stats=1&include_on_court=1

Required: Game Slug.
Note: include_on_court and include_stats are optional and cam be omitted.

## List of Event Types

* `clearpathfoul`
* `defensivethreeseconds`
* `delay`
* `ejection`
* `endperiod`
* `flagrantone`
* `flagranttwo`
* `freethrowmade`
* `freethrowmiss`
* `jumpball`
* `kickball`
* `lineupchange`
* `offensivefoul`
* `officialtimeout`
* `openinbound`
* `opentip`
* `personalfoul`
* `rebound`
* `review`
* `shootingfoul`
* `teamtimeout`
* `technicalfoul`
* `threepointmade`
* `threepointmiss`
* `turnover`
* `tvtimeout`
* `twopointmade`
* `twopointmiss`
{
  "games": [
    {
      "id": "ef58d43b-39cb-47d8-8588-3275cb8735e9",
      "created_at": "2016-10-15T09:27:27-04:00",
      "updated_at": "2017-02-03T22:34:07-05:00",
      "at_neutral_site": null,
      "attendance": 18624,
      "away_team_outcome": "loss",
      "away_team_score": 107,
      "broadcast": "ESPN and 206",
      "clock": "00:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 8040,
      "ended_at": "2017-02-03T22:14:00-05:00",
      "home_team_outcome": "win",
      "home_team_score": 113,
      "humidity": null,
      "interval": "Regularseason",
      "interval_number": null,
      "interval_type": "regularseason",
      "label": "Lakers vs Celtics",
      "name": "Lakers vs Celtics February  3, 2017 at  8:00pm",
      "on": "on February  3, 2017",
      "period": 4,
      "period_label": "Quarter",
      "score": "107-113",
      "score_differential": 6,
      "scoreline": "Lakers 107 - Celtics 113",
      "slug": "nba-2016-2017-lal-bos-2017-02-3-2000",
      "started_at": "2017-02-03T20:00:00-05:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": "206",
      "television_coverage": "ESPN",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1486170000,
      "title": "Lakers vs Celtics",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16",
      "away_team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823",
      "winning_team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16",
      "season_id": "b0ce2ee1-61bd-44ea-bd34-450160a10e49",
      "venue_id": "77d29fa4-0496-43cf-8566-2b0f4d3537c2",
      "official_ids": [
        "4d5dd8f4-5d62-488d-9b0a-47dbd4c30680",
        "5519c79f-dcde-4aa6-aecd-ee6e0ac95021",
        "569b54cd-57bb-49f3-9a5f-48681b9f6f3a"
      ]
    }
  ],
  "home_teams": [
    {
      "id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-15T09:27:06-04:00",
      "color": "008348",
      "colors": [
        "008348",
        "bb9753",
        "a73832",
        "fab383",
        "061922"
      ],
      "hashtag": "Celtics",
      "hashtags": [
        "Celtics"
      ],
      "location": "Boston",
      "name": "Boston",
      "nickname": "Celtics",
      "latitude": 42.3663,
      "longitude": -71.0622,
      "slug": "nba-bos",
      "division_id": "8256a4da-413c-4f03-8438-56963be591c4",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "leagues": [
    {
      "id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-15T09:27:05-04:00",
      "abbreviation": "NBA",
      "color": null,
      "minutes_per_period": null,
      "name": "National Basketball Association",
      "periods": null,
      "slug": "nba",
      "sport": "basketball"
    }
  ],
  "away_teams": [
    {
      "id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-15T09:27:06-04:00",
      "color": "fdb927",
      "colors": [
        "fdb927",
        "552582",
        "061922",
        "8177b7"
      ],
      "hashtag": "LakeShow",
      "hashtags": [
        "LakeShow",
        "Lakers"
      ],
      "location": "Los Angeles",
      "name": "L.A. Lakers",
      "nickname": "Lakers",
      "latitude": 34.0431,
      "longitude": -118.2672,
      "slug": "nba-lal",
      "division_id": "0df84c15-1dbc-471e-b9d9-d277eeba9eba",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "winning_teams": [
    {
      "id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-15T09:27:06-04:00",
      "color": "008348",
      "colors": [
        "008348",
        "bb9753",
        "a73832",
        "fab383",
        "061922"
      ],
      "hashtag": "Celtics",
      "hashtags": [
        "Celtics"
      ],
      "location": "Boston",
      "name": "Boston",
      "nickname": "Celtics",
      "latitude": 42.3663,
      "longitude": -71.0622,
      "slug": "nba-bos",
      "division_id": "8256a4da-413c-4f03-8438-56963be591c4",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "seasons": [
    {
      "id": "b0ce2ee1-61bd-44ea-bd34-450160a10e49",
      "created_at": "2016-06-22T10:05:25-04:00",
      "updated_at": "2016-10-15T09:27:40-04:00",
      "name": "2016-2017",
      "current_interval_type": "regularseason",
      "starts_on": "2016-10-01",
      "ends_on": "2017-06-30",
      "slug": "nba-2016-2017",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "venues": [
    {
      "id": "77d29fa4-0496-43cf-8566-2b0f4d3537c2",
      "created_at": "2016-10-15T09:27:06-04:00",
      "updated_at": "2016-10-15T09:27:06-04:00",
      "abbreviation": "TD Garden",
      "capacity": 18624,
      "city": "Boston",
      "country": "USA",
      "field_type": null,
      "name": "TD Garden",
      "slug": "td-garden-td-garden",
      "state": "MA",
      "stadium_type": null,
      "time_zone": "America/New_York",
      "latitude": null,
      "longitude": null
    }
  ],
  "teams": [
    {
      "id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-15T09:27:06-04:00",
      "color": "008348",
      "colors": [
        "008348",
        "bb9753",
        "a73832",
        "fab383",
        "061922"
      ],
      "hashtag": "Celtics",
      "hashtags": [
        "Celtics"
      ],
      "location": "Boston",
      "name": "Boston",
      "nickname": "Celtics",
      "latitude": 42.3663,
      "longitude": -71.0622,
      "slug": "nba-bos",
      "division_id": "8256a4da-413c-4f03-8438-56963be591c4",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-15T09:27:06-04:00",
      "color": "fdb927",
      "colors": [
        "fdb927",
        "552582",
        "061922",
        "8177b7"
      ],
      "hashtag": "LakeShow",
      "hashtags": [
        "LakeShow",
        "Lakers"
      ],
      "location": "Los Angeles",
      "name": "L.A. Lakers",
      "nickname": "Lakers",
      "latitude": 34.0431,
      "longitude": -118.2672,
      "slug": "nba-lal",
      "division_id": "0df84c15-1dbc-471e-b9d9-d277eeba9eba",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "basketball_on_court_players": [
    {
      "id": "16387fef-8c3a-457e-99f4-c8c009ff7615",
      "created_at": "2017-02-04T04:10:56-05:00",
      "updated_at": "2017-02-04T04:10:56-05:00",
      "basketball_event_id": "80097c1b-bbd6-4c24-9ccd-0c9d806b37d2",
      "player_id": "7f1e2d39-98cf-4867-b44f-3c9744d7d842",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "94c64fdf-7eb4-43da-94fb-b68d8b476e07",
      "created_at": "2017-02-04T04:10:56-05:00",
      "updated_at": "2017-02-04T04:10:56-05:00",
      "basketball_event_id": "80097c1b-bbd6-4c24-9ccd-0c9d806b37d2",
      "player_id": "db62f552-826c-4419-a525-8037059db307",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "b5cd7466-d210-4fe2-9ebd-ea2b8cdf4823",
      "created_at": "2017-02-04T04:10:56-05:00",
      "updated_at": "2017-02-04T04:10:56-05:00",
      "basketball_event_id": "80097c1b-bbd6-4c24-9ccd-0c9d806b37d2",
      "player_id": "e11e0af2-8363-4f68-b4ba-194253b56dcb",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "193a2bf6-2f7c-4460-81fe-868c1c90a293",
      "created_at": "2017-02-04T04:10:56-05:00",
      "updated_at": "2017-02-04T04:10:56-05:00",
      "basketball_event_id": "80097c1b-bbd6-4c24-9ccd-0c9d806b37d2",
      "player_id": "2131add8-1ad8-413d-8d56-af437482c00a",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "1128d583-3a43-456a-b685-1f3f00701eed",
      "created_at": "2017-02-04T04:10:56-05:00",
      "updated_at": "2017-02-04T04:10:56-05:00",
      "basketball_event_id": "80097c1b-bbd6-4c24-9ccd-0c9d806b37d2",
      "player_id": "94c1c13a-e601-40ab-9bc3-d217a3a8ab51",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "c8620d3c-27f5-42b6-a368-4241e86c42ef",
      "created_at": "2017-02-04T04:10:56-05:00",
      "updated_at": "2017-02-04T04:10:56-05:00",
      "basketball_event_id": "80097c1b-bbd6-4c24-9ccd-0c9d806b37d2",
      "player_id": "8da11b7e-dd3e-4c4e-96cc-8492c859c40e",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "6c3ca8c3-8f7b-438d-9456-248bc085389f",
      "created_at": "2017-02-04T04:10:56-05:00",
      "updated_at": "2017-02-04T04:10:56-05:00",
      "basketball_event_id": "80097c1b-bbd6-4c24-9ccd-0c9d806b37d2",
      "player_id": "fdb18288-83af-44a0-a090-35ea09c15e34",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "f9df4d52-765b-494a-9d70-bf19ab48c4bf",
      "created_at": "2017-02-04T04:10:56-05:00",
      "updated_at": "2017-02-04T04:10:56-05:00",
      "basketball_event_id": "80097c1b-bbd6-4c24-9ccd-0c9d806b37d2",
      "player_id": "b5728ffb-bf3e-4304-a257-5efacaf22c00",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "dc60ff89-702a-4703-a5f9-5cad5ae1f91f",
      "created_at": "2017-02-04T04:10:56-05:00",
      "updated_at": "2017-02-04T04:10:56-05:00",
      "basketball_event_id": "80097c1b-bbd6-4c24-9ccd-0c9d806b37d2",
      "player_id": "344f2d9b-2542-411a-9e36-9cde31ab6fe7",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "2e59ea78-2ebc-42f1-a457-b73dd1d7251a",
      "created_at": "2017-02-04T04:10:56-05:00",
      "updated_at": "2017-02-04T04:10:56-05:00",
      "basketball_event_id": "80097c1b-bbd6-4c24-9ccd-0c9d806b37d2",
      "player_id": "7f1e2d39-98cf-4867-b44f-3c9744d7d842",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "97d3bef4-43e2-47b5-a386-93b2296677c9",
      "created_at": "2017-02-04T04:10:56-05:00",
      "updated_at": "2017-02-04T04:10:56-05:00",
      "basketball_event_id": "80097c1b-bbd6-4c24-9ccd-0c9d806b37d2",
      "player_id": "db62f552-826c-4419-a525-8037059db307",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "85bb1b7b-7982-4bcf-89ef-ea1b82d21dd5",
      "created_at": "2017-02-04T04:10:56-05:00",
      "updated_at": "2017-02-04T04:10:56-05:00",
      "basketball_event_id": "80097c1b-bbd6-4c24-9ccd-0c9d806b37d2",
      "player_id": "e11e0af2-8363-4f68-b4ba-194253b56dcb",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "ed60ba70-7220-438c-88dd-fcd6ef481c47",
      "created_at": "2017-02-04T04:10:56-05:00",
      "updated_at": "2017-02-04T04:10:56-05:00",
      "basketball_event_id": "80097c1b-bbd6-4c24-9ccd-0c9d806b37d2",
      "player_id": "2131add8-1ad8-413d-8d56-af437482c00a",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "d7ed2443-a9be-4a04-ab21-f011bdb48e01",
      "created_at": "2017-02-04T04:10:56-05:00",
      "updated_at": "2017-02-04T04:10:56-05:00",
      "basketball_event_id": "80097c1b-bbd6-4c24-9ccd-0c9d806b37d2",
      "player_id": "94c1c13a-e601-40ab-9bc3-d217a3a8ab51",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "841e5610-a47e-47a6-ac51-a9d671a6f766",
      "created_at": "2017-02-04T04:10:56-05:00",
      "updated_at": "2017-02-04T04:10:56-05:00",
      "basketball_event_id": "80097c1b-bbd6-4c24-9ccd-0c9d806b37d2",
      "player_id": "8da11b7e-dd3e-4c4e-96cc-8492c859c40e",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "927f2866-a93c-4370-9399-d3105bbcb45b",
      "created_at": "2017-02-04T04:10:56-05:00",
      "updated_at": "2017-02-04T04:10:56-05:00",
      "basketball_event_id": "80097c1b-bbd6-4c24-9ccd-0c9d806b37d2",
      "player_id": "fdb18288-83af-44a0-a090-35ea09c15e34",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "8e7d42d8-9d6f-4f93-b6cb-2d95566a06a5",
      "created_at": "2017-02-04T04:10:56-05:00",
      "updated_at": "2017-02-04T04:10:56-05:00",
      "basketball_event_id": "80097c1b-bbd6-4c24-9ccd-0c9d806b37d2",
      "player_id": "344f2d9b-2542-411a-9e36-9cde31ab6fe7",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "6b0ce3c4-32bc-4240-99dc-4cc3f22d8c69",
      "created_at": "2017-02-04T04:10:56-05:00",
      "updated_at": "2017-02-04T04:10:56-05:00",
      "basketball_event_id": "80097c1b-bbd6-4c24-9ccd-0c9d806b37d2",
      "player_id": "3e37fa11-8b08-4dbe-a31b-c0749b44c7d9",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "66fccb62-ee24-45ca-b59f-edd5576d40e4",
      "created_at": "2017-02-04T04:10:40-05:00",
      "updated_at": "2017-02-04T04:10:40-05:00",
      "basketball_event_id": "d431f29b-37b0-4ccf-a0a9-877c32bff73d",
      "player_id": "db62f552-826c-4419-a525-8037059db307",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "9511f95c-00c2-4f34-b910-7ea6692c2c7b",
      "created_at": "2017-02-04T04:10:40-05:00",
      "updated_at": "2017-02-04T04:10:40-05:00",
      "basketball_event_id": "d431f29b-37b0-4ccf-a0a9-877c32bff73d",
      "player_id": "4b5409ec-81e9-4bbf-9c48-19c0795faabf",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "f2c09746-a32f-4217-89c5-43ad73a394a2",
      "created_at": "2017-02-04T04:10:40-05:00",
      "updated_at": "2017-02-04T04:10:40-05:00",
      "basketball_event_id": "d431f29b-37b0-4ccf-a0a9-877c32bff73d",
      "player_id": "e58d2899-8507-429a-9af5-d9fd6e9b5f7d",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "ea56bd75-235e-48b2-9eb5-838d3e75ac6e",
      "created_at": "2017-02-04T04:10:40-05:00",
      "updated_at": "2017-02-04T04:10:40-05:00",
      "basketball_event_id": "d431f29b-37b0-4ccf-a0a9-877c32bff73d",
      "player_id": "2131add8-1ad8-413d-8d56-af437482c00a",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "9eeb37e1-b155-4a8a-8fe1-0a75b6a5d263",
      "created_at": "2017-02-04T04:10:40-05:00",
      "updated_at": "2017-02-04T04:10:40-05:00",
      "basketball_event_id": "d431f29b-37b0-4ccf-a0a9-877c32bff73d",
      "player_id": "7f1e2d39-98cf-4867-b44f-3c9744d7d842",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "e7e27042-09c6-40c2-a643-77d17c23aca2",
      "created_at": "2017-02-04T04:10:40-05:00",
      "updated_at": "2017-02-04T04:10:40-05:00",
      "basketball_event_id": "d431f29b-37b0-4ccf-a0a9-877c32bff73d",
      "player_id": "2221ed68-04da-4813-ae2c-71debd11c556",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "01992511-782e-4bff-a7ec-dde4149f4816",
      "created_at": "2017-02-04T04:10:40-05:00",
      "updated_at": "2017-02-04T04:10:40-05:00",
      "basketball_event_id": "d431f29b-37b0-4ccf-a0a9-877c32bff73d",
      "player_id": "937d1c8d-ef41-4c51-9754-afbc6f1e540e",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "cf538ef3-1fd5-4699-9e78-ac388f5c0540",
      "created_at": "2017-02-04T04:10:40-05:00",
      "updated_at": "2017-02-04T04:10:40-05:00",
      "basketball_event_id": "d431f29b-37b0-4ccf-a0a9-877c32bff73d",
      "player_id": "3e37fa11-8b08-4dbe-a31b-c0749b44c7d9",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "6785b5c9-f38c-4bce-9b48-ba7bc31d07ce",
      "created_at": "2017-02-04T04:10:40-05:00",
      "updated_at": "2017-02-04T04:10:40-05:00",
      "basketball_event_id": "d431f29b-37b0-4ccf-a0a9-877c32bff73d",
      "player_id": "26aba3e7-c9c4-4049-99c2-1ec31bafc3d6",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "6337c4ed-0620-45c1-bffe-1a50db5b8e7f",
      "created_at": "2017-02-04T04:10:40-05:00",
      "updated_at": "2017-02-04T04:10:40-05:00",
      "basketball_event_id": "d431f29b-37b0-4ccf-a0a9-877c32bff73d",
      "player_id": "4b5409ec-81e9-4bbf-9c48-19c0795faabf",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "2d5b95d1-e214-4ba8-829a-310427b8034b",
      "created_at": "2017-02-04T04:10:40-05:00",
      "updated_at": "2017-02-04T04:10:40-05:00",
      "basketball_event_id": "d431f29b-37b0-4ccf-a0a9-877c32bff73d",
      "player_id": "e58d2899-8507-429a-9af5-d9fd6e9b5f7d",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "328a41b7-7426-48dc-be02-4720a2be8902",
      "created_at": "2017-02-04T04:10:40-05:00",
      "updated_at": "2017-02-04T04:10:40-05:00",
      "basketball_event_id": "d431f29b-37b0-4ccf-a0a9-877c32bff73d",
      "player_id": "2131add8-1ad8-413d-8d56-af437482c00a",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "509ea53f-8992-4700-9ee5-26ad864a5b90",
      "created_at": "2017-02-04T04:10:40-05:00",
      "updated_at": "2017-02-04T04:10:40-05:00",
      "basketball_event_id": "d431f29b-37b0-4ccf-a0a9-877c32bff73d",
      "player_id": "7f1e2d39-98cf-4867-b44f-3c9744d7d842",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "acef9be6-038f-4fd1-b8ff-fd64150c2ebd",
      "created_at": "2017-02-04T04:10:40-05:00",
      "updated_at": "2017-02-04T04:10:40-05:00",
      "basketball_event_id": "d431f29b-37b0-4ccf-a0a9-877c32bff73d",
      "player_id": "2221ed68-04da-4813-ae2c-71debd11c556",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "714d3763-2144-48b7-880a-57133153da92",
      "created_at": "2017-02-04T04:10:40-05:00",
      "updated_at": "2017-02-04T04:10:40-05:00",
      "basketball_event_id": "d431f29b-37b0-4ccf-a0a9-877c32bff73d",
      "player_id": "ac968d42-7fc8-4e8e-8b42-d9153ad72236",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "2b338236-e876-4d65-aeba-907c3c779b6a",
      "created_at": "2017-02-04T04:10:40-05:00",
      "updated_at": "2017-02-04T04:10:40-05:00",
      "basketball_event_id": "d431f29b-37b0-4ccf-a0a9-877c32bff73d",
      "player_id": "937d1c8d-ef41-4c51-9754-afbc6f1e540e",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "574d935c-e56d-4aa8-ac06-25cbffb81b19",
      "created_at": "2017-02-04T04:10:40-05:00",
      "updated_at": "2017-02-04T04:10:40-05:00",
      "basketball_event_id": "d431f29b-37b0-4ccf-a0a9-877c32bff73d",
      "player_id": "3e37fa11-8b08-4dbe-a31b-c0749b44c7d9",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "294de050-8436-4758-a54b-02ef3c122a57",
      "created_at": "2017-02-04T04:10:40-05:00",
      "updated_at": "2017-02-04T04:10:40-05:00",
      "basketball_event_id": "d431f29b-37b0-4ccf-a0a9-877c32bff73d",
      "player_id": "26aba3e7-c9c4-4049-99c2-1ec31bafc3d6",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "133ecf4d-382a-48ba-a9fe-a76e2329d071",
      "created_at": "2017-02-04T04:10:23-05:00",
      "updated_at": "2017-02-04T04:10:23-05:00",
      "basketball_event_id": "29825f90-cf93-4651-8d28-e1b57259f1fb",
      "player_id": "4b5409ec-81e9-4bbf-9c48-19c0795faabf",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "12907852-8080-464b-8fc8-265ecc906221",
      "created_at": "2017-02-04T04:10:23-05:00",
      "updated_at": "2017-02-04T04:10:23-05:00",
      "basketball_event_id": "29825f90-cf93-4651-8d28-e1b57259f1fb",
      "player_id": "e58d2899-8507-429a-9af5-d9fd6e9b5f7d",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "d9f8568a-0acb-4a5a-8390-e0216ccd8b72",
      "created_at": "2017-02-04T04:10:23-05:00",
      "updated_at": "2017-02-04T04:10:23-05:00",
      "basketball_event_id": "29825f90-cf93-4651-8d28-e1b57259f1fb",
      "player_id": "2131add8-1ad8-413d-8d56-af437482c00a",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "09104e17-d8e6-4e5c-a3d9-0900c86b4d2f",
      "created_at": "2017-02-04T04:10:23-05:00",
      "updated_at": "2017-02-04T04:10:23-05:00",
      "basketball_event_id": "29825f90-cf93-4651-8d28-e1b57259f1fb",
      "player_id": "0ec617bb-33ed-417e-90a4-8b18dd5fddb0",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "b33f6f7a-eec4-49a8-b686-df35701c76cf",
      "created_at": "2017-02-04T04:10:23-05:00",
      "updated_at": "2017-02-04T04:10:23-05:00",
      "basketball_event_id": "29825f90-cf93-4651-8d28-e1b57259f1fb",
      "player_id": "2221ed68-04da-4813-ae2c-71debd11c556",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "e9a472d6-c70c-4d13-b7ec-99c1074f07d5",
      "created_at": "2017-02-04T04:10:23-05:00",
      "updated_at": "2017-02-04T04:10:23-05:00",
      "basketball_event_id": "29825f90-cf93-4651-8d28-e1b57259f1fb",
      "player_id": "ac968d42-7fc8-4e8e-8b42-d9153ad72236",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "d97e2ea6-dd15-4970-8c3d-7fffcd6208c6",
      "created_at": "2017-02-04T04:10:23-05:00",
      "updated_at": "2017-02-04T04:10:23-05:00",
      "basketball_event_id": "29825f90-cf93-4651-8d28-e1b57259f1fb",
      "player_id": "26aba3e7-c9c4-4049-99c2-1ec31bafc3d6",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "5a44fc74-5389-4d24-af23-d5104501df98",
      "created_at": "2017-02-04T04:10:23-05:00",
      "updated_at": "2017-02-04T04:10:23-05:00",
      "basketball_event_id": "29825f90-cf93-4651-8d28-e1b57259f1fb",
      "player_id": "4b5409ec-81e9-4bbf-9c48-19c0795faabf",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "64eb8da3-afc3-4203-aaf4-b3d19637b7ad",
      "created_at": "2017-02-04T04:10:23-05:00",
      "updated_at": "2017-02-04T04:10:23-05:00",
      "basketball_event_id": "29825f90-cf93-4651-8d28-e1b57259f1fb",
      "player_id": "e58d2899-8507-429a-9af5-d9fd6e9b5f7d",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "a910bacf-6006-407d-b88b-342de95120cd",
      "created_at": "2017-02-04T04:10:23-05:00",
      "updated_at": "2017-02-04T04:10:23-05:00",
      "basketball_event_id": "29825f90-cf93-4651-8d28-e1b57259f1fb",
      "player_id": "2131add8-1ad8-413d-8d56-af437482c00a",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "bfc560a5-f245-478d-b861-9693b5669abe",
      "created_at": "2017-02-04T04:10:23-05:00",
      "updated_at": "2017-02-04T04:10:23-05:00",
      "basketball_event_id": "29825f90-cf93-4651-8d28-e1b57259f1fb",
      "player_id": "0ec617bb-33ed-417e-90a4-8b18dd5fddb0",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "ad6f06e8-1a4b-4fb0-9c4d-43b70f45f83d",
      "created_at": "2017-02-04T04:10:23-05:00",
      "updated_at": "2017-02-04T04:10:23-05:00",
      "basketball_event_id": "29825f90-cf93-4651-8d28-e1b57259f1fb",
      "player_id": "db62f552-826c-4419-a525-8037059db307",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "18f0f7a5-003b-4076-8e14-05fcc08784c0",
      "created_at": "2017-02-04T04:10:23-05:00",
      "updated_at": "2017-02-04T04:10:23-05:00",
      "basketball_event_id": "29825f90-cf93-4651-8d28-e1b57259f1fb",
      "player_id": "2221ed68-04da-4813-ae2c-71debd11c556",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "05e1aaf2-7572-4820-9644-be151bfbfb60",
      "created_at": "2017-02-04T04:10:23-05:00",
      "updated_at": "2017-02-04T04:10:23-05:00",
      "basketball_event_id": "29825f90-cf93-4651-8d28-e1b57259f1fb",
      "player_id": "ac968d42-7fc8-4e8e-8b42-d9153ad72236",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "0869a178-d038-4bb3-b301-8a7054a3c0f7",
      "created_at": "2017-02-04T04:10:23-05:00",
      "updated_at": "2017-02-04T04:10:23-05:00",
      "basketball_event_id": "29825f90-cf93-4651-8d28-e1b57259f1fb",
      "player_id": "937d1c8d-ef41-4c51-9754-afbc6f1e540e",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "47065508-7396-4a33-993b-2c975e6cefef",
      "created_at": "2017-02-04T04:10:23-05:00",
      "updated_at": "2017-02-04T04:10:23-05:00",
      "basketball_event_id": "29825f90-cf93-4651-8d28-e1b57259f1fb",
      "player_id": "fdb18288-83af-44a0-a090-35ea09c15e34",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "e26b6ff7-a317-44cf-a229-8fb134b95b44",
      "created_at": "2017-02-04T04:10:23-05:00",
      "updated_at": "2017-02-04T04:10:23-05:00",
      "basketball_event_id": "29825f90-cf93-4651-8d28-e1b57259f1fb",
      "player_id": "26aba3e7-c9c4-4049-99c2-1ec31bafc3d6",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    }
  ],
  "players": [
    {
      "id": "7f1e2d39-98cf-4867-b44f-3c9744d7d842",
      "created_at": "2016-01-06T00:48:10-05:00",
      "updated_at": "2017-02-05T08:16:19-05:00",
      "active": true,
      "birth_date": "1996-02-23",
      "captain": null,
      "city": "Louisville",
      "country": "",
      "draft_season": "2015",
      "draft_round": 1,
      "draft_overall_pick": 2,
      "draft_team_name": "L.A. Lakers",
      "first_name": "D'Angelo",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 77,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Russell",
      "name": "D'Angelo Russell",
      "nickname": null,
      "position_abbreviation": "PG",
      "position_name": "Point Guard",
      "salary": 5103120,
      "humanized_salary": "5,103,120",
      "salary_currency": "USD",
      "school": "Ohio State",
      "slug": "nba-d-angelo-russell",
      "sport": "basketball",
      "state": "",
      "weight": 195,
      "uniform_number": "1",
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "pro_debut": null,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "950b3ddd-28b6-4af1-a5a3-0d64b5fa9c85",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "db62f552-826c-4419-a525-8037059db307",
      "created_at": "2016-01-06T00:48:11-05:00",
      "updated_at": "2017-02-05T05:11:23-05:00",
      "active": true,
      "birth_date": "1985-06-01",
      "captain": null,
      "city": "Los Angeles",
      "country": "",
      "draft_season": "2007",
      "draft_round": 1,
      "draft_overall_pick": 16,
      "draft_team_name": "Washington",
      "first_name": "Nick",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 79,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Young",
      "name": "Nick Young",
      "nickname": null,
      "position_abbreviation": "SF",
      "position_name": "Small Forward",
      "salary": 5219169,
      "humanized_salary": "5,219,169",
      "salary_currency": "USD",
      "school": "USC",
      "slug": "nba-nick-young",
      "sport": "basketball",
      "state": "",
      "weight": 210,
      "uniform_number": "0",
      "unit_of_weight": "pounds",
      "years_of_experience": 9,
      "pro_debut": null,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "256b32e6-b465-4e4c-938e-2230696e3c5d",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "e11e0af2-8363-4f68-b4ba-194253b56dcb",
      "created_at": "2016-01-06T00:47:54-05:00",
      "updated_at": "2017-02-05T08:16:11-05:00",
      "active": true,
      "birth_date": "1985-04-16",
      "captain": null,
      "city": "Wau",
      "country": "",
      "draft_season": "2004",
      "draft_round": 1,
      "draft_overall_pick": 7,
      "draft_team_name": "Phoenix",
      "first_name": "Luol",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 81,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Deng",
      "name": "Luol Deng",
      "nickname": null,
      "position_abbreviation": "SF",
      "position_name": "Small Forward",
      "salary": 10151612,
      "humanized_salary": "10,151,612",
      "salary_currency": "USD",
      "school": "Duke",
      "slug": "nba-luol-deng",
      "sport": "basketball",
      "state": "",
      "weight": 220,
      "uniform_number": "9",
      "unit_of_weight": "pounds",
      "years_of_experience": 12,
      "pro_debut": null,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "256b32e6-b465-4e4c-938e-2230696e3c5d",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "2131add8-1ad8-413d-8d56-af437482c00a",
      "created_at": "2016-06-24T03:02:38-04:00",
      "updated_at": "2017-02-05T05:11:23-05:00",
      "active": true,
      "birth_date": "1997-09-02",
      "captain": null,
      "city": "Kinston",
      "country": "",
      "draft_season": "2016",
      "draft_round": 1,
      "draft_overall_pick": 2,
      "draft_team_name": "L.A. Lakers",
      "first_name": "Brandon",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 81,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Ingram",
      "name": "Brandon Ingram",
      "nickname": null,
      "position_abbreviation": "SF",
      "position_name": "Small Forward",
      "salary": null,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Duke",
      "slug": "nba-brandon-ingram",
      "sport": "basketball",
      "state": "",
      "weight": 190,
      "uniform_number": "14",
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "pro_debut": null,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "256b32e6-b465-4e4c-938e-2230696e3c5d",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "94c1c13a-e601-40ab-9bc3-d217a3a8ab51",
      "created_at": "2016-01-06T00:48:11-05:00",
      "updated_at": "2017-02-05T05:11:23-05:00",
      "active": true,
      "birth_date": "1991-11-22",
      "captain": null,
      "city": "Memphis",
      "country": "",
      "draft_season": null,
      "draft_round": null,
      "draft_overall_pick": null,
      "draft_team_name": null,
      "first_name": "Tarik",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 81,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Black",
      "name": "Tarik Black",
      "nickname": null,
      "position_abbreviation": "C",
      "position_name": "Center",
      "salary": 845059,
      "humanized_salary": "845,059",
      "salary_currency": "USD",
      "school": "Kansas",
      "slug": "nba-tarik-black",
      "sport": "basketball",
      "state": "",
      "weight": 250,
      "uniform_number": "28",
      "unit_of_weight": "pounds",
      "years_of_experience": 2,
      "pro_debut": null,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "fbd1be80-ae5b-4179-a871-6e6df24f688f",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "8da11b7e-dd3e-4c4e-96cc-8492c859c40e",
      "created_at": "2016-01-06T00:48:22-05:00",
      "updated_at": "2017-02-05T05:11:41-05:00",
      "active": true,
      "birth_date": "1989-02-07",
      "captain": null,
      "city": "Tacoma",
      "country": "",
      "draft_season": "2011",
      "draft_round": 2,
      "draft_overall_pick": 60,
      "draft_team_name": "Sacramento",
      "first_name": "Isaiah",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 69,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Thomas",
      "name": "Isaiah Thomas",
      "nickname": null,
      "position_abbreviation": "PG",
      "position_name": "Point Guard",
      "salary": 6912869,
      "humanized_salary": "6,912,869",
      "salary_currency": "USD",
      "school": "Washington",
      "slug": "nba-isaiah-thomas",
      "sport": "basketball",
      "state": "",
      "weight": 185,
      "uniform_number": "4",
      "unit_of_weight": "pounds",
      "years_of_experience": 5,
      "pro_debut": null,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "950b3ddd-28b6-4af1-a5a3-0d64b5fa9c85",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "fdb18288-83af-44a0-a090-35ea09c15e34",
      "created_at": "2016-01-06T00:48:22-05:00",
      "updated_at": "2017-02-05T05:11:41-05:00",
      "active": true,
      "birth_date": "1994-03-06",
      "captain": null,
      "city": "Flower Mound",
      "country": "",
      "draft_season": "2014",
      "draft_round": 1,
      "draft_overall_pick": 6,
      "draft_team_name": "Boston",
      "first_name": "Marcus",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 76,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Smart",
      "name": "Marcus Smart",
      "nickname": null,
      "position_abbreviation": "PG",
      "position_name": "Point Guard",
      "salary": 3431040,
      "humanized_salary": "3,431,040",
      "salary_currency": "USD",
      "school": "Oklahoma State",
      "slug": "nba-marcus-smart",
      "sport": "basketball",
      "state": "",
      "weight": 220,
      "uniform_number": "36",
      "unit_of_weight": "pounds",
      "years_of_experience": 2,
      "pro_debut": null,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "950b3ddd-28b6-4af1-a5a3-0d64b5fa9c85",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "b5728ffb-bf3e-4304-a257-5efacaf22c00",
      "created_at": "2016-01-06T00:48:23-05:00",
      "updated_at": "2017-02-05T05:11:43-05:00",
      "active": true,
      "birth_date": "1987-05-01",
      "captain": null,
      "city": "Los Angeles",
      "country": "",
      "draft_season": "2005",
      "draft_round": 2,
      "draft_overall_pick": 56,
      "draft_team_name": "Detroit",
      "first_name": "Amir",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 81,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Johnson",
      "name": "Amir Johnson",
      "nickname": null,
      "position_abbreviation": "PF",
      "position_name": "Power Forward",
      "salary": 12000000,
      "humanized_salary": "12,000,000",
      "salary_currency": "USD",
      "school": "Westchester HS (CA)",
      "slug": "nba-amir-johnson",
      "sport": "basketball",
      "state": "",
      "weight": 240,
      "uniform_number": "90",
      "unit_of_weight": "pounds",
      "years_of_experience": 11,
      "pro_debut": null,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "5dbabffc-0df0-4322-8401-3d57005bb073",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "344f2d9b-2542-411a-9e36-9cde31ab6fe7",
      "created_at": "2016-01-06T00:48:20-05:00",
      "updated_at": "2017-02-05T08:16:14-05:00",
      "active": true,
      "birth_date": "1986-06-03",
      "captain": null,
      "city": "Puerto Plata",
      "country": "",
      "draft_season": "2007",
      "draft_round": 1,
      "draft_overall_pick": 3,
      "draft_team_name": "Atlanta",
      "first_name": "Al",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 82,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Horford",
      "name": "Al Horford",
      "nickname": null,
      "position_abbreviation": "C",
      "position_name": "Center",
      "salary": 12000000,
      "humanized_salary": "12,000,000",
      "salary_currency": "USD",
      "school": "Florida",
      "slug": "nba-al-horford",
      "sport": "basketball",
      "state": "",
      "weight": 245,
      "uniform_number": "42",
      "unit_of_weight": "pounds",
      "years_of_experience": 9,
      "pro_debut": null,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "fbd1be80-ae5b-4179-a871-6e6df24f688f",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "3e37fa11-8b08-4dbe-a31b-c0749b44c7d9",
      "created_at": "2016-01-06T00:48:23-05:00",
      "updated_at": "2017-02-05T05:11:41-05:00",
      "active": true,
      "birth_date": "1990-07-06",
      "captain": null,
      "city": "Villa Rica",
      "country": "",
      "draft_season": "2012",
      "draft_round": 2,
      "draft_overall_pick": 34,
      "draft_team_name": "Cleveland",
      "first_name": "Jae",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 78,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Crowder",
      "name": "Jae Crowder",
      "nickname": null,
      "position_abbreviation": "SF",
      "position_name": "Small Forward",
      "salary": 6796117,
      "humanized_salary": "6,796,117",
      "salary_currency": "USD",
      "school": "Marquette",
      "slug": "nba-jae-crowder",
      "sport": "basketball",
      "state": "",
      "weight": 235,
      "uniform_number": "99",
      "unit_of_weight": "pounds",
      "years_of_experience": 4,
      "pro_debut": null,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "256b32e6-b465-4e4c-938e-2230696e3c5d",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "4b5409ec-81e9-4bbf-9c48-19c0795faabf",
      "created_at": "2016-01-06T00:48:10-05:00",
      "updated_at": "2017-02-05T05:11:20-05:00",
      "active": true,
      "birth_date": "1992-06-07",
      "captain": null,
      "city": "San Antonio",
      "country": "",
      "draft_season": "2014",
      "draft_round": 2,
      "draft_overall_pick": 46,
      "draft_team_name": "Washington",
      "first_name": "Jordan",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 77,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Clarkson",
      "name": "Jordan Clarkson",
      "nickname": null,
      "position_abbreviation": "PG",
      "position_name": "Point Guard",
      "salary": 845059,
      "humanized_salary": "845,059",
      "salary_currency": "USD",
      "school": "Missouri",
      "slug": "nba-jordan-clarkson",
      "sport": "basketball",
      "state": "",
      "weight": 194,
      "uniform_number": "6",
      "unit_of_weight": "pounds",
      "years_of_experience": 2,
      "pro_debut": null,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "950b3ddd-28b6-4af1-a5a3-0d64b5fa9c85",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "e58d2899-8507-429a-9af5-d9fd6e9b5f7d",
      "created_at": "2016-01-06T00:49:09-05:00",
      "updated_at": "2017-02-05T08:16:11-05:00",
      "active": true,
      "birth_date": "1993-01-01",
      "captain": null,
      "city": "Akron",
      "country": "",
      "draft_season": "2015",
      "draft_round": 1,
      "draft_overall_pick": 27,
      "draft_team_name": "L.A. Lakers",
      "first_name": "Larry",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 81,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Nance",
      "name": "Larry Nance Jr.",
      "nickname": null,
      "position_abbreviation": "PF",
      "position_name": "Power Forward",
      "salary": 1155600,
      "humanized_salary": "1,155,600",
      "salary_currency": "USD",
      "school": "Wyoming",
      "slug": "nba-larry-nance-jr",
      "sport": "basketball",
      "state": "",
      "weight": 230,
      "uniform_number": "7",
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "pro_debut": null,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "5dbabffc-0df0-4322-8401-3d57005bb073",
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    },
    {
      "id": "2221ed68-04da-4813-ae2c-71debd11c556",
      "created_at": "2016-06-24T16:20:14-04:00",
      "updated_at": "2017-02-05T05:11:41-05:00",
      "active": true,
      "birth_date": "1996-10-24",
      "captain": null,
      "city": "Marietta",
      "country": "",
      "draft_season": "2016",
      "draft_round": 1,
      "draft_overall_pick": 3,
      "draft_team_name": "Boston",
      "first_name": "Jaylen",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 79,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Brown",
      "name": "Jaylen Brown",
      "nickname": null,
      "position_abbreviation": "SF",
      "position_name": "Small Forward",
      "salary": null,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "California",
      "slug": "nba-jaylen-brown",
      "sport": "basketball",
      "state": "",
      "weight": 225,
      "uniform_number": "7",
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "pro_debut": null,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "256b32e6-b465-4e4c-938e-2230696e3c5d",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "937d1c8d-ef41-4c51-9754-afbc6f1e540e",
      "created_at": "2016-01-06T00:48:21-05:00",
      "updated_at": "2017-02-05T05:11:43-05:00",
      "active": true,
      "birth_date": "1994-03-17",
      "captain": null,
      "city": "Youngstown",
      "country": "",
      "draft_season": "2015",
      "draft_round": 1,
      "draft_overall_pick": 16,
      "draft_team_name": "Boston",
      "first_name": "Terry",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 74,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Rozier",
      "name": "Terry Rozier",
      "nickname": null,
      "position_abbreviation": "PG",
      "position_name": "Point Guard",
      "salary": 1824360,
      "humanized_salary": "1,824,360",
      "salary_currency": "USD",
      "school": "Louisville",
      "slug": "nba-terry-rozier",
      "sport": "basketball",
      "state": "",
      "weight": 190,
      "uniform_number": "12",
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "pro_debut": null,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "950b3ddd-28b6-4af1-a5a3-0d64b5fa9c85",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "26aba3e7-c9c4-4049-99c2-1ec31bafc3d6",
      "created_at": "2016-01-06T00:48:22-05:00",
      "updated_at": "2017-02-05T08:16:16-05:00",
      "active": true,
      "birth_date": "1991-04-19",
      "captain": null,
      "city": "Toronto",
      "country": "",
      "draft_season": "2013",
      "draft_round": 1,
      "draft_overall_pick": 13,
      "draft_team_name": "Dallas",
      "first_name": "Kelly",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 84,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Olynyk",
      "name": "Kelly Olynyk",
      "nickname": null,
      "position_abbreviation": "C",
      "position_name": "Center",
      "salary": 2165160,
      "humanized_salary": "2,165,160",
      "salary_currency": "USD",
      "school": "Gonzaga",
      "slug": "nba-kelly-olynyk",
      "sport": "basketball",
      "state": "",
      "weight": 238,
      "uniform_number": "41",
      "unit_of_weight": "pounds",
      "years_of_experience": 3,
      "pro_debut": null,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "fbd1be80-ae5b-4179-a871-6e6df24f688f",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "ac968d42-7fc8-4e8e-8b42-d9153ad72236",
      "created_at": "2016-01-06T00:48:23-05:00",
      "updated_at": "2017-02-05T08:16:16-05:00",
      "active": true,
      "birth_date": "1987-03-02",
      "captain": null,
      "city": "Kinna",
      "country": "",
      "draft_season": "2009",
      "draft_round": 2,
      "draft_overall_pick": 39,
      "draft_team_name": "Detroit",
      "first_name": "Jonas",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 82,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Jerebko",
      "name": "Jonas Jerebko",
      "nickname": null,
      "position_abbreviation": "PF",
      "position_name": "Power Forward",
      "salary": 5000000,
      "humanized_salary": "5,000,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "nba-jonas-jerebko",
      "sport": "basketball",
      "state": "",
      "weight": 231,
      "uniform_number": "8",
      "unit_of_weight": "pounds",
      "years_of_experience": 6,
      "pro_debut": null,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "5dbabffc-0df0-4322-8401-3d57005bb073",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "0ec617bb-33ed-417e-90a4-8b18dd5fddb0",
      "created_at": "2016-10-15T09:28:09-04:00",
      "updated_at": "2017-02-05T05:11:20-05:00",
      "active": true,
      "birth_date": "1986-10-27",
      "captain": null,
      "city": "Memphis",
      "country": "",
      "draft_season": "2005",
      "draft_round": 2,
      "draft_overall_pick": 45,
      "draft_team_name": "Philadelphia",
      "first_name": "Lou",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 73,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Williams",
      "name": "Lou Williams",
      "nickname": null,
      "position_abbreviation": "G",
      "position_name": "G",
      "salary": null,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "South Gwinnett HS (GA)",
      "slug": "nba-lou-williams",
      "sport": "basketball",
      "state": "",
      "weight": 175,
      "uniform_number": "23",
      "unit_of_weight": "pounds",
      "years_of_experience": 11,
      "pro_debut": null,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": null,
      "team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823"
    }
  ],
  "basketball_play_player_stats": [
    {
      "id": "ccbfd843-e897-4827-9f97-bccd4911b914",
      "created_at": "2017-02-03T21:02:17-05:00",
      "updated_at": "2017-02-03T21:02:17-05:00",
      "is_defensive_rebound": false,
      "is_dunk": false,
      "is_free_throw": false,
      "is_hook": false,
      "is_jump_shot": false,
      "is_layup": false,
      "is_made": false,
      "is_offensive_rebound": false,
      "is_three_point_shot": false,
      "is_tip": false,
      "is_regular_free_throw": false,
      "is_technical_free_throw": false,
      "points": null,
      "rebound_type": null,
      "free_throw_type": null,
      "role": "assist",
      "shot_type": null,
      "shot_type_label": null,
      "shot_type_desc": null,
      "basketball_event_id": "80097c1b-bbd6-4c24-9ccd-0c9d806b37d2",
      "player_id": "344f2d9b-2542-411a-9e36-9cde31ab6fe7",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "fed48c4b-e63e-47ba-a94b-d159dc3364e7",
      "created_at": "2017-02-03T21:02:17-05:00",
      "updated_at": "2017-02-03T21:02:17-05:00",
      "is_defensive_rebound": false,
      "is_dunk": false,
      "is_free_throw": false,
      "is_hook": false,
      "is_jump_shot": true,
      "is_layup": false,
      "is_made": true,
      "is_offensive_rebound": false,
      "is_three_point_shot": true,
      "is_tip": false,
      "is_regular_free_throw": false,
      "is_technical_free_throw": false,
      "points": 3,
      "rebound_type": null,
      "free_throw_type": null,
      "role": "fieldgoal",
      "shot_type": "jump-shot",
      "shot_type_label": "jump shot",
      "shot_type_desc": null,
      "basketball_event_id": "80097c1b-bbd6-4c24-9ccd-0c9d806b37d2",
      "player_id": "fdb18288-83af-44a0-a090-35ea09c15e34",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "1eb26d71-274f-4ef7-a075-6bca7a6dea23",
      "created_at": "2017-02-03T20:52:55-05:00",
      "updated_at": "2017-02-03T20:52:55-05:00",
      "is_defensive_rebound": false,
      "is_dunk": false,
      "is_free_throw": false,
      "is_hook": false,
      "is_jump_shot": true,
      "is_layup": false,
      "is_made": true,
      "is_offensive_rebound": false,
      "is_three_point_shot": true,
      "is_tip": false,
      "is_regular_free_throw": false,
      "is_technical_free_throw": false,
      "points": 3,
      "rebound_type": null,
      "free_throw_type": null,
      "role": "fieldgoal",
      "shot_type": "jump-shot",
      "shot_type_label": "jump shot",
      "shot_type_desc": null,
      "basketball_event_id": "d431f29b-37b0-4ccf-a0a9-877c32bff73d",
      "player_id": "3e37fa11-8b08-4dbe-a31b-c0749b44c7d9",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "a2060c6e-4827-4ffb-aa93-a3a7cef4e411",
      "created_at": "2017-02-03T20:52:55-05:00",
      "updated_at": "2017-02-03T20:52:55-05:00",
      "is_defensive_rebound": false,
      "is_dunk": false,
      "is_free_throw": false,
      "is_hook": false,
      "is_jump_shot": false,
      "is_layup": false,
      "is_made": false,
      "is_offensive_rebound": false,
      "is_three_point_shot": false,
      "is_tip": false,
      "is_regular_free_throw": false,
      "is_technical_free_throw": false,
      "points": null,
      "rebound_type": null,
      "free_throw_type": null,
      "role": "assist",
      "shot_type": null,
      "shot_type_label": null,
      "shot_type_desc": null,
      "basketball_event_id": "d431f29b-37b0-4ccf-a0a9-877c32bff73d",
      "player_id": "ac968d42-7fc8-4e8e-8b42-d9153ad72236",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "c6563fb5-a42a-482f-ae05-a48277e22e8f",
      "created_at": "2017-02-03T20:41:28-05:00",
      "updated_at": "2017-02-03T20:41:28-05:00",
      "is_defensive_rebound": false,
      "is_dunk": false,
      "is_free_throw": false,
      "is_hook": false,
      "is_jump_shot": true,
      "is_layup": false,
      "is_made": true,
      "is_offensive_rebound": false,
      "is_three_point_shot": true,
      "is_tip": false,
      "is_regular_free_throw": false,
      "is_technical_free_throw": false,
      "points": 3,
      "rebound_type": null,
      "free_throw_type": null,
      "role": "fieldgoal",
      "shot_type": "jump-shot",
      "shot_type_label": "jump shot",
      "shot_type_desc": null,
      "basketball_event_id": "29825f90-cf93-4651-8d28-e1b57259f1fb",
      "player_id": "2221ed68-04da-4813-ae2c-71debd11c556",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "f26e562b-495d-4555-8bc2-09c1a508085f",
      "created_at": "2017-02-03T20:41:28-05:00",
      "updated_at": "2017-02-03T20:41:28-05:00",
      "is_defensive_rebound": false,
      "is_dunk": false,
      "is_free_throw": false,
      "is_hook": false,
      "is_jump_shot": false,
      "is_layup": false,
      "is_made": false,
      "is_offensive_rebound": false,
      "is_three_point_shot": false,
      "is_tip": false,
      "is_regular_free_throw": false,
      "is_technical_free_throw": false,
      "points": null,
      "rebound_type": null,
      "free_throw_type": null,
      "role": "assist",
      "shot_type": null,
      "shot_type_label": null,
      "shot_type_desc": null,
      "basketball_event_id": "29825f90-cf93-4651-8d28-e1b57259f1fb",
      "player_id": "937d1c8d-ef41-4c51-9754-afbc6f1e540e",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    }
  ],
  "play_by_play": [
    {
      "id": "80097c1b-bbd6-4c24-9ccd-0c9d806b37d2",
      "created_at": "2017-02-03T21:02:03-05:00",
      "updated_at": "2017-02-03T21:02:03-05:00",
      "clock": "2:27",
      "clock_seconds": 147,
      "coordinate_x": 244,
      "coordinate_y": 46,
      "description": "Marcus Smart makes three point jump shot (Al Horford assists)",
      "distance_from_scoring_basket_inches": 865.127,
      "distance_to_scoring_basket_inches": 315.412,
      "event_type": "threepointmade",
      "event_updated_at": "2017-02-03T21:00:31-05:00",
      "free_throw_attempt": null,
      "free_throw_attempt_of": null,
      "is_field_goal": true,
      "is_foul": false,
      "is_free_throw": false,
      "is_made": true,
      "is_miss": false,
      "is_scoring_play": true,
      "is_stoppage": false,
      "is_three_pointer": true,
      "is_turnover": false,
      "is_two_pointer": false,
      "quarter_number": 2,
      "quarter_type": "quarter",
      "team_basket": "left",
      "time_code": "PT2M27S",
      "turnover_label": null,
      "turnover_type": null,
      "game_id": "ef58d43b-39cb-47d8-8588-3275cb8735e9",
      "possession_team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16",
      "basketball_on_court_player_ids": [
        "16387fef-8c3a-457e-99f4-c8c009ff7615",
        "94c64fdf-7eb4-43da-94fb-b68d8b476e07",
        "b5cd7466-d210-4fe2-9ebd-ea2b8cdf4823",
        "193a2bf6-2f7c-4460-81fe-868c1c90a293",
        "1128d583-3a43-456a-b685-1f3f00701eed",
        "c8620d3c-27f5-42b6-a368-4241e86c42ef",
        "6c3ca8c3-8f7b-438d-9456-248bc085389f",
        "f9df4d52-765b-494a-9d70-bf19ab48c4bf",
        "dc60ff89-702a-4703-a5f9-5cad5ae1f91f",
        "2e59ea78-2ebc-42f1-a457-b73dd1d7251a",
        "97d3bef4-43e2-47b5-a386-93b2296677c9",
        "85bb1b7b-7982-4bcf-89ef-ea1b82d21dd5",
        "ed60ba70-7220-438c-88dd-fcd6ef481c47",
        "d7ed2443-a9be-4a04-ab21-f011bdb48e01",
        "841e5610-a47e-47a6-ac51-a9d671a6f766",
        "927f2866-a93c-4370-9399-d3105bbcb45b",
        "8e7d42d8-9d6f-4f93-b6cb-2d95566a06a5",
        "6b0ce3c4-32bc-4240-99dc-4cc3f22d8c69"
      ],
      "basketball_play_player_stat_ids": [
        "ccbfd843-e897-4827-9f97-bccd4911b914",
        "fed48c4b-e63e-47ba-a94b-d159dc3364e7"
      ]
    },
    {
      "id": "d431f29b-37b0-4ccf-a0a9-877c32bff73d",
      "created_at": "2017-02-03T20:52:39-05:00",
      "updated_at": "2017-02-03T20:52:39-05:00",
      "clock": "6:03",
      "clock_seconds": 363,
      "coordinate_x": 326,
      "coordinate_y": 468,
      "description": "Jae Crowder makes three point jump shot (Jonas Jerebko assists)",
      "distance_from_scoring_basket_inches": 763.707,
      "distance_to_scoring_basket_inches": 317.151,
      "event_type": "threepointmade",
      "event_updated_at": "2017-02-03T20:51:45-05:00",
      "free_throw_attempt": null,
      "free_throw_attempt_of": null,
      "is_field_goal": true,
      "is_foul": false,
      "is_free_throw": false,
      "is_made": true,
      "is_miss": false,
      "is_scoring_play": true,
      "is_stoppage": false,
      "is_three_pointer": true,
      "is_turnover": false,
      "is_two_pointer": false,
      "quarter_number": 2,
      "quarter_type": "quarter",
      "team_basket": "left",
      "time_code": "PT6M3S",
      "turnover_label": null,
      "turnover_type": null,
      "game_id": "ef58d43b-39cb-47d8-8588-3275cb8735e9",
      "possession_team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16",
      "basketball_on_court_player_ids": [
        "66fccb62-ee24-45ca-b59f-edd5576d40e4",
        "9511f95c-00c2-4f34-b910-7ea6692c2c7b",
        "f2c09746-a32f-4217-89c5-43ad73a394a2",
        "ea56bd75-235e-48b2-9eb5-838d3e75ac6e",
        "9eeb37e1-b155-4a8a-8fe1-0a75b6a5d263",
        "e7e27042-09c6-40c2-a643-77d17c23aca2",
        "01992511-782e-4bff-a7ec-dde4149f4816",
        "cf538ef3-1fd5-4699-9e78-ac388f5c0540",
        "6785b5c9-f38c-4bce-9b48-ba7bc31d07ce",
        "6337c4ed-0620-45c1-bffe-1a50db5b8e7f",
        "2d5b95d1-e214-4ba8-829a-310427b8034b",
        "328a41b7-7426-48dc-be02-4720a2be8902",
        "509ea53f-8992-4700-9ee5-26ad864a5b90",
        "acef9be6-038f-4fd1-b8ff-fd64150c2ebd",
        "714d3763-2144-48b7-880a-57133153da92",
        "2b338236-e876-4d65-aeba-907c3c779b6a",
        "574d935c-e56d-4aa8-ac06-25cbffb81b19",
        "294de050-8436-4758-a54b-02ef3c122a57"
      ],
      "basketball_play_player_stat_ids": [
        "1eb26d71-274f-4ef7-a075-6bca7a6dea23",
        "a2060c6e-4827-4ffb-aa93-a3a7cef4e411"
      ]
    },
    {
      "id": "29825f90-cf93-4651-8d28-e1b57259f1fb",
      "created_at": "2017-02-03T20:41:15-05:00",
      "updated_at": "2017-02-03T20:41:15-05:00",
      "clock": "10:26",
      "clock_seconds": 626,
      "coordinate_x": 316,
      "coordinate_y": 87,
      "description": "Jaylen Brown makes three point jump shot (Terry Rozier assists)",
      "distance_from_scoring_basket_inches": 784.471,
      "distance_to_scoring_basket_inches": 335.336,
      "event_type": "threepointmade",
      "event_updated_at": "2017-02-03T20:40:40-05:00",
      "free_throw_attempt": null,
      "free_throw_attempt_of": null,
      "is_field_goal": true,
      "is_foul": false,
      "is_free_throw": false,
      "is_made": true,
      "is_miss": false,
      "is_scoring_play": true,
      "is_stoppage": false,
      "is_three_pointer": true,
      "is_turnover": false,
      "is_two_pointer": false,
      "quarter_number": 2,
      "quarter_type": "quarter",
      "team_basket": "left",
      "time_code": "PT10M26S",
      "turnover_label": null,
      "turnover_type": null,
      "game_id": "ef58d43b-39cb-47d8-8588-3275cb8735e9",
      "possession_team_id": "ed6fc9b7-bfa2-4f04-a78d-f1876b6b4823",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16",
      "basketball_on_court_player_ids": [
        "133ecf4d-382a-48ba-a9fe-a76e2329d071",
        "12907852-8080-464b-8fc8-265ecc906221",
        "d9f8568a-0acb-4a5a-8390-e0216ccd8b72",
        "09104e17-d8e6-4e5c-a3d9-0900c86b4d2f",
        "b33f6f7a-eec4-49a8-b686-df35701c76cf",
        "e9a472d6-c70c-4d13-b7ec-99c1074f07d5",
        "d97e2ea6-dd15-4970-8c3d-7fffcd6208c6",
        "5a44fc74-5389-4d24-af23-d5104501df98",
        "64eb8da3-afc3-4203-aaf4-b3d19637b7ad",
        "a910bacf-6006-407d-b88b-342de95120cd",
        "bfc560a5-f245-478d-b861-9693b5669abe",
        "ad6f06e8-1a4b-4fb0-9c4d-43b70f45f83d",
        "18f0f7a5-003b-4076-8e14-05fcc08784c0",
        "05e1aaf2-7572-4820-9644-be151bfbfb60",
        "0869a178-d038-4bb3-b301-8a7054a3c0f7",
        "47065508-7396-4a33-993b-2c975e6cefef",
        "e26b6ff7-a317-44cf-a229-8fb134b95b44"
      ],
      "basketball_play_player_stat_ids": [
        "c6563fb5-a42a-482f-ae05-a48277e22e8f",
        "f26e562b-495d-4555-8bc2-09c1a508085f"
      ]
    }
  ]
}

This endpoint retrieves NBA Play By Play.

HTTP Request

GET https://api.stattleship.com/basketball/nba/play_by_play

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
id Required game slug as a resource, ie play_by_play/nba-2016-2017-pho-lac-2016-10-31-1930
quarter Number
team_id Team slug such as nba-bos for the Celtics.
event_type Filter by a type of play. See Basketball Play by Play Event Types above.
include_stats Optional. If present will return stats per player involved in play, such as who made the shot and who got the assist.
include_on_court Optional. If present will return every player on the court for the play.
per_page You can request up to 100 per page

Football Play By Play

curl -X "GET" "https://api.stattleship.com/football/nfl/play_by_play" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:


Play Types

extrapoint
fieldgoal
kick
pass
penalty
punt
rush


Example

http://box-score-hero.dev/football/nfl/play_by_play/nfl-2016-2017-min-chi-2016-10-31-2030?per_page=20&quarter=2&play_type=rush&team_id=nfl-chi


{
  "football_drives": [
    {
      "id": "bf554899-7125-46b4-8ed5-1bb5a0785b57",
      "created_at": "2016-11-01T14:31:45-04:00",
      "updated_at": "2016-11-01T14:31:45-04:00",
      "clock": ":25",
      "quarter": 2,
      "plays_count": 5,
      "game_id": "23e57800-de59-4782-bac3-96f70c2d4945",
      "team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "football_play_ids": [
        "87eccdc4-cf7d-43a6-8261-66a24dc0ade8",
        "b5169e95-f6da-485b-86c7-1a7ef6416c5c",
        "84f5fe45-9d3d-4c83-88ba-915f47ffa211",
        "5e13d5e8-3cd9-4f19-bbfa-c1927d75f10c",
        "8f31d4f8-5314-4f78-badc-8a3c2c830214"
      ]
    },
    {
      "id": "ae55798b-bc42-4c64-ba3d-643a314a8839",
      "created_at": "2016-10-31T21:36:22-04:00",
      "updated_at": "2016-10-31T21:36:22-04:00",
      "clock": "11:25",
      "quarter": 2,
      "plays_count": 7,
      "game_id": "23e57800-de59-4782-bac3-96f70c2d4945",
      "team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "football_play_ids": [
        "b0b0c7dc-6b7b-4fdd-85fe-dd495d1661c2",
        "83ecebd1-5aa5-4a97-bbcb-f7f7146d10f5",
        "475afc69-d9b9-4548-8214-c6de50d4d7da",
        "9b233efa-5944-46bb-b9fd-c56db9b8b14a",
        "8dbbb54c-0bd6-4bea-a181-2669cae2b25c",
        "df0e2dfe-038f-468d-a8e5-4b108d3c76fb",
        "84c14645-da67-4b9e-8295-01f45b5b9384"
      ]
    },
    {
      "id": "59cea020-0f92-4164-8644-0db508797d2e",
      "created_at": "2016-10-31T21:36:21-04:00",
      "updated_at": "2016-11-01T14:31:45-04:00",
      "clock": "01:17",
      "quarter": 2,
      "plays_count": 8,
      "game_id": "23e57800-de59-4782-bac3-96f70c2d4945",
      "team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "football_play_ids": [
        "f1b0a780-2975-4aa9-b2b0-d9fada8f56d1",
        "7f869efd-1605-4f29-a3f8-d398f290c99c",
        "a96dbf5c-8570-4ac6-86e9-6c056b2cfcb6",
        "984478b4-4a35-4312-92ad-d6f483cdc8be",
        "5ba33213-eb5b-458e-8274-447ba503698d",
        "975ea57c-2074-47fa-b422-b7e9d30a56a9",
        "eb220e56-da6d-4d3f-bac4-e415ff2a51b4",
        "8582e837-d3e5-43d8-ae8a-7dbeb36cbaa4"
      ]
    }
  ],
  "games": [
    {
      "id": "23e57800-de59-4782-bac3-96f70c2d4945",
      "created_at": "2016-08-16T03:56:20-04:00",
      "updated_at": "2016-11-01T14:31:43-04:00",
      "at_neutral_site": null,
      "attendance": null,
      "away_team_outcome": "loss",
      "away_team_score": 10,
      "broadcast": "ESPN, 206, and WatchESPN",
      "clock": ":00",
      "clock_secs": 0,
      "daytime": false,
      "duration": null,
      "ended_at": "2016-10-31T23:27:31-04:00",
      "home_team_outcome": "win",
      "home_team_score": 20,
      "humidity": null,
      "interval": "Week",
      "interval_number": 8,
      "interval_type": "week",
      "label": "Vikings vs Bears",
      "name": "Vikings vs Bears October 31, 2016 at  8:30pm",
      "on": "on October 31, 2016",
      "period": 4,
      "period_label": "Quarter",
      "score": "10-20",
      "score_differential": 10,
      "scoreline": "Vikings 10 - Bears 20",
      "slug": "nfl-2016-2017-min-chi-2016-10-31-2030",
      "started_at": "2016-10-31T20:30:00-04:00",
      "status": "closed",
      "internet_coverage": "WatchESPN",
      "satellite_coverage": "206",
      "television_coverage": "ESPN",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1477960200,
      "title": "Vikings vs Bears",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "away_team_id": "273bc0eb-8984-4474-bbc8-5cce491aa662",
      "winning_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "season_id": "8e660574-116b-4566-8060-3d83cf07cf80",
      "venue_id": "4076615f-7d38-4528-8563-fe5f5cb8af60",
      "official_ids": []
    }
  ],
  "home_teams": [
    {
      "id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:51-04:00",
      "color": "0B162A",
      "colors": [
        "0B162A",
        "C83803"
      ],
      "hashtag": "Bears",
      "hashtags": [
        "Bears",
        "BearDown"
      ],
      "location": "Chicago",
      "name": "Chicago",
      "nickname": "Bears",
      "latitude": null,
      "longitude": null,
      "slug": "nfl-chi",
      "division_id": "0e65eafb-0ce0-4b26-b79a-e0ae41991878",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "leagues": [
    {
      "id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:49-04:00",
      "abbreviation": "NFL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Football League",
      "periods": null,
      "slug": "nfl",
      "sport": "football"
    }
  ],
  "away_teams": [
    {
      "id": "273bc0eb-8984-4474-bbc8-5cce491aa662",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:52-04:00",
      "color": "4F2683",
      "colors": [
        "4F2683",
        "FFC62F",
        "E9BF9B",
        "000000"
      ],
      "hashtag": "Vikings",
      "hashtags": [
        "Vikings",
        "VikingsGameday"
      ],
      "location": "Minnesota",
      "name": "Minnesota",
      "nickname": "Vikings",
      "latitude": null,
      "longitude": null,
      "slug": "nfl-min",
      "division_id": "0e65eafb-0ce0-4b26-b79a-e0ae41991878",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "winning_teams": [
    {
      "id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:51-04:00",
      "color": "0B162A",
      "colors": [
        "0B162A",
        "C83803"
      ],
      "hashtag": "Bears",
      "hashtags": [
        "Bears",
        "BearDown"
      ],
      "location": "Chicago",
      "name": "Chicago",
      "nickname": "Bears",
      "latitude": null,
      "longitude": null,
      "slug": "nfl-chi",
      "division_id": "0e65eafb-0ce0-4b26-b79a-e0ae41991878",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "seasons": [
    {
      "id": "8e660574-116b-4566-8060-3d83cf07cf80",
      "created_at": "2016-02-16T18:57:00-05:00",
      "updated_at": "2016-03-21T14:58:18-04:00",
      "name": "2016-2017",
      "current_interval_type": "week",
      "starts_on": "2016-08-01",
      "ends_on": "2017-02-14",
      "slug": "nfl-2016-2017",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "venues": [
    {
      "id": "4076615f-7d38-4528-8563-fe5f5cb8af60",
      "created_at": "2016-08-16T03:55:51-04:00",
      "updated_at": "2016-08-16T03:55:51-04:00",
      "abbreviation": "Soldier Field",
      "capacity": 61500,
      "city": "Chicago",
      "country": "USA",
      "field_type": "turf",
      "name": "Soldier Field",
      "slug": "soldier-field-soldier-field",
      "state": "IL",
      "stadium_type": "outdoor",
      "time_zone": "America/New_York",
      "latitude": null,
      "longitude": null
    }
  ],
  "teams": [
    {
      "id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:51-04:00",
      "color": "0B162A",
      "colors": [
        "0B162A",
        "C83803"
      ],
      "hashtag": "Bears",
      "hashtags": [
        "Bears",
        "BearDown"
      ],
      "location": "Chicago",
      "name": "Chicago",
      "nickname": "Bears",
      "latitude": null,
      "longitude": null,
      "slug": "nfl-chi",
      "division_id": "0e65eafb-0ce0-4b26-b79a-e0ae41991878",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "273bc0eb-8984-4474-bbc8-5cce491aa662",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:52-04:00",
      "color": "4F2683",
      "colors": [
        "4F2683",
        "FFC62F",
        "E9BF9B",
        "000000"
      ],
      "hashtag": "Vikings",
      "hashtags": [
        "Vikings",
        "VikingsGameday"
      ],
      "location": "Minnesota",
      "name": "Minnesota",
      "nickname": "Vikings",
      "latitude": null,
      "longitude": null,
      "slug": "nfl-min",
      "division_id": "0e65eafb-0ce0-4b26-b79a-e0ae41991878",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "end_situation_side_teams": [
    {
      "id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:51-04:00",
      "color": "0B162A",
      "colors": [
        "0B162A",
        "C83803"
      ],
      "hashtag": "Bears",
      "hashtags": [
        "Bears",
        "BearDown"
      ],
      "location": "Chicago",
      "name": "Chicago",
      "nickname": "Bears",
      "latitude": null,
      "longitude": null,
      "slug": "nfl-chi",
      "division_id": "0e65eafb-0ce0-4b26-b79a-e0ae41991878",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "273bc0eb-8984-4474-bbc8-5cce491aa662",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:52-04:00",
      "color": "4F2683",
      "colors": [
        "4F2683",
        "FFC62F",
        "E9BF9B",
        "000000"
      ],
      "hashtag": "Vikings",
      "hashtags": [
        "Vikings",
        "VikingsGameday"
      ],
      "location": "Minnesota",
      "name": "Minnesota",
      "nickname": "Vikings",
      "latitude": null,
      "longitude": null,
      "slug": "nfl-min",
      "division_id": "0e65eafb-0ce0-4b26-b79a-e0ae41991878",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "end_situation_teams": [
    {
      "id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:51-04:00",
      "color": "0B162A",
      "colors": [
        "0B162A",
        "C83803"
      ],
      "hashtag": "Bears",
      "hashtags": [
        "Bears",
        "BearDown"
      ],
      "location": "Chicago",
      "name": "Chicago",
      "nickname": "Bears",
      "latitude": null,
      "longitude": null,
      "slug": "nfl-chi",
      "division_id": "0e65eafb-0ce0-4b26-b79a-e0ae41991878",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "start_situation_side_teams": [
    {
      "id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:51-04:00",
      "color": "0B162A",
      "colors": [
        "0B162A",
        "C83803"
      ],
      "hashtag": "Bears",
      "hashtags": [
        "Bears",
        "BearDown"
      ],
      "location": "Chicago",
      "name": "Chicago",
      "nickname": "Bears",
      "latitude": null,
      "longitude": null,
      "slug": "nfl-chi",
      "division_id": "0e65eafb-0ce0-4b26-b79a-e0ae41991878",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "273bc0eb-8984-4474-bbc8-5cce491aa662",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:52-04:00",
      "color": "4F2683",
      "colors": [
        "4F2683",
        "FFC62F",
        "E9BF9B",
        "000000"
      ],
      "hashtag": "Vikings",
      "hashtags": [
        "Vikings",
        "VikingsGameday"
      ],
      "location": "Minnesota",
      "name": "Minnesota",
      "nickname": "Vikings",
      "latitude": null,
      "longitude": null,
      "slug": "nfl-min",
      "division_id": "0e65eafb-0ce0-4b26-b79a-e0ae41991878",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "start_situation_teams": [
    {
      "id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:51-04:00",
      "color": "0B162A",
      "colors": [
        "0B162A",
        "C83803"
      ],
      "hashtag": "Bears",
      "hashtags": [
        "Bears",
        "BearDown"
      ],
      "location": "Chicago",
      "name": "Chicago",
      "nickname": "Bears",
      "latitude": null,
      "longitude": null,
      "slug": "nfl-chi",
      "division_id": "0e65eafb-0ce0-4b26-b79a-e0ae41991878",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "scoring_teams": [
    {
      "id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:51-04:00",
      "color": "0B162A",
      "colors": [
        "0B162A",
        "C83803"
      ],
      "hashtag": "Bears",
      "hashtags": [
        "Bears",
        "BearDown"
      ],
      "location": "Chicago",
      "name": "Chicago",
      "nickname": "Bears",
      "latitude": null,
      "longitude": null,
      "slug": "nfl-chi",
      "division_id": "0e65eafb-0ce0-4b26-b79a-e0ae41991878",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "football_play_advancements": [
    {
      "id": "63a502ec-9262-43ff-8464-e49c069b5654",
      "created_at": "2016-11-01T14:32:35-04:00",
      "updated_at": "2016-11-01T14:32:35-04:00",
      "sequence": 1,
      "advancement_type": "progression",
      "yards": null,
      "from_yard_line": 32,
      "to_yard_line": 43,
      "football_play_id": "8f31d4f8-5314-4f78-badc-8a3c2c830214",
      "team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "from_side_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "to_side_team_id": "009ff336-845b-411b-8ee5-9b3089e99398"
    },
    {
      "id": "974cad42-6bf9-46be-8f0e-129504039f8f",
      "created_at": "2016-11-01T14:32:34-04:00",
      "updated_at": "2016-11-01T14:32:34-04:00",
      "sequence": 1,
      "advancement_type": "progression",
      "yards": null,
      "from_yard_line": 25,
      "to_yard_line": 32,
      "football_play_id": "84f5fe45-9d3d-4c83-88ba-915f47ffa211",
      "team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "from_side_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "to_side_team_id": "009ff336-845b-411b-8ee5-9b3089e99398"
    },
    {
      "id": "efaad0bf-ed8b-4b7c-94d4-087d4b056051",
      "created_at": "2016-10-31T21:37:00-04:00",
      "updated_at": "2016-10-31T21:37:00-04:00",
      "sequence": 1,
      "advancement_type": "progression",
      "yards": null,
      "from_yard_line": 43,
      "to_yard_line": 42,
      "football_play_id": "df0e2dfe-038f-468d-a8e5-4b108d3c76fb",
      "team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "from_side_team_id": "273bc0eb-8984-4474-bbc8-5cce491aa662",
      "to_side_team_id": "273bc0eb-8984-4474-bbc8-5cce491aa662"
    },
    {
      "id": "41b2978d-d7c5-40f7-9894-ed9358baf398",
      "created_at": "2016-10-31T21:37:00-04:00",
      "updated_at": "2016-10-31T21:37:00-04:00",
      "sequence": 1,
      "advancement_type": "progression",
      "yards": null,
      "from_yard_line": 2,
      "to_yard_line": 0,
      "football_play_id": "84c14645-da67-4b9e-8295-01f45b5b9384",
      "team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "from_side_team_id": "273bc0eb-8984-4474-bbc8-5cce491aa662",
      "to_side_team_id": "273bc0eb-8984-4474-bbc8-5cce491aa662"
    },
    {
      "id": "9523d69b-9f82-43c4-a900-2471ffda98bf",
      "created_at": "2016-10-31T21:37:00-04:00",
      "updated_at": "2016-10-31T21:37:00-04:00",
      "sequence": 1,
      "advancement_type": "progression",
      "yards": null,
      "from_yard_line": 43,
      "to_yard_line": 43,
      "football_play_id": "b0b0c7dc-6b7b-4fdd-85fe-dd495d1661c2",
      "team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "from_side_team_id": "273bc0eb-8984-4474-bbc8-5cce491aa662",
      "to_side_team_id": "273bc0eb-8984-4474-bbc8-5cce491aa662"
    },
    {
      "id": "0d9122e5-e148-4212-9955-214df2b38dd6",
      "created_at": "2016-10-31T21:36:59-04:00",
      "updated_at": "2016-10-31T21:36:59-04:00",
      "sequence": 1,
      "advancement_type": "progression",
      "yards": null,
      "from_yard_line": 14,
      "to_yard_line": 13,
      "football_play_id": "a96dbf5c-8570-4ac6-86e9-6c056b2cfcb6",
      "team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "from_side_team_id": "273bc0eb-8984-4474-bbc8-5cce491aa662",
      "to_side_team_id": "273bc0eb-8984-4474-bbc8-5cce491aa662"
    },
    {
      "id": "2c74ec41-1853-47da-b303-ceea0710c840",
      "created_at": "2016-10-31T21:36:59-04:00",
      "updated_at": "2016-10-31T21:36:59-04:00",
      "sequence": 1,
      "advancement_type": "progression",
      "yards": null,
      "from_yard_line": 50,
      "to_yard_line": 48,
      "football_play_id": "f1b0a780-2975-4aa9-b2b0-d9fada8f56d1",
      "team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "from_side_team_id": "273bc0eb-8984-4474-bbc8-5cce491aa662",
      "to_side_team_id": "273bc0eb-8984-4474-bbc8-5cce491aa662"
    }
  ],
  "from_side_teams": [
    {
      "id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:51-04:00",
      "color": "0B162A",
      "colors": [
        "0B162A",
        "C83803"
      ],
      "hashtag": "Bears",
      "hashtags": [
        "Bears",
        "BearDown"
      ],
      "location": "Chicago",
      "name": "Chicago",
      "nickname": "Bears",
      "latitude": null,
      "longitude": null,
      "slug": "nfl-chi",
      "division_id": "0e65eafb-0ce0-4b26-b79a-e0ae41991878",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "273bc0eb-8984-4474-bbc8-5cce491aa662",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:52-04:00",
      "color": "4F2683",
      "colors": [
        "4F2683",
        "FFC62F",
        "E9BF9B",
        "000000"
      ],
      "hashtag": "Vikings",
      "hashtags": [
        "Vikings",
        "VikingsGameday"
      ],
      "location": "Minnesota",
      "name": "Minnesota",
      "nickname": "Vikings",
      "latitude": null,
      "longitude": null,
      "slug": "nfl-min",
      "division_id": "0e65eafb-0ce0-4b26-b79a-e0ae41991878",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "to_side_teams": [
    {
      "id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:51-04:00",
      "color": "0B162A",
      "colors": [
        "0B162A",
        "C83803"
      ],
      "hashtag": "Bears",
      "hashtags": [
        "Bears",
        "BearDown"
      ],
      "location": "Chicago",
      "name": "Chicago",
      "nickname": "Bears",
      "latitude": null,
      "longitude": null,
      "slug": "nfl-chi",
      "division_id": "0e65eafb-0ce0-4b26-b79a-e0ae41991878",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "273bc0eb-8984-4474-bbc8-5cce491aa662",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:52-04:00",
      "color": "4F2683",
      "colors": [
        "4F2683",
        "FFC62F",
        "E9BF9B",
        "000000"
      ],
      "hashtag": "Vikings",
      "hashtags": [
        "Vikings",
        "VikingsGameday"
      ],
      "location": "Minnesota",
      "name": "Minnesota",
      "nickname": "Vikings",
      "latitude": null,
      "longitude": null,
      "slug": "nfl-min",
      "division_id": "0e65eafb-0ce0-4b26-b79a-e0ae41991878",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "football_play_player_stats": [
    {
      "id": "50bffa3e-d5a3-4933-a849-0f74589ed64a",
      "created_at": "2016-11-01T14:32:35-04:00",
      "updated_at": "2016-11-01T14:32:35-04:00",
      "blocked_field_goal_return_returns": null,
      "blocked_field_goal_return_yards": null,
      "blocked_field_goal_return_touchdown": null,
      "blocked_punt_return_returns": null,
      "blocked_punt_return_yards": null,
      "blocked_punt_return_touchdown": null,
      "defense_assist": null,
      "defense_category": null,
      "defense_forced_fumble": null,
      "defense_interception": null,
      "defense_interception_touchdown": null,
      "defense_interception_yards": null,
      "defense_sack": null,
      "defense_sack_yards": null,
      "defense_safety": null,
      "defense_tackle": null,
      "defense_tackle_lost": null,
      "extra_point_attempt": null,
      "extra_point_blocked": null,
      "extra_point_made": null,
      "field_goal_attempt": null,
      "field_goal_attempt_yards": null,
      "field_goal_blocked": null,
      "field_goal_made": null,
      "field_goal_return": null,
      "field_goal_yards": null,
      "field_goal_return_returns": null,
      "field_goal_return_yards": null,
      "field_goal_return_touchdown": null,
      "fumble_category": null,
      "fumble_fumble": null,
      "fumble_lost": null,
      "fumble_out_of_bounds": null,
      "fumble_return_category": null,
      "fumble_return_opp_recovered": null,
      "fumble_return_own_recovered": null,
      "fumble_return_returned": null,
      "fumble_return_touchdown": null,
      "fumble_return_yards": null,
      "kickoffs_endzone": null,
      "kickoffs_inside_20": null,
      "kickoffs_kicks": null,
      "kickoffs_net_yards": null,
      "kickoffs_returned": null,
      "kickoffs_touchback": null,
      "kickoffs_yards": null,
      "kick_return_returns": null,
      "kick_return_yards": null,
      "kick_return_fair_catch": null,
      "kick_return_touchdown": null,
      "passing_attempt": null,
      "passing_completion": null,
      "passing_first_down": null,
      "passing_interception": null,
      "passing_red_zone_attempt": null,
      "passing_sacked": null,
      "passing_sacked_for_yards": null,
      "passing_safety": null,
      "passing_touchdown": null,
      "passing_yards": null,
      "penalty_abbreviation": null,
      "penalty_first_down": null,
      "penalty_yards": null,
      "punt_return_fair_catch": null,
      "punt_return_returned": null,
      "punt_return_touchdown": null,
      "punt_return_yards": null,
      "punting_blocked": null,
      "punting_inside_20": null,
      "punting_net_yards": null,
      "punting_punts": null,
      "punting_returned": null,
      "punting_safety": null,
      "punting_touchback": null,
      "punting_yards": null,
      "receiving_first_down": null,
      "receiving_fumble": null,
      "receiving_reception": null,
      "receiving_red_zone_target": null,
      "receiving_target": null,
      "receiving_touchdown": null,
      "receiving_yards": null,
      "receiving_yards_after_catch": null,
      "rushing_first_down": 1,
      "rushing_fumble": 0,
      "rushing_red_zone_attempt": 0,
      "rushing_rush": 1,
      "rushing_safety": 0,
      "rushing_touchdown": 0,
      "rushing_yards": 11,
      "two_point_conversion_attempt": null,
      "two_point_conversion_failed": null,
      "two_point_conversion_made": null,
      "two_point_conversion_pass": null,
      "two_point_conversion_rececption": null,
      "two_point_conversion_rush": null,
      "game_id": "23e57800-de59-4782-bac3-96f70c2d4945",
      "football_play_id": "8f31d4f8-5314-4f78-badc-8a3c2c830214",
      "player_id": "cdea5379-660d-4169-befd-c9ba414bec97"
    },
    {
      "id": "63d35b37-4922-4162-a6be-71ab9fc34dbf",
      "created_at": "2016-11-01T14:32:35-04:00",
      "updated_at": "2016-11-01T14:32:35-04:00",
      "blocked_field_goal_return_returns": null,
      "blocked_field_goal_return_yards": null,
      "blocked_field_goal_return_touchdown": null,
      "blocked_punt_return_returns": null,
      "blocked_punt_return_yards": null,
      "blocked_punt_return_touchdown": null,
      "defense_assist": 0,
      "defense_category": "defense",
      "defense_forced_fumble": null,
      "defense_interception": 0,
      "defense_interception_touchdown": null,
      "defense_interception_yards": null,
      "defense_sack": 0,
      "defense_sack_yards": null,
      "defense_safety": 0,
      "defense_tackle": 1,
      "defense_tackle_lost": 0,
      "extra_point_attempt": null,
      "extra_point_blocked": null,
      "extra_point_made": null,
      "field_goal_attempt": null,
      "field_goal_attempt_yards": null,
      "field_goal_blocked": null,
      "field_goal_made": null,
      "field_goal_return": null,
      "field_goal_yards": null,
      "field_goal_return_returns": null,
      "field_goal_return_yards": null,
      "field_goal_return_touchdown": null,
      "fumble_category": null,
      "fumble_fumble": null,
      "fumble_lost": null,
      "fumble_out_of_bounds": null,
      "fumble_return_category": null,
      "fumble_return_opp_recovered": null,
      "fumble_return_own_recovered": null,
      "fumble_return_returned": null,
      "fumble_return_touchdown": null,
      "fumble_return_yards": null,
      "kickoffs_endzone": null,
      "kickoffs_inside_20": null,
      "kickoffs_kicks": null,
      "kickoffs_net_yards": null,
      "kickoffs_returned": null,
      "kickoffs_touchback": null,
      "kickoffs_yards": null,
      "kick_return_returns": null,
      "kick_return_yards": null,
      "kick_return_fair_catch": null,
      "kick_return_touchdown": null,
      "passing_attempt": null,
      "passing_completion": null,
      "passing_first_down": null,
      "passing_interception": null,
      "passing_red_zone_attempt": null,
      "passing_sacked": null,
      "passing_sacked_for_yards": null,
      "passing_safety": null,
      "passing_touchdown": null,
      "passing_yards": null,
      "penalty_abbreviation": null,
      "penalty_first_down": null,
      "penalty_yards": null,
      "punt_return_fair_catch": null,
      "punt_return_returned": null,
      "punt_return_touchdown": null,
      "punt_return_yards": null,
      "punting_blocked": null,
      "punting_inside_20": null,
      "punting_net_yards": null,
      "punting_punts": null,
      "punting_returned": null,
      "punting_safety": null,
      "punting_touchback": null,
      "punting_yards": null,
      "receiving_first_down": null,
      "receiving_fumble": null,
      "receiving_reception": null,
      "receiving_red_zone_target": null,
      "receiving_target": null,
      "receiving_touchdown": null,
      "receiving_yards": null,
      "receiving_yards_after_catch": null,
      "rushing_first_down": null,
      "rushing_fumble": null,
      "rushing_red_zone_attempt": null,
      "rushing_rush": null,
      "rushing_safety": null,
      "rushing_touchdown": null,
      "rushing_yards": null,
      "two_point_conversion_attempt": null,
      "two_point_conversion_failed": null,
      "two_point_conversion_made": null,
      "two_point_conversion_pass": null,
      "two_point_conversion_rececption": null,
      "two_point_conversion_rush": null,
      "game_id": "23e57800-de59-4782-bac3-96f70c2d4945",
      "football_play_id": "8f31d4f8-5314-4f78-badc-8a3c2c830214",
      "player_id": "f3aab0ea-1499-4b6e-a9d0-112447e471b2"
    },
    {
      "id": "ad6ca8b0-e14f-41e4-932a-88ae4ee6cc2b",
      "created_at": "2016-11-01T14:32:34-04:00",
      "updated_at": "2016-11-01T14:32:34-04:00",
      "blocked_field_goal_return_returns": null,
      "blocked_field_goal_return_yards": null,
      "blocked_field_goal_return_touchdown": null,
      "blocked_punt_return_returns": null,
      "blocked_punt_return_yards": null,
      "blocked_punt_return_touchdown": null,
      "defense_assist": null,
      "defense_category": null,
      "defense_forced_fumble": null,
      "defense_interception": null,
      "defense_interception_touchdown": null,
      "defense_interception_yards": null,
      "defense_sack": null,
      "defense_sack_yards": null,
      "defense_safety": null,
      "defense_tackle": null,
      "defense_tackle_lost": null,
      "extra_point_attempt": null,
      "extra_point_blocked": null,
      "extra_point_made": null,
      "field_goal_attempt": null,
      "field_goal_attempt_yards": null,
      "field_goal_blocked": null,
      "field_goal_made": null,
      "field_goal_return": null,
      "field_goal_yards": null,
      "field_goal_return_returns": null,
      "field_goal_return_yards": null,
      "field_goal_return_touchdown": null,
      "fumble_category": null,
      "fumble_fumble": null,
      "fumble_lost": null,
      "fumble_out_of_bounds": null,
      "fumble_return_category": null,
      "fumble_return_opp_recovered": null,
      "fumble_return_own_recovered": null,
      "fumble_return_returned": null,
      "fumble_return_touchdown": null,
      "fumble_return_yards": null,
      "kickoffs_endzone": null,
      "kickoffs_inside_20": null,
      "kickoffs_kicks": null,
      "kickoffs_net_yards": null,
      "kickoffs_returned": null,
      "kickoffs_touchback": null,
      "kickoffs_yards": null,
      "kick_return_returns": null,
      "kick_return_yards": null,
      "kick_return_fair_catch": null,
      "kick_return_touchdown": null,
      "passing_attempt": null,
      "passing_completion": null,
      "passing_first_down": null,
      "passing_interception": null,
      "passing_red_zone_attempt": null,
      "passing_sacked": null,
      "passing_sacked_for_yards": null,
      "passing_safety": null,
      "passing_touchdown": null,
      "passing_yards": null,
      "penalty_abbreviation": null,
      "penalty_first_down": null,
      "penalty_yards": null,
      "punt_return_fair_catch": null,
      "punt_return_returned": null,
      "punt_return_touchdown": null,
      "punt_return_yards": null,
      "punting_blocked": null,
      "punting_inside_20": null,
      "punting_net_yards": null,
      "punting_punts": null,
      "punting_returned": null,
      "punting_safety": null,
      "punting_touchback": null,
      "punting_yards": null,
      "receiving_first_down": null,
      "receiving_fumble": null,
      "receiving_reception": null,
      "receiving_red_zone_target": null,
      "receiving_target": null,
      "receiving_touchdown": null,
      "receiving_yards": null,
      "receiving_yards_after_catch": null,
      "rushing_first_down": 0,
      "rushing_fumble": 0,
      "rushing_red_zone_attempt": 0,
      "rushing_rush": 1,
      "rushing_safety": 0,
      "rushing_touchdown": 0,
      "rushing_yards": 7,
      "two_point_conversion_attempt": null,
      "two_point_conversion_failed": null,
      "two_point_conversion_made": null,
      "two_point_conversion_pass": null,
      "two_point_conversion_rececption": null,
      "two_point_conversion_rush": null,
      "game_id": "23e57800-de59-4782-bac3-96f70c2d4945",
      "football_play_id": "84f5fe45-9d3d-4c83-88ba-915f47ffa211",
      "player_id": "cdea5379-660d-4169-befd-c9ba414bec97"
    },
    {
      "id": "b1415c4e-57f8-4e80-a521-af892ead4e66",
      "created_at": "2016-11-01T14:32:34-04:00",
      "updated_at": "2016-11-01T14:32:34-04:00",
      "blocked_field_goal_return_returns": null,
      "blocked_field_goal_return_yards": null,
      "blocked_field_goal_return_touchdown": null,
      "blocked_punt_return_returns": null,
      "blocked_punt_return_yards": null,
      "blocked_punt_return_touchdown": null,
      "defense_assist": 0,
      "defense_category": "defense",
      "defense_forced_fumble": null,
      "defense_interception": 0,
      "defense_interception_touchdown": null,
      "defense_interception_yards": null,
      "defense_sack": 0,
      "defense_sack_yards": null,
      "defense_safety": 0,
      "defense_tackle": 1,
      "defense_tackle_lost": 0,
      "extra_point_attempt": null,
      "extra_point_blocked": null,
      "extra_point_made": null,
      "field_goal_attempt": null,
      "field_goal_attempt_yards": null,
      "field_goal_blocked": null,
      "field_goal_made": null,
      "field_goal_return": null,
      "field_goal_yards": null,
      "field_goal_return_returns": null,
      "field_goal_return_yards": null,
      "field_goal_return_touchdown": null,
      "fumble_category": null,
      "fumble_fumble": null,
      "fumble_lost": null,
      "fumble_out_of_bounds": null,
      "fumble_return_category": null,
      "fumble_return_opp_recovered": null,
      "fumble_return_own_recovered": null,
      "fumble_return_returned": null,
      "fumble_return_touchdown": null,
      "fumble_return_yards": null,
      "kickoffs_endzone": null,
      "kickoffs_inside_20": null,
      "kickoffs_kicks": null,
      "kickoffs_net_yards": null,
      "kickoffs_returned": null,
      "kickoffs_touchback": null,
      "kickoffs_yards": null,
      "kick_return_returns": null,
      "kick_return_yards": null,
      "kick_return_fair_catch": null,
      "kick_return_touchdown": null,
      "passing_attempt": null,
      "passing_completion": null,
      "passing_first_down": null,
      "passing_interception": null,
      "passing_red_zone_attempt": null,
      "passing_sacked": null,
      "passing_sacked_for_yards": null,
      "passing_safety": null,
      "passing_touchdown": null,
      "passing_yards": null,
      "penalty_abbreviation": null,
      "penalty_first_down": null,
      "penalty_yards": null,
      "punt_return_fair_catch": null,
      "punt_return_returned": null,
      "punt_return_touchdown": null,
      "punt_return_yards": null,
      "punting_blocked": null,
      "punting_inside_20": null,
      "punting_net_yards": null,
      "punting_punts": null,
      "punting_returned": null,
      "punting_safety": null,
      "punting_touchback": null,
      "punting_yards": null,
      "receiving_first_down": null,
      "receiving_fumble": null,
      "receiving_reception": null,
      "receiving_red_zone_target": null,
      "receiving_target": null,
      "receiving_touchdown": null,
      "receiving_yards": null,
      "receiving_yards_after_catch": null,
      "rushing_first_down": null,
      "rushing_fumble": null,
      "rushing_red_zone_attempt": null,
      "rushing_rush": null,
      "rushing_safety": null,
      "rushing_touchdown": null,
      "rushing_yards": null,
      "two_point_conversion_attempt": null,
      "two_point_conversion_failed": null,
      "two_point_conversion_made": null,
      "two_point_conversion_pass": null,
      "two_point_conversion_rececption": null,
      "two_point_conversion_rush": null,
      "game_id": "23e57800-de59-4782-bac3-96f70c2d4945",
      "football_play_id": "84f5fe45-9d3d-4c83-88ba-915f47ffa211",
      "player_id": "5a431880-d87f-49d7-8368-1afe7aaa13c1"
    },
    {
      "id": "c9b3ed82-614d-4153-be0d-fb39b6a0c559",
      "created_at": "2016-10-31T21:37:00-04:00",
      "updated_at": "2016-10-31T21:37:00-04:00",
      "blocked_field_goal_return_returns": null,
      "blocked_field_goal_return_yards": null,
      "blocked_field_goal_return_touchdown": null,
      "blocked_punt_return_returns": null,
      "blocked_punt_return_yards": null,
      "blocked_punt_return_touchdown": null,
      "defense_assist": null,
      "defense_category": null,
      "defense_forced_fumble": null,
      "defense_interception": null,
      "defense_interception_touchdown": null,
      "defense_interception_yards": null,
      "defense_sack": null,
      "defense_sack_yards": null,
      "defense_safety": null,
      "defense_tackle": null,
      "defense_tackle_lost": null,
      "extra_point_attempt": null,
      "extra_point_blocked": null,
      "extra_point_made": null,
      "field_goal_attempt": null,
      "field_goal_attempt_yards": null,
      "field_goal_blocked": null,
      "field_goal_made": null,
      "field_goal_return": null,
      "field_goal_yards": null,
      "field_goal_return_returns": null,
      "field_goal_return_yards": null,
      "field_goal_return_touchdown": null,
      "fumble_category": null,
      "fumble_fumble": null,
      "fumble_lost": null,
      "fumble_out_of_bounds": null,
      "fumble_return_category": null,
      "fumble_return_opp_recovered": null,
      "fumble_return_own_recovered": null,
      "fumble_return_returned": null,
      "fumble_return_touchdown": null,
      "fumble_return_yards": null,
      "kickoffs_endzone": null,
      "kickoffs_inside_20": null,
      "kickoffs_kicks": null,
      "kickoffs_net_yards": null,
      "kickoffs_returned": null,
      "kickoffs_touchback": null,
      "kickoffs_yards": null,
      "kick_return_returns": null,
      "kick_return_yards": null,
      "kick_return_fair_catch": null,
      "kick_return_touchdown": null,
      "passing_attempt": null,
      "passing_completion": null,
      "passing_first_down": null,
      "passing_interception": null,
      "passing_red_zone_attempt": null,
      "passing_sacked": null,
      "passing_sacked_for_yards": null,
      "passing_safety": null,
      "passing_touchdown": null,
      "passing_yards": null,
      "penalty_abbreviation": null,
      "penalty_first_down": null,
      "penalty_yards": null,
      "punt_return_fair_catch": null,
      "punt_return_returned": null,
      "punt_return_touchdown": null,
      "punt_return_yards": null,
      "punting_blocked": null,
      "punting_inside_20": null,
      "punting_net_yards": null,
      "punting_punts": null,
      "punting_returned": null,
      "punting_safety": null,
      "punting_touchback": null,
      "punting_yards": null,
      "receiving_first_down": null,
      "receiving_fumble": null,
      "receiving_reception": null,
      "receiving_red_zone_target": null,
      "receiving_target": null,
      "receiving_touchdown": null,
      "receiving_yards": null,
      "receiving_yards_after_catch": null,
      "rushing_first_down": 0,
      "rushing_fumble": 0,
      "rushing_red_zone_attempt": 0,
      "rushing_rush": 1,
      "rushing_safety": 0,
      "rushing_touchdown": 0,
      "rushing_yards": 1,
      "two_point_conversion_attempt": null,
      "two_point_conversion_failed": null,
      "two_point_conversion_made": null,
      "two_point_conversion_pass": null,
      "two_point_conversion_rececption": null,
      "two_point_conversion_rush": null,
      "game_id": "23e57800-de59-4782-bac3-96f70c2d4945",
      "football_play_id": "df0e2dfe-038f-468d-a8e5-4b108d3c76fb",
      "player_id": "cdea5379-660d-4169-befd-c9ba414bec97"
    },
    {
      "id": "fab1ac7e-113b-45a8-8189-97a1ea816e76",
      "created_at": "2016-10-31T21:37:00-04:00",
      "updated_at": "2016-10-31T21:37:00-04:00",
      "blocked_field_goal_return_returns": null,
      "blocked_field_goal_return_yards": null,
      "blocked_field_goal_return_touchdown": null,
      "blocked_punt_return_returns": null,
      "blocked_punt_return_yards": null,
      "blocked_punt_return_touchdown": null,
      "defense_assist": 0,
      "defense_category": "defense",
      "defense_forced_fumble": null,
      "defense_interception": 0,
      "defense_interception_touchdown": null,
      "defense_interception_yards": null,
      "defense_sack": 0,
      "defense_sack_yards": null,
      "defense_safety": 0,
      "defense_tackle": 1,
      "defense_tackle_lost": 0,
      "extra_point_attempt": null,
      "extra_point_blocked": null,
      "extra_point_made": null,
      "field_goal_attempt": null,
      "field_goal_attempt_yards": null,
      "field_goal_blocked": null,
      "field_goal_made": null,
      "field_goal_return": null,
      "field_goal_yards": null,
      "field_goal_return_returns": null,
      "field_goal_return_yards": null,
      "field_goal_return_touchdown": null,
      "fumble_category": null,
      "fumble_fumble": null,
      "fumble_lost": null,
      "fumble_out_of_bounds": null,
      "fumble_return_category": null,
      "fumble_return_opp_recovered": null,
      "fumble_return_own_recovered": null,
      "fumble_return_returned": null,
      "fumble_return_touchdown": null,
      "fumble_return_yards": null,
      "kickoffs_endzone": null,
      "kickoffs_inside_20": null,
      "kickoffs_kicks": null,
      "kickoffs_net_yards": null,
      "kickoffs_returned": null,
      "kickoffs_touchback": null,
      "kickoffs_yards": null,
      "kick_return_returns": null,
      "kick_return_yards": null,
      "kick_return_fair_catch": null,
      "kick_return_touchdown": null,
      "passing_attempt": null,
      "passing_completion": null,
      "passing_first_down": null,
      "passing_interception": null,
      "passing_red_zone_attempt": null,
      "passing_sacked": null,
      "passing_sacked_for_yards": null,
      "passing_safety": null,
      "passing_touchdown": null,
      "passing_yards": null,
      "penalty_abbreviation": null,
      "penalty_first_down": null,
      "penalty_yards": null,
      "punt_return_fair_catch": null,
      "punt_return_returned": null,
      "punt_return_touchdown": null,
      "punt_return_yards": null,
      "punting_blocked": null,
      "punting_inside_20": null,
      "punting_net_yards": null,
      "punting_punts": null,
      "punting_returned": null,
      "punting_safety": null,
      "punting_touchback": null,
      "punting_yards": null,
      "receiving_first_down": null,
      "receiving_fumble": null,
      "receiving_reception": null,
      "receiving_red_zone_target": null,
      "receiving_target": null,
      "receiving_touchdown": null,
      "receiving_yards": null,
      "receiving_yards_after_catch": null,
      "rushing_first_down": null,
      "rushing_fumble": null,
      "rushing_red_zone_attempt": null,
      "rushing_rush": null,
      "rushing_safety": null,
      "rushing_touchdown": null,
      "rushing_yards": null,
      "two_point_conversion_attempt": null,
      "two_point_conversion_failed": null,
      "two_point_conversion_made": null,
      "two_point_conversion_pass": null,
      "two_point_conversion_rececption": null,
      "two_point_conversion_rush": null,
      "game_id": "23e57800-de59-4782-bac3-96f70c2d4945",
      "football_play_id": "df0e2dfe-038f-468d-a8e5-4b108d3c76fb",
      "player_id": "2c5e271b-34d6-49e1-b3f8-e13342b9941a"
    },
    {
      "id": "568a63e5-54b8-4e41-a72f-5f9d423e8b87",
      "created_at": "2016-10-31T21:37:00-04:00",
      "updated_at": "2016-10-31T21:37:00-04:00",
      "blocked_field_goal_return_returns": null,
      "blocked_field_goal_return_yards": null,
      "blocked_field_goal_return_touchdown": null,
      "blocked_punt_return_returns": null,
      "blocked_punt_return_yards": null,
      "blocked_punt_return_touchdown": null,
      "defense_assist": null,
      "defense_category": null,
      "defense_forced_fumble": null,
      "defense_interception": null,
      "defense_interception_touchdown": null,
      "defense_interception_yards": null,
      "defense_sack": null,
      "defense_sack_yards": null,
      "defense_safety": null,
      "defense_tackle": null,
      "defense_tackle_lost": null,
      "extra_point_attempt": null,
      "extra_point_blocked": null,
      "extra_point_made": null,
      "field_goal_attempt": null,
      "field_goal_attempt_yards": null,
      "field_goal_blocked": null,
      "field_goal_made": null,
      "field_goal_return": null,
      "field_goal_yards": null,
      "field_goal_return_returns": null,
      "field_goal_return_yards": null,
      "field_goal_return_touchdown": null,
      "fumble_category": null,
      "fumble_fumble": null,
      "fumble_lost": null,
      "fumble_out_of_bounds": null,
      "fumble_return_category": null,
      "fumble_return_opp_recovered": null,
      "fumble_return_own_recovered": null,
      "fumble_return_returned": null,
      "fumble_return_touchdown": null,
      "fumble_return_yards": null,
      "kickoffs_endzone": null,
      "kickoffs_inside_20": null,
      "kickoffs_kicks": null,
      "kickoffs_net_yards": null,
      "kickoffs_returned": null,
      "kickoffs_touchback": null,
      "kickoffs_yards": null,
      "kick_return_returns": null,
      "kick_return_yards": null,
      "kick_return_fair_catch": null,
      "kick_return_touchdown": null,
      "passing_attempt": null,
      "passing_completion": null,
      "passing_first_down": null,
      "passing_interception": null,
      "passing_red_zone_attempt": null,
      "passing_sacked": null,
      "passing_sacked_for_yards": null,
      "passing_safety": null,
      "passing_touchdown": null,
      "passing_yards": null,
      "penalty_abbreviation": null,
      "penalty_first_down": null,
      "penalty_yards": null,
      "punt_return_fair_catch": null,
      "punt_return_returned": null,
      "punt_return_touchdown": null,
      "punt_return_yards": null,
      "punting_blocked": null,
      "punting_inside_20": null,
      "punting_net_yards": null,
      "punting_punts": null,
      "punting_returned": null,
      "punting_safety": null,
      "punting_touchback": null,
      "punting_yards": null,
      "receiving_first_down": null,
      "receiving_fumble": null,
      "receiving_reception": null,
      "receiving_red_zone_target": null,
      "receiving_target": null,
      "receiving_touchdown": null,
      "receiving_yards": null,
      "receiving_yards_after_catch": null,
      "rushing_first_down": 1,
      "rushing_fumble": 0,
      "rushing_red_zone_attempt": 1,
      "rushing_rush": 1,
      "rushing_safety": 0,
      "rushing_touchdown": 1,
      "rushing_yards": 2,
      "two_point_conversion_attempt": null,
      "two_point_conversion_failed": null,
      "two_point_conversion_made": null,
      "two_point_conversion_pass": null,
      "two_point_conversion_rececption": null,
      "two_point_conversion_rush": null,
      "game_id": "23e57800-de59-4782-bac3-96f70c2d4945",
      "football_play_id": "84c14645-da67-4b9e-8295-01f45b5b9384",
      "player_id": "cdea5379-660d-4169-befd-c9ba414bec97"
    },
    {
      "id": "bf756a3c-4ba6-4e10-86a2-7bc0612e5149",
      "created_at": "2016-10-31T21:37:00-04:00",
      "updated_at": "2016-10-31T21:37:00-04:00",
      "blocked_field_goal_return_returns": null,
      "blocked_field_goal_return_yards": null,
      "blocked_field_goal_return_touchdown": null,
      "blocked_punt_return_returns": null,
      "blocked_punt_return_yards": null,
      "blocked_punt_return_touchdown": null,
      "defense_assist": null,
      "defense_category": null,
      "defense_forced_fumble": null,
      "defense_interception": null,
      "defense_interception_touchdown": null,
      "defense_interception_yards": null,
      "defense_sack": null,
      "defense_sack_yards": null,
      "defense_safety": null,
      "defense_tackle": null,
      "defense_tackle_lost": null,
      "extra_point_attempt": null,
      "extra_point_blocked": null,
      "extra_point_made": null,
      "field_goal_attempt": null,
      "field_goal_attempt_yards": null,
      "field_goal_blocked": null,
      "field_goal_made": null,
      "field_goal_return": null,
      "field_goal_yards": null,
      "field_goal_return_returns": null,
      "field_goal_return_yards": null,
      "field_goal_return_touchdown": null,
      "fumble_category": null,
      "fumble_fumble": null,
      "fumble_lost": null,
      "fumble_out_of_bounds": null,
      "fumble_return_category": null,
      "fumble_return_opp_recovered": null,
      "fumble_return_own_recovered": null,
      "fumble_return_returned": null,
      "fumble_return_touchdown": null,
      "fumble_return_yards": null,
      "kickoffs_endzone": null,
      "kickoffs_inside_20": null,
      "kickoffs_kicks": null,
      "kickoffs_net_yards": null,
      "kickoffs_returned": null,
      "kickoffs_touchback": null,
      "kickoffs_yards": null,
      "kick_return_returns": null,
      "kick_return_yards": null,
      "kick_return_fair_catch": null,
      "kick_return_touchdown": null,
      "passing_attempt": null,
      "passing_completion": null,
      "passing_first_down": null,
      "passing_interception": null,
      "passing_red_zone_attempt": null,
      "passing_sacked": null,
      "passing_sacked_for_yards": null,
      "passing_safety": null,
      "passing_touchdown": null,
      "passing_yards": null,
      "penalty_abbreviation": null,
      "penalty_first_down": null,
      "penalty_yards": null,
      "punt_return_fair_catch": null,
      "punt_return_returned": null,
      "punt_return_touchdown": null,
      "punt_return_yards": null,
      "punting_blocked": null,
      "punting_inside_20": null,
      "punting_net_yards": null,
      "punting_punts": null,
      "punting_returned": null,
      "punting_safety": null,
      "punting_touchback": null,
      "punting_yards": null,
      "receiving_first_down": null,
      "receiving_fumble": null,
      "receiving_reception": null,
      "receiving_red_zone_target": null,
      "receiving_target": null,
      "receiving_touchdown": null,
      "receiving_yards": null,
      "receiving_yards_after_catch": null,
      "rushing_first_down": 0,
      "rushing_fumble": 0,
      "rushing_red_zone_attempt": 0,
      "rushing_rush": 1,
      "rushing_safety": 0,
      "rushing_touchdown": 0,
      "rushing_yards": 0,
      "two_point_conversion_attempt": null,
      "two_point_conversion_failed": null,
      "two_point_conversion_made": null,
      "two_point_conversion_pass": null,
      "two_point_conversion_rececption": null,
      "two_point_conversion_rush": null,
      "game_id": "23e57800-de59-4782-bac3-96f70c2d4945",
      "football_play_id": "b0b0c7dc-6b7b-4fdd-85fe-dd495d1661c2",
      "player_id": "cdea5379-660d-4169-befd-c9ba414bec97"
    },
    {
      "id": "054ae00f-e17b-4cf7-9263-ceef5cebecd4",
      "created_at": "2016-10-31T21:37:00-04:00",
      "updated_at": "2016-10-31T21:37:00-04:00",
      "blocked_field_goal_return_returns": null,
      "blocked_field_goal_return_yards": null,
      "blocked_field_goal_return_touchdown": null,
      "blocked_punt_return_returns": null,
      "blocked_punt_return_yards": null,
      "blocked_punt_return_touchdown": null,
      "defense_assist": 0,
      "defense_category": "defense",
      "defense_forced_fumble": null,
      "defense_interception": 0,
      "defense_interception_touchdown": null,
      "defense_interception_yards": null,
      "defense_sack": 0,
      "defense_sack_yards": null,
      "defense_safety": 0,
      "defense_tackle": 1,
      "defense_tackle_lost": 0,
      "extra_point_attempt": null,
      "extra_point_blocked": null,
      "extra_point_made": null,
      "field_goal_attempt": null,
      "field_goal_attempt_yards": null,
      "field_goal_blocked": null,
      "field_goal_made": null,
      "field_goal_return": null,
      "field_goal_yards": null,
      "field_goal_return_returns": null,
      "field_goal_return_yards": null,
      "field_goal_return_touchdown": null,
      "fumble_category": null,
      "fumble_fumble": null,
      "fumble_lost": null,
      "fumble_out_of_bounds": null,
      "fumble_return_category": null,
      "fumble_return_opp_recovered": null,
      "fumble_return_own_recovered": null,
      "fumble_return_returned": null,
      "fumble_return_touchdown": null,
      "fumble_return_yards": null,
      "kickoffs_endzone": null,
      "kickoffs_inside_20": null,
      "kickoffs_kicks": null,
      "kickoffs_net_yards": null,
      "kickoffs_returned": null,
      "kickoffs_touchback": null,
      "kickoffs_yards": null,
      "kick_return_returns": null,
      "kick_return_yards": null,
      "kick_return_fair_catch": null,
      "kick_return_touchdown": null,
      "passing_attempt": null,
      "passing_completion": null,
      "passing_first_down": null,
      "passing_interception": null,
      "passing_red_zone_attempt": null,
      "passing_sacked": null,
      "passing_sacked_for_yards": null,
      "passing_safety": null,
      "passing_touchdown": null,
      "passing_yards": null,
      "penalty_abbreviation": null,
      "penalty_first_down": null,
      "penalty_yards": null,
      "punt_return_fair_catch": null,
      "punt_return_returned": null,
      "punt_return_touchdown": null,
      "punt_return_yards": null,
      "punting_blocked": null,
      "punting_inside_20": null,
      "punting_net_yards": null,
      "punting_punts": null,
      "punting_returned": null,
      "punting_safety": null,
      "punting_touchback": null,
      "punting_yards": null,
      "receiving_first_down": null,
      "receiving_fumble": null,
      "receiving_reception": null,
      "receiving_red_zone_target": null,
      "receiving_target": null,
      "receiving_touchdown": null,
      "receiving_yards": null,
      "receiving_yards_after_catch": null,
      "rushing_first_down": null,
      "rushing_fumble": null,
      "rushing_red_zone_attempt": null,
      "rushing_rush": null,
      "rushing_safety": null,
      "rushing_touchdown": null,
      "rushing_yards": null,
      "two_point_conversion_attempt": null,
      "two_point_conversion_failed": null,
      "two_point_conversion_made": null,
      "two_point_conversion_pass": null,
      "two_point_conversion_rececption": null,
      "two_point_conversion_rush": null,
      "game_id": "23e57800-de59-4782-bac3-96f70c2d4945",
      "football_play_id": "b0b0c7dc-6b7b-4fdd-85fe-dd495d1661c2",
      "player_id": "f3aab0ea-1499-4b6e-a9d0-112447e471b2"
    },
    {
      "id": "95c766f1-7a9d-4935-a026-27f4871650e0",
      "created_at": "2016-10-31T21:36:59-04:00",
      "updated_at": "2016-10-31T21:36:59-04:00",
      "blocked_field_goal_return_returns": null,
      "blocked_field_goal_return_yards": null,
      "blocked_field_goal_return_touchdown": null,
      "blocked_punt_return_returns": null,
      "blocked_punt_return_yards": null,
      "blocked_punt_return_touchdown": null,
      "defense_assist": null,
      "defense_category": null,
      "defense_forced_fumble": null,
      "defense_interception": null,
      "defense_interception_touchdown": null,
      "defense_interception_yards": null,
      "defense_sack": null,
      "defense_sack_yards": null,
      "defense_safety": null,
      "defense_tackle": null,
      "defense_tackle_lost": null,
      "extra_point_attempt": null,
      "extra_point_blocked": null,
      "extra_point_made": null,
      "field_goal_attempt": null,
      "field_goal_attempt_yards": null,
      "field_goal_blocked": null,
      "field_goal_made": null,
      "field_goal_return": null,
      "field_goal_yards": null,
      "field_goal_return_returns": null,
      "field_goal_return_yards": null,
      "field_goal_return_touchdown": null,
      "fumble_category": null,
      "fumble_fumble": null,
      "fumble_lost": null,
      "fumble_out_of_bounds": null,
      "fumble_return_category": null,
      "fumble_return_opp_recovered": null,
      "fumble_return_own_recovered": null,
      "fumble_return_returned": null,
      "fumble_return_touchdown": null,
      "fumble_return_yards": null,
      "kickoffs_endzone": null,
      "kickoffs_inside_20": null,
      "kickoffs_kicks": null,
      "kickoffs_net_yards": null,
      "kickoffs_returned": null,
      "kickoffs_touchback": null,
      "kickoffs_yards": null,
      "kick_return_returns": null,
      "kick_return_yards": null,
      "kick_return_fair_catch": null,
      "kick_return_touchdown": null,
      "passing_attempt": null,
      "passing_completion": null,
      "passing_first_down": null,
      "passing_interception": null,
      "passing_red_zone_attempt": null,
      "passing_sacked": null,
      "passing_sacked_for_yards": null,
      "passing_safety": null,
      "passing_touchdown": null,
      "passing_yards": null,
      "penalty_abbreviation": null,
      "penalty_first_down": null,
      "penalty_yards": null,
      "punt_return_fair_catch": null,
      "punt_return_returned": null,
      "punt_return_touchdown": null,
      "punt_return_yards": null,
      "punting_blocked": null,
      "punting_inside_20": null,
      "punting_net_yards": null,
      "punting_punts": null,
      "punting_returned": null,
      "punting_safety": null,
      "punting_touchback": null,
      "punting_yards": null,
      "receiving_first_down": null,
      "receiving_fumble": null,
      "receiving_reception": null,
      "receiving_red_zone_target": null,
      "receiving_target": null,
      "receiving_touchdown": null,
      "receiving_yards": null,
      "receiving_yards_after_catch": null,
      "rushing_first_down": 0,
      "rushing_fumble": 0,
      "rushing_red_zone_attempt": 1,
      "rushing_rush": 1,
      "rushing_safety": 0,
      "rushing_touchdown": 0,
      "rushing_yards": 1,
      "two_point_conversion_attempt": null,
      "two_point_conversion_failed": null,
      "two_point_conversion_made": null,
      "two_point_conversion_pass": null,
      "two_point_conversion_rececption": null,
      "two_point_conversion_rush": null,
      "game_id": "23e57800-de59-4782-bac3-96f70c2d4945",
      "football_play_id": "a96dbf5c-8570-4ac6-86e9-6c056b2cfcb6",
      "player_id": "cdea5379-660d-4169-befd-c9ba414bec97"
    },
    {
      "id": "167ea0a9-0dd9-478b-a6f3-5432969ea97b",
      "created_at": "2016-10-31T21:36:59-04:00",
      "updated_at": "2016-10-31T21:36:59-04:00",
      "blocked_field_goal_return_returns": null,
      "blocked_field_goal_return_yards": null,
      "blocked_field_goal_return_touchdown": null,
      "blocked_punt_return_returns": null,
      "blocked_punt_return_yards": null,
      "blocked_punt_return_touchdown": null,
      "defense_assist": 0,
      "defense_category": "defense",
      "defense_forced_fumble": null,
      "defense_interception": 0,
      "defense_interception_touchdown": null,
      "defense_interception_yards": null,
      "defense_sack": 0,
      "defense_sack_yards": null,
      "defense_safety": 0,
      "defense_tackle": 1,
      "defense_tackle_lost": 0,
      "extra_point_attempt": null,
      "extra_point_blocked": null,
      "extra_point_made": null,
      "field_goal_attempt": null,
      "field_goal_attempt_yards": null,
      "field_goal_blocked": null,
      "field_goal_made": null,
      "field_goal_return": null,
      "field_goal_yards": null,
      "field_goal_return_returns": null,
      "field_goal_return_yards": null,
      "field_goal_return_touchdown": null,
      "fumble_category": null,
      "fumble_fumble": null,
      "fumble_lost": null,
      "fumble_out_of_bounds": null,
      "fumble_return_category": null,
      "fumble_return_opp_recovered": null,
      "fumble_return_own_recovered": null,
      "fumble_return_returned": null,
      "fumble_return_touchdown": null,
      "fumble_return_yards": null,
      "kickoffs_endzone": null,
      "kickoffs_inside_20": null,
      "kickoffs_kicks": null,
      "kickoffs_net_yards": null,
      "kickoffs_returned": null,
      "kickoffs_touchback": null,
      "kickoffs_yards": null,
      "kick_return_returns": null,
      "kick_return_yards": null,
      "kick_return_fair_catch": null,
      "kick_return_touchdown": null,
      "passing_attempt": null,
      "passing_completion": null,
      "passing_first_down": null,
      "passing_interception": null,
      "passing_red_zone_attempt": null,
      "passing_sacked": null,
      "passing_sacked_for_yards": null,
      "passing_safety": null,
      "passing_touchdown": null,
      "passing_yards": null,
      "penalty_abbreviation": null,
      "penalty_first_down": null,
      "penalty_yards": null,
      "punt_return_fair_catch": null,
      "punt_return_returned": null,
      "punt_return_touchdown": null,
      "punt_return_yards": null,
      "punting_blocked": null,
      "punting_inside_20": null,
      "punting_net_yards": null,
      "punting_punts": null,
      "punting_returned": null,
      "punting_safety": null,
      "punting_touchback": null,
      "punting_yards": null,
      "receiving_first_down": null,
      "receiving_fumble": null,
      "receiving_reception": null,
      "receiving_red_zone_target": null,
      "receiving_target": null,
      "receiving_touchdown": null,
      "receiving_yards": null,
      "receiving_yards_after_catch": null,
      "rushing_first_down": null,
      "rushing_fumble": null,
      "rushing_red_zone_attempt": null,
      "rushing_rush": null,
      "rushing_safety": null,
      "rushing_touchdown": null,
      "rushing_yards": null,
      "two_point_conversion_attempt": null,
      "two_point_conversion_failed": null,
      "two_point_conversion_made": null,
      "two_point_conversion_pass": null,
      "two_point_conversion_rececption": null,
      "two_point_conversion_rush": null,
      "game_id": "23e57800-de59-4782-bac3-96f70c2d4945",
      "football_play_id": "a96dbf5c-8570-4ac6-86e9-6c056b2cfcb6",
      "player_id": "39f44de6-071e-4d54-a7f9-5b3f01faab90"
    },
    {
      "id": "bd1ae43d-907a-46b4-877f-13529287bf39",
      "created_at": "2016-10-31T21:36:59-04:00",
      "updated_at": "2016-10-31T21:36:59-04:00",
      "blocked_field_goal_return_returns": null,
      "blocked_field_goal_return_yards": null,
      "blocked_field_goal_return_touchdown": null,
      "blocked_punt_return_returns": null,
      "blocked_punt_return_yards": null,
      "blocked_punt_return_touchdown": null,
      "defense_assist": 0,
      "defense_category": "defense",
      "defense_forced_fumble": null,
      "defense_interception": 0,
      "defense_interception_touchdown": null,
      "defense_interception_yards": null,
      "defense_sack": 0,
      "defense_sack_yards": null,
      "defense_safety": 0,
      "defense_tackle": 1,
      "defense_tackle_lost": 0,
      "extra_point_attempt": null,
      "extra_point_blocked": null,
      "extra_point_made": null,
      "field_goal_attempt": null,
      "field_goal_attempt_yards": null,
      "field_goal_blocked": null,
      "field_goal_made": null,
      "field_goal_return": null,
      "field_goal_yards": null,
      "field_goal_return_returns": null,
      "field_goal_return_yards": null,
      "field_goal_return_touchdown": null,
      "fumble_category": null,
      "fumble_fumble": null,
      "fumble_lost": null,
      "fumble_out_of_bounds": null,
      "fumble_return_category": null,
      "fumble_return_opp_recovered": null,
      "fumble_return_own_recovered": null,
      "fumble_return_returned": null,
      "fumble_return_touchdown": null,
      "fumble_return_yards": null,
      "kickoffs_endzone": null,
      "kickoffs_inside_20": null,
      "kickoffs_kicks": null,
      "kickoffs_net_yards": null,
      "kickoffs_returned": null,
      "kickoffs_touchback": null,
      "kickoffs_yards": null,
      "kick_return_returns": null,
      "kick_return_yards": null,
      "kick_return_fair_catch": null,
      "kick_return_touchdown": null,
      "passing_attempt": null,
      "passing_completion": null,
      "passing_first_down": null,
      "passing_interception": null,
      "passing_red_zone_attempt": null,
      "passing_sacked": null,
      "passing_sacked_for_yards": null,
      "passing_safety": null,
      "passing_touchdown": null,
      "passing_yards": null,
      "penalty_abbreviation": null,
      "penalty_first_down": null,
      "penalty_yards": null,
      "punt_return_fair_catch": null,
      "punt_return_returned": null,
      "punt_return_touchdown": null,
      "punt_return_yards": null,
      "punting_blocked": null,
      "punting_inside_20": null,
      "punting_net_yards": null,
      "punting_punts": null,
      "punting_returned": null,
      "punting_safety": null,
      "punting_touchback": null,
      "punting_yards": null,
      "receiving_first_down": null,
      "receiving_fumble": null,
      "receiving_reception": null,
      "receiving_red_zone_target": null,
      "receiving_target": null,
      "receiving_touchdown": null,
      "receiving_yards": null,
      "receiving_yards_after_catch": null,
      "rushing_first_down": null,
      "rushing_fumble": null,
      "rushing_red_zone_attempt": null,
      "rushing_rush": null,
      "rushing_safety": null,
      "rushing_touchdown": null,
      "rushing_yards": null,
      "two_point_conversion_attempt": null,
      "two_point_conversion_failed": null,
      "two_point_conversion_made": null,
      "two_point_conversion_pass": null,
      "two_point_conversion_rececption": null,
      "two_point_conversion_rush": null,
      "game_id": "23e57800-de59-4782-bac3-96f70c2d4945",
      "football_play_id": "f1b0a780-2975-4aa9-b2b0-d9fada8f56d1",
      "player_id": "ee996b9f-fab9-4ace-9931-5b8103232c18"
    },
    {
      "id": "5f4e74e5-57a2-47c0-8968-b4ef89d18e09",
      "created_at": "2016-10-31T21:36:59-04:00",
      "updated_at": "2016-10-31T21:36:59-04:00",
      "blocked_field_goal_return_returns": null,
      "blocked_field_goal_return_yards": null,
      "blocked_field_goal_return_touchdown": null,
      "blocked_punt_return_returns": null,
      "blocked_punt_return_yards": null,
      "blocked_punt_return_touchdown": null,
      "defense_assist": null,
      "defense_category": null,
      "defense_forced_fumble": null,
      "defense_interception": null,
      "defense_interception_touchdown": null,
      "defense_interception_yards": null,
      "defense_sack": null,
      "defense_sack_yards": null,
      "defense_safety": null,
      "defense_tackle": null,
      "defense_tackle_lost": null,
      "extra_point_attempt": null,
      "extra_point_blocked": null,
      "extra_point_made": null,
      "field_goal_attempt": null,
      "field_goal_attempt_yards": null,
      "field_goal_blocked": null,
      "field_goal_made": null,
      "field_goal_return": null,
      "field_goal_yards": null,
      "field_goal_return_returns": null,
      "field_goal_return_yards": null,
      "field_goal_return_touchdown": null,
      "fumble_category": null,
      "fumble_fumble": null,
      "fumble_lost": null,
      "fumble_out_of_bounds": null,
      "fumble_return_category": null,
      "fumble_return_opp_recovered": null,
      "fumble_return_own_recovered": null,
      "fumble_return_returned": null,
      "fumble_return_touchdown": null,
      "fumble_return_yards": null,
      "kickoffs_endzone": null,
      "kickoffs_inside_20": null,
      "kickoffs_kicks": null,
      "kickoffs_net_yards": null,
      "kickoffs_returned": null,
      "kickoffs_touchback": null,
      "kickoffs_yards": null,
      "kick_return_returns": null,
      "kick_return_yards": null,
      "kick_return_fair_catch": null,
      "kick_return_touchdown": null,
      "passing_attempt": null,
      "passing_completion": null,
      "passing_first_down": null,
      "passing_interception": null,
      "passing_red_zone_attempt": null,
      "passing_sacked": null,
      "passing_sacked_for_yards": null,
      "passing_safety": null,
      "passing_touchdown": null,
      "passing_yards": null,
      "penalty_abbreviation": null,
      "penalty_first_down": null,
      "penalty_yards": null,
      "punt_return_fair_catch": null,
      "punt_return_returned": null,
      "punt_return_touchdown": null,
      "punt_return_yards": null,
      "punting_blocked": null,
      "punting_inside_20": null,
      "punting_net_yards": null,
      "punting_punts": null,
      "punting_returned": null,
      "punting_safety": null,
      "punting_touchback": null,
      "punting_yards": null,
      "receiving_first_down": null,
      "receiving_fumble": null,
      "receiving_reception": null,
      "receiving_red_zone_target": null,
      "receiving_target": null,
      "receiving_touchdown": null,
      "receiving_yards": null,
      "receiving_yards_after_catch": null,
      "rushing_first_down": 0,
      "rushing_fumble": 0,
      "rushing_red_zone_attempt": 0,
      "rushing_rush": 1,
      "rushing_safety": 0,
      "rushing_touchdown": 0,
      "rushing_yards": 2,
      "two_point_conversion_attempt": null,
      "two_point_conversion_failed": null,
      "two_point_conversion_made": null,
      "two_point_conversion_pass": null,
      "two_point_conversion_rececption": null,
      "two_point_conversion_rush": null,
      "game_id": "23e57800-de59-4782-bac3-96f70c2d4945",
      "football_play_id": "f1b0a780-2975-4aa9-b2b0-d9fada8f56d1",
      "player_id": "27b26ba2-fdde-4238-9acf-a31abed4b647"
    }
  ],
  "players": [
    {
      "id": "cdea5379-660d-4169-befd-c9ba414bec97",
      "created_at": "2016-04-30T18:57:44-04:00",
      "updated_at": "2016-09-18T13:15:15-04:00",
      "active": true,
      "birth_date": "1994-11-02",
      "captain": null,
      "city": "Gardendale, AL, USA",
      "country": "USA",
      "draft_season": "2016",
      "draft_round": 5,
      "draft_overall_pick": 150,
      "draft_team_name": "CHI",
      "first_name": "Jordan",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 73,
      "high_school": "Gardendale (AL)",
      "unit_of_height": "inches",
      "last_name": "Howard",
      "name": "Jordan Howard",
      "nickname": "J.Howard",
      "position_abbreviation": "RB",
      "position_name": "Running Back",
      "salary": null,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Indiana",
      "slug": "nfl-jordan-howard",
      "sport": "football",
      "state": "Alabama",
      "weight": 230,
      "uniform_number": "24",
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "pro_debut": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "92b07ec8-fdf7-4052-8f29-2bc02d38a7aa",
      "team_id": "009ff336-845b-411b-8ee5-9b3089e99398"
    },
    {
      "id": "f3aab0ea-1499-4b6e-a9d0-112447e471b2",
      "created_at": "2016-01-06T01:06:13-05:00",
      "updated_at": "2016-09-18T13:15:48-04:00",
      "active": true,
      "birth_date": "1989-02-02",
      "captain": null,
      "city": "Augusta, GA, USA",
      "country": "USA",
      "draft_season": "2012",
      "draft_round": 1,
      "draft_overall_pick": 29,
      "draft_team_name": "MIN",
      "first_name": "Harrison",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 74,
      "high_school": "Knoxville Catholic (TN)",
      "unit_of_height": "inches",
      "last_name": "Smith",
      "name": "Harrison Smith",
      "nickname": "H.Smith",
      "position_abbreviation": "S",
      "position_name": "Safety",
      "salary": 2271355,
      "humanized_salary": "2,271,355",
      "salary_currency": "USD",
      "school": "Notre Dame",
      "slug": "nfl-harrison-smith",
      "sport": "football",
      "state": "Tennessee",
      "weight": 214,
      "uniform_number": "22",
      "unit_of_weight": "pounds",
      "years_of_experience": 5,
      "pro_debut": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "08061b56-38f4-4d77-a07a-8a5286bad884",
      "team_id": "273bc0eb-8984-4474-bbc8-5cce491aa662"
    },
    {
      "id": "5a431880-d87f-49d7-8368-1afe7aaa13c1",
      "created_at": "2016-01-06T01:06:21-05:00",
      "updated_at": "2016-09-18T13:15:50-04:00",
      "active": true,
      "birth_date": "1992-02-29",
      "captain": null,
      "city": "Fresno, CA, USA",
      "country": "USA",
      "draft_season": "2015",
      "draft_round": 2,
      "draft_overall_pick": 45,
      "draft_team_name": "MIN",
      "first_name": "Eric",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 72,
      "high_school": "Hoover",
      "unit_of_height": "inches",
      "last_name": "Kendricks",
      "name": "Eric Kendricks",
      "nickname": "E.Kendricks",
      "position_abbreviation": "LB",
      "position_name": "Linebacker",
      "salary": 937440,
      "humanized_salary": "937,440",
      "salary_currency": "USD",
      "school": "UCLA",
      "slug": "nfl-eric-kendricks",
      "sport": "football",
      "state": "California",
      "weight": 232,
      "uniform_number": "54",
      "unit_of_weight": "pounds",
      "years_of_experience": 2,
      "pro_debut": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "92fd969f-02a9-4d90-a0f4-9bacad0db039",
      "team_id": "273bc0eb-8984-4474-bbc8-5cce491aa662"
    },
    {
      "id": "2c5e271b-34d6-49e1-b3f8-e13342b9941a",
      "created_at": "2016-01-06T01:06:06-05:00",
      "updated_at": "2016-09-18T13:15:49-04:00",
      "active": true,
      "birth_date": "1987-12-22",
      "captain": null,
      "city": "Avondale, AZ, USA",
      "country": "USA",
      "draft_season": "2010",
      "draft_round": 4,
      "draft_overall_pick": 100,
      "draft_team_name": "MIN",
      "first_name": "Everson",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 75,
      "high_school": "Agua Fria Union (AZ)",
      "unit_of_height": "inches",
      "last_name": "Griffen",
      "name": "Everson Griffen",
      "nickname": "E.Griffen",
      "position_abbreviation": "DE",
      "position_name": "Defensive End",
      "salary": 8200000,
      "humanized_salary": "8,200,000",
      "salary_currency": "USD",
      "school": "USC",
      "slug": "nfl-everson-griffen",
      "sport": "football",
      "state": "Arizona",
      "weight": 273,
      "uniform_number": "97",
      "unit_of_weight": "pounds",
      "years_of_experience": 7,
      "pro_debut": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "53e6617c-8be9-497d-81ff-4dc118f20dad",
      "team_id": "273bc0eb-8984-4474-bbc8-5cce491aa662"
    },
    {
      "id": "39f44de6-071e-4d54-a7f9-5b3f01faab90",
      "created_at": "2016-01-06T01:06:13-05:00",
      "updated_at": "2016-09-18T13:15:49-04:00",
      "active": true,
      "birth_date": "1991-02-25",
      "captain": null,
      "city": "Brookville, NY, USA",
      "country": "USA",
      "draft_season": "2014",
      "draft_round": 7,
      "draft_overall_pick": 220,
      "draft_team_name": "MIN",
      "first_name": "Shamar",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 77,
      "high_school": "Long Island Lutheran (NY)",
      "unit_of_height": "inches",
      "last_name": "Stephen",
      "name": "Shamar Stephen",
      "nickname": "S.Stephen",
      "position_abbreviation": "DT",
      "position_name": "Defensive Tackle",
      "salary": 526287,
      "humanized_salary": "526,287",
      "salary_currency": "USD",
      "school": "Connecticut",
      "slug": "nfl-shamar-stephen",
      "sport": "football",
      "state": "New York",
      "weight": 310,
      "uniform_number": "93",
      "unit_of_weight": "pounds",
      "years_of_experience": 3,
      "pro_debut": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "b2ae1fec-a240-44bd-a81c-2af30d1a105d",
      "team_id": "273bc0eb-8984-4474-bbc8-5cce491aa662"
    },
    {
      "id": "ee996b9f-fab9-4ace-9931-5b8103232c18",
      "created_at": "2016-01-06T01:06:12-05:00",
      "updated_at": "2016-09-18T13:15:49-04:00",
      "active": true,
      "birth_date": "1983-04-27",
      "captain": null,
      "city": "Houston, TX, USA",
      "country": "USA",
      "draft_season": "2007",
      "draft_round": 4,
      "draft_overall_pick": 102,
      "draft_team_name": "MIN",
      "first_name": "Brian",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 75,
      "high_school": "Splendora (TX)",
      "unit_of_height": "inches",
      "last_name": "Robison",
      "name": "Brian Robison",
      "nickname": "B.Robison",
      "position_abbreviation": "DE",
      "position_name": "Defensive End",
      "salary": 5650000,
      "humanized_salary": "5,650,000",
      "salary_currency": "USD",
      "school": "Texas",
      "slug": "nfl-brian-robison",
      "sport": "football",
      "state": "Texas",
      "weight": 259,
      "uniform_number": "96",
      "unit_of_weight": "pounds",
      "years_of_experience": 10,
      "pro_debut": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "53e6617c-8be9-497d-81ff-4dc118f20dad",
      "team_id": "273bc0eb-8984-4474-bbc8-5cce491aa662"
    },
    {
      "id": "27b26ba2-fdde-4238-9acf-a31abed4b647",
      "created_at": "2016-01-06T01:07:04-05:00",
      "updated_at": "2016-09-18T13:15:14-04:00",
      "active": true,
      "birth_date": "1992-10-30",
      "captain": null,
      "city": "Tucson, AZ, USA",
      "country": "USA",
      "draft_season": "2014",
      "draft_round": 4,
      "draft_overall_pick": 117,
      "draft_team_name": "CHI",
      "first_name": "Ka'Deem",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 70,
      "high_school": "Canyon del Oro (AZ)",
      "unit_of_height": "inches",
      "last_name": "Carey",
      "name": "Ka'Deem Carey",
      "nickname": "K.Carey",
      "position_abbreviation": "RB",
      "position_name": "Running Back",
      "salary": 620845,
      "humanized_salary": "620,845",
      "salary_currency": "USD",
      "school": "Arizona",
      "slug": "nfl-ka-deem-carey",
      "sport": "football",
      "state": "Arizona",
      "weight": 210,
      "uniform_number": "25",
      "unit_of_weight": "pounds",
      "years_of_experience": 3,
      "pro_debut": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "92b07ec8-fdf7-4052-8f29-2bc02d38a7aa",
      "team_id": "009ff336-845b-411b-8ee5-9b3089e99398"
    }
  ],
  "play_by_play": [
    {
      "id": "8f31d4f8-5314-4f78-badc-8a3c2c830214",
      "created_at": "2016-11-01T14:31:45-04:00",
      "updated_at": "2016-10-31T21:57:09-04:00",
      "advancements_count": 1,
      "clock": ":17",
      "direction": "",
      "distance": "",
      "down": 2,
      "end_situation_down": 1,
      "end_situation_side_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "end_situation_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "end_situation_yard_line": 43,
      "end_situation_yards_to_first_down": 10,
      "formation": "",
      "official": true,
      "overturned": null,
      "play_type": "rush",
      "play_updated_at": "2016-10-31T21:57:09-04:00",
      "points_scored": null,
      "possession_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "quarter": 2,
      "score_type": null,
      "scoring_team_id": null,
      "sequence": 93,
      "start_situation_down": 2,
      "start_situation_side_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "start_situation_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "start_situation_yard_line": 32,
      "start_situation_yards_to_first_down": 3,
      "summary": "24-J.Howard to CHI 43 for 11 yards (22-H.Smith).",
      "yard_line": 32,
      "yards_to_first_down": 3,
      "football_drive_id": "bf554899-7125-46b4-8ed5-1bb5a0785b57",
      "game_id": "23e57800-de59-4782-bac3-96f70c2d4945",
      "team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "football_play_advancement_ids": [
        "63a502ec-9262-43ff-8464-e49c069b5654"
      ],
      "football_play_player_stat_ids": [
        "50bffa3e-d5a3-4933-a849-0f74589ed64a",
        "63d35b37-4922-4162-a6be-71ab9fc34dbf"
      ]
    },
    {
      "id": "84f5fe45-9d3d-4c83-88ba-915f47ffa211",
      "created_at": "2016-11-01T14:31:45-04:00",
      "updated_at": "2016-10-31T21:56:33-04:00",
      "advancements_count": 1,
      "clock": ":25",
      "direction": "Left",
      "distance": "",
      "down": 1,
      "end_situation_down": 2,
      "end_situation_side_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "end_situation_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "end_situation_yard_line": 32,
      "end_situation_yards_to_first_down": 3,
      "formation": "Shotgun",
      "official": true,
      "overturned": null,
      "play_type": "rush",
      "play_updated_at": "2016-10-31T21:56:33-04:00",
      "points_scored": null,
      "possession_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "quarter": 2,
      "score_type": null,
      "scoring_team_id": null,
      "sequence": 91,
      "start_situation_down": 1,
      "start_situation_side_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "start_situation_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "start_situation_yard_line": 25,
      "start_situation_yards_to_first_down": 10,
      "summary": "24-J.Howard to CHI 32 for 7 yards (54-E.Kendricks).",
      "yard_line": 25,
      "yards_to_first_down": 10,
      "football_drive_id": "bf554899-7125-46b4-8ed5-1bb5a0785b57",
      "game_id": "23e57800-de59-4782-bac3-96f70c2d4945",
      "team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "football_play_advancement_ids": [
        "974cad42-6bf9-46be-8f0e-129504039f8f"
      ],
      "football_play_player_stat_ids": [
        "ad6ca8b0-e14f-41e4-932a-88ae4ee6cc2b",
        "b1415c4e-57f8-4e80-a521-af892ead4e66"
      ]
    },
    {
      "id": "df0e2dfe-038f-468d-a8e5-4b108d3c76fb",
      "created_at": "2016-10-31T21:36:22-04:00",
      "updated_at": "2016-10-31T21:28:33-04:00",
      "advancements_count": 1,
      "clock": "10:50",
      "direction": "Left",
      "distance": "",
      "down": 2,
      "end_situation_down": 3,
      "end_situation_side_team_id": "273bc0eb-8984-4474-bbc8-5cce491aa662",
      "end_situation_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "end_situation_yard_line": 42,
      "end_situation_yards_to_first_down": 9,
      "formation": "",
      "official": true,
      "overturned": null,
      "play_type": "rush",
      "play_updated_at": "2016-10-31T21:28:33-04:00",
      "points_scored": null,
      "possession_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "quarter": 2,
      "score_type": null,
      "scoring_team_id": null,
      "sequence": 63,
      "start_situation_down": 2,
      "start_situation_side_team_id": "273bc0eb-8984-4474-bbc8-5cce491aa662",
      "start_situation_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "start_situation_yard_line": 43,
      "start_situation_yards_to_first_down": 10,
      "summary": "24-J.Howard to MIN 42 for 1 yard (97-E.Griffen).",
      "yard_line": 43,
      "yards_to_first_down": 10,
      "football_drive_id": "ae55798b-bc42-4c64-ba3d-643a314a8839",
      "game_id": "23e57800-de59-4782-bac3-96f70c2d4945",
      "team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "football_play_advancement_ids": [
        "efaad0bf-ed8b-4b7c-94d4-087d4b056051"
      ],
      "football_play_player_stat_ids": [
        "c9b3ed82-614d-4153-be0d-fb39b6a0c559",
        "fab1ac7e-113b-45a8-8189-97a1ea816e76"
      ]
    },
    {
      "id": "84c14645-da67-4b9e-8295-01f45b5b9384",
      "created_at": "2016-10-31T21:36:22-04:00",
      "updated_at": "2016-10-31T21:31:23-04:00",
      "advancements_count": 1,
      "clock": "07:54",
      "direction": "Right",
      "distance": "",
      "down": 2,
      "end_situation_down": null,
      "end_situation_side_team_id": "273bc0eb-8984-4474-bbc8-5cce491aa662",
      "end_situation_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "end_situation_yard_line": 15,
      "end_situation_yards_to_first_down": null,
      "formation": "",
      "official": true,
      "overturned": null,
      "play_type": "rush",
      "play_updated_at": "2016-10-31T21:31:23-04:00",
      "points_scored": 6,
      "possession_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "quarter": 2,
      "score_type": "touchdown",
      "scoring_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "sequence": 67,
      "start_situation_down": 2,
      "start_situation_side_team_id": "273bc0eb-8984-4474-bbc8-5cce491aa662",
      "start_situation_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "start_situation_yard_line": 2,
      "start_situation_yards_to_first_down": 2,
      "summary": "24-J.Howard runs 2 yards for a touchdown.",
      "yard_line": 2,
      "yards_to_first_down": 2,
      "football_drive_id": "ae55798b-bc42-4c64-ba3d-643a314a8839",
      "game_id": "23e57800-de59-4782-bac3-96f70c2d4945",
      "team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "football_play_advancement_ids": [
        "41b2978d-d7c5-40f7-9894-ed9358baf398"
      ],
      "football_play_player_stat_ids": [
        "568a63e5-54b8-4e41-a72f-5f9d423e8b87"
      ]
    },
    {
      "id": "b0b0c7dc-6b7b-4fdd-85fe-dd495d1661c2",
      "created_at": "2016-10-31T21:36:22-04:00",
      "updated_at": "2016-10-31T21:28:06-04:00",
      "advancements_count": 1,
      "clock": "11:25",
      "direction": "Left",
      "distance": "",
      "down": 1,
      "end_situation_down": 2,
      "end_situation_side_team_id": "273bc0eb-8984-4474-bbc8-5cce491aa662",
      "end_situation_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "end_situation_yard_line": 43,
      "end_situation_yards_to_first_down": 10,
      "formation": "",
      "official": true,
      "overturned": null,
      "play_type": "rush",
      "play_updated_at": "2016-10-31T21:28:06-04:00",
      "points_scored": null,
      "possession_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "quarter": 2,
      "score_type": null,
      "scoring_team_id": null,
      "sequence": 62,
      "start_situation_down": 1,
      "start_situation_side_team_id": "273bc0eb-8984-4474-bbc8-5cce491aa662",
      "start_situation_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "start_situation_yard_line": 43,
      "start_situation_yards_to_first_down": 10,
      "summary": "24-J.Howard to MIN 43 for no gain (22-H.Smith).",
      "yard_line": 43,
      "yards_to_first_down": 10,
      "football_drive_id": "ae55798b-bc42-4c64-ba3d-643a314a8839",
      "game_id": "23e57800-de59-4782-bac3-96f70c2d4945",
      "team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "football_play_advancement_ids": [
        "9523d69b-9f82-43c4-a900-2471ffda98bf"
      ],
      "football_play_player_stat_ids": [
        "bf756a3c-4ba6-4e10-86a2-7bc0612e5149",
        "054ae00f-e17b-4cf7-9263-ceef5cebecd4"
      ]
    },
    {
      "id": "a96dbf5c-8570-4ac6-86e9-6c056b2cfcb6",
      "created_at": "2016-10-31T21:36:21-04:00",
      "updated_at": "2016-10-31T21:17:58-04:00",
      "advancements_count": 1,
      "clock": "14:11",
      "direction": "Left",
      "distance": "",
      "down": 1,
      "end_situation_down": 2,
      "end_situation_side_team_id": "273bc0eb-8984-4474-bbc8-5cce491aa662",
      "end_situation_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "end_situation_yard_line": 13,
      "end_situation_yards_to_first_down": 9,
      "formation": "",
      "official": true,
      "overturned": null,
      "play_type": "rush",
      "play_updated_at": "2016-10-31T21:17:58-04:00",
      "points_scored": null,
      "possession_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "quarter": 2,
      "score_type": null,
      "scoring_team_id": null,
      "sequence": 51,
      "start_situation_down": 1,
      "start_situation_side_team_id": "273bc0eb-8984-4474-bbc8-5cce491aa662",
      "start_situation_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "start_situation_yard_line": 14,
      "start_situation_yards_to_first_down": 10,
      "summary": "24-J.Howard to MIN 13 for 1 yard (93-S.Stephen).",
      "yard_line": 14,
      "yards_to_first_down": 10,
      "football_drive_id": "59cea020-0f92-4164-8644-0db508797d2e",
      "game_id": "23e57800-de59-4782-bac3-96f70c2d4945",
      "team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "football_play_advancement_ids": [
        "0d9122e5-e148-4212-9955-214df2b38dd6"
      ],
      "football_play_player_stat_ids": [
        "95c766f1-7a9d-4935-a026-27f4871650e0",
        "167ea0a9-0dd9-478b-a6f3-5432969ea97b"
      ]
    },
    {
      "id": "f1b0a780-2975-4aa9-b2b0-d9fada8f56d1",
      "created_at": "2016-10-31T21:36:21-04:00",
      "updated_at": "2016-10-31T21:12:41-04:00",
      "advancements_count": 1,
      "clock": ":35",
      "direction": "Left",
      "distance": "",
      "down": 1,
      "end_situation_down": 2,
      "end_situation_side_team_id": "273bc0eb-8984-4474-bbc8-5cce491aa662",
      "end_situation_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "end_situation_yard_line": 48,
      "end_situation_yards_to_first_down": 8,
      "formation": "Shotgun",
      "official": true,
      "overturned": null,
      "play_type": "rush",
      "play_updated_at": "2016-10-31T21:12:41-04:00",
      "points_scored": null,
      "possession_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "quarter": 2,
      "score_type": null,
      "scoring_team_id": null,
      "sequence": 47,
      "start_situation_down": 1,
      "start_situation_side_team_id": "273bc0eb-8984-4474-bbc8-5cce491aa662",
      "start_situation_team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "start_situation_yard_line": 50,
      "start_situation_yards_to_first_down": 10,
      "summary": "25-K.Carey to MIN 48 for 2 yards (96-B.Robison).",
      "yard_line": 50,
      "yards_to_first_down": 10,
      "football_drive_id": "59cea020-0f92-4164-8644-0db508797d2e",
      "game_id": "23e57800-de59-4782-bac3-96f70c2d4945",
      "team_id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "football_play_advancement_ids": [
        "2c74ec41-1853-47da-b303-ceea0710c840"
      ],
      "football_play_player_stat_ids": [
        "bd1ae43d-907a-46b4-877f-13529287bf39",
        "5f4e74e5-57a2-47c0-8968-b4ef89d18e09"
      ]
    }
  ]
}

This endpoint retrieves NFL Play By Play.

HTTP Request

GET https://api.stattleship.com/football/nfl/play_by_play

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
id Required game slug as a resource, ie play_by_play/nba-2016-2017-pho-lac-2016-10-31-1930
quarter Number
team_id Team slug such as nfl-chi for the Celtics.
play_type Filter by a type of play. See Football Play Play Types above.
include_stats Optional. If present will return stats per player involved in play.
include_advancements Optional. If present will yards advanced with yard line from and to
per_page You can request up to 100 per page

Hockey Play By Play

curl -X "GET" "https://api.stattleship.com/hockey/nhl/play_by_play" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:


## Important

This endpoint uses the `game_slug` id in the request, as in:

https://api.stattleship.com/hockey/nhl/play_by_play/nhl-2016-2017-edm-sj-2017-01-26-2230?per_page=5&period=1&event_type=shotmissed&team_id=nhl-edm&include_penalties=1&include_stats=1

Required: Game Slug.
Note: include_penalties and include_stats are optional and cam be omitted.

## List of Event Types

* `awardedgoal`
* `challenge`
* `earlyintermission`
* `emptynetgoal`
* `endperiod`
* `endshootoutperiod`
* `evenstrength`
* `faceoff`
* `gamesetup`
* `giveaway`
* `goal`
* `goaliechange`
* `hit`
* `penalty`
* `penaltygoal`
* `penaltyshotmissed`
* `penaltyshotsaved`
* `powerplay`
* `shootoutgoal`
* `shootoutshotmissed`
* `shootoutshotsaved`
* `shotmissed`
* `shotsaved`
* `stoppage`
* `takeaway`
* `teamtimeout`
* `tvtimeout`
{
  "games": [
    {
      "id": "c270a5fe-e674-4ccd-b148-6088a41a40cd",
      "created_at": "2016-10-12T19:05:48-04:00",
      "updated_at": "2017-02-05T05:01:45-05:00",
      "at_neutral_site": null,
      "attendance": 17562,
      "away_team_outcome": "win",
      "away_team_score": 4,
      "broadcast": "CSN-CA and 698",
      "clock": "00:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 3600,
      "ended_at": "2017-01-26T19:30:00-08:00",
      "home_team_outcome": "loss",
      "home_team_score": 1,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": null,
      "interval_type": "regularseason",
      "label": "Oilers vs Sharks",
      "name": "Oilers vs Sharks January 26, 2017 at  7:30pm",
      "on": "on January 26, 2017",
      "period": 3,
      "period_label": "Period",
      "score": "4-1",
      "score_differential": 3,
      "scoreline": "Oilers 4 - Sharks 1",
      "slug": "nhl-2016-2017-edm-sj-2017-01-26-2230",
      "started_at": "2017-01-26T19:30:00-08:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": "698",
      "television_coverage": "CSN-CA",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1485487800,
      "title": "Oilers vs Sharks",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "4a2527de-0e8b-49cb-9d36-8101ccac5265",
      "away_team_id": "10c78613-f4e5-4ebf-a259-e3643aa3785a",
      "winning_team_id": "10c78613-f4e5-4ebf-a259-e3643aa3785a",
      "season_id": "0e4a4772-054b-4d77-b724-03aba77f84a6",
      "venue_id": "2880c1e7-3993-4d55-b226-d2cd3b2f14fd",
      "official_ids": [
        "dd80e311-ca4d-4fd5-ad69-5168812b23e1",
        "d3e0aed4-8579-4b3d-baa0-db1ecc93d925",
        "cfc9c06e-0abf-4664-85a2-4a29cce0efe0",
        "68dccecf-c9b3-45fd-87a5-3b291acb1890"
      ]
    }
  ],
  "home_teams": [
    {
      "id": "4a2527de-0e8b-49cb-9d36-8101ccac5265",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-12T19:04:14-04:00",
      "color": "05535D",
      "colors": [
        "05535D",
        "F38F20",
        "000000"
      ],
      "hashtag": "Sharks",
      "hashtags": [
        "Sharks"
      ],
      "location": "San Jose",
      "name": "San Jose",
      "nickname": "Sharks",
      "latitude": 37.3382082,
      "longitude": -121.8863286,
      "slug": "nhl-sj",
      "division_id": "11740eea-c575-44e9-b4f5-a80805703ad0",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "leagues": [
    {
      "id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-12T19:04:13-04:00",
      "abbreviation": "NHL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Hockey League",
      "periods": null,
      "slug": "nhl",
      "sport": "hockey"
    }
  ],
  "away_teams": [
    {
      "id": "10c78613-f4e5-4ebf-a259-e3643aa3785a",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-12T19:04:15-04:00",
      "color": "003777",
      "colors": [
        "003777",
        "E66A20"
      ],
      "hashtag": "Oilers",
      "hashtags": [
        "Oilers"
      ],
      "location": "Edmonton",
      "name": "Edmonton",
      "nickname": "Oilers",
      "latitude": 53.571401,
      "longitude": -113.4559601,
      "slug": "nhl-edm",
      "division_id": "11740eea-c575-44e9-b4f5-a80805703ad0",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "winning_teams": [
    {
      "id": "10c78613-f4e5-4ebf-a259-e3643aa3785a",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-12T19:04:15-04:00",
      "color": "003777",
      "colors": [
        "003777",
        "E66A20"
      ],
      "hashtag": "Oilers",
      "hashtags": [
        "Oilers"
      ],
      "location": "Edmonton",
      "name": "Edmonton",
      "nickname": "Oilers",
      "latitude": 53.571401,
      "longitude": -113.4559601,
      "slug": "nhl-edm",
      "division_id": "11740eea-c575-44e9-b4f5-a80805703ad0",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "seasons": [
    {
      "id": "0e4a4772-054b-4d77-b724-03aba77f84a6",
      "created_at": "2016-06-14T21:00:02-04:00",
      "updated_at": "2016-10-12T19:04:41-04:00",
      "name": "2016-2017",
      "current_interval_type": "regularseason",
      "starts_on": "2016-09-01",
      "ends_on": "2017-06-30",
      "slug": "nhl-2016-2017",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "venues": [
    {
      "id": "2880c1e7-3993-4d55-b226-d2cd3b2f14fd",
      "created_at": "2016-10-12T19:04:14-04:00",
      "updated_at": "2016-10-12T19:04:14-04:00",
      "abbreviation": "SAP Center at San Jose",
      "capacity": 17562,
      "city": "San Jose",
      "country": "USA",
      "field_type": null,
      "name": "SAP Center at San Jose",
      "slug": "sap-center-at-san-jose-sap-center-at-san-jose",
      "state": "CA",
      "stadium_type": null,
      "time_zone": "US/Pacific",
      "latitude": null,
      "longitude": null
    }
  ],
  "penalties": [],
  "teams": [
    {
      "id": "10c78613-f4e5-4ebf-a259-e3643aa3785a",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-12T19:04:15-04:00",
      "color": "003777",
      "colors": [
        "003777",
        "E66A20"
      ],
      "hashtag": "Oilers",
      "hashtags": [
        "Oilers"
      ],
      "location": "Edmonton",
      "name": "Edmonton",
      "nickname": "Oilers",
      "latitude": 53.571401,
      "longitude": -113.4559601,
      "slug": "nhl-edm",
      "division_id": "11740eea-c575-44e9-b4f5-a80805703ad0",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "4a2527de-0e8b-49cb-9d36-8101ccac5265",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-12T19:04:14-04:00",
      "color": "05535D",
      "colors": [
        "05535D",
        "F38F20",
        "000000"
      ],
      "hashtag": "Sharks",
      "hashtags": [
        "Sharks"
      ],
      "location": "San Jose",
      "name": "San Jose",
      "nickname": "Sharks",
      "latitude": 37.3382082,
      "longitude": -121.8863286,
      "slug": "nhl-sj",
      "division_id": "11740eea-c575-44e9-b4f5-a80805703ad0",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "hockey_play_player_stats": [
    {
      "id": "41d25715-6f7f-407a-8635-3825eacc2af8",
      "created_at": "2017-01-26T23:12:05-05:00",
      "updated_at": "2017-01-26T23:12:05-05:00",
      "is_goal": false,
      "hockey_event_id": "f860497a-ad06-486d-9692-ecfca1634230",
      "player_id": "c971b7ea-132a-448b-85d1-ca6bc676c308",
      "team_id": "10c78613-f4e5-4ebf-a259-e3643aa3785a"
    },
    {
      "id": "a7350aac-b8ca-40ee-8aae-c0c26b06c38e",
      "created_at": "2017-01-26T23:10:21-05:00",
      "updated_at": "2017-01-26T23:10:21-05:00",
      "is_goal": false,
      "hockey_event_id": "7cdf19c0-b9e0-4e58-b9fe-64236a30358c",
      "player_id": "430b194f-d4ee-401b-b5a0-f3a9a2cf28a1",
      "team_id": "4a2527de-0e8b-49cb-9d36-8101ccac5265"
    },
    {
      "id": "dbdd658c-4831-45a5-bd26-6acbcb8c15e8",
      "created_at": "2017-01-26T23:10:21-05:00",
      "updated_at": "2017-01-26T23:10:21-05:00",
      "is_goal": false,
      "hockey_event_id": "7cdf19c0-b9e0-4e58-b9fe-64236a30358c",
      "player_id": "ebc415f8-8476-4c37-8335-8f50dbd6445f",
      "team_id": "10c78613-f4e5-4ebf-a259-e3643aa3785a"
    },
    {
      "id": "fe6571de-6c64-4cc6-9228-3cecab417b28",
      "created_at": "2017-01-26T23:06:54-05:00",
      "updated_at": "2017-01-26T23:06:54-05:00",
      "is_goal": false,
      "hockey_event_id": "b05f236d-cc2f-4d5e-b78a-bb83d040c28a",
      "player_id": "c9eceaef-013b-47c7-9d9d-2263fe169f8a",
      "team_id": "4a2527de-0e8b-49cb-9d36-8101ccac5265"
    },
    {
      "id": "af06fc7a-bc49-4e50-b71c-eb5737b2a950",
      "created_at": "2017-01-26T23:06:54-05:00",
      "updated_at": "2017-01-26T23:06:54-05:00",
      "is_goal": false,
      "hockey_event_id": "b05f236d-cc2f-4d5e-b78a-bb83d040c28a",
      "player_id": "51dcebc0-b218-48d8-acd9-a33ecb94440f",
      "team_id": "10c78613-f4e5-4ebf-a259-e3643aa3785a"
    },
    {
      "id": "c2ec8e46-7df0-40c2-81fd-626422533265",
      "created_at": "2017-01-26T23:06:54-05:00",
      "updated_at": "2017-01-26T23:06:54-05:00",
      "is_goal": false,
      "hockey_event_id": "1006e7ba-5aa4-47a3-860a-a71c4a83669c",
      "player_id": "c5bc4e80-1dc6-4283-a6c0-43aea5235a08",
      "team_id": "4a2527de-0e8b-49cb-9d36-8101ccac5265"
    },
    {
      "id": "3da47277-8d7a-424b-a20d-bde363a8ac1a",
      "created_at": "2017-01-26T23:06:54-05:00",
      "updated_at": "2017-01-26T23:06:54-05:00",
      "is_goal": false,
      "hockey_event_id": "1006e7ba-5aa4-47a3-860a-a71c4a83669c",
      "player_id": "ea7c4477-eb9f-4922-a4ed-4aa06b5c5c7d",
      "team_id": "10c78613-f4e5-4ebf-a259-e3643aa3785a"
    },
    {
      "id": "48f75309-1e57-475b-9d63-41219a1ecc38",
      "created_at": "2017-01-26T22:58:16-05:00",
      "updated_at": "2017-01-26T22:58:16-05:00",
      "is_goal": false,
      "hockey_event_id": "ca0dbe44-3048-4655-b15a-5a01ec7cbddb",
      "player_id": "1e24a3b8-8a67-4bea-a576-890619d176c3",
      "team_id": "10c78613-f4e5-4ebf-a259-e3643aa3785a"
    },
    {
      "id": "ca4a96b2-79db-47ec-a902-a19dbe53cd57",
      "created_at": "2017-01-26T22:58:15-05:00",
      "updated_at": "2017-01-26T22:58:15-05:00",
      "is_goal": false,
      "hockey_event_id": "ca0dbe44-3048-4655-b15a-5a01ec7cbddb",
      "player_id": "4e5d94af-7822-4de5-85b9-9827485df302",
      "team_id": "4a2527de-0e8b-49cb-9d36-8101ccac5265"
    }
  ],
  "players": [
    {
      "id": "c971b7ea-132a-448b-85d1-ca6bc676c308",
      "created_at": "2016-01-06T01:32:53-05:00",
      "updated_at": "2017-02-05T05:05:33-05:00",
      "active": true,
      "birth_date": "1988-04-23",
      "captain": "N",
      "city": "St. Louis",
      "country": "",
      "draft_season": "2007",
      "draft_round": 6,
      "draft_overall_pick": 161,
      "draft_team_name": "Philadelphia",
      "first_name": "Patrick",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 7,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Maroon",
      "name": "Patrick Maroon",
      "nickname": null,
      "position_abbreviation": "LW",
      "position_name": "Left Wing",
      "salary": 1900000,
      "humanized_salary": "1,900,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-patrick-maroon",
      "sport": "hockey",
      "state": "",
      "weight": 230,
      "uniform_number": "19",
      "unit_of_weight": "pounds",
      "years_of_experience": 4,
      "pro_debut": null,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "4329a9bc-8f07-4c48-8e19-b142678e68c6",
      "team_id": "10c78613-f4e5-4ebf-a259-e3643aa3785a"
    },
    {
      "id": "430b194f-d4ee-401b-b5a0-f3a9a2cf28a1",
      "created_at": "2016-01-06T01:31:55-05:00",
      "updated_at": "2017-02-05T05:05:47-05:00",
      "active": true,
      "birth_date": "1985-03-09",
      "captain": "N",
      "city": "Barrie",
      "country": "",
      "draft_season": "2003",
      "draft_round": 1,
      "draft_overall_pick": 20,
      "draft_team_name": "Minnesota",
      "first_name": "Brent",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 77,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Burns",
      "name": "Brent Burns",
      "nickname": null,
      "position_abbreviation": "D",
      "position_name": "Defense",
      "salary": 5760000,
      "humanized_salary": "5,760,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-brent-burns",
      "sport": "hockey",
      "state": "",
      "weight": 230,
      "uniform_number": "88",
      "unit_of_weight": "pounds",
      "years_of_experience": 11,
      "pro_debut": null,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "d3a3ddfb-4a36-4ae1-964b-9d2deadba761",
      "team_id": "4a2527de-0e8b-49cb-9d36-8101ccac5265"
    },
    {
      "id": "ebc415f8-8476-4c37-8335-8f50dbd6445f",
      "created_at": "2016-01-06T01:32:04-05:00",
      "updated_at": "2017-02-05T05:05:33-05:00",
      "active": true,
      "birth_date": "1994-05-13",
      "captain": "N",
      "city": "Penza",
      "country": "",
      "draft_season": "2013",
      "draft_round": 3,
      "draft_overall_pick": 88,
      "draft_team_name": "Edmonton",
      "first_name": "Anton",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 74,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Slepyshev",
      "name": "Anton Slepyshev",
      "nickname": null,
      "position_abbreviation": "RW",
      "position_name": "Right Wing",
      "salary": 925000,
      "humanized_salary": "925,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-anton-slepyshev",
      "sport": "hockey",
      "state": "",
      "weight": 187,
      "uniform_number": "42",
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "pro_debut": null,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "3132cb24-c9a9-406f-bb88-1692e013e3cf",
      "team_id": "10c78613-f4e5-4ebf-a259-e3643aa3785a"
    },
    {
      "id": "c9eceaef-013b-47c7-9d9d-2263fe169f8a",
      "created_at": "2016-01-06T01:47:21-05:00",
      "updated_at": "2017-02-05T05:05:46-05:00",
      "active": true,
      "birth_date": "1991-01-18",
      "captain": "N",
      "city": "Oviedo",
      "country": "",
      "draft_season": null,
      "draft_round": null,
      "draft_overall_pick": null,
      "draft_team_name": null,
      "first_name": "Ryan",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 72,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Carpenter",
      "name": "Ryan Carpenter",
      "nickname": null,
      "position_abbreviation": "C",
      "position_name": "Center",
      "salary": 925000,
      "humanized_salary": "925,000",
      "salary_currency": "USD",
      "school": "Bowling Green",
      "slug": "nhl-ryan-carpenter",
      "sport": "hockey",
      "state": "",
      "weight": 195,
      "uniform_number": "40",
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "pro_debut": null,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "a0248bb6-90aa-40e4-b849-70d257ed45d3",
      "team_id": "4a2527de-0e8b-49cb-9d36-8101ccac5265"
    },
    {
      "id": "51dcebc0-b218-48d8-acd9-a33ecb94440f",
      "created_at": "2016-01-06T01:31:47-05:00",
      "updated_at": "2017-02-05T05:05:33-05:00",
      "active": true,
      "birth_date": "1987-05-02",
      "captain": "N",
      "city": "Caroline",
      "country": "",
      "draft_season": "2005",
      "draft_round": 3,
      "draft_overall_pick": 67,
      "draft_team_name": "Columbus",
      "first_name": "Kris",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 70,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Russell",
      "name": "Kris Russell",
      "nickname": null,
      "position_abbreviation": "D",
      "position_name": "Defense",
      "salary": 2600000,
      "humanized_salary": "2,600,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-kris-russell",
      "sport": "hockey",
      "state": "",
      "weight": 173,
      "uniform_number": "4",
      "unit_of_weight": "pounds",
      "years_of_experience": 8,
      "pro_debut": null,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "d3a3ddfb-4a36-4ae1-964b-9d2deadba761",
      "team_id": "10c78613-f4e5-4ebf-a259-e3643aa3785a"
    },
    {
      "id": "c5bc4e80-1dc6-4283-a6c0-43aea5235a08",
      "created_at": "2016-01-06T01:31:54-05:00",
      "updated_at": "2017-02-05T05:05:47-05:00",
      "active": true,
      "birth_date": "1981-03-05",
      "captain": "N",
      "city": "Minneapolis",
      "country": "",
      "draft_season": "2000",
      "draft_round": 2,
      "draft_overall_pick": 62,
      "draft_team_name": "New Jersey",
      "first_name": "Paul",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 73,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Martin",
      "name": "Paul Martin",
      "nickname": null,
      "position_abbreviation": "D",
      "position_name": "Defense",
      "salary": 5750000,
      "humanized_salary": "5,750,000",
      "salary_currency": "USD",
      "school": "Minnesota",
      "slug": "nhl-paul-martin",
      "sport": "hockey",
      "state": "",
      "weight": 200,
      "uniform_number": "7",
      "unit_of_weight": "pounds",
      "years_of_experience": 11,
      "pro_debut": null,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "d3a3ddfb-4a36-4ae1-964b-9d2deadba761",
      "team_id": "4a2527de-0e8b-49cb-9d36-8101ccac5265"
    },
    {
      "id": "ea7c4477-eb9f-4922-a4ed-4aa06b5c5c7d",
      "created_at": "2016-01-06T01:38:46-05:00",
      "updated_at": "2017-02-05T05:05:33-05:00",
      "active": true,
      "birth_date": "1990-05-15",
      "captain": "A",
      "city": "Regina",
      "country": "",
      "draft_season": "2008",
      "draft_round": 1,
      "draft_overall_pick": 22,
      "draft_team_name": "Edmonton",
      "first_name": "Jordan",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 71,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Eberle",
      "name": "Jordan Eberle",
      "nickname": null,
      "position_abbreviation": "RW",
      "position_name": "Right Wing",
      "salary": 6000000,
      "humanized_salary": "6,000,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-jordan-eberle",
      "sport": "hockey",
      "state": "",
      "weight": 181,
      "uniform_number": "14",
      "unit_of_weight": "pounds",
      "years_of_experience": 5,
      "pro_debut": null,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "3132cb24-c9a9-406f-bb88-1692e013e3cf",
      "team_id": "10c78613-f4e5-4ebf-a259-e3643aa3785a"
    },
    {
      "id": "1e24a3b8-8a67-4bea-a576-890619d176c3",
      "created_at": "2016-01-06T01:37:01-05:00",
      "updated_at": "2017-02-05T05:05:31-05:00",
      "active": true,
      "birth_date": "1995-10-27",
      "captain": "N",
      "city": "Cologne",
      "country": "",
      "draft_season": "2014",
      "draft_round": 1,
      "draft_overall_pick": 3,
      "draft_team_name": "Edmonton",
      "first_name": "Leon",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 73,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Draisaitl",
      "name": "Leon Draisaitl",
      "nickname": null,
      "position_abbreviation": "C",
      "position_name": "Center",
      "salary": 925000,
      "humanized_salary": "925,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-leon-draisaitl",
      "sport": "hockey",
      "state": "",
      "weight": 214,
      "uniform_number": "29",
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "pro_debut": null,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "a0248bb6-90aa-40e4-b849-70d257ed45d3",
      "team_id": "10c78613-f4e5-4ebf-a259-e3643aa3785a"
    },
    {
      "id": "4e5d94af-7822-4de5-85b9-9827485df302",
      "created_at": "2016-01-06T01:31:51-05:00",
      "updated_at": "2017-02-05T05:05:47-05:00",
      "active": true,
      "birth_date": "1987-03-30",
      "captain": "N",
      "city": "Montreal",
      "country": "",
      "draft_season": "2005",
      "draft_round": 2,
      "draft_overall_pick": 35,
      "draft_team_name": "San Jose",
      "first_name": "Marc-edouard",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 73,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Vlasic",
      "name": "Marc-edouard Vlasic",
      "nickname": null,
      "position_abbreviation": "D",
      "position_name": "Defense",
      "salary": 4250000,
      "humanized_salary": "4,250,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-marc-edouard-vlasic",
      "sport": "hockey",
      "state": "",
      "weight": 205,
      "uniform_number": "44",
      "unit_of_weight": "pounds",
      "years_of_experience": 9,
      "pro_debut": null,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "d3a3ddfb-4a36-4ae1-964b-9d2deadba761",
      "team_id": "4a2527de-0e8b-49cb-9d36-8101ccac5265"
    }
  ],
  "play_by_play": [
    {
      "id": "f860497a-ad06-486d-9692-ecfca1634230",
      "created_at": "2017-01-26T23:12:00-05:00",
      "updated_at": "2017-01-27T01:08:51-05:00",
      "clock": "00:13",
      "clock_seconds": 13,
      "coordinate_x": 2184,
      "coordinate_y": 588,
      "description": "Shot missed by Patrick Maroon",
      "event_type": "shotmissed",
      "event_updated_at": "2017-01-27T01:07:53-05:00",
      "is_official": true,
      "is_penalty": false,
      "is_play": true,
      "is_scoring_play": false,
      "is_stoppage": false,
      "occurred_at": "2017-01-26T23:11:23-05:00",
      "period_number": 1,
      "period_type": "period",
      "strength": "even",
      "team_goal_side": "left",
      "time_code": "PT0M13S",
      "zone": "offensive",
      "game_id": "c270a5fe-e674-4ccd-b148-6088a41a40cd",
      "penalty_id": null,
      "team_id": "10c78613-f4e5-4ebf-a259-e3643aa3785a",
      "hockey_play_player_stat_ids": [
        "41d25715-6f7f-407a-8635-3825eacc2af8"
      ]
    },
    {
      "id": "7cdf19c0-b9e0-4e58-b9fe-64236a30358c",
      "created_at": "2017-01-26T23:10:17-05:00",
      "updated_at": "2017-01-27T01:08:50-05:00",
      "clock": "2:27",
      "clock_seconds": 147,
      "coordinate_x": 2172,
      "coordinate_y": 648,
      "description": "Anton Slepyshev shot blocked by Brent Burns",
      "event_type": "shotmissed",
      "event_updated_at": "2017-01-27T01:07:52-05:00",
      "is_official": true,
      "is_penalty": false,
      "is_play": true,
      "is_scoring_play": false,
      "is_stoppage": false,
      "occurred_at": "2017-01-26T23:09:08-05:00",
      "period_number": 1,
      "period_type": "period",
      "strength": "even",
      "team_goal_side": "left",
      "time_code": "PT2M27S",
      "zone": "offensive",
      "game_id": "c270a5fe-e674-4ccd-b148-6088a41a40cd",
      "penalty_id": null,
      "team_id": "10c78613-f4e5-4ebf-a259-e3643aa3785a",
      "hockey_play_player_stat_ids": [
        "a7350aac-b8ca-40ee-8aae-c0c26b06c38e",
        "dbdd658c-4831-45a5-bd26-6acbcb8c15e8"
      ]
    },
    {
      "id": "b05f236d-cc2f-4d5e-b78a-bb83d040c28a",
      "created_at": "2017-01-26T23:06:51-05:00",
      "updated_at": "2017-01-27T01:08:49-05:00",
      "clock": "4:27",
      "clock_seconds": 267,
      "coordinate_x": 1968,
      "coordinate_y": 528,
      "description": "Kris Russell shot blocked by Ryan Carpenter",
      "event_type": "shotmissed",
      "event_updated_at": "2017-01-27T01:07:51-05:00",
      "is_official": true,
      "is_penalty": false,
      "is_play": true,
      "is_scoring_play": false,
      "is_stoppage": false,
      "occurred_at": "2017-01-26T23:05:34-05:00",
      "period_number": 1,
      "period_type": "period",
      "strength": "even",
      "team_goal_side": "left",
      "time_code": "PT4M27S",
      "zone": "offensive",
      "game_id": "c270a5fe-e674-4ccd-b148-6088a41a40cd",
      "penalty_id": null,
      "team_id": "10c78613-f4e5-4ebf-a259-e3643aa3785a",
      "hockey_play_player_stat_ids": [
        "fe6571de-6c64-4cc6-9228-3cecab417b28",
        "af06fc7a-bc49-4e50-b71c-eb5737b2a950"
      ]
    },
    {
      "id": "1006e7ba-5aa4-47a3-860a-a71c4a83669c",
      "created_at": "2017-01-26T23:06:51-05:00",
      "updated_at": "2017-01-27T01:08:49-05:00",
      "clock": "4:29",
      "clock_seconds": 269,
      "coordinate_x": 2208,
      "coordinate_y": 420,
      "description": "Jordan Eberle shot blocked by Paul Martin",
      "event_type": "shotmissed",
      "event_updated_at": "2017-01-27T01:07:51-05:00",
      "is_official": true,
      "is_penalty": false,
      "is_play": true,
      "is_scoring_play": false,
      "is_stoppage": false,
      "occurred_at": "2017-01-26T23:05:39-05:00",
      "period_number": 1,
      "period_type": "period",
      "strength": "even",
      "team_goal_side": "left",
      "time_code": "PT4M29S",
      "zone": "offensive",
      "game_id": "c270a5fe-e674-4ccd-b148-6088a41a40cd",
      "penalty_id": null,
      "team_id": "10c78613-f4e5-4ebf-a259-e3643aa3785a",
      "hockey_play_player_stat_ids": [
        "c2ec8e46-7df0-40c2-81fd-626422533265",
        "3da47277-8d7a-424b-a20d-bde363a8ac1a"
      ]
    },
    {
      "id": "ca0dbe44-3048-4655-b15a-5a01ec7cbddb",
      "created_at": "2017-01-26T22:58:14-05:00",
      "updated_at": "2017-01-27T01:08:48-05:00",
      "clock": "8:02",
      "clock_seconds": 482,
      "coordinate_x": 2064,
      "coordinate_y": 408,
      "description": "Leon Draisaitl shot blocked by Marc-edouard Vlasic",
      "event_type": "shotmissed",
      "event_updated_at": "2017-01-27T01:07:49-05:00",
      "is_official": true,
      "is_penalty": false,
      "is_play": true,
      "is_scoring_play": false,
      "is_stoppage": false,
      "occurred_at": "2017-01-26T22:57:35-05:00",
      "period_number": 1,
      "period_type": "period",
      "strength": "even",
      "team_goal_side": "left",
      "time_code": "PT8M2S",
      "zone": "offensive",
      "game_id": "c270a5fe-e674-4ccd-b148-6088a41a40cd",
      "penalty_id": null,
      "team_id": "10c78613-f4e5-4ebf-a259-e3643aa3785a",
      "hockey_play_player_stat_ids": [
        "48f75309-1e57-475b-9d63-41219a1ecc38",
        "ca4a96b2-79db-47ec-a902-a19dbe53cd57"
      ]
    }
  ]
}

This endpoint retrieves NHL Play By Play.

HTTP Request

GET https://api.stattleship.com/hockey/nhl/play_by_play

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
id Required game slug as a resource, ie play_by_play/nhl-2016-2017-edm-sj-2017-01-26-2230
quarter Number
team_id Team slug such as nhl-edm for the Oilers.
event_type Filter by a type of play. See Hockey Play by Play Event Types above.
include_stats Optional. If present will return stats per player involved in play, such as who scored and who got the assist.
include_penalties Optional. If present will the penalty if any incurred as a reuslt fo the play.
per_page You can request up to 100 per page

Players

Baseball Players

curl -X "GET" "https://api.stattleship.com/baseball/mlb/players" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "leagues": [
    {
      "id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-03-18T20:56:43-04:00",
      "abbreviation": "MLB",
      "color": null,
      "minutes_per_period": null,
      "name": "Major League Baseball",
      "periods": null,
      "slug": "mlb",
      "sport": "baseball"
    }
  ],
  "playing_positions": [
    {
      "id": "2d8bfb25-df10-491b-b6b8-e08e173c65e5",
      "created_at": "2016-03-18T21:09:29-04:00",
      "updated_at": "2016-03-18T21:09:29-04:00",
      "abbreviation": "LF",
      "description": null,
      "formation": "offensive",
      "name": "Left Outfield",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "e900e850-ab40-4048-aa57-631ea8390519",
      "created_at": "2016-03-18T21:09:29-04:00",
      "updated_at": "2016-03-18T21:09:29-04:00",
      "abbreviation": "CF",
      "description": null,
      "formation": "offensive",
      "name": "Center Outfield",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "097da5e8-2805-456d-91fe-9ab9ef43c489",
      "created_at": "2016-03-18T21:09:28-04:00",
      "updated_at": "2016-03-18T21:09:28-04:00",
      "abbreviation": "3B",
      "description": null,
      "formation": "offensive",
      "name": "Third Base",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "35d2f5d0-7407-48c2-80ca-8e5d25e099d9",
      "created_at": "2016-03-18T21:09:27-04:00",
      "updated_at": "2016-03-18T21:09:27-04:00",
      "abbreviation": "C",
      "description": null,
      "formation": "offensive",
      "name": "Catcher",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "77303dac-3e19-4c49-802c-eef8719d26cf",
      "created_at": "2016-03-18T21:09:28-04:00",
      "updated_at": "2016-03-18T21:09:28-04:00",
      "abbreviation": "RF",
      "description": null,
      "formation": "offensive",
      "name": "Right Outfield",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "teams": [
    {
      "id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T17:54:14-04:00",
      "color": "E4002B",
      "colors": [
        "E4002B",
        "003087"
      ],
      "hashtag": "Yankees",
      "hashtags": [
        "Yankees"
      ],
      "location": "New York",
      "name": "NY Yankees",
      "nickname": "Yankees",
      "latitude": 40.8260966,
      "longitude": -73.93031,
      "slug": "mlb-nyy",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "players": [
    {
      "id": "fba166e9-ec95-4ebb-8149-4dbcdf20247e",
      "created_at": "2016-03-18T21:10:48-04:00",
      "updated_at": "2016-03-21T15:35:38-04:00",
      "active": true,
      "birth_date": "1988-02-26",
      "defensive": false,
      "first_name": "Dustin",
      "handedness": "right",
      "bats": "bats_left",
      "height": 73,
      "unit_of_height": "inches",
      "last_name": "Ackley",
      "name": "Dustin Ackley",
      "offensive": true,
      "position_abbreviation": "LF",
      "position_name": "Left Outfield",
      "salary": 3200000,
      "humanized_salary": "3,200,000",
      "salary_currency": "USD",
      "school": "North Carolina",
      "slug": "mlb-dustin-ackley",
      "sport": "baseball",
      "weight": 205,
      "unit_of_weight": "pounds",
      "years_of_experience": 4,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "2d8bfb25-df10-491b-b6b8-e08e173c65e5",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "2c455bb4-14fe-45e2-a97c-9b77477784fb",
      "created_at": "2016-03-18T21:11:28-04:00",
      "updated_at": "2016-03-21T15:35:38-04:00",
      "active": true,
      "birth_date": "1989-11-13",
      "defensive": false,
      "first_name": "Lane",
      "handedness": "right",
      "bats": "bats_right",
      "height": 76,
      "unit_of_height": "inches",
      "last_name": "Adams",
      "name": "Lane Adams",
      "offensive": true,
      "position_abbreviation": "CF",
      "position_name": "Center Outfield",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Red Oak HS",
      "slug": "mlb-lane-adams",
      "sport": "baseball",
      "weight": 190,
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e900e850-ab40-4048-aa57-631ea8390519",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "8cd09bb4-e8b5-4734-ac69-9d8f418d3a7a",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-21T15:35:38-04:00",
      "active": true,
      "birth_date": "1995-03-02",
      "defensive": false,
      "first_name": "Miguel",
      "handedness": "right",
      "bats": "bats_right",
      "height": 72,
      "unit_of_height": "inches",
      "last_name": "Andujar",
      "name": "Miguel Andujar",
      "offensive": true,
      "position_abbreviation": "3B",
      "position_name": "Third Base",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-miguel-andujar",
      "sport": "baseball",
      "weight": 175,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "097da5e8-2805-456d-91fe-9ab9ef43c489",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "6cacde7b-0078-4815-ab37-b5621001539b",
      "created_at": "2016-03-18T21:11:07-04:00",
      "updated_at": "2016-03-18T21:11:07-04:00",
      "active": false,
      "birth_date": "1994-08-18",
      "defensive": false,
      "first_name": "Jesus",
      "handedness": "right",
      "bats": "bats_right",
      "height": 71,
      "unit_of_height": "inches",
      "last_name": "Aparicio",
      "name": "Jesus Aparicio",
      "offensive": true,
      "position_abbreviation": "C",
      "position_name": "Catcher",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-jesus-aparicio",
      "sport": "baseball",
      "weight": 186,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "35d2f5d0-7407-48c2-80ca-8e5d25e099d9",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "72e94dac-839b-49d8-b36b-76eb88e37952",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-21T15:35:38-04:00",
      "active": true,
      "birth_date": "1993-09-06",
      "defensive": false,
      "first_name": "Austin",
      "handedness": "right",
      "bats": "bats_left",
      "height": 74,
      "unit_of_height": "inches",
      "last_name": "Aune",
      "name": "Austin Aune",
      "offensive": true,
      "position_abbreviation": "RF",
      "position_name": "Right Outfield",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-austin-aune",
      "sport": "baseball",
      "weight": 190,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "77303dac-3e19-4c49-802c-eef8719d26cf",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    }
  ]
}

This endpoint retrieves MLB Players.

HTTP Request

GET https://api.stattleship.com/baseball/mlb/players

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
team_id Team slug such as mlb-nyy for the New York Yankees
birth_date Date

Basketball Players

curl -X "GET" "https://api.stattleship.com/basketball/nba/players" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "leagues": [
    {
      "id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NBA",
      "color": null,
      "minutes_per_period": null,
      "name": "National Basketball Association",
      "periods": null,
      "slug": "nba",
      "sport": "basketball"
    }
  ],
  "playing_positions": [
    {
      "id": "8f22d8a0-6966-46ba-aeb6-89d47a64d2e0",
      "created_at": "2015-12-09T05:30:50-05:00",
      "updated_at": "2015-12-09T05:30:50-05:00",
      "abbreviation": "SF",
      "description": null,
      "formation": "offensive",
      "name": "Small Forward",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "592c8adc-80f7-466d-9850-68de059b3f86",
      "created_at": "2015-12-09T05:30:50-05:00",
      "updated_at": "2015-12-09T05:30:50-05:00",
      "abbreviation": "SG",
      "description": null,
      "formation": "offensive",
      "name": "Shooting Guard",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "86ee345d-1400-4a33-81ce-c98e1c893aa4",
      "created_at": "2015-11-28T22:34:01-05:00",
      "updated_at": "2015-11-28T22:34:01-05:00",
      "abbreviation": "C",
      "description": null,
      "formation": "offensive",
      "name": "Center",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "teams": [
    {
      "id": "1572a867-7efd-4338-9f64-b7b961676f37",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Sacramento",
      "name": "Sacramento",
      "nickname": "Kings",
      "slug": "nba-sac",
      "division_id": "0df84c15-1dbc-471e-b9d9-d277eeba9eba",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "52b6ddeb-ef1e-4146-9170-595c083c35b0",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:48-05:00",
      "location": "Memphis",
      "name": "Memphis",
      "nickname": "Grizzlies",
      "slug": "nba-mem",
      "division_id": "855ee1c8-446b-4120-96f9-af6b041e9c26",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "18e967b2-07e1-473c-8dda-bac32defc28e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Oklahoma City",
      "name": "Oklahoma City",
      "nickname": "Thunder",
      "slug": "nba-okc",
      "division_id": "99f54b82-4f3e-44f1-b311-f7806d4ba9a9",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "players": [
    {
      "id": "41435900-17d3-4e51-8569-019d9e61c5a6",
      "created_at": "2015-12-18T00:46:24-05:00",
      "updated_at": "2015-12-19T00:56:02-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Quincy",
      "handedness": "unknown",
      "height": 79,
      "unit_of_height": "inches",
      "last_name": "Acy",
      "name": "Quincy Acy",
      "offensive": true,
      "position_abbreviation": "SF",
      "position_name": "Small Forward",
      "salary": 981348,
      "humanized_salary": "981,348",
      "salary_currency": "USD",
      "school": null,
      "slug": "nba-quincy-acy",
      "sport": "basketball",
      "weight": 240,
      "unit_of_weight": "pounds",
      "years_of_experience": 2,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "8f22d8a0-6966-46ba-aeb6-89d47a64d2e0",
      "team_id": "1572a867-7efd-4338-9f64-b7b961676f37"
    },
    {
      "id": "0e26209a-abf2-4ed7-86ed-ae5e19aef307",
      "created_at": "2015-12-18T00:46:03-05:00",
      "updated_at": "2015-12-19T07:54:44-05:00",
      "active": false,
      "defensive": false,
      "first_name": "Jordan",
      "handedness": "unknown",
      "height": 77,
      "unit_of_height": "inches",
      "last_name": "Adams",
      "name": "Jordan Adams",
      "offensive": true,
      "position_abbreviation": "SG",
      "position_name": "Shooting Guard",
      "salary": 1404600,
      "humanized_salary": "1,404,600",
      "salary_currency": "USD",
      "school": null,
      "slug": "nba-jordan-adams",
      "sport": "basketball",
      "weight": 209,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "592c8adc-80f7-466d-9850-68de059b3f86",
      "team_id": "52b6ddeb-ef1e-4146-9170-595c083c35b0"
    },
    {
      "id": "0d0144a3-8be0-415a-98ae-f1f4398a60e6",
      "created_at": "2015-12-18T00:46:14-05:00",
      "updated_at": "2015-12-19T23:33:37-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Steven",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Adams",
      "name": "Steven Adams",
      "offensive": true,
      "position_abbreviation": "C",
      "position_name": "Center",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nba-steven-adams",
      "sport": "basketball",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "86ee345d-1400-4a33-81ce-c98e1c893aa4",
      "team_id": "18e967b2-07e1-473c-8dda-bac32defc28e"
    }
  ]
}

This endpoint retrieves NBA Players.

HTTP Request

GET https://api.stattleship.com/basketball/nba/players

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
team_id Team slug such as nba-gs for the Warriors
birth_date Date

Football Players

curl -X "GET" "https://api.stattleship.com/football/nfl/players" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "leagues": [
    {
      "id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NFL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Football League",
      "periods": null,
      "slug": "nfl",
      "sport": "football"
    }
  ],
  "playing_positions": [
    {
      "id": "2bc02943-1527-43ee-926c-8714c259be43",
      "created_at": "2015-11-29T22:31:28-05:00",
      "updated_at": "2015-11-29T22:31:28-05:00",
      "abbreviation": "NT",
      "description": null,
      "formation": "offensive",
      "name": "Nose Tackle",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "47be0cc5-0355-43d7-b16f-6efd436bb81d",
      "created_at": "2015-11-29T22:31:28-05:00",
      "updated_at": "2015-11-29T22:31:28-05:00",
      "abbreviation": "WR",
      "description": null,
      "formation": "offensive",
      "name": "Wide Receiver",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "e00b9b3c-99d3-4269-80ce-5c664cbc8b0d",
      "created_at": "2015-11-29T22:31:31-05:00",
      "updated_at": "2015-11-29T22:31:31-05:00",
      "abbreviation": "S",
      "description": null,
      "formation": "offensive",
      "name": "Safety",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "teams": [
    {
      "id": "a8004516-b1d9-44df-b6ba-d5e4b7d9d1d7",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-18T19:19:15-05:00",
      "location": "Tennessee",
      "name": "Tennessee",
      "nickname": "Titans",
      "slug": "nfl-ten",
      "division_id": "a83ba728-0bd9-4b46-8a19-64515e176c00",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "ade9a19b-3dfb-4436-aefd-e54f1c0d1a20",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-18T00:44:12-05:00",
      "location": "Green Bay",
      "name": "Green Bay",
      "nickname": "Packers",
      "slug": "nfl-gb",
      "division_id": "0e65eafb-0ce0-4b26-b79a-e0ae41991878",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "82fedbfa-8c2c-46cc-b02f-ea16abf5ffc9",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-18T00:45:11-05:00",
      "location": "Detroit",
      "name": "Detroit",
      "nickname": "Lions",
      "slug": "nfl-det",
      "division_id": "0e65eafb-0ce0-4b26-b79a-e0ae41991878",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "players": [
    {
      "id": "0a6c5e3c-581d-4997-8087-33c0891b3a74",
      "created_at": "2015-12-18T00:42:16-05:00",
      "updated_at": "2015-12-18T00:45:16-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Isaako",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Aaitui",
      "name": "Isaako Aaitui",
      "offensive": true,
      "position_abbreviation": "NT",
      "position_name": "Nose Tackle",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-isaako-aaitui",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "2bc02943-1527-43ee-926c-8714c259be43",
      "team_id": "a8004516-b1d9-44df-b6ba-d5e4b7d9d1d7"
    },
    {
      "id": "8499d13a-561a-4033-946d-7eb105573f9c",
      "created_at": "2015-12-18T00:08:20-05:00",
      "updated_at": "2015-12-18T19:51:42-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Jared",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Abbrederis",
      "name": "Jared Abbrederis",
      "offensive": true,
      "position_abbreviation": "WR",
      "position_name": "Wide Receiver",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-jared-abbrederis",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "47be0cc5-0355-43d7-b16f-6efd436bb81d",
      "team_id": "ade9a19b-3dfb-4436-aefd-e54f1c0d1a20"
    },
    {
      "id": "4c9925c7-ceac-4bd2-a58b-46be77911395",
      "created_at": "2015-12-17T23:52:18-05:00",
      "updated_at": "2015-12-18T19:52:30-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Isa",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Abdul-Quddus",
      "name": "Isa Abdul-Quddus",
      "offensive": true,
      "position_abbreviation": "S",
      "position_name": "Safety",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-isa-abdul-quddus",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "e00b9b3c-99d3-4269-80ce-5c664cbc8b0d",
      "team_id": "82fedbfa-8c2c-46cc-b02f-ea16abf5ffc9"
    }
  ]
}

This endpoint retrieves NFL Players.

HTTP Request

GET https://api.stattleship.com/football/nfl/players

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
team_id Team slug such as nhl-ny for the Giants
birth_date Date

Hockey Players

curl -X "GET" "https://api.stattleship.com/hockey/nhl/players" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "leagues": [
    {
      "id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NHL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Hockey League",
      "periods": null,
      "slug": "nhl",
      "sport": "hockey"
    }
  ],
  "playing_positions": [
    {
      "id": "97279158-d3fb-4c6d-97f5-d8ce36fee674",
      "created_at": "2015-12-09T05:04:21-05:00",
      "updated_at": "2015-12-09T05:04:21-05:00",
      "abbreviation": "LW",
      "description": null,
      "formation": "offensive",
      "name": "Left Wing",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "38129638-f898-43f5-8d8f-7f18afd1920e",
      "created_at": "2015-12-09T05:04:21-05:00",
      "updated_at": "2015-12-09T05:04:21-05:00",
      "abbreviation": "D",
      "description": null,
      "formation": "offensive",
      "name": "Defense",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "teams": [
    {
      "id": "c2a7d98a-fa2c-446e-9682-a8949854023e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:48-05:00",
      "location": "Detroit",
      "name": "Detroit",
      "nickname": "Red Wings",
      "slug": "nhl-det",
      "division_id": "15ca4e46-2b49-4f37-84ea-befb62de28c5",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "4ca89483-65ae-484d-bda9-eacba9ff4915",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "St. Louis",
      "name": "St. Louis",
      "nickname": "Blues",
      "slug": "nhl-stl",
      "division_id": "8e46750a-615a-4362-8468-26a8541fc713",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "098b2599-0a70-47af-b38e-0e4e7a0acace",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Nashville",
      "name": "Nashville",
      "nickname": "Predators",
      "slug": "nhl-nas",
      "division_id": "8e46750a-615a-4362-8468-26a8541fc713",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "players": [
    {
      "id": "31ffdb3d-fdde-42c6-90bd-844ee2063830",
      "created_at": "2015-12-18T01:13:11-05:00",
      "updated_at": "2015-12-19T03:13:29-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Justin",
      "handedness": "left",
      "height": 73,
      "unit_of_height": "inches",
      "last_name": "Abdelkader",
      "name": "Justin Abdelkader",
      "offensive": true,
      "position_abbreviation": "LW",
      "position_name": "Left Wing",
      "salary": 2250000,
      "humanized_salary": "2,250,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-justin-abdelkader",
      "sport": "hockey",
      "weight": 218,
      "unit_of_weight": "pounds",
      "years_of_experience": 9,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "97279158-d3fb-4c6d-97f5-d8ce36fee674",
      "team_id": "c2a7d98a-fa2c-446e-9682-a8949854023e"
    },
    {
      "id": "1d1a01cf-259b-429d-89f9-bbcc9c282028",
      "created_at": "2015-12-18T03:36:37-05:00",
      "updated_at": "2015-12-18T03:36:37-05:00",
      "active": false,
      "defensive": false,
      "first_name": "Konrad",
      "handedness": "left",
      "height": 77,
      "unit_of_height": "inches",
      "last_name": "Abeltshauser",
      "name": "Konrad Abeltshauser",
      "offensive": true,
      "position_abbreviation": "D",
      "position_name": "Defense",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-konrad-abeltshauser",
      "sport": "hockey",
      "weight": 225,
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "38129638-f898-43f5-8d8f-7f18afd1920e",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": "c9830f21-71e7-4eab-92b7-22fc4e4a2234",
      "created_at": "2015-12-18T01:54:33-05:00",
      "updated_at": "2015-12-19T03:11:57-05:00",
      "active": false,
      "defensive": false,
      "first_name": "Pontus",
      "handedness": "right",
      "height": 71,
      "unit_of_height": "inches",
      "last_name": "Aberg",
      "name": "Pontus Aberg",
      "offensive": true,
      "position_abbreviation": "LW",
      "position_name": "Left Wing",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-pontus-aberg",
      "sport": "hockey",
      "weight": 189,
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "97279158-d3fb-4c6d-97f5-d8ce36fee674",
      "team_id": "098b2599-0a70-47af-b38e-0e4e7a0acace"
    }
  ]
}

This endpoint retrieves NHL Players.

HTTP Request

GET https://api.stattleship.com/hockey/nhl/players

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
team_id Team slug such as nhl-bos for the Bruins
birth_date Date

Player Season Stats

Baseball Player Season Stats

curl -X "GET" "https://api.stattleship.com/baseball/mlb/player_season_stats" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "seasons": [
    {
      "id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-03-18T20:57:48-04:00",
      "name": "2016",
      "current_interval_type": "regularseason",
      "starts_on": "2016-01-02",
      "ends_on": "2016-11-30",
      "slug": "mlb-2016",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "leagues": [
    {
      "id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-07-12T19:34:12-04:00",
      "abbreviation": "MLB",
      "color": null,
      "minutes_per_period": null,
      "name": "Major League Baseball",
      "periods": null,
      "slug": "mlb",
      "sport": "baseball"
    }
  ],
  "teams": [
    {
      "id": "4c2ad3df-a7fd-458d-a412-6e31574a0b7b",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "BD3039",
      "colors": [
        "BD3039",
        "0D2B56"
      ],
      "hashtag": "RedSox",
      "hashtags": [
        "RedSox"
      ],
      "location": "Boston",
      "name": "Boston",
      "nickname": "Red Sox",
      "latitude": 42.3404226,
      "longitude": -71.0948148,
      "slug": "mlb-bos",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "divisions": [
    {
      "id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:13-04:00",
      "name": "American League East",
      "conference_id": "d118b71f-2b2a-4a86-86a0-782af18e0053"
    }
  ],
  "conferences": [
    {
      "id": "d118b71f-2b2a-4a86-86a0-782af18e0053",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-07-12T19:34:13-04:00",
      "name": "American League",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "player_season_stats": [
    {
      "id": "8cfc8979-4707-4f74-9e2a-7c31263c6c43",
      "created_at": "2016-08-28T06:03:34-04:00",
      "updated_at": "2016-08-28T06:05:06-04:00",
      "interval_type": "regularseason",
      "statistics_on": "2016-08-28",
      "hitter_games_completed": 99,
      "hitter_games_finished": 5,
      "hitter_games_played": 120,
      "hitter_games_started": 111,
      "assists": 0.0,
      "wild_pitches_while_catching": 0.0,
      "double_plays": 0.0,
      "fielding_errors": 0.0,
      "fielding_pct": 1.0,
      "passed_balls": 0.0,
      "putouts": 5.0,
      "total_chances": null,
      "triple_plays": null,
      "at_bats": 429.0,
      "at_bats_risp": 115.0,
      "at_bats_per_home_run": 14.3,
      "at_bats_per_strike_out": 6.403,
      "plate_appearances": 499.0,
      "batting_average": 0.319,
      "babip": 0.318,
      "walks_per_strike_out": 0.985,
      "walks_per_plate_appearance": 0.132,
      "balls_in_play": 336.0,
      "gofo": 1.08,
      "hits_risp": null,
      "iso": 0.31,
      "runners_left_on_base": 183.0,
      "lob_risp_2out": 37.0,
      "on_base_percentage": 0.408,
      "walks": 53,
      "doubles": 41,
      "fielders_choice": 1,
      "hits": 137,
      "hit_by_pitches": 1,
      "home_runs": 30,
      "intentional_walks": 13,
      "reached_on_error": 0,
      "singles": 65,
      "triples": 1,
      "total_bases": 270,
      "ops": 1.037,
      "balls": 743,
      "dirtballs": 53,
      "foul_balls": 337,
      "intentional_balls": 44,
      "strikes_looking": 275,
      "strikes_swinging": 164,
      "strikes": 439,
      "fly_outs_into_double_plays": 0,
      "fly_outs": 64,
      "ground_outs_into_double_plays": 20,
      "ground_outs": 129,
      "strikeouts_looking": 9,
      "strikeouts_swinging": 58,
      "strikeouts": 67,
      "line_outs_into_double_plays": 0,
      "line_outs": 29,
      "pop_outs": 27,
      "sacrifice_flies": 4,
      "sacrifice_hits": 0,
      "pitches_faced": 1983.0,
      "rbi": 100.0,
      "earned_runs": 62,
      "runs": 62,
      "unearned_runs": 0,
      "secondary_average": 0.469,
      "slugging_pct": 0.629,
      "caught_stealing": 0,
      "stolen_base_pct": 1.0,
      "stolen_bases": 2,
      "team_left_on_base": null,
      "extra_base_hits": 72.0,
      "batters_faced": null,
      "era": null,
      "pitching_errors": null,
      "blown_save": null,
      "complete_games": null,
      "holds": null,
      "losses": null,
      "quality_starts": null,
      "saves": null,
      "shutouts": null,
      "save_opportunities": null,
      "team_shutouts": null,
      "wins": null,
      "ground_ball_to_fly_ball_ratio": null,
      "innings_pitched_total_outs": null,
      "innings_pitched": null,
      "strikeouts_per_9_innings": null,
      "strikeouts_per_walk": null,
      "pitcher_runners_left_on_base": null,
      "opponents_batting_average": null,
      "walks_allowed": null,
      "doubles_allowed": null,
      "fielders_choice_allowed": null,
      "hits_allowed": null,
      "hit_batters": null,
      "home_runs_allowed": null,
      "intentional_walks_allowed": null,
      "reached_on_error_allowed": null,
      "singles_allowed": null,
      "triples_allowed": null,
      "total_bases_allowed": null,
      "balls_throwns": null,
      "dirtballs_throwns": null,
      "foul_balls_throwns": null,
      "intentional_balls_throwns": null,
      "strikes_thrown_looking": null,
      "strikes_thrown_swinging": null,
      "strikes_thrown": null,
      "fly_outs_into_double_plays_allowed": null,
      "fly_outs_allowed": null,
      "ground_outs_into_double_plays_allowed": null,
      "ground_outs_allowed": null,
      "strikeouts_looking_allowed": null,
      "strikeouts_swinging_allowed": null,
      "strikeouts_allowed": null,
      "line_outs_into_double_plays_allowed": null,
      "line_outs_allowed": null,
      "pop_outs_allowed": null,
      "sacrifice_flies_allowed": null,
      "sacrifice_hits_allowed": null,
      "pitches_thrown": null,
      "earned_runs_allowed": null,
      "runs_allowed": null,
      "unearned_runs_allowed": null,
      "runners_caught_stealing": null,
      "stolen_bases_allowed": null,
      "whip": null,
      "wild_pitches": null,
      "range_factor": 5.0,
      "fielder_games_completed": 0,
      "fielder_games_finished": 0,
      "fielder_games_played": 1,
      "fielder_games_started": 1,
      "pitcher_games_finished": null,
      "pitcher_games_played": null,
      "pitcher_games_started": null,
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "player_id": "fcb78721-7355-4bb0-ab4d-33a29d508612",
      "team_id": "4c2ad3df-a7fd-458d-a412-6e31574a0b7b"
    }
  ]
}

This endpoint retrieves MLB Player Season Stats.

HTTP Request

GET https://api.stattleship.com/baseball/mlb/player_season_stats

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
season_id Current season Season slug such as mlb-2016
team_id Team slug such as mlb-tor
player_id Player slug such as mlb-david-ortiz
interval_type current interval See interval_type for sport.
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-05-22

Basketball Player Season Stats

curl -X "GET" "https://api.stattleship.com/basketball/nba/player_season_stats" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "seasons": [
    {
      "id": "b0ce2ee1-61bd-44ea-bd34-450160a10e49",
      "created_at": "2016-06-22T10:05:25-04:00",
      "updated_at": "2016-10-15T09:27:40-04:00",
      "name": "2016-2017",
      "current_interval_type": "preseason",
      "starts_on": "2016-10-01",
      "ends_on": "2017-06-30",
      "slug": "nba-2016-2017",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "leagues": [
    {
      "id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-15T09:27:05-04:00",
      "abbreviation": "NBA",
      "color": null,
      "minutes_per_period": null,
      "name": "National Basketball Association",
      "periods": null,
      "slug": "nba",
      "sport": "basketball"
    }
  ],
  "teams": [
    {
      "id": "a9abb922-3a47-4d37-9250-2e5224a2b58a",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-15T09:27:06-04:00",
      "color": "860038",
      "colors": [
        "860038",
        "fdbb30",
        "002d62"
      ],
      "hashtag": "Cavs",
      "hashtags": [
        "Cavs",
        "Cavaliers"
      ],
      "location": "Cleveland",
      "name": "Cleveland",
      "nickname": "Cavaliers",
      "latitude": 41.496326,
      "longitude": -81.689357,
      "slug": "nba-cle",
      "division_id": "a0694588-40a0-47e8-9a72-68d118eb68a8",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "divisions": [
    {
      "id": "a0694588-40a0-47e8-9a72-68d118eb68a8",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-15T09:27:05-04:00",
      "name": "Central",
      "conference_id": "a8044871-3668-4130-ba8e-93d6ba38febb"
    }
  ],
  "conferences": [
    {
      "id": "a8044871-3668-4130-ba8e-93d6ba38febb",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-15T09:27:05-04:00",
      "name": "Eastern Conference",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "player_season_stats": [
    {
      "id": "b7106ec4-fa6f-47a2-b3a0-a16de52b4ffa",
      "created_at": "2016-10-24T08:45:51-04:00",
      "updated_at": "2016-10-24T08:45:51-04:00",
      "interval_type": "preseason",
      "statistics_on": "2016-10-24",
      "average_assists": 3.3,
      "average_blocked_att": 0.0,
      "average_blocks": 0.33,
      "average_def_rebounds": 3.33,
      "average_field_goals_att": 8.33,
      "average_field_goals_made": 5.67,
      "average_flagrant_fouls": 0.0,
      "average_free_throws_att": 3.0,
      "average_free_throws_made": 1.67,
      "average_minutes": 18.7,
      "average_off_rebounds": 0.0,
      "average_personal_fouls": 0.67,
      "average_points": 13.3,
      "average_rebounds": 3.33,
      "average_steals": 2.0,
      "average_three_points_att": 0.67,
      "average_three_points_made": 0.33,
      "average_turnovers": 1.33,
      "average_two_points_att": 7.67,
      "average_two_points_made": 5.33,
      "total_assists": 10,
      "total_assists_turnover_ratio": 2,
      "total_blocked_att": 0,
      "total_blocks": 1,
      "total_defensive_rebounds": 10,
      "total_ejections": 0,
      "total_field_goals_att": 25,
      "total_field_goals_made": 17,
      "total_field_goals_pct": 0.68,
      "total_flagrant_fouls": 0,
      "total_free_throws_att": 9,
      "total_free_throws_made": 5,
      "total_free_throws_pct": 0.556,
      "total_games_played": 3,
      "total_games_started": 3,
      "total_minutes": 56,
      "total_offensive_rebounds": 0,
      "total_personal_fouls": 2,
      "total_points": 40,
      "total_rebounds": 10,
      "total_steals": 6,
      "total_tech_fouls": 0,
      "total_three_points_att": 2,
      "total_three_points_made": 1,
      "total_three_points_pct": 0.5,
      "total_turnovers": 4,
      "total_two_points_att": 23,
      "total_two_points_made": 16,
      "total_two_points_pct": 0.696,
      "season_id": "b0ce2ee1-61bd-44ea-bd34-450160a10e49",
      "player_id": "2c57cc22-40ad-42f1-b77a-07c14dd14ba6",
      "team_id": "a9abb922-3a47-4d37-9250-2e5224a2b58a"
    }
  ]
}

This endpoint retrieves NBA Player Season Stats.

HTTP Request

GET https://api.stattleship.com/basketball/nba/player_season_stats

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
season_id Current season Season slug such as nba-2016-2017
team_id Team slug such as nba-cle
player_id Player slug such as nba-lebron-james
interval_type current interval See interval_type for sport.
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-10-25

Football Player Season Stats

curl -X "GET" "https://api.stattleship.com/football/nfl/player_season_stats" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "seasons": [
    {
      "id": "8e660574-116b-4566-8060-3d83cf07cf80",
      "created_at": "2016-02-16T18:57:00-05:00",
      "updated_at": "2016-03-21T14:58:18-04:00",
      "name": "2016-2017",
      "current_interval_type": "preseason",
      "starts_on": "2016-08-01",
      "ends_on": "2017-02-14",
      "slug": "nfl-2016-2017",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "leagues": [
    {
      "id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:49-04:00",
      "abbreviation": "NFL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Football League",
      "periods": null,
      "slug": "nfl",
      "sport": "football"
    }
  ],
  "teams": [
    {
      "id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:50-04:00",
      "color": "002244",
      "colors": [
        "002244",
        "C60C30",
        "B0B7BC"
      ],
      "hashtag": "Patriots",
      "hashtags": [
        "Patriots",
        "PatsNation",
        "DoYourJob"
      ],
      "location": "New England",
      "name": "New England",
      "nickname": "Patriots",
      "latitude": null,
      "longitude": null,
      "slug": "nfl-ne",
      "division_id": "7eb2130f-0d1d-4396-9595-649708fe5a6a",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "divisions": [
    {
      "id": "7eb2130f-0d1d-4396-9595-649708fe5a6a",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:50-04:00",
      "name": "AFC East",
      "conference_id": "44513ca2-438a-4112-83e8-caf2a4494f25"
    }
  ],
  "conferences": [
    {
      "id": "44513ca2-438a-4112-83e8-caf2a4494f25",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:50-04:00",
      "name": "American Football Conference",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "player_season_stats": [
    {
      "id": "e432ecf4-8f30-448e-8bc6-f47b710cf04e",
      "created_at": "2016-08-27T06:05:22-04:00",
      "updated_at": "2016-08-27T06:05:22-04:00",
      "interval_type": "preseason",
      "statistics_on": "2016-08-27",
      "games_played": 1,
      "games_started": 0,
      "defense_assisted_tackles": null,
      "defense_blocked_kicks": null,
      "defense_combined_tackles": null,
      "defense_forced_fumbles": null,
      "defense_fumbles_recovered": null,
      "defense_fumble_touchdowns": null,
      "defense_interceptions": null,
      "defense_interceptions_longest": null,
      "defense_interceptions_touchdowns": null,
      "defense_interceptions_yards": null,
      "defense_misc_assists": null,
      "defense_misc_combined_tackles": null,
      "defense_misc_forced_fumbles": null,
      "defense_misc_fumbles_recovered": null,
      "defense_misc_tackles": null,
      "defense_passes_defensed": null,
      "defense_quarterback_hit": null,
      "defense_sacks": null,
      "defense_sack_yards": null,
      "defense_safeties": null,
      "defense_safeties_1pt": null,
      "defense_special_teams_assists": null,
      "defense_special_teams_combined_tacles": null,
      "defense_special_teams_force_fumbles": null,
      "defense_special_teams_fumbles_recovered": null,
      "defense_special_teams_tackle": null,
      "defense_tackles": null,
      "defense_tackles_for_loss": null,
      "extra_point_attempts": null,
      "extra_points_blocked": null,
      "extra_point_made": null,
      "extra_point_pct": null,
      "field_goal_attempts": null,
      "field_goal_attempts_19": null,
      "field_goal_attempts_29": null,
      "field_goal_attempts_39": null,
      "field_goal_attempts_49": null,
      "field_goal_attempts_50": null,
      "field_goal_longest_yards": null,
      "field_goal_made": null,
      "field_goal_made_19": null,
      "field_goal_made_29": null,
      "field_goal_made_39": null,
      "field_goal_made_49": null,
      "field_goal_made_50": null,
      "field_goal_pct": null,
      "first_downs": null,
      "first_down_passes": null,
      "first_down_penalties": null,
      "first_down_rushes": null,
      "fourth_down_attempts": null,
      "fourth_down_conversions": null,
      "fourth_down_passes": null,
      "fourth_down_pct": null,
      "fourth_down_penalties": null,
      "fourth_down_rushes": null,
      "fumbles_forced": null,
      "fumbles": null,
      "fumbles_lost": null,
      "fumbles_out_of_bounds": null,
      "fumbles_opponent_recovered": null,
      "fumbles_opponent_recovered_touchdowns": null,
      "fumbles_opponent_recovered_yards": null,
      "fumbles_own_recovered": null,
      "fumbles_own_recovered_touchdowns": null,
      "fumbles_own_recovered_yards": null,
      "goal_to_go_attempts": null,
      "goal_to_go_pct": null,
      "goal_to_go_touchdowns": null,
      "kick_return_avg_yards": null,
      "kick_return_fair_catches": null,
      "kick_return_longest_yards": null,
      "kick_return_returns": null,
      "kick_return_touchdowns": null,
      "kick_return_yards": null,
      "kick_return_yards_10_plus": null,
      "kick_return_yards_20_plus": null,
      "kick_return_yards_30_plus": null,
      "kick_return_yards_40_plus": null,
      "kick_return_yards_50_plus": null,
      "kickoff_avg": null,
      "kickoff_avg_return_yards": null,
      "kickoff_endzone": null,
      "kickoff_inside_20": null,
      "kickoff_inside_20_pct": null,
      "kickoff_kicks": null,
      "kickoff_longest_yards": null,
      "kickoff_net_avg_yards": null,
      "kickoff_net_yards": null,
      "kickoff_returns": null,
      "kickoff_return_yards": null,
      "kickoff_touchbacks": null,
      "kickoff_touchback_pct": null,
      "kickoff_yards": null,
      "pass_attempts": 9,
      "pass_avg_yards": 8.444,
      "pass_completions": 3,
      "pass_completion_avg_yards": 25.333,
      "pass_completion_pct": 33.333,
      "pass_first_downs": 2,
      "pass_interceptions": 0,
      "pass_interceptions_pct": 0.0,
      "pass_interceptions_touchdowns": 0,
      "pass_longest_yards": 37,
      "passer_rating": 102.1,
      "pass_red_zone_attempts": 2,
      "pass_safeties": 0,
      "pass_sacked": 1,
      "pass_sacked_yards": 4.0,
      "pass_touchdowns": 1,
      "pass_touchdown_pct": 11.111,
      "pass_yards": 76,
      "pass_yards_10_plus": 0,
      "pass_yards_20_plus": 0,
      "pass_yards_30_plus": 2,
      "pass_yards_40_plus": 0,
      "pass_yards_50_plus": 0,
      "penalty_first_downs": null,
      "penalties": null,
      "penalty_yards": null,
      "punt_return_avg_yards": null,
      "punt_return_fair_catches": null,
      "punt_return_longest_yards": null,
      "punt_return_returns": null,
      "punt_return_touchdowns": null,
      "punt_return_yards": null,
      "punt_return_yards_10_plus": null,
      "punt_return_yards_20_plus": null,
      "punt_return_yards_30_plus": null,
      "punt_return_yards_40_plus": null,
      "punt_return_yards_50_plus": null,
      "punts_avg_yards": null,
      "punts_avg_return_yards": null,
      "punts_blocked": null,
      "punts_inside_20": null,
      "punts_inside_20_pct": null,
      "punts_longest_yards": null,
      "punts_net_avg_yards": null,
      "punts_net_yards": null,
      "punts": null,
      "punt_returns": null,
      "punts_return_yards": null,
      "punts_touchbacks": null,
      "punts_touchbacks_pct": null,
      "punts_yards": null,
      "reception_avg_yards": null,
      "reception_first_downs": null,
      "reception_fumbles": null,
      "reception_longest_yards": null,
      "receptions": null,
      "reception_red_zone_targets": null,
      "reception_targets": null,
      "reception_touchdowns": null,
      "reception_yac": null,
      "reception_yards": null,
      "reception_yards_10_plus": null,
      "reception_yards_20_plus": null,
      "reception_yards_30_plus": null,
      "reception_yards_40_plus": null,
      "reception_yards_50_plus": null,
      "red_zone_attempts": null,
      "red_zone_pct": null,
      "red_zone_touchdowns": null,
      "rush_attempts": null,
      "rush_avg": null,
      "rush_first_downs": null,
      "rush_first_downs_pct": null,
      "rush_fumbles": null,
      "rush_longest": null,
      "rush_red_zone_attempts": null,
      "rush_safeties": null,
      "rush_touchdowns": null,
      "rush_yards": null,
      "rush_yards_10_plus": null,
      "rush_yards_20_plus": null,
      "rush_yards_30_plus": null,
      "rush_yards_40_plus": null,
      "rush_yards_50_plus": null,
      "third_down_attempts": null,
      "third_down_conversions": null,
      "third_down_passes": null,
      "third_down_pct": null,
      "third_down_penalties": null,
      "third_down_rushes": null,
      "touchdown_field_goal_returns": null,
      "touchdown_fumble_returns": null,
      "touchdown_interceptions": null,
      "touchdown_kickoff_returns": null,
      "touchdown_other": null,
      "touchdown_passes": null,
      "touchdown_punt_returns": null,
      "touchdown_rushes": null,
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "two_point_conversion_attempts": 1,
      "two_point_conversion_failures": 1,
      "two_point_conversion_passes": 0,
      "two_point_conversion_receptions": 0,
      "two_point_conversion_rushes": 0,
      "season_id": "8e660574-116b-4566-8060-3d83cf07cf80",
      "player_id": "ffcfbd13-fa68-403b-b38f-3939d2a11888"
    },
    {
      "id": "1632b2d8-d801-4c99-bdd4-5e637109c688",
      "created_at": "2016-08-28T06:05:05-04:00",
      "updated_at": "2016-08-28T06:05:42-04:00",
      "interval_type": "preseason",
      "statistics_on": "2016-08-28",
      "games_played": 1,
      "games_started": 0,
      "defense_assisted_tackles": null,
      "defense_blocked_kicks": null,
      "defense_combined_tackles": null,
      "defense_forced_fumbles": null,
      "defense_fumbles_recovered": null,
      "defense_fumble_touchdowns": null,
      "defense_interceptions": null,
      "defense_interceptions_longest": null,
      "defense_interceptions_touchdowns": null,
      "defense_interceptions_yards": null,
      "defense_misc_assists": null,
      "defense_misc_combined_tackles": null,
      "defense_misc_forced_fumbles": null,
      "defense_misc_fumbles_recovered": null,
      "defense_misc_tackles": null,
      "defense_passes_defensed": null,
      "defense_quarterback_hit": null,
      "defense_sacks": null,
      "defense_sack_yards": null,
      "defense_safeties": null,
      "defense_safeties_1pt": null,
      "defense_special_teams_assists": null,
      "defense_special_teams_combined_tacles": null,
      "defense_special_teams_force_fumbles": null,
      "defense_special_teams_fumbles_recovered": null,
      "defense_special_teams_tackle": null,
      "defense_tackles": null,
      "defense_tackles_for_loss": null,
      "extra_point_attempts": null,
      "extra_points_blocked": null,
      "extra_point_made": null,
      "extra_point_pct": null,
      "field_goal_attempts": null,
      "field_goal_attempts_19": null,
      "field_goal_attempts_29": null,
      "field_goal_attempts_39": null,
      "field_goal_attempts_49": null,
      "field_goal_attempts_50": null,
      "field_goal_longest_yards": null,
      "field_goal_made": null,
      "field_goal_made_19": null,
      "field_goal_made_29": null,
      "field_goal_made_39": null,
      "field_goal_made_49": null,
      "field_goal_made_50": null,
      "field_goal_pct": null,
      "first_downs": null,
      "first_down_passes": null,
      "first_down_penalties": null,
      "first_down_rushes": null,
      "fourth_down_attempts": null,
      "fourth_down_conversions": null,
      "fourth_down_passes": null,
      "fourth_down_pct": null,
      "fourth_down_penalties": null,
      "fourth_down_rushes": null,
      "fumbles_forced": null,
      "fumbles": null,
      "fumbles_lost": null,
      "fumbles_out_of_bounds": null,
      "fumbles_opponent_recovered": null,
      "fumbles_opponent_recovered_touchdowns": null,
      "fumbles_opponent_recovered_yards": null,
      "fumbles_own_recovered": null,
      "fumbles_own_recovered_touchdowns": null,
      "fumbles_own_recovered_yards": null,
      "goal_to_go_attempts": null,
      "goal_to_go_pct": null,
      "goal_to_go_touchdowns": null,
      "kick_return_avg_yards": null,
      "kick_return_fair_catches": null,
      "kick_return_longest_yards": null,
      "kick_return_returns": null,
      "kick_return_touchdowns": null,
      "kick_return_yards": null,
      "kick_return_yards_10_plus": null,
      "kick_return_yards_20_plus": null,
      "kick_return_yards_30_plus": null,
      "kick_return_yards_40_plus": null,
      "kick_return_yards_50_plus": null,
      "kickoff_avg": null,
      "kickoff_avg_return_yards": null,
      "kickoff_endzone": null,
      "kickoff_inside_20": null,
      "kickoff_inside_20_pct": null,
      "kickoff_kicks": null,
      "kickoff_longest_yards": null,
      "kickoff_net_avg_yards": null,
      "kickoff_net_yards": null,
      "kickoff_returns": null,
      "kickoff_return_yards": null,
      "kickoff_touchbacks": null,
      "kickoff_touchback_pct": null,
      "kickoff_yards": null,
      "pass_attempts": 9,
      "pass_avg_yards": 8.444,
      "pass_completions": 3,
      "pass_completion_avg_yards": 25.333,
      "pass_completion_pct": 33.333,
      "pass_first_downs": 2,
      "pass_interceptions": 0,
      "pass_interceptions_pct": 0.0,
      "pass_interceptions_touchdowns": 0,
      "pass_longest_yards": 37,
      "passer_rating": 102.1,
      "pass_red_zone_attempts": 2,
      "pass_safeties": 0,
      "pass_sacked": 1,
      "pass_sacked_yards": 4.0,
      "pass_touchdowns": 1,
      "pass_touchdown_pct": 11.111,
      "pass_yards": 76,
      "pass_yards_10_plus": 0,
      "pass_yards_20_plus": 0,
      "pass_yards_30_plus": 2,
      "pass_yards_40_plus": 0,
      "pass_yards_50_plus": 0,
      "penalty_first_downs": null,
      "penalties": null,
      "penalty_yards": null,
      "punt_return_avg_yards": null,
      "punt_return_fair_catches": null,
      "punt_return_longest_yards": null,
      "punt_return_returns": null,
      "punt_return_touchdowns": null,
      "punt_return_yards": null,
      "punt_return_yards_10_plus": null,
      "punt_return_yards_20_plus": null,
      "punt_return_yards_30_plus": null,
      "punt_return_yards_40_plus": null,
      "punt_return_yards_50_plus": null,
      "punts_avg_yards": null,
      "punts_avg_return_yards": null,
      "punts_blocked": null,
      "punts_inside_20": null,
      "punts_inside_20_pct": null,
      "punts_longest_yards": null,
      "punts_net_avg_yards": null,
      "punts_net_yards": null,
      "punts": null,
      "punt_returns": null,
      "punts_return_yards": null,
      "punts_touchbacks": null,
      "punts_touchbacks_pct": null,
      "punts_yards": null,
      "reception_avg_yards": null,
      "reception_first_downs": null,
      "reception_fumbles": null,
      "reception_longest_yards": null,
      "receptions": null,
      "reception_red_zone_targets": null,
      "reception_targets": null,
      "reception_touchdowns": null,
      "reception_yac": null,
      "reception_yards": null,
      "reception_yards_10_plus": null,
      "reception_yards_20_plus": null,
      "reception_yards_30_plus": null,
      "reception_yards_40_plus": null,
      "reception_yards_50_plus": null,
      "red_zone_attempts": null,
      "red_zone_pct": null,
      "red_zone_touchdowns": null,
      "rush_attempts": null,
      "rush_avg": null,
      "rush_first_downs": null,
      "rush_first_downs_pct": null,
      "rush_fumbles": null,
      "rush_longest": null,
      "rush_red_zone_attempts": null,
      "rush_safeties": null,
      "rush_touchdowns": null,
      "rush_yards": null,
      "rush_yards_10_plus": null,
      "rush_yards_20_plus": null,
      "rush_yards_30_plus": null,
      "rush_yards_40_plus": null,
      "rush_yards_50_plus": null,
      "third_down_attempts": null,
      "third_down_conversions": null,
      "third_down_passes": null,
      "third_down_pct": null,
      "third_down_penalties": null,
      "third_down_rushes": null,
      "touchdown_field_goal_returns": null,
      "touchdown_fumble_returns": null,
      "touchdown_interceptions": null,
      "touchdown_kickoff_returns": null,
      "touchdown_other": null,
      "touchdown_passes": null,
      "touchdown_punt_returns": null,
      "touchdown_rushes": null,
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "two_point_conversion_attempts": 1,
      "two_point_conversion_failures": 1,
      "two_point_conversion_passes": 0,
      "two_point_conversion_receptions": 0,
      "two_point_conversion_rushes": 0,
      "season_id": "8e660574-116b-4566-8060-3d83cf07cf80",
      "player_id": "ffcfbd13-fa68-403b-b38f-3939d2a11888"
    }
  ]
}

This endpoint retrieves NFL Player Season Stats.

HTTP Request

GET https://api.stattleship.com/football/nfl/player_season_stats

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
season_id Current season Season slug such as nfl-2016-2017
team_id Team slug such as nfl-nyj
player_id Player slug such as nfl-tom-brady
interval_type current interval See interval_type for sport.
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-08-22

Hockey Player Season Stats

curl -X "GET" "https://api.stattleship.com/hockey/nhl/player_season_stats" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "seasons": [
    {
      "id": "0e4a4772-054b-4d77-b724-03aba77f84a6",
      "created_at": "2016-06-14T21:00:02-04:00",
      "updated_at": "2016-10-12T19:04:41-04:00",
      "name": "2016-2017",
      "current_interval_type": "regularseason",
      "starts_on": "2016-09-01",
      "ends_on": "2017-06-30",
      "slug": "nhl-2016-2017",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "leagues": [
    {
      "id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-12T19:04:13-04:00",
      "abbreviation": "NHL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Hockey League",
      "periods": null,
      "slug": "nhl",
      "sport": "hockey"
    }
  ],
  "teams": [
    {
      "id": "e9d7bcb5-6723-4ca9-b1d9-1ccd026be1cb",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-12T19:04:16-04:00",
      "color": "000000",
      "colors": [
        "000000",
        "FFC422"
      ],
      "hashtag": "NHLBruins",
      "hashtags": [
        "NHLBruins"
      ],
      "location": "Boston",
      "name": "Boston",
      "nickname": "Bruins",
      "latitude": 42.3663,
      "longitude": -71.0622,
      "slug": "nhl-bos",
      "division_id": "15ca4e46-2b49-4f37-84ea-befb62de28c5",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "divisions": [
    {
      "id": "15ca4e46-2b49-4f37-84ea-befb62de28c5",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-12T19:04:13-04:00",
      "name": "Atlantic",
      "conference_id": "b6a5910b-bd9b-4fb3-b7e5-654c2ae17fa3"
    }
  ],
  "conferences": [
    {
      "id": "b6a5910b-bd9b-4fb3-b7e5-654c2ae17fa3",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-12T19:04:13-04:00",
      "name": "Eastern Conference",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "player_season_stats": [
    {
      "id": "27e5453f-6b25-4b5c-8d7a-5360498c60dc",
      "created_at": "2016-10-24T08:44:45-04:00",
      "updated_at": "2016-10-24T08:44:45-04:00",
      "interval_type": "regularseason",
      "statistics_on": "2016-10-24",
      "average_assists": 0.6,
      "average_blocked_att": 1.0,
      "average_blocked_shots": 0.4,
      "average_giveaways": 0.6,
      "average_goals": 0.8,
      "average_hits": 1.2,
      "average_missed_shots": 0.8,
      "average_penalties": 0.0,
      "average_penalty_minutes": 0.0,
      "average_points": 1.4,
      "average_shots": 4.2,
      "average_takeaways": 0.0,
      "evenstrength_assists": 3,
      "evenstrength_faceoffs": 1,
      "evenstrength_faceoffs_lost": 1,
      "evenstrength_faceoffs_win_pct": 0.0,
      "evenstrength_faceoffs_won": 0,
      "evenstrength_goals": 3,
      "evenstrength_missed_shots": 2,
      "evenstrength_shots": 17,
      "penalty_goals": 0,
      "penalty_missed_shots": 0,
      "penalty_shots": 0,
      "powerplay_assists": 0,
      "powerplay_faceoffs": 0,
      "powerplay_faceoffs_lost": 0,
      "powerplay_faceoffs_win_pct": 0.0,
      "powerplay_faceoffs_won": 0,
      "powerplay_goals": 1,
      "powerplay_missed_shots": 2,
      "powerplay_shots": 4,
      "shootout_goals": 0,
      "shootout_missed_shots": 0,
      "shootout_shots": 0,
      "shorthanded_assists": 0,
      "shorthanded_faceoffs": 0,
      "shorthanded_faceoffs_lost": 0,
      "shorthanded_faceoffs_win_pct": 0.0,
      "shorthanded_faceoffs_won": 0,
      "shorthanded_goals": 0,
      "shorthanded_missed_shots": 0,
      "shorthanded_shots": 0,
      "total_assists": 3,
      "total_blocked_att": 5,
      "total_blocked_shots": 2,
      "total_faceoff_win_pct": 0.0,
      "total_faceoffs": 1,
      "total_faceoffs_lost": 1,
      "total_faceoffs_won": 0,
      "total_games_played": 5,
      "total_games_scratched": 0,
      "total_games_started": 4,
      "total_giveaways": 3,
      "total_goals": 4,
      "total_hits": 6,
      "total_missed_shots": 4,
      "total_penalties": 0,
      "total_penalty_minutes": 0,
      "total_plus_minus": 9,
      "total_points": 7,
      "total_shooting_pct": 19.0,
      "total_shots": 21,
      "total_takeaways": 0,
      "total_winning_goals": 1,
      "average_shifts": 20.2,
      "average_time_on_ice_seconds": 979,
      "total_shifts": 101,
      "total_time_on_ice_seconds": 4897,
      "season_id": "0e4a4772-054b-4d77-b724-03aba77f84a6",
      "player_id": "1d00d261-6463-47ca-862d-60e6ab47c7cc",
      "team_id": "e9d7bcb5-6723-4ca9-b1d9-1ccd026be1cb"
    }
  ]
}

This endpoint retrieves NHL Player Season Stats.

HTTP Request

GET https://api.stattleship.com/hockey/nhl/player_season_stats

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
season_id Current season Season slug such as nhl-2016-2017
team_id Team slug such as nhl-bos
player_id Player slug such as nhl-david-pastrnak
interval_type current interval See interval_type for sport.
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-10-22

Probable Pitchers

Baseball Probable Pitchers

curl -X "GET" "https://api.stattleship.com/baseball/mlb/probable_pitchers" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "games": [
    {
      "id": "0a163a70-6da8-4e5b-9733-1658e550b477",
      "created_at": "2017-02-15T18:28:54-05:00",
      "updated_at": "2017-02-15T18:28:54-05:00",
      "at_neutral_site": null,
      "attendance": null,
      "away_team_outcome": "undecided",
      "away_team_score": 0,
      "broadcast": "",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": null,
      "ended_at": null,
      "home_team_outcome": "undecided",
      "home_team_score": 0,
      "humidity": null,
      "interval": "Preseason",
      "interval_number": 1,
      "interval_type": "preseason",
      "label": "Marlins vs Twins",
      "name": "Marlins vs Twins February 27, 2017 at  1:05pm",
      "on": "on February 27, 2017",
      "period": 0,
      "period_label": "Inning",
      "score": "0-0",
      "score_differential": 0,
      "scoreline": "Marlins 0 - Twins 0",
      "slug": "mlb-2017-mia-min-2017-02-27-1305",
      "started_at": "2017-02-27T13:05:00-05:00",
      "status": "upcoming",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": null,
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1488218700,
      "title": "Marlins vs Twins",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "8256c5cd-476c-4af3-8c26-059b0fd8ddcf",
      "away_team_id": "4b88dffe-8ac6-40ff-bb34-36ab8ecf1fde",
      "winning_team_id": null,
      "season_id": "7273bcc6-f05f-42e0-a860-e05c1e943078",
      "venue_id": "9a47fda4-2ce7-48e4-bf36-7abc55c4befe",
      "official_ids": []
    },
    {
      "id": "22ecdf41-cec1-41ca-893d-230945b74c7f",
      "created_at": "2017-02-15T18:28:42-05:00",
      "updated_at": "2017-02-15T18:28:42-05:00",
      "at_neutral_site": null,
      "attendance": null,
      "away_team_outcome": "undecided",
      "away_team_score": 0,
      "broadcast": "",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": null,
      "ended_at": null,
      "home_team_outcome": "undecided",
      "home_team_score": 0,
      "humidity": null,
      "interval": "Preseason",
      "interval_number": 1,
      "interval_type": "preseason",
      "label": "Nationals vs Cardinals",
      "name": "Nationals vs Cardinals February 27, 2017 at  1:05pm",
      "on": "on February 27, 2017",
      "period": 0,
      "period_label": "Inning",
      "score": "0-0",
      "score_differential": 0,
      "scoreline": "Nationals 0 - Cardinals 0",
      "slug": "mlb-2017-was-stl-2017-02-27-1305",
      "started_at": "2017-02-27T13:05:00-05:00",
      "status": "upcoming",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": null,
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1488218700,
      "title": "Nationals vs Cardinals",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": null,
      "season_id": "7273bcc6-f05f-42e0-a860-e05c1e943078",
      "venue_id": "f1cf58cb-16ca-4e1b-87e7-946ccc92580b",
      "official_ids": []
    },
    {
      "id": "7cda5487-2395-462f-9c10-b530ccfe0493",
      "created_at": "2017-02-15T18:28:51-05:00",
      "updated_at": "2017-02-15T18:28:51-05:00",
      "at_neutral_site": null,
      "attendance": null,
      "away_team_outcome": "undecided",
      "away_team_score": 0,
      "broadcast": "",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": null,
      "ended_at": null,
      "home_team_outcome": "undecided",
      "home_team_score": 0,
      "humidity": null,
      "interval": "Preseason",
      "interval_number": 1,
      "interval_type": "preseason",
      "label": "Cardinals vs Red Sox",
      "name": "Cardinals vs Red Sox February 27, 2017 at  1:05pm",
      "on": "on February 27, 2017",
      "period": 0,
      "period_label": "Inning",
      "score": "0-0",
      "score_differential": 0,
      "scoreline": "Cardinals 0 - Red Sox 0",
      "slug": "mlb-2017-stl-bos-2017-02-27-1305",
      "started_at": "2017-02-27T13:05:00-05:00",
      "status": "upcoming",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": null,
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1488218700,
      "title": "Cardinals vs Red Sox",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "4c2ad3df-a7fd-458d-a412-6e31574a0b7b",
      "away_team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "winning_team_id": null,
      "season_id": "7273bcc6-f05f-42e0-a860-e05c1e943078",
      "venue_id": "9615511f-041c-4e1b-ab1d-a0819b44bfc3",
      "official_ids": []
    },
    {
      "id": "e7c1f111-e7ae-4d33-90e0-6d76b712c4a6",
      "created_at": "2017-02-15T18:28:56-05:00",
      "updated_at": "2017-02-15T18:28:56-05:00",
      "at_neutral_site": null,
      "attendance": null,
      "away_team_outcome": "undecided",
      "away_team_score": 0,
      "broadcast": "MASN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": null,
      "ended_at": null,
      "home_team_outcome": "undecided",
      "home_team_score": 0,
      "humidity": null,
      "interval": "Preseason",
      "interval_number": 1,
      "interval_type": "preseason",
      "label": "Yankees vs Orioles",
      "name": "Yankees vs Orioles February 27, 2017 at  1:05pm",
      "on": "on February 27, 2017",
      "period": 0,
      "period_label": "Inning",
      "score": "0-0",
      "score_differential": 0,
      "scoreline": "Yankees 0 - Orioles 0",
      "slug": "mlb-2017-nyy-bal-2017-02-27-1305",
      "started_at": "2017-02-27T13:05:00-05:00",
      "status": "upcoming",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1488218700,
      "title": "Yankees vs Orioles",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "away_team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "winning_team_id": null,
      "season_id": "7273bcc6-f05f-42e0-a860-e05c1e943078",
      "venue_id": "99f8a4ee-1ad5-4e0f-896c-8007e6e52ba7",
      "official_ids": []
    },
    {
      "id": "f37e9ba7-89c4-416b-8ad5-b3617e7ba9cb",
      "created_at": "2017-02-15T18:28:51-05:00",
      "updated_at": "2017-02-15T18:28:51-05:00",
      "at_neutral_site": null,
      "attendance": null,
      "away_team_outcome": "undecided",
      "away_team_score": 0,
      "broadcast": "",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": null,
      "ended_at": null,
      "home_team_outcome": "undecided",
      "home_team_score": 0,
      "humidity": null,
      "interval": "Preseason",
      "interval_number": 1,
      "interval_type": "preseason",
      "label": "Braves vs Tigers",
      "name": "Braves vs Tigers February 27, 2017 at  1:05pm",
      "on": "on February 27, 2017",
      "period": 0,
      "period_label": "Inning",
      "score": "0-0",
      "score_differential": 0,
      "scoreline": "Braves 0 - Tigers 0",
      "slug": "mlb-2017-atl-det-2017-02-27-1305",
      "started_at": "2017-02-27T13:05:00-05:00",
      "status": "upcoming",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": null,
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1488218700,
      "title": "Braves vs Tigers",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "9ab4bef1-ea26-456b-a018-bf2bde1f6599",
      "away_team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "winning_team_id": null,
      "season_id": "7273bcc6-f05f-42e0-a860-e05c1e943078",
      "venue_id": "4d894d57-fbb8-4152-9330-f1edd5daddf8",
      "official_ids": []
    },
    {
      "id": "f9aa3510-44d2-4c9a-8f0e-3d2384d2307a",
      "created_at": "2017-02-15T18:28:41-05:00",
      "updated_at": "2017-02-25T05:00:03-05:00",
      "at_neutral_site": null,
      "attendance": null,
      "away_team_outcome": "undecided",
      "away_team_score": 0,
      "broadcast": "TCN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": null,
      "ended_at": null,
      "home_team_outcome": "undecided",
      "home_team_score": 0,
      "humidity": null,
      "interval": "Preseason",
      "interval_number": 1,
      "interval_type": "preseason",
      "label": "Rays vs Phillies",
      "name": "Rays vs Phillies February 27, 2017 at  1:05pm",
      "on": "on February 27, 2017",
      "period": 0,
      "period_label": "Inning",
      "score": "0-0",
      "score_differential": 0,
      "scoreline": "Rays 0 - Phillies 0",
      "slug": "mlb-2017-tb-phi-2017-02-27-1305",
      "started_at": "2017-02-27T13:05:00-05:00",
      "status": "upcoming",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "TCN",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1488218700,
      "title": "Rays vs Phillies",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "94acb560-6d9c-4b89-a32c-7fb817ad7aa7",
      "away_team_id": "6fb020e3-2ac1-409f-a1d0-5b081ef349a4",
      "winning_team_id": null,
      "season_id": "7273bcc6-f05f-42e0-a860-e05c1e943078",
      "venue_id": "7c95940e-979f-4f41-947c-595984604f45",
      "official_ids": []
    },
    {
      "id": "e3ec0cee-eb8e-4964-8c2c-04e92cfbb9e6",
      "created_at": "2017-02-15T18:28:44-05:00",
      "updated_at": "2017-02-25T05:00:04-05:00",
      "at_neutral_site": null,
      "attendance": null,
      "away_team_outcome": "undecided",
      "away_team_score": 0,
      "broadcast": "SNET",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": null,
      "ended_at": null,
      "home_team_outcome": "undecided",
      "home_team_score": 0,
      "humidity": null,
      "interval": "Preseason",
      "interval_number": 1,
      "interval_type": "preseason",
      "label": "Pirates vs Blue Jays",
      "name": "Pirates vs Blue Jays February 27, 2017 at  1:07pm",
      "on": "on February 27, 2017",
      "period": 0,
      "period_label": "Inning",
      "score": "0-0",
      "score_differential": 0,
      "scoreline": "Pirates 0 - Blue Jays 0",
      "slug": "mlb-2017-pit-tor-2017-02-27-1307",
      "started_at": "2017-02-27T13:07:00-05:00",
      "status": "upcoming",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "SNET",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1488218820,
      "title": "Pirates vs Blue Jays",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "2863bb0d-90f6-4ae2-93ca-e89cda3255ee",
      "away_team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "winning_team_id": null,
      "season_id": "7273bcc6-f05f-42e0-a860-e05c1e943078",
      "venue_id": "c469756d-57d6-46c1-ae52-f200384acb98",
      "official_ids": []
    },
    {
      "id": "69cee734-a581-4cc9-8a33-c65abd1888c8",
      "created_at": "2017-02-15T18:28:47-05:00",
      "updated_at": "2017-02-25T05:00:05-05:00",
      "at_neutral_site": null,
      "attendance": null,
      "away_team_outcome": "undecided",
      "away_team_score": 0,
      "broadcast": "SNY",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": null,
      "ended_at": null,
      "home_team_outcome": "undecided",
      "home_team_score": 0,
      "humidity": null,
      "interval": "Preseason",
      "interval_number": 1,
      "interval_type": "preseason",
      "label": "Astros vs Mets",
      "name": "Astros vs Mets February 27, 2017 at  1:10pm",
      "on": "on February 27, 2017",
      "period": 0,
      "period_label": "Inning",
      "score": "0-0",
      "score_differential": 0,
      "scoreline": "Astros 0 - Mets 0",
      "slug": "mlb-2017-hou-nym-2017-02-27-1310",
      "started_at": "2017-02-27T13:10:00-05:00",
      "status": "upcoming",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "SNY",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1488219000,
      "title": "Astros vs Mets",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "away_team_id": "1dbbb4a3-d8ca-42cb-829f-29551d482645",
      "winning_team_id": null,
      "season_id": "7273bcc6-f05f-42e0-a860-e05c1e943078",
      "venue_id": "2a8358f7-8fee-467a-8333-234a0f5a34a0",
      "official_ids": []
    },
    {
      "id": "08c7d9d7-ebb9-497b-a5a9-4b4ce3eea0c0",
      "created_at": "2017-02-15T18:28:48-05:00",
      "updated_at": "2017-02-15T18:28:48-05:00",
      "at_neutral_site": null,
      "attendance": null,
      "away_team_outcome": "undecided",
      "away_team_score": 0,
      "broadcast": "",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": null,
      "ended_at": null,
      "home_team_outcome": "undecided",
      "home_team_score": 0,
      "humidity": null,
      "interval": "Preseason",
      "interval_number": 1,
      "interval_type": "preseason",
      "label": "Brewers vs Rangers",
      "name": "Brewers vs Rangers February 27, 2017 at  3:05pm",
      "on": "on February 27, 2017",
      "period": 0,
      "period_label": "Inning",
      "score": "0-0",
      "score_differential": 0,
      "scoreline": "Brewers 0 - Rangers 0",
      "slug": "mlb-2017-mil-tex-2017-02-27-1505",
      "started_at": "2017-02-27T15:05:00-05:00",
      "status": "upcoming",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": null,
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1488225900,
      "title": "Brewers vs Rangers",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "2c14a8f0-577f-490f-9186-cc3742412d1c",
      "away_team_id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "winning_team_id": null,
      "season_id": "7273bcc6-f05f-42e0-a860-e05c1e943078",
      "venue_id": "38839975-ac6c-4cea-833f-b57f61848350",
      "official_ids": []
    },
    {
      "id": "6a7d9e8e-cc10-40aa-b27e-8565334023c2",
      "created_at": "2017-02-15T18:28:54-05:00",
      "updated_at": "2017-02-15T18:28:54-05:00",
      "at_neutral_site": null,
      "attendance": null,
      "away_team_outcome": "undecided",
      "away_team_score": 0,
      "broadcast": "",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": null,
      "ended_at": null,
      "home_team_outcome": "undecided",
      "home_team_score": 0,
      "humidity": null,
      "interval": "Preseason",
      "interval_number": 1,
      "interval_type": "preseason",
      "label": "Athletics vs Giants",
      "name": "Athletics vs Giants February 27, 2017 at  3:05pm",
      "on": "on February 27, 2017",
      "period": 0,
      "period_label": "Inning",
      "score": "0-0",
      "score_differential": 0,
      "scoreline": "Athletics 0 - Giants 0",
      "slug": "mlb-2017-oak-sf-2017-02-27-1505",
      "started_at": "2017-02-27T15:05:00-05:00",
      "status": "upcoming",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": null,
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1488225900,
      "title": "Athletics vs Giants",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "6c498284-84e6-4e74-9f56-b934be3384d5",
      "away_team_id": "9ccdfc26-a7e7-4bcb-8879-3e77d391d58f",
      "winning_team_id": null,
      "season_id": "7273bcc6-f05f-42e0-a860-e05c1e943078",
      "venue_id": "29b84870-8316-49cf-b792-e2d2318f4178",
      "official_ids": []
    },
    {
      "id": "764df737-b8ac-4918-9f4c-8ede57dacbb4",
      "created_at": "2017-02-15T18:28:56-05:00",
      "updated_at": "2017-02-15T18:28:56-05:00",
      "at_neutral_site": null,
      "attendance": null,
      "away_team_outcome": "undecided",
      "away_team_score": 0,
      "broadcast": "",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": null,
      "ended_at": null,
      "home_team_outcome": "undecided",
      "home_team_score": 0,
      "humidity": null,
      "interval": "Preseason",
      "interval_number": 1,
      "interval_type": "preseason",
      "label": "Rockies vs Dodgers",
      "name": "Rockies vs Dodgers February 27, 2017 at  3:05pm",
      "on": "on February 27, 2017",
      "period": 0,
      "period_label": "Inning",
      "score": "0-0",
      "score_differential": 0,
      "scoreline": "Rockies 0 - Dodgers 0",
      "slug": "mlb-2017-col-la-2017-02-27-1505",
      "started_at": "2017-02-27T15:05:00-05:00",
      "status": "upcoming",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": null,
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1488225900,
      "title": "Rockies vs Dodgers",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "f53d7ed3-1ebe-4e02-979d-6e51c0f5fb18",
      "away_team_id": "0220ab72-3a17-4a65-8872-72454aeb828d",
      "winning_team_id": null,
      "season_id": "7273bcc6-f05f-42e0-a860-e05c1e943078",
      "venue_id": "707eb5af-e70b-4f59-8074-4804d6408b0f",
      "official_ids": []
    },
    {
      "id": "b9e5f8cd-f4ca-45ed-a136-9cad430628ae",
      "created_at": "2017-02-15T18:28:56-05:00",
      "updated_at": "2017-02-15T18:28:56-05:00",
      "at_neutral_site": null,
      "attendance": null,
      "away_team_outcome": "undecided",
      "away_team_score": 0,
      "broadcast": "",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": null,
      "ended_at": null,
      "home_team_outcome": "undecided",
      "home_team_score": 0,
      "humidity": null,
      "interval": "Preseason",
      "interval_number": 1,
      "interval_type": "preseason",
      "label": "White Sox vs Cubs",
      "name": "White Sox vs Cubs February 27, 2017 at  3:05pm",
      "on": "on February 27, 2017",
      "period": 0,
      "period_label": "Inning",
      "score": "0-0",
      "score_differential": 0,
      "scoreline": "White Sox 0 - Cubs 0",
      "slug": "mlb-2017-chw-chc-2017-02-27-1505",
      "started_at": "2017-02-27T15:05:00-05:00",
      "status": "upcoming",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": null,
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1488225900,
      "title": "White Sox vs Cubs",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "away_team_id": "8572e355-63b6-440c-8cb0-8ef52144b993",
      "winning_team_id": null,
      "season_id": "7273bcc6-f05f-42e0-a860-e05c1e943078",
      "venue_id": "34c6aeee-f18b-4815-ae0f-3491d727cca5",
      "official_ids": []
    },
    {
      "id": "e6857b77-414d-4012-98c5-c40a84ef8808",
      "created_at": "2017-02-15T18:28:57-05:00",
      "updated_at": "2017-02-15T18:28:57-05:00",
      "at_neutral_site": null,
      "attendance": null,
      "away_team_outcome": "undecided",
      "away_team_score": 0,
      "broadcast": "",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": null,
      "ended_at": null,
      "home_team_outcome": "undecided",
      "home_team_score": 0,
      "humidity": null,
      "interval": "Preseason",
      "interval_number": 1,
      "interval_type": "preseason",
      "label": "Rangers vs Indians",
      "name": "Rangers vs Indians February 27, 2017 at  3:05pm",
      "on": "on February 27, 2017",
      "period": 0,
      "period_label": "Inning",
      "score": "0-0",
      "score_differential": 0,
      "scoreline": "Rangers 0 - Indians 0",
      "slug": "mlb-2017-tex-cle-2017-02-27-1505",
      "started_at": "2017-02-27T15:05:00-05:00",
      "status": "upcoming",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": null,
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1488225900,
      "title": "Rangers vs Indians",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "c5fefa38-a256-43fe-8147-008c0f8c2f15",
      "away_team_id": "2c14a8f0-577f-490f-9186-cc3742412d1c",
      "winning_team_id": null,
      "season_id": "7273bcc6-f05f-42e0-a860-e05c1e943078",
      "venue_id": "73c3633b-b96a-4aad-b89f-4bb107c3095f",
      "official_ids": []
    },
    {
      "id": "5fc2397a-8bb4-40ae-8261-ea396652e956",
      "created_at": "2017-02-15T18:28:54-05:00",
      "updated_at": "2017-02-15T18:28:54-05:00",
      "at_neutral_site": null,
      "attendance": null,
      "away_team_outcome": "undecided",
      "away_team_score": 0,
      "broadcast": "",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": null,
      "ended_at": null,
      "home_team_outcome": "undecided",
      "home_team_score": 0,
      "humidity": null,
      "interval": "Preseason",
      "interval_number": 1,
      "interval_type": "preseason",
      "label": "Reds vs Diamondbacks",
      "name": "Reds vs Diamondbacks February 27, 2017 at  3:10pm",
      "on": "on February 27, 2017",
      "period": 0,
      "period_label": "Inning",
      "score": "0-0",
      "score_differential": 0,
      "scoreline": "Reds 0 - Diamondbacks 0",
      "slug": "mlb-2017-cin-ari-2017-02-27-1510",
      "started_at": "2017-02-27T15:10:00-05:00",
      "status": "upcoming",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": null,
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1488226200,
      "title": "Reds vs Diamondbacks",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "09dc1f54-cf05-4486-8135-80bb0090fde1",
      "away_team_id": "84e287b3-8aa1-4cb5-bcce-6a0e8ba97f91",
      "winning_team_id": null,
      "season_id": "7273bcc6-f05f-42e0-a860-e05c1e943078",
      "venue_id": "908eab70-57a0-4df8-a8db-f78a9fc80ff0",
      "official_ids": []
    }
  ],
  "home_teams": [
    {
      "id": "8256c5cd-476c-4af3-8c26-059b0fd8ddcf",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "002B5C",
      "colors": [
        "002B5C",
        "D31145"
      ],
      "hashtag": "Twins",
      "hashtags": [
        "Twins",
        "MNTwins"
      ],
      "location": "Minnesota",
      "name": "Minnesota",
      "nickname": "Twins",
      "latitude": 44.983318,
      "longitude": -93.277016,
      "slug": "mlb-min",
      "division_id": "ca580e37-ee8b-44d3-94ac-6eb2bf35d094",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "26345a1d-a856-48be-a53b-262367b5437e",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "C41E3A",
      "colors": [
        "C41E3A",
        "000066",
        "FEDB00"
      ],
      "hashtag": "STLCards",
      "hashtags": [
        "STLCards",
        "Cardinals"
      ],
      "location": "St. Louis",
      "name": "St. Louis",
      "nickname": "Cardinals",
      "latitude": 38.6270025,
      "longitude": -90.1994042,
      "slug": "mlb-stl",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "4c2ad3df-a7fd-458d-a412-6e31574a0b7b",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "BD3039",
      "colors": [
        "BD3039",
        "0D2B56"
      ],
      "hashtag": "RedSox",
      "hashtags": [
        "RedSox"
      ],
      "location": "Boston",
      "name": "Boston",
      "nickname": "Red Sox",
      "latitude": 42.3404226,
      "longitude": -71.0948148,
      "slug": "mlb-bos",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "DF4601",
      "colors": [
        "DF4601",
        "000000"
      ],
      "hashtag": "Orioles",
      "hashtags": [
        "Orioles"
      ],
      "location": "Baltimore",
      "name": "Baltimore",
      "nickname": "Orioles",
      "latitude": 39.2828878,
      "longitude": -76.6206139,
      "slug": "mlb-bal",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "9ab4bef1-ea26-456b-a018-bf2bde1f6599",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "0C2C56",
      "colors": [
        "0C2C56"
      ],
      "hashtag": "Tigers",
      "hashtags": [
        "Tigers"
      ],
      "location": "Detroit",
      "name": "Detroit",
      "nickname": "Tigers",
      "latitude": 42.3300676,
      "longitude": -83.0449362,
      "slug": "mlb-det",
      "division_id": "ca580e37-ee8b-44d3-94ac-6eb2bf35d094",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "94acb560-6d9c-4b89-a32c-7fb817ad7aa7",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "284898",
      "colors": [
        "284898",
        "E81828"
      ],
      "hashtag": "Phillies",
      "hashtags": [
        "Phillies"
      ],
      "location": "Philadelphia",
      "name": "Philadelphia",
      "nickname": "Phillies",
      "latitude": 39.9080104,
      "longitude": -75.1678599,
      "slug": "mlb-phi",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "2863bb0d-90f6-4ae2-93ca-e89cda3255ee",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:13-04:00",
      "color": "134A8E",
      "colors": [
        "134A8E",
        "1D2D5C",
        "E8291C"
      ],
      "hashtag": "BlueJays",
      "hashtags": [
        "BlueJays"
      ],
      "location": "Toronto",
      "name": "Toronto",
      "nickname": "Blue Jays",
      "latitude": 43.6447662,
      "longitude": -79.3921899,
      "slug": "mlb-tor",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "FF5910",
      "colors": [
        "FF5910",
        "002D72"
      ],
      "hashtag": "Mets",
      "hashtags": [
        "Mets"
      ],
      "location": "New York",
      "name": "NY Mets",
      "nickname": "Mets",
      "latitude": 40.7573032,
      "longitude": -73.8501765,
      "slug": "mlb-nym",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "2c14a8f0-577f-490f-9186-cc3742412d1c",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "C0111F",
      "colors": [
        "C0111F",
        "003278"
      ],
      "hashtag": "Rangers",
      "hashtags": [
        "Rangers"
      ],
      "location": "Texas",
      "name": "Texas",
      "nickname": "Rangers",
      "latitude": 38.8799697,
      "longitude": -77.1067698,
      "slug": "mlb-tex",
      "division_id": "558ecbdd-2a71-4c60-a1bd-28dfcd3ab496",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "6c498284-84e6-4e74-9f56-b934be3384d5",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "FD5A1E",
      "colors": [
        "FD5A1E",
        "000000",
        "8B6F4E"
      ],
      "hashtag": "SFGiants",
      "hashtags": [
        "SFGiants"
      ],
      "location": "San Francisco",
      "name": "San Francisco",
      "nickname": "Giants",
      "latitude": 37.9385723,
      "longitude": -122.3401953,
      "slug": "mlb-sf",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "f53d7ed3-1ebe-4e02-979d-6e51c0f5fb18",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "005A9C",
      "colors": [
        "005A9C",
        "EF3E42"
      ],
      "hashtag": "Dodgers",
      "hashtags": [
        "Dodgers"
      ],
      "location": "Los Angeles",
      "name": "LA Dodgers",
      "nickname": "Dodgers",
      "latitude": 34.072609,
      "longitude": -118.251259,
      "slug": "mlb-la",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "CC3433",
      "colors": [
        "CC3433",
        "0E3386"
      ],
      "hashtag": "Cubs",
      "hashtags": [
        "Cubs"
      ],
      "location": "Chicago",
      "name": "Chi. Cubs",
      "nickname": "Cubs",
      "latitude": 41.8781136,
      "longitude": -87.6297982,
      "slug": "mlb-chc",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "c5fefa38-a256-43fe-8147-008c0f8c2f15",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "E31937",
      "colors": [
        "E31937",
        "002B5C"
      ],
      "hashtag": "Indians",
      "hashtags": [
        "Indians"
      ],
      "location": "Cleveland",
      "name": "Cleveland",
      "nickname": "Indians",
      "latitude": 41.49932,
      "longitude": -81.6943605,
      "slug": "mlb-cle",
      "division_id": "ca580e37-ee8b-44d3-94ac-6eb2bf35d094",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "09dc1f54-cf05-4486-8135-80bb0090fde1",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "A71930",
      "colors": [
        "A71930",
        "000000",
        "E3D4AD"
      ],
      "hashtag": "DBacks",
      "hashtags": [
        "DBacks",
        "Diamondbacks"
      ],
      "location": "Arizona",
      "name": "Arizona",
      "nickname": "Diamondbacks",
      "latitude": 33.4463502,
      "longitude": -112.0746942,
      "slug": "mlb-ari",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "leagues": [
    {
      "id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-07-12T19:34:12-04:00",
      "abbreviation": "MLB",
      "color": null,
      "minutes_per_period": null,
      "name": "Major League Baseball",
      "periods": null,
      "slug": "mlb",
      "sport": "baseball"
    },
    {
      "id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:49-04:00",
      "abbreviation": "NFL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Football League",
      "periods": null,
      "slug": "nfl",
      "sport": "football"
    }
  ],
  "away_teams": [
    {
      "id": "4b88dffe-8ac6-40ff-bb34-36ab8ecf1fde",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "FF6600",
      "colors": [
        "FF6600",
        "0077C8",
        "FFD100",
        "000000"
      ],
      "hashtag": "Marlins",
      "hashtags": [
        "Marlins"
      ],
      "location": "Miami",
      "name": "Miami",
      "nickname": "Marlins",
      "latitude": 25.7781319,
      "longitude": -80.2214982,
      "slug": "mlb-mia",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "AB0003",
      "colors": [
        "AB0003",
        "11225B"
      ],
      "hashtag": "Nats",
      "hashtags": [
        "Nats",
        "Nationals"
      ],
      "location": "Washington",
      "name": "Washington",
      "nickname": "Nationals",
      "latitude": 38.8787421,
      "longitude": -77.0074421,
      "slug": "mlb-was",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "26345a1d-a856-48be-a53b-262367b5437e",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "C41E3A",
      "colors": [
        "C41E3A",
        "000066",
        "FEDB00"
      ],
      "hashtag": "STLCards",
      "hashtags": [
        "STLCards",
        "Cardinals"
      ],
      "location": "St. Louis",
      "name": "St. Louis",
      "nickname": "Cardinals",
      "latitude": 38.6270025,
      "longitude": -90.1994042,
      "slug": "mlb-stl",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "003087",
      "colors": [
        "003087",
        "E4002B"
      ],
      "hashtag": "Yankees",
      "hashtags": [
        "Yankees"
      ],
      "location": "New York",
      "name": "NY Yankees",
      "nickname": "Yankees",
      "latitude": 40.8260966,
      "longitude": -73.93031,
      "slug": "mlb-nyy",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "CE1141",
      "colors": [
        "CE1141",
        "13274F"
      ],
      "hashtag": "Braves",
      "hashtags": [
        "Braves"
      ],
      "location": "Atlanta",
      "name": "Atlanta",
      "nickname": "Braves",
      "latitude": 33.7005971,
      "longitude": -84.354916,
      "slug": "mlb-atl",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "6fb020e3-2ac1-409f-a1d0-5b081ef349a4",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:13-04:00",
      "color": "092C5C",
      "colors": [
        "092C5C",
        "8FBCE6",
        "F5D130"
      ],
      "hashtag": "Rays",
      "hashtags": [
        "Rays"
      ],
      "location": "Tampa Bay",
      "name": "Tampa Bay",
      "nickname": "Rays",
      "latitude": 27.7682383,
      "longitude": -82.6533237,
      "slug": "mlb-tb",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "FDB827",
      "colors": [
        "FDB827",
        "000000"
      ],
      "hashtag": "Pirates",
      "hashtags": [
        "Pirates"
      ],
      "location": "Pittsburgh",
      "name": "Pittsburgh",
      "nickname": "Pirates",
      "latitude": 40.4469874,
      "longitude": -79.9485413,
      "slug": "mlb-pit",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "1dbbb4a3-d8ca-42cb-829f-29551d482645",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "002D62",
      "colors": [
        "002D62",
        "EB6E1F"
      ],
      "hashtag": "Astros",
      "hashtags": [
        "Astros"
      ],
      "location": "Houston",
      "name": "Houston",
      "nickname": "Astros",
      "latitude": 29.7552521,
      "longitude": -95.3527035,
      "slug": "mlb-hou",
      "division_id": "558ecbdd-2a71-4c60-a1bd-28dfcd3ab496",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "0A2351",
      "colors": [
        "0A2351",
        "B6922E"
      ],
      "hashtag": "Brewers",
      "hashtags": [
        "Brewers"
      ],
      "location": "Milwaukee",
      "name": "Milwaukee",
      "nickname": "Brewers",
      "latitude": 43.0205692,
      "longitude": -87.97012,
      "slug": "mlb-mil",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "9ccdfc26-a7e7-4bcb-8879-3e77d391d58f",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "003831",
      "colors": [
        "003831",
        "EFB21E"
      ],
      "hashtag": "Athletics",
      "hashtags": [
        "Athletics"
      ],
      "location": "Oakland",
      "name": "Oakland",
      "nickname": "Athletics",
      "latitude": 37.750277,
      "longitude": -122.2028616,
      "slug": "mlb-oak",
      "division_id": "558ecbdd-2a71-4c60-a1bd-28dfcd3ab496",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "0220ab72-3a17-4a65-8872-72454aeb828d",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "333366",
      "colors": [
        "333366",
        "231F20",
        "C4CED4"
      ],
      "hashtag": "Rockies",
      "hashtags": [
        "Rockies"
      ],
      "location": "Colorado",
      "name": "Colorado",
      "nickname": "Rockies",
      "latitude": 39.7578942,
      "longitude": -104.9935598,
      "slug": "mlb-col",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "8572e355-63b6-440c-8cb0-8ef52144b993",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "000000",
      "colors": [
        "000000",
        "C4CED4"
      ],
      "hashtag": "WhiteSox",
      "hashtags": [
        "WhiteSox"
      ],
      "location": "Chicago",
      "name": "Chi. White Sox",
      "nickname": "White Sox",
      "latitude": 41.8280515,
      "longitude": -87.6349872,
      "slug": "mlb-chw",
      "division_id": "ca580e37-ee8b-44d3-94ac-6eb2bf35d094",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "2c14a8f0-577f-490f-9186-cc3742412d1c",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "C0111F",
      "colors": [
        "C0111F",
        "003278"
      ],
      "hashtag": "Rangers",
      "hashtags": [
        "Rangers"
      ],
      "location": "Texas",
      "name": "Texas",
      "nickname": "Rangers",
      "latitude": 38.8799697,
      "longitude": -77.1067698,
      "slug": "mlb-tex",
      "division_id": "558ecbdd-2a71-4c60-a1bd-28dfcd3ab496",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "84e287b3-8aa1-4cb5-bcce-6a0e8ba97f91",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "C6011F",
      "colors": [
        "C6011F",
        "000000"
      ],
      "hashtag": "Reds",
      "hashtags": [
        "Reds"
      ],
      "location": "Cincinnati",
      "name": "Cincinnati",
      "nickname": "Reds",
      "latitude": 39.1031182,
      "longitude": -84.5120196,
      "slug": "mlb-cin",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "winning_teams": [],
  "seasons": [
    {
      "id": "7273bcc6-f05f-42e0-a860-e05c1e943078",
      "created_at": "2017-02-14T19:00:00-05:00",
      "updated_at": "2017-02-14T19:00:00-05:00",
      "name": "2017",
      "current_interval_type": "preseason",
      "starts_on": "2017-01-02",
      "ends_on": "2017-11-30",
      "slug": "mlb-2017",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "venues": [
    {
      "id": "9a47fda4-2ce7-48e4-bf36-7abc55c4befe",
      "created_at": "2016-07-13T06:00:11-04:00",
      "updated_at": "2016-07-13T06:37:00-04:00",
      "abbreviation": "Hammond Stadium",
      "capacity": 9300,
      "city": "Fort Myers",
      "country": "USA",
      "field_type": "grass",
      "name": "Hammond Stadium",
      "slug": "hammond-stadium-hammond-stadium",
      "state": "FL",
      "stadium_type": null,
      "time_zone": "America/New_York",
      "latitude": null,
      "longitude": null
    },
    {
      "id": "f1cf58cb-16ca-4e1b-87e7-946ccc92580b",
      "created_at": "2016-07-13T06:00:05-04:00",
      "updated_at": "2016-07-13T06:37:01-04:00",
      "abbreviation": "Roger Dean Stadium",
      "capacity": 6871,
      "city": "Jupiter",
      "country": "USA",
      "field_type": "grass",
      "name": "Roger Dean Stadium",
      "slug": "roger-dean-stadium-roger-dean-stadium",
      "state": "FL",
      "stadium_type": null,
      "time_zone": "America/New_York",
      "latitude": null,
      "longitude": null
    },
    {
      "id": "9615511f-041c-4e1b-ab1d-a0819b44bfc3",
      "created_at": "2016-07-13T06:00:02-04:00",
      "updated_at": "2016-07-13T06:37:00-04:00",
      "abbreviation": "JetBlue Park",
      "capacity": 10823,
      "city": "Fort Myers",
      "country": "USA",
      "field_type": "grass",
      "name": "JetBlue Park",
      "slug": "jetblue-park-jetblue-park",
      "state": "FL",
      "stadium_type": null,
      "time_zone": "America/New_York",
      "latitude": null,
      "longitude": null
    },
    {
      "id": "99f8a4ee-1ad5-4e0f-896c-8007e6e52ba7",
      "created_at": "2016-07-13T06:00:01-04:00",
      "updated_at": "2016-07-13T06:37:01-04:00",
      "abbreviation": "Ed Smith Stadium",
      "capacity": 8500,
      "city": "Sarasota",
      "country": "USA",
      "field_type": "grass",
      "name": "Ed Smith Stadium",
      "slug": "ed-smith-stadium-ed-smith-stadium",
      "state": "FL",
      "stadium_type": null,
      "time_zone": "America/New_York",
      "latitude": null,
      "longitude": null
    },
    {
      "id": "4d894d57-fbb8-4152-9330-f1edd5daddf8",
      "created_at": "2016-07-13T06:00:02-04:00",
      "updated_at": "2016-07-13T06:37:01-04:00",
      "abbreviation": "Joker Marchant Stadium",
      "capacity": 8500,
      "city": "Lakeland",
      "country": "USA",
      "field_type": "grass",
      "name": "Joker Marchant Stadium",
      "slug": "joker-marchant-stadium-joker-marchant-stadium",
      "state": "FL",
      "stadium_type": null,
      "time_zone": "America/New_York",
      "latitude": null,
      "longitude": null
    },
    {
      "id": "7c95940e-979f-4f41-947c-595984604f45",
      "created_at": "2016-07-13T06:00:02-04:00",
      "updated_at": "2016-07-13T06:37:01-04:00",
      "abbreviation": "Bright House Field",
      "capacity": 8500,
      "city": "Clearwater",
      "country": "USA",
      "field_type": "grass",
      "name": "Bright House Field",
      "slug": "bright-house-field-bright-house-field",
      "state": "FL",
      "stadium_type": null,
      "time_zone": "America/New_York",
      "latitude": null,
      "longitude": null
    },
    {
      "id": "c469756d-57d6-46c1-ae52-f200384acb98",
      "created_at": "2016-07-13T06:00:12-04:00",
      "updated_at": "2016-07-13T06:37:00-04:00",
      "abbreviation": "Florida Auto Exchange Stadium",
      "capacity": 5509,
      "city": "Dunedin",
      "country": "USA",
      "field_type": "grass",
      "name": "Florida Auto Exchange Stadium",
      "slug": "florida-auto-exchange-stadium-florida-auto-exchange-stadium",
      "state": "FL",
      "stadium_type": null,
      "time_zone": "America/New_York",
      "latitude": null,
      "longitude": null
    },
    {
      "id": "2a8358f7-8fee-467a-8333-234a0f5a34a0",
      "created_at": "2016-07-13T06:00:12-04:00",
      "updated_at": "2016-07-13T06:37:00-04:00",
      "abbreviation": "Tradition Field",
      "capacity": 7160,
      "city": "Port St Lucie",
      "country": "USA",
      "field_type": "grass",
      "name": "Tradition Field",
      "slug": "tradition-field-tradition-field",
      "state": "FL",
      "stadium_type": null,
      "time_zone": "America/New_York",
      "latitude": null,
      "longitude": null
    },
    {
      "id": "38839975-ac6c-4cea-833f-b57f61848350",
      "created_at": "2016-07-13T06:00:08-04:00",
      "updated_at": "2016-07-13T06:37:01-04:00",
      "abbreviation": "Surprise Stadium",
      "capacity": 10714,
      "city": "Surprise",
      "country": "USA",
      "field_type": "grass",
      "name": "Surprise Stadium",
      "slug": "surprise-stadium-surprise-stadium",
      "state": "AZ",
      "stadium_type": null,
      "time_zone": "America/New_York",
      "latitude": null,
      "longitude": null
    },
    {
      "id": "29b84870-8316-49cf-b792-e2d2318f4178",
      "created_at": "2016-07-13T06:00:01-04:00",
      "updated_at": "2016-07-13T06:37:01-04:00",
      "abbreviation": "Scottsdale Stadium",
      "capacity": 12000,
      "city": "Scottsdale",
      "country": "USA",
      "field_type": "grass",
      "name": "Scottsdale Stadium",
      "slug": "scottsdale-stadium-scottsdale-stadium",
      "state": "AZ",
      "stadium_type": null,
      "time_zone": "America/New_York",
      "latitude": null,
      "longitude": null
    },
    {
      "id": "707eb5af-e70b-4f59-8074-4804d6408b0f",
      "created_at": "2016-07-13T06:00:04-04:00",
      "updated_at": "2016-07-13T06:37:01-04:00",
      "abbreviation": "Camelback Ranch",
      "capacity": 13000,
      "city": "Phoenix",
      "country": "USA",
      "field_type": "grass",
      "name": "Camelback Ranch",
      "slug": "camelback-ranch-camelback-ranch",
      "state": "AZ",
      "stadium_type": null,
      "time_zone": "America/New_York",
      "latitude": null,
      "longitude": null
    },
    {
      "id": "34c6aeee-f18b-4815-ae0f-3491d727cca5",
      "created_at": "2016-07-13T06:00:12-04:00",
      "updated_at": "2016-07-13T06:37:00-04:00",
      "abbreviation": "Sloan Park",
      "capacity": 15000,
      "city": "Mesa",
      "country": "USA",
      "field_type": "grass",
      "name": "Sloan Park",
      "slug": "sloan-park-sloan-park",
      "state": "AZ",
      "stadium_type": null,
      "time_zone": "America/New_York",
      "latitude": null,
      "longitude": null
    },
    {
      "id": "73c3633b-b96a-4aad-b89f-4bb107c3095f",
      "created_at": "2016-07-13T06:00:00-04:00",
      "updated_at": "2016-07-13T06:37:01-04:00",
      "abbreviation": "Goodyear Ballpark",
      "capacity": 10311,
      "city": "Goodyear",
      "country": "USA",
      "field_type": "grass",
      "name": "Goodyear Ballpark",
      "slug": "goodyear-ballpark-goodyear-ballpark",
      "state": "AZ",
      "stadium_type": null,
      "time_zone": "America/New_York",
      "latitude": null,
      "longitude": null
    },
    {
      "id": "908eab70-57a0-4df8-a8db-f78a9fc80ff0",
      "created_at": "2016-07-13T06:00:01-04:00",
      "updated_at": "2016-07-13T06:37:00-04:00",
      "abbreviation": "Salt River Fields at Talking Stick",
      "capacity": 11000,
      "city": "Scottsdale",
      "country": "USA",
      "field_type": "grass",
      "name": "Salt River Fields at Talking Stick",
      "slug": "salt-river-fields-at-talking-stick-salt-river-fields-at-talking-stick",
      "state": "AZ",
      "stadium_type": null,
      "time_zone": "America/New_York",
      "latitude": null,
      "longitude": null
    }
  ],
  "officials": [],
  "players": [
    {
      "id": "7522a440-7658-4823-93b5-44331e87ae6b",
      "created_at": "2016-04-06T11:20:48-04:00",
      "updated_at": "2016-04-06T11:20:48-04:00",
      "active": false,
      "bats": "bats_right",
      "birth_date": "1977-08-10",
      "captain": null,
      "city": null,
      "country": null,
      "draft_overall_pick": null,
      "draft_round": null,
      "draft_season": null,
      "draft_team_name": null,
      "first_name": "Lorenzo",
      "handedness": "right",
      "height": 76,
      "high_school": null,
      "humanized_salary": "0",
      "last_name": "Barcelo",
      "mlbam_id": null,
      "name": "Lorenzo Barcelo",
      "nickname": null,
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "pro_debut": null,
      "salary": null,
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-lorenzo-barcelo",
      "sport": "baseball",
      "state": null,
      "uniform_number": null,
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 230,
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "f53d7ed3-1ebe-4e02-979d-6e51c0f5fb18"
    },
    {
      "id": "efd3b4af-f60c-4868-b376-db1a591f6a33",
      "created_at": "2016-03-18T21:11:08-04:00",
      "updated_at": "2017-02-26T15:22:35-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1982-12-12",
      "captain": null,
      "city": "San Cristobal",
      "country": "",
      "draft_overall_pick": null,
      "draft_round": null,
      "draft_season": null,
      "draft_team_name": null,
      "first_name": "Ervin",
      "handedness": "unknown",
      "height": 74,
      "high_school": "Colegio Cristiano El Alfarero, DR",
      "humanized_salary": "13,500,000",
      "last_name": "Santana",
      "mlbam_id": 429722,
      "name": "Ervin Santana",
      "nickname": "Ervin",
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "pro_debut": "2005-05-17",
      "salary": 13500000,
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-ervin-santana",
      "sport": "baseball",
      "state": "",
      "uniform_number": "54",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 175,
      "years_of_experience": 8,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "8256c5cd-476c-4af3-8c26-059b0fd8ddcf"
    },
    {
      "id": "9f04a67e-ef72-42b7-95ba-04f37227c3a0",
      "created_at": "2016-03-18T21:11:39-04:00",
      "updated_at": "2017-02-26T15:21:51-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1991-09-12",
      "captain": null,
      "city": "Santo Domingo",
      "country": "",
      "draft_overall_pick": null,
      "draft_round": null,
      "draft_season": null,
      "draft_team_name": null,
      "first_name": "Jose",
      "handedness": "unknown",
      "height": 75,
      "high_school": null,
      "humanized_salary": "507,500",
      "last_name": "Urena",
      "mlbam_id": 570632,
      "name": "Jose Urena",
      "nickname": "Jose",
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "pro_debut": "2015-04-14",
      "salary": 507500,
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-jose-urena",
      "sport": "baseball",
      "state": "",
      "uniform_number": "62",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 175,
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "4b88dffe-8ac6-40ff-bb34-36ab8ecf1fde"
    },
    {
      "id": "9e5a519e-48f9-4f23-bdee-a1558df717bd",
      "created_at": "2016-03-18T21:11:18-04:00",
      "updated_at": "2017-02-26T15:13:40-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1987-05-12",
      "captain": null,
      "city": "Marion County",
      "country": "",
      "draft_overall_pick": 39,
      "draft_round": 1,
      "draft_season": "2008",
      "draft_team_name": "St. Louis",
      "first_name": "Michael",
      "handedness": "unknown",
      "height": 77,
      "high_school": "Brownsburg, IN",
      "humanized_salary": "7,500,000",
      "last_name": "Lynn",
      "mlbam_id": 458681,
      "name": "Lance Lynn",
      "nickname": "Lance",
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "pro_debut": "2011-06-02",
      "salary": 7500000,
      "salary_currency": "USD",
      "school": "Mississippi",
      "slug": "mlb-lance-lynn",
      "sport": "baseball",
      "state": "",
      "uniform_number": "31",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 240,
      "years_of_experience": 4,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e"
    },
    {
      "id": "ca3fd5c2-9407-43f9-aca7-dd498f14849d",
      "created_at": "2016-03-18T21:11:21-04:00",
      "updated_at": "2017-02-26T15:22:24-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1991-07-01",
      "captain": null,
      "city": "Iowa City",
      "country": "",
      "draft_overall_pick": 19,
      "draft_round": 1,
      "draft_season": "2012",
      "draft_team_name": "St. Louis",
      "first_name": "Michael",
      "handedness": "unknown",
      "height": 78,
      "high_school": "Pleasant Grove, Texarkana, TX",
      "humanized_salary": "539,000",
      "last_name": "Wacha",
      "mlbam_id": 608379,
      "name": "Michael Wacha",
      "nickname": "Michael",
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "pro_debut": "2013-05-30",
      "salary": 539000,
      "salary_currency": "USD",
      "school": "Texas A&M",
      "slug": "mlb-michael-wacha",
      "sport": "baseball",
      "state": "",
      "uniform_number": "52",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 210,
      "years_of_experience": 2,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e"
    },
    {
      "id": "2223153c-19ab-45d7-8762-8550daca1e15",
      "created_at": "2016-03-18T21:09:43-04:00",
      "updated_at": "2017-02-26T15:21:52-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1991-05-24",
      "captain": null,
      "city": "Greenville",
      "country": "",
      "draft_overall_pick": 36,
      "draft_round": 10,
      "draft_season": "2013",
      "draft_team_name": "Detroit",
      "first_name": "Chad",
      "handedness": "unknown",
      "height": 75,
      "high_school": "Effingham",
      "humanized_salary": "507,500",
      "last_name": "Green",
      "mlbam_id": 643338,
      "name": "Chad Green",
      "nickname": "Chad",
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "pro_debut": "2016-05-16",
      "salary": 507500,
      "salary_currency": "USD",
      "school": "Louisville",
      "slug": "mlb-chad-green",
      "sport": "baseball",
      "state": "",
      "uniform_number": "57",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 210,
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "cccb84ca-569f-47c1-aeb0-58cfc56296bd",
      "created_at": "2016-03-18T21:10:05-04:00",
      "updated_at": "2017-02-26T15:21:58-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1986-05-23",
      "captain": null,
      "city": "Auburndale",
      "country": "",
      "draft_overall_pick": 67,
      "draft_round": 2,
      "draft_season": "2007",
      "draft_team_name": "Washington",
      "first_name": "Jordan",
      "handedness": "unknown",
      "height": 74,
      "high_school": "Auburndale, WI",
      "humanized_salary": "18,000,000",
      "last_name": "Zimmermann",
      "mlbam_id": 519455,
      "name": "Jordan Zimmermann",
      "nickname": "Jordan",
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "pro_debut": "2009-04-20",
      "salary": 18000000,
      "salary_currency": "USD",
      "school": "Wisconsin - Stevens Point",
      "slug": "mlb-jordan-zimmermann",
      "sport": "baseball",
      "state": "",
      "uniform_number": "27",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 225,
      "years_of_experience": 8,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "9ab4bef1-ea26-456b-a018-bf2bde1f6599"
    },
    {
      "id": "785eeda3-1df9-4728-8026-4499d3424138",
      "created_at": "2016-03-18T21:13:16-04:00",
      "updated_at": "2017-02-26T15:22:01-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1974-10-29",
      "captain": null,
      "city": "Nashville",
      "country": "",
      "draft_overall_pick": 18,
      "draft_round": 1,
      "draft_season": "1996",
      "draft_team_name": "Texas",
      "first_name": "Robert",
      "handedness": "unknown",
      "height": 75,
      "high_school": "Montgomery Bell Academy, Nashville, TN",
      "humanized_salary": "12,000,000",
      "last_name": "Dickey",
      "mlbam_id": 285079,
      "name": "R.A. Dickey",
      "nickname": "R.A.",
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "pro_debut": "2001-04-22",
      "salary": 12000000,
      "salary_currency": "USD",
      "school": "Tennessee",
      "slug": "mlb-r-a-dickey",
      "sport": "baseball",
      "state": "",
      "uniform_number": "43",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 215,
      "years_of_experience": 12,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "2863bb0d-90f6-4ae2-93ca-e89cda3255ee"
    },
    {
      "id": "faff687c-61b8-44c4-8ce7-9af2d222ea0f",
      "created_at": "2016-03-18T21:12:12-04:00",
      "updated_at": "2017-02-26T15:22:37-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1990-07-02",
      "captain": null,
      "city": "Evansville",
      "country": "",
      "draft_overall_pick": 474,
      "draft_round": 15,
      "draft_season": "2011",
      "draft_team_name": "Texas",
      "first_name": "Jerad",
      "handedness": "unknown",
      "height": 76,
      "high_school": "Mater Dei HS",
      "humanized_salary": "516,000",
      "last_name": "Eickhoff",
      "mlbam_id": 595191,
      "name": "Jerad Eickhoff",
      "nickname": "Jerad",
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "pro_debut": "2015-08-21",
      "salary": 516000,
      "salary_currency": "USD",
      "school": "Olney Central CC, IL",
      "slug": "mlb-jerad-eickhoff",
      "sport": "baseball",
      "state": "",
      "uniform_number": "48",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 240,
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "94acb560-6d9c-4b89-a32c-7fb817ad7aa7"
    },
    {
      "id": "06ce1aaa-e28b-4652-b823-42ce9c885801",
      "created_at": "2016-03-18T21:13:20-04:00",
      "updated_at": "2017-02-26T15:22:01-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1991-05-01",
      "captain": null,
      "city": "Medford",
      "country": "",
      "draft_overall_pick": 22,
      "draft_round": 1,
      "draft_season": "2012",
      "draft_team_name": null,
      "first_name": "Marcus",
      "handedness": "unknown",
      "height": 68,
      "high_school": "Patchogue-Medford, Medford, NY",
      "humanized_salary": "515,900",
      "last_name": "Stroman",
      "mlbam_id": 573186,
      "name": "Marcus Stroman",
      "nickname": "Marcus",
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "pro_debut": "2014-05-04",
      "salary": 515900,
      "salary_currency": "USD",
      "school": "Duke",
      "slug": "mlb-marcus-stroman",
      "sport": "baseball",
      "state": "",
      "uniform_number": "6",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 180,
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "2863bb0d-90f6-4ae2-93ca-e89cda3255ee"
    },
    {
      "id": "74d027aa-833d-4085-9de4-8df8e49de8c1",
      "created_at": "2016-03-18T21:14:06-04:00",
      "updated_at": "2017-02-26T15:21:19-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1992-12-04",
      "captain": null,
      "city": "El Cajon",
      "country": "",
      "draft_overall_pick": 46,
      "draft_round": 1,
      "draft_season": "2011",
      "draft_team_name": "Toronto",
      "first_name": "Joseph",
      "handedness": "unknown",
      "height": 77,
      "high_school": "Grossmont, El Cajon, CA",
      "humanized_salary": "0",
      "last_name": "Musgrove",
      "mlbam_id": 605397,
      "name": "Joe Musgrove",
      "nickname": "Joe",
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "pro_debut": "2016-08-02",
      "salary": 0,
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-joe-musgrove",
      "sport": "baseball",
      "state": "",
      "uniform_number": "59",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 265,
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "1dbbb4a3-d8ca-42cb-829f-29551d482645"
    },
    {
      "id": "ddecc581-6c32-4b04-8a5c-95c3dc82f9e5",
      "created_at": "2016-03-18T21:12:53-04:00",
      "updated_at": "2017-02-26T15:22:23-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1989-11-07",
      "captain": null,
      "city": "Nashville",
      "country": "",
      "draft_overall_pick": 18,
      "draft_round": 1,
      "draft_season": "2011",
      "draft_team_name": "Oakland",
      "first_name": "Sonny",
      "handedness": "unknown",
      "height": 70,
      "high_school": "Smyrna, TN",
      "humanized_salary": "527,500",
      "last_name": "Gray",
      "mlbam_id": 543243,
      "name": "Sonny Gray",
      "nickname": "Sonny",
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "pro_debut": "2013-07-10",
      "salary": 527500,
      "salary_currency": "USD",
      "school": "Vanderbilt",
      "slug": "mlb-sonny-gray",
      "sport": "baseball",
      "state": "",
      "uniform_number": "54",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 190,
      "years_of_experience": 2,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "9ccdfc26-a7e7-4bcb-8879-3e77d391d58f"
    },
    {
      "id": "b77b021e-d428-4275-a867-43655f96cf72",
      "created_at": "2016-03-18T21:11:25-04:00",
      "updated_at": "2017-02-26T15:21:47-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1985-01-23",
      "captain": null,
      "city": "Merrillville",
      "country": "",
      "draft_overall_pick": 149,
      "draft_round": 5,
      "draft_season": "2006",
      "draft_team_name": null,
      "first_name": "Jeffrey",
      "handedness": "unknown",
      "height": 77,
      "high_school": "Valparaiso, IN",
      "humanized_salary": "10,800,000",
      "last_name": "Samardzija",
      "mlbam_id": 502188,
      "name": "Jeff Samardzija",
      "nickname": "Jeff",
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "pro_debut": "2008-07-25",
      "salary": 10800000,
      "salary_currency": "USD",
      "school": "Notre Dame",
      "slug": "mlb-jeff-samardzija",
      "sport": "baseball",
      "state": "",
      "uniform_number": "29",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 225,
      "years_of_experience": 7,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "c02cc50f-49a0-4268-ae6c-68a28fe4d660",
      "created_at": "2016-03-18T21:15:54-04:00",
      "updated_at": "2017-02-26T15:22:29-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1988-04-11",
      "captain": null,
      "city": "Osaka",
      "country": "",
      "draft_overall_pick": null,
      "draft_round": null,
      "draft_season": null,
      "draft_team_name": null,
      "first_name": "Kenta",
      "handedness": "unknown",
      "height": 72,
      "high_school": "PL Gakuen, Osaka",
      "humanized_salary": "3,125,000",
      "last_name": "Maeda",
      "mlbam_id": 628317,
      "name": "Kenta Maeda",
      "nickname": "Kenta",
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "pro_debut": "2016-04-06",
      "salary": 3125000,
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-kenta-maeda",
      "sport": "baseball",
      "state": "",
      "uniform_number": "18",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 160,
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "f53d7ed3-1ebe-4e02-979d-6e51c0f5fb18"
    },
    {
      "id": "a58c2a4a-59c8-4d8f-a73e-b19e5be0680d",
      "created_at": "2016-03-18T21:12:14-04:00",
      "updated_at": "2017-02-26T15:18:18-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1988-02-01",
      "captain": null,
      "city": "Midland",
      "country": "",
      "draft_overall_pick": 55,
      "draft_round": 2,
      "draft_season": "2006",
      "draft_team_name": "Arizona",
      "first_name": "Brett",
      "handedness": "unknown",
      "height": 75,
      "high_school": "Stillwater, OK",
      "humanized_salary": "15,800,000",
      "last_name": "Anderson",
      "mlbam_id": 474463,
      "name": "Brett Anderson",
      "nickname": "Brett",
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "pro_debut": "2009-04-10",
      "salary": 15800000,
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-brett-anderson",
      "sport": "baseball",
      "state": "",
      "uniform_number": "35",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 240,
      "years_of_experience": 6,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "f53d7ed3-1ebe-4e02-979d-6e51c0f5fb18"
    },
    {
      "id": "7e8556f0-4e0b-43cf-85a8-3554dc4e61d6",
      "created_at": "2016-03-18T21:16:56-04:00",
      "updated_at": "2017-02-26T15:20:10-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1994-07-14",
      "captain": null,
      "city": "Santa Monica",
      "country": "",
      "draft_overall_pick": 16,
      "draft_round": 1,
      "draft_season": "2012",
      "draft_team_name": "Washington",
      "first_name": "Lucas",
      "handedness": "unknown",
      "height": 78,
      "high_school": "Harvard-Westlake (CA)",
      "humanized_salary": "507,500",
      "last_name": "Giolito",
      "mlbam_id": 608337,
      "name": "Lucas Giolito",
      "nickname": "Lucas",
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "pro_debut": "2016-06-28",
      "salary": 507500,
      "salary_currency": "USD",
      "school": "Harvard-Westlake HS",
      "slug": "mlb-lucas-giolito",
      "sport": "baseball",
      "state": "",
      "uniform_number": "44",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 255,
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "d2559b54-7b97-4959-b8fe-6848d9db825d",
      "created_at": "2016-03-18T21:11:13-04:00",
      "updated_at": "2017-02-26T15:21:07-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1987-03-21",
      "captain": null,
      "city": "Barquisimeto",
      "country": "",
      "draft_overall_pick": null,
      "draft_round": null,
      "draft_season": null,
      "draft_team_name": null,
      "first_name": "Carlos",
      "handedness": "unknown",
      "height": 75,
      "high_school": "Liceo Federico Carmona, VZ",
      "humanized_salary": "4,500,000",
      "last_name": "Carrasco",
      "mlbam_id": 471911,
      "name": "Carlos Carrasco",
      "nickname": "Carlos",
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "pro_debut": "2009-09-01",
      "salary": 4500000,
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-carlos-carrasco",
      "sport": "baseball",
      "state": "",
      "uniform_number": "59",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 210,
      "years_of_experience": 7,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "c5fefa38-a256-43fe-8147-008c0f8c2f15"
    }
  ],
  "teams": [
    {
      "id": "f53d7ed3-1ebe-4e02-979d-6e51c0f5fb18",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "005A9C",
      "colors": [
        "005A9C",
        "EF3E42"
      ],
      "hashtag": "Dodgers",
      "hashtags": [
        "Dodgers"
      ],
      "location": "Los Angeles",
      "name": "LA Dodgers",
      "nickname": "Dodgers",
      "latitude": 34.072609,
      "longitude": -118.251259,
      "slug": "mlb-la",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "c38c938d-7d53-482b-b5b1-508102a4a246",
      "created_at": "2016-01-25T03:59:06-05:00",
      "updated_at": "2016-02-01T03:44:45-05:00",
      "color": null,
      "colors": [],
      "hashtag": null,
      "hashtags": [],
      "location": "Honolulu",
      "name": "Team Rice.",
      "nickname": "Rice.",
      "latitude": null,
      "longitude": null,
      "slug": "jr",
      "division_id": "7eb2130f-0d1d-4396-9595-649708fe5a6a",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "8256c5cd-476c-4af3-8c26-059b0fd8ddcf",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "002B5C",
      "colors": [
        "002B5C",
        "D31145"
      ],
      "hashtag": "Twins",
      "hashtags": [
        "Twins",
        "MNTwins"
      ],
      "location": "Minnesota",
      "name": "Minnesota",
      "nickname": "Twins",
      "latitude": 44.983318,
      "longitude": -93.277016,
      "slug": "mlb-min",
      "division_id": "ca580e37-ee8b-44d3-94ac-6eb2bf35d094",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "4b88dffe-8ac6-40ff-bb34-36ab8ecf1fde",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "FF6600",
      "colors": [
        "FF6600",
        "0077C8",
        "FFD100",
        "000000"
      ],
      "hashtag": "Marlins",
      "hashtags": [
        "Marlins"
      ],
      "location": "Miami",
      "name": "Miami",
      "nickname": "Marlins",
      "latitude": 25.7781319,
      "longitude": -80.2214982,
      "slug": "mlb-mia",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "AB0003",
      "colors": [
        "AB0003",
        "11225B"
      ],
      "hashtag": "Nats",
      "hashtags": [
        "Nats",
        "Nationals"
      ],
      "location": "Washington",
      "name": "Washington",
      "nickname": "Nationals",
      "latitude": 38.8787421,
      "longitude": -77.0074421,
      "slug": "mlb-was",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "26345a1d-a856-48be-a53b-262367b5437e",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "C41E3A",
      "colors": [
        "C41E3A",
        "000066",
        "FEDB00"
      ],
      "hashtag": "STLCards",
      "hashtags": [
        "STLCards",
        "Cardinals"
      ],
      "location": "St. Louis",
      "name": "St. Louis",
      "nickname": "Cardinals",
      "latitude": 38.6270025,
      "longitude": -90.1994042,
      "slug": "mlb-stl",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "4c2ad3df-a7fd-458d-a412-6e31574a0b7b",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "BD3039",
      "colors": [
        "BD3039",
        "0D2B56"
      ],
      "hashtag": "RedSox",
      "hashtags": [
        "RedSox"
      ],
      "location": "Boston",
      "name": "Boston",
      "nickname": "Red Sox",
      "latitude": 42.3404226,
      "longitude": -71.0948148,
      "slug": "mlb-bos",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "DF4601",
      "colors": [
        "DF4601",
        "000000"
      ],
      "hashtag": "Orioles",
      "hashtags": [
        "Orioles"
      ],
      "location": "Baltimore",
      "name": "Baltimore",
      "nickname": "Orioles",
      "latitude": 39.2828878,
      "longitude": -76.6206139,
      "slug": "mlb-bal",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "003087",
      "colors": [
        "003087",
        "E4002B"
      ],
      "hashtag": "Yankees",
      "hashtags": [
        "Yankees"
      ],
      "location": "New York",
      "name": "NY Yankees",
      "nickname": "Yankees",
      "latitude": 40.8260966,
      "longitude": -73.93031,
      "slug": "mlb-nyy",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "9ab4bef1-ea26-456b-a018-bf2bde1f6599",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "0C2C56",
      "colors": [
        "0C2C56"
      ],
      "hashtag": "Tigers",
      "hashtags": [
        "Tigers"
      ],
      "location": "Detroit",
      "name": "Detroit",
      "nickname": "Tigers",
      "latitude": 42.3300676,
      "longitude": -83.0449362,
      "slug": "mlb-det",
      "division_id": "ca580e37-ee8b-44d3-94ac-6eb2bf35d094",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "2863bb0d-90f6-4ae2-93ca-e89cda3255ee",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:13-04:00",
      "color": "134A8E",
      "colors": [
        "134A8E",
        "1D2D5C",
        "E8291C"
      ],
      "hashtag": "BlueJays",
      "hashtags": [
        "BlueJays"
      ],
      "location": "Toronto",
      "name": "Toronto",
      "nickname": "Blue Jays",
      "latitude": 43.6447662,
      "longitude": -79.3921899,
      "slug": "mlb-tor",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "CE1141",
      "colors": [
        "CE1141",
        "13274F"
      ],
      "hashtag": "Braves",
      "hashtags": [
        "Braves"
      ],
      "location": "Atlanta",
      "name": "Atlanta",
      "nickname": "Braves",
      "latitude": 33.7005971,
      "longitude": -84.354916,
      "slug": "mlb-atl",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "94acb560-6d9c-4b89-a32c-7fb817ad7aa7",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "284898",
      "colors": [
        "284898",
        "E81828"
      ],
      "hashtag": "Phillies",
      "hashtags": [
        "Phillies"
      ],
      "location": "Philadelphia",
      "name": "Philadelphia",
      "nickname": "Phillies",
      "latitude": 39.9080104,
      "longitude": -75.1678599,
      "slug": "mlb-phi",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "6fb020e3-2ac1-409f-a1d0-5b081ef349a4",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:13-04:00",
      "color": "092C5C",
      "colors": [
        "092C5C",
        "8FBCE6",
        "F5D130"
      ],
      "hashtag": "Rays",
      "hashtags": [
        "Rays"
      ],
      "location": "Tampa Bay",
      "name": "Tampa Bay",
      "nickname": "Rays",
      "latitude": 27.7682383,
      "longitude": -82.6533237,
      "slug": "mlb-tb",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "FDB827",
      "colors": [
        "FDB827",
        "000000"
      ],
      "hashtag": "Pirates",
      "hashtags": [
        "Pirates"
      ],
      "location": "Pittsburgh",
      "name": "Pittsburgh",
      "nickname": "Pirates",
      "latitude": 40.4469874,
      "longitude": -79.9485413,
      "slug": "mlb-pit",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "FF5910",
      "colors": [
        "FF5910",
        "002D72"
      ],
      "hashtag": "Mets",
      "hashtags": [
        "Mets"
      ],
      "location": "New York",
      "name": "NY Mets",
      "nickname": "Mets",
      "latitude": 40.7573032,
      "longitude": -73.8501765,
      "slug": "mlb-nym",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "1dbbb4a3-d8ca-42cb-829f-29551d482645",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "002D62",
      "colors": [
        "002D62",
        "EB6E1F"
      ],
      "hashtag": "Astros",
      "hashtags": [
        "Astros"
      ],
      "location": "Houston",
      "name": "Houston",
      "nickname": "Astros",
      "latitude": 29.7552521,
      "longitude": -95.3527035,
      "slug": "mlb-hou",
      "division_id": "558ecbdd-2a71-4c60-a1bd-28dfcd3ab496",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "2c14a8f0-577f-490f-9186-cc3742412d1c",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "C0111F",
      "colors": [
        "C0111F",
        "003278"
      ],
      "hashtag": "Rangers",
      "hashtags": [
        "Rangers"
      ],
      "location": "Texas",
      "name": "Texas",
      "nickname": "Rangers",
      "latitude": 38.8799697,
      "longitude": -77.1067698,
      "slug": "mlb-tex",
      "division_id": "558ecbdd-2a71-4c60-a1bd-28dfcd3ab496",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "0A2351",
      "colors": [
        "0A2351",
        "B6922E"
      ],
      "hashtag": "Brewers",
      "hashtags": [
        "Brewers"
      ],
      "location": "Milwaukee",
      "name": "Milwaukee",
      "nickname": "Brewers",
      "latitude": 43.0205692,
      "longitude": -87.97012,
      "slug": "mlb-mil",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "9ccdfc26-a7e7-4bcb-8879-3e77d391d58f",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "003831",
      "colors": [
        "003831",
        "EFB21E"
      ],
      "hashtag": "Athletics",
      "hashtags": [
        "Athletics"
      ],
      "location": "Oakland",
      "name": "Oakland",
      "nickname": "Athletics",
      "latitude": 37.750277,
      "longitude": -122.2028616,
      "slug": "mlb-oak",
      "division_id": "558ecbdd-2a71-4c60-a1bd-28dfcd3ab496",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "6c498284-84e6-4e74-9f56-b934be3384d5",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "FD5A1E",
      "colors": [
        "FD5A1E",
        "000000",
        "8B6F4E"
      ],
      "hashtag": "SFGiants",
      "hashtags": [
        "SFGiants"
      ],
      "location": "San Francisco",
      "name": "San Francisco",
      "nickname": "Giants",
      "latitude": 37.9385723,
      "longitude": -122.3401953,
      "slug": "mlb-sf",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "0220ab72-3a17-4a65-8872-72454aeb828d",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "333366",
      "colors": [
        "333366",
        "231F20",
        "C4CED4"
      ],
      "hashtag": "Rockies",
      "hashtags": [
        "Rockies"
      ],
      "location": "Colorado",
      "name": "Colorado",
      "nickname": "Rockies",
      "latitude": 39.7578942,
      "longitude": -104.9935598,
      "slug": "mlb-col",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "CC3433",
      "colors": [
        "CC3433",
        "0E3386"
      ],
      "hashtag": "Cubs",
      "hashtags": [
        "Cubs"
      ],
      "location": "Chicago",
      "name": "Chi. Cubs",
      "nickname": "Cubs",
      "latitude": 41.8781136,
      "longitude": -87.6297982,
      "slug": "mlb-chc",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "8572e355-63b6-440c-8cb0-8ef52144b993",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "000000",
      "colors": [
        "000000",
        "C4CED4"
      ],
      "hashtag": "WhiteSox",
      "hashtags": [
        "WhiteSox"
      ],
      "location": "Chicago",
      "name": "Chi. White Sox",
      "nickname": "White Sox",
      "latitude": 41.8280515,
      "longitude": -87.6349872,
      "slug": "mlb-chw",
      "division_id": "ca580e37-ee8b-44d3-94ac-6eb2bf35d094",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "c5fefa38-a256-43fe-8147-008c0f8c2f15",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "E31937",
      "colors": [
        "E31937",
        "002B5C"
      ],
      "hashtag": "Indians",
      "hashtags": [
        "Indians"
      ],
      "location": "Cleveland",
      "name": "Cleveland",
      "nickname": "Indians",
      "latitude": 41.49932,
      "longitude": -81.6943605,
      "slug": "mlb-cle",
      "division_id": "ca580e37-ee8b-44d3-94ac-6eb2bf35d094",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "09dc1f54-cf05-4486-8135-80bb0090fde1",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "A71930",
      "colors": [
        "A71930",
        "000000",
        "E3D4AD"
      ],
      "hashtag": "DBacks",
      "hashtags": [
        "DBacks",
        "Diamondbacks"
      ],
      "location": "Arizona",
      "name": "Arizona",
      "nickname": "Diamondbacks",
      "latitude": 33.4463502,
      "longitude": -112.0746942,
      "slug": "mlb-ari",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "probable_pitchers": [
    {
      "id": "cae18e85-5029-441f-8bb9-5ffe446291b6",
      "created_at": "2017-02-25T22:17:43-05:00",
      "updated_at": "2017-02-25T22:17:43-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "0a163a70-6da8-4e5b-9733-1658e550b477",
      "player_id": "7522a440-7658-4823-93b5-44331e87ae6b",
      "team_id": "c38c938d-7d53-482b-b5b1-508102a4a246"
    },
    {
      "id": "ca9cb280-a268-4911-a71b-8be4a10b08d7",
      "created_at": "2017-02-25T22:17:43-05:00",
      "updated_at": "2017-02-25T22:17:43-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "0a163a70-6da8-4e5b-9733-1658e550b477",
      "player_id": "efd3b4af-f60c-4868-b376-db1a591f6a33",
      "team_id": "8256c5cd-476c-4af3-8c26-059b0fd8ddcf"
    },
    {
      "id": "f54f2d22-6af8-4349-a585-b8df398ff570",
      "created_at": "2017-02-25T22:17:43-05:00",
      "updated_at": "2017-02-25T22:17:43-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "0a163a70-6da8-4e5b-9733-1658e550b477",
      "player_id": "9f04a67e-ef72-42b7-95ba-04f37227c3a0",
      "team_id": "4b88dffe-8ac6-40ff-bb34-36ab8ecf1fde"
    },
    {
      "id": "2c518ae3-c3e5-4843-8c80-a3cdd22f457e",
      "created_at": "2017-02-25T22:17:42-05:00",
      "updated_at": "2017-02-25T22:17:42-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "22ecdf41-cec1-41ca-893d-230945b74c7f",
      "player_id": "7522a440-7658-4823-93b5-44331e87ae6b",
      "team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "b63f83f5-060a-49ef-9b00-be46aea181a0",
      "created_at": "2017-02-25T22:17:42-05:00",
      "updated_at": "2017-02-25T22:17:42-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "22ecdf41-cec1-41ca-893d-230945b74c7f",
      "player_id": "7522a440-7658-4823-93b5-44331e87ae6b",
      "team_id": "c38c938d-7d53-482b-b5b1-508102a4a246"
    },
    {
      "id": "c6331188-b0ef-4fa5-881b-a894abf2047f",
      "created_at": "2017-02-25T22:17:42-05:00",
      "updated_at": "2017-02-25T22:17:42-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "22ecdf41-cec1-41ca-893d-230945b74c7f",
      "player_id": "9e5a519e-48f9-4f23-bdee-a1558df717bd",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e"
    },
    {
      "id": "d3686eec-bebd-40ca-aea7-4aa6eb7404af",
      "created_at": "2017-02-25T22:17:42-05:00",
      "updated_at": "2017-02-25T22:17:42-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "7cda5487-2395-462f-9c10-b530ccfe0493",
      "player_id": "7522a440-7658-4823-93b5-44331e87ae6b",
      "team_id": "4c2ad3df-a7fd-458d-a412-6e31574a0b7b"
    },
    {
      "id": "41621b13-3746-4d4d-ba25-6eb970a645fa",
      "created_at": "2017-02-25T22:17:42-05:00",
      "updated_at": "2017-02-25T22:17:42-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "7cda5487-2395-462f-9c10-b530ccfe0493",
      "player_id": "7522a440-7658-4823-93b5-44331e87ae6b",
      "team_id": "c38c938d-7d53-482b-b5b1-508102a4a246"
    },
    {
      "id": "ae05e739-70d7-4535-862c-1cdd6d741c6c",
      "created_at": "2017-02-25T22:17:42-05:00",
      "updated_at": "2017-02-25T22:17:42-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "7cda5487-2395-462f-9c10-b530ccfe0493",
      "player_id": "ca3fd5c2-9407-43f9-aca7-dd498f14849d",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e"
    },
    {
      "id": "c3e4ce40-b73d-47a6-b9d3-75f79d0b4d27",
      "created_at": "2017-02-25T22:17:43-05:00",
      "updated_at": "2017-02-25T22:17:43-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "e7c1f111-e7ae-4d33-90e0-6d76b712c4a6",
      "player_id": "7522a440-7658-4823-93b5-44331e87ae6b",
      "team_id": "4745e78b-83e2-4296-ae11-d1330e665667"
    },
    {
      "id": "d72ce2d2-4985-48c7-a95a-c5d862ee922b",
      "created_at": "2017-02-25T22:17:43-05:00",
      "updated_at": "2017-02-25T22:17:43-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "e7c1f111-e7ae-4d33-90e0-6d76b712c4a6",
      "player_id": "2223153c-19ab-45d7-8762-8550daca1e15",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "8cca718e-d649-432c-a3a4-3f0a30889d9e",
      "created_at": "2017-02-25T22:17:43-05:00",
      "updated_at": "2017-02-25T22:17:43-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "e7c1f111-e7ae-4d33-90e0-6d76b712c4a6",
      "player_id": "7522a440-7658-4823-93b5-44331e87ae6b",
      "team_id": "c38c938d-7d53-482b-b5b1-508102a4a246"
    },
    {
      "id": "5e9b738c-3c8d-4913-bf91-ccfcf8e5c027",
      "created_at": "2017-02-25T22:17:42-05:00",
      "updated_at": "2017-02-25T22:17:42-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "f37e9ba7-89c4-416b-8ad5-b3617e7ba9cb",
      "player_id": "cccb84ca-569f-47c1-aeb0-58cfc56296bd",
      "team_id": "9ab4bef1-ea26-456b-a018-bf2bde1f6599"
    },
    {
      "id": "2594682c-a63a-464e-ac5e-0c670dafb3bc",
      "created_at": "2017-02-25T22:17:42-05:00",
      "updated_at": "2017-02-25T22:17:42-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "f37e9ba7-89c4-416b-8ad5-b3617e7ba9cb",
      "player_id": "785eeda3-1df9-4728-8026-4499d3424138",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761"
    },
    {
      "id": "7d51269f-69e9-4825-adbc-d87f4612a5ac",
      "created_at": "2017-02-25T22:17:42-05:00",
      "updated_at": "2017-02-25T22:17:42-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "f37e9ba7-89c4-416b-8ad5-b3617e7ba9cb",
      "player_id": "7522a440-7658-4823-93b5-44331e87ae6b",
      "team_id": "c38c938d-7d53-482b-b5b1-508102a4a246"
    },
    {
      "id": "21134ebd-10e6-47c3-8250-b9ad68f3fbac",
      "created_at": "2017-02-25T22:17:43-05:00",
      "updated_at": "2017-02-25T22:17:43-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "f9aa3510-44d2-4c9a-8f0e-3d2384d2307a",
      "player_id": "7522a440-7658-4823-93b5-44331e87ae6b",
      "team_id": "c38c938d-7d53-482b-b5b1-508102a4a246"
    },
    {
      "id": "5e547384-b7ec-41bf-9f83-0f631e9aef49",
      "created_at": "2017-02-25T22:17:43-05:00",
      "updated_at": "2017-02-25T22:17:43-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "f9aa3510-44d2-4c9a-8f0e-3d2384d2307a",
      "player_id": "faff687c-61b8-44c4-8ce7-9af2d222ea0f",
      "team_id": "94acb560-6d9c-4b89-a32c-7fb817ad7aa7"
    },
    {
      "id": "df0f4069-94f0-4af5-9138-6c6e87ff3903",
      "created_at": "2017-02-25T22:17:43-05:00",
      "updated_at": "2017-02-25T22:17:43-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "f9aa3510-44d2-4c9a-8f0e-3d2384d2307a",
      "player_id": "7522a440-7658-4823-93b5-44331e87ae6b",
      "team_id": "6fb020e3-2ac1-409f-a1d0-5b081ef349a4"
    },
    {
      "id": "5070a69e-d1ea-426c-8182-e61edc02a4cd",
      "created_at": "2017-02-25T22:17:43-05:00",
      "updated_at": "2017-02-25T22:17:43-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "e3ec0cee-eb8e-4964-8c2c-04e92cfbb9e6",
      "player_id": "06ce1aaa-e28b-4652-b823-42ce9c885801",
      "team_id": "2863bb0d-90f6-4ae2-93ca-e89cda3255ee"
    },
    {
      "id": "66541e3d-d9fa-408e-a7ea-6238c36de274",
      "created_at": "2017-02-25T22:17:43-05:00",
      "updated_at": "2017-02-25T22:17:43-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "e3ec0cee-eb8e-4964-8c2c-04e92cfbb9e6",
      "player_id": "7522a440-7658-4823-93b5-44331e87ae6b",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "fc6abd02-c9c6-44f8-81f8-60c53cbb38b2",
      "created_at": "2017-02-25T22:17:43-05:00",
      "updated_at": "2017-02-25T22:17:43-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "e3ec0cee-eb8e-4964-8c2c-04e92cfbb9e6",
      "player_id": "7522a440-7658-4823-93b5-44331e87ae6b",
      "team_id": "c38c938d-7d53-482b-b5b1-508102a4a246"
    },
    {
      "id": "34c6bb7f-3b13-4143-b42c-f4d7e1ba00d4",
      "created_at": "2017-02-25T22:17:43-05:00",
      "updated_at": "2017-02-25T22:17:43-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "69cee734-a581-4cc9-8a33-c65abd1888c8",
      "player_id": "7522a440-7658-4823-93b5-44331e87ae6b",
      "team_id": "c38c938d-7d53-482b-b5b1-508102a4a246"
    },
    {
      "id": "eb0b5585-f7a3-4585-9d27-51b285a72d93",
      "created_at": "2017-02-25T22:17:43-05:00",
      "updated_at": "2017-02-25T22:17:43-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "69cee734-a581-4cc9-8a33-c65abd1888c8",
      "player_id": "7522a440-7658-4823-93b5-44331e87ae6b",
      "team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d"
    },
    {
      "id": "67011936-d433-4b5d-b2ff-3e5d080e7265",
      "created_at": "2017-02-25T22:17:43-05:00",
      "updated_at": "2017-02-25T22:17:43-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "69cee734-a581-4cc9-8a33-c65abd1888c8",
      "player_id": "74d027aa-833d-4085-9de4-8df8e49de8c1",
      "team_id": "1dbbb4a3-d8ca-42cb-829f-29551d482645"
    },
    {
      "id": "e140bc88-cfd2-49f6-8624-f4b46942d135",
      "created_at": "2017-02-25T22:17:42-05:00",
      "updated_at": "2017-02-25T22:17:42-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "08c7d9d7-ebb9-497b-a5a9-4b4ce3eea0c0",
      "player_id": "7522a440-7658-4823-93b5-44331e87ae6b",
      "team_id": "2c14a8f0-577f-490f-9186-cc3742412d1c"
    },
    {
      "id": "8c5f68b9-74eb-4489-b7d0-9bb0cbb1f6e2",
      "created_at": "2017-02-25T22:17:42-05:00",
      "updated_at": "2017-02-25T22:17:42-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "08c7d9d7-ebb9-497b-a5a9-4b4ce3eea0c0",
      "player_id": "7522a440-7658-4823-93b5-44331e87ae6b",
      "team_id": "d6c517b0-78de-4834-8d36-b6e63b3224ee"
    },
    {
      "id": "c6caffa1-5c16-417e-8af3-8f63ed77c673",
      "created_at": "2017-02-25T22:17:42-05:00",
      "updated_at": "2017-02-25T22:17:42-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "08c7d9d7-ebb9-497b-a5a9-4b4ce3eea0c0",
      "player_id": "7522a440-7658-4823-93b5-44331e87ae6b",
      "team_id": "c38c938d-7d53-482b-b5b1-508102a4a246"
    },
    {
      "id": "7d7fb985-65ae-4782-8837-959bd0b7220b",
      "created_at": "2017-02-25T22:17:42-05:00",
      "updated_at": "2017-02-25T22:17:42-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "6a7d9e8e-cc10-40aa-b27e-8565334023c2",
      "player_id": "7522a440-7658-4823-93b5-44331e87ae6b",
      "team_id": "c38c938d-7d53-482b-b5b1-508102a4a246"
    },
    {
      "id": "488ecd1f-ea5e-45f8-8f02-963cfcfd3e6f",
      "created_at": "2017-02-25T22:17:42-05:00",
      "updated_at": "2017-02-25T22:17:42-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "6a7d9e8e-cc10-40aa-b27e-8565334023c2",
      "player_id": "ddecc581-6c32-4b04-8a5c-95c3dc82f9e5",
      "team_id": "9ccdfc26-a7e7-4bcb-8879-3e77d391d58f"
    },
    {
      "id": "003292ce-e90e-47f0-8f54-530a611b8490",
      "created_at": "2017-02-25T22:17:42-05:00",
      "updated_at": "2017-02-25T22:17:42-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "6a7d9e8e-cc10-40aa-b27e-8565334023c2",
      "player_id": "b77b021e-d428-4275-a867-43655f96cf72",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "bf195349-9d9a-4a8a-8983-fea26387abfb",
      "created_at": "2017-02-25T22:17:42-05:00",
      "updated_at": "2017-02-25T22:17:42-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "764df737-b8ac-4918-9f4c-8ede57dacbb4",
      "player_id": "7522a440-7658-4823-93b5-44331e87ae6b",
      "team_id": "c38c938d-7d53-482b-b5b1-508102a4a246"
    },
    {
      "id": "e3a26788-10aa-48ee-801e-0b22072c2cf8",
      "created_at": "2017-02-25T22:17:42-05:00",
      "updated_at": "2017-02-25T22:17:42-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "764df737-b8ac-4918-9f4c-8ede57dacbb4",
      "player_id": "7522a440-7658-4823-93b5-44331e87ae6b",
      "team_id": "0220ab72-3a17-4a65-8872-72454aeb828d"
    },
    {
      "id": "36581887-5bba-4332-839b-0fb0c56f543c",
      "created_at": "2017-02-25T22:17:42-05:00",
      "updated_at": "2017-02-25T22:17:42-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "764df737-b8ac-4918-9f4c-8ede57dacbb4",
      "player_id": "c02cc50f-49a0-4268-ae6c-68a28fe4d660",
      "team_id": "f53d7ed3-1ebe-4e02-979d-6e51c0f5fb18"
    },
    {
      "id": "bc5e9832-44d8-465d-a966-09fc914a4416",
      "created_at": "2017-02-25T22:17:43-05:00",
      "updated_at": "2017-02-25T22:17:43-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "b9e5f8cd-f4ca-45ed-a136-9cad430628ae",
      "player_id": "a58c2a4a-59c8-4d8f-a73e-b19e5be0680d",
      "team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11"
    },
    {
      "id": "24ac4127-2989-4980-bfc9-cfeac82a20c5",
      "created_at": "2017-02-25T22:17:43-05:00",
      "updated_at": "2017-02-25T22:17:43-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "b9e5f8cd-f4ca-45ed-a136-9cad430628ae",
      "player_id": "7e8556f0-4e0b-43cf-85a8-3554dc4e61d6",
      "team_id": "8572e355-63b6-440c-8cb0-8ef52144b993"
    },
    {
      "id": "59dd3419-629a-413d-b6fe-c973d00bfd80",
      "created_at": "2017-02-25T22:17:43-05:00",
      "updated_at": "2017-02-25T22:17:43-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "b9e5f8cd-f4ca-45ed-a136-9cad430628ae",
      "player_id": "7522a440-7658-4823-93b5-44331e87ae6b",
      "team_id": "c38c938d-7d53-482b-b5b1-508102a4a246"
    },
    {
      "id": "40f63055-ab25-485e-be8e-0932e8a587af",
      "created_at": "2017-02-25T22:17:43-05:00",
      "updated_at": "2017-02-25T22:17:43-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "e6857b77-414d-4012-98c5-c40a84ef8808",
      "player_id": "d2559b54-7b97-4959-b8fe-6848d9db825d",
      "team_id": "c5fefa38-a256-43fe-8147-008c0f8c2f15"
    },
    {
      "id": "a0742b45-9eec-4ef3-b11e-45febefa109d",
      "created_at": "2017-02-25T22:17:43-05:00",
      "updated_at": "2017-02-25T22:17:43-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "e6857b77-414d-4012-98c5-c40a84ef8808",
      "player_id": "7522a440-7658-4823-93b5-44331e87ae6b",
      "team_id": "2c14a8f0-577f-490f-9186-cc3742412d1c"
    },
    {
      "id": "3dd73409-f127-4bba-9d35-606c28db7fb0",
      "created_at": "2017-02-25T22:17:43-05:00",
      "updated_at": "2017-02-25T22:17:43-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "e6857b77-414d-4012-98c5-c40a84ef8808",
      "player_id": "7522a440-7658-4823-93b5-44331e87ae6b",
      "team_id": "c38c938d-7d53-482b-b5b1-508102a4a246"
    },
    {
      "id": "600f3a72-246c-4122-92c0-427d2481b264",
      "created_at": "2017-02-25T22:17:42-05:00",
      "updated_at": "2017-02-25T22:17:42-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "5fc2397a-8bb4-40ae-8261-ea396652e956",
      "player_id": "7522a440-7658-4823-93b5-44331e87ae6b",
      "team_id": "09dc1f54-cf05-4486-8135-80bb0090fde1"
    }
  ]
}

This endpoint retrieves MLB Probable Pitchers.

HTTP Request

GET https://api.stattleship.com/baseball/mlb/probable_pitchers

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
season_id Current season Season slug such as mlb-2016

Basketball Probable Pitchers

curl -X "GET" "https://api.stattleship.com/basketball/nba/probable_pitchers" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

Not Applicable/Unsupported Sport

This endpoint retrieves NBA Probable Pitchers.

HTTP Request

GET https://api.stattleship.com/basketball/nba/probable_pitchers

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
Not Applicable

Football Probable Pitchers

curl -X "GET" "https://api.stattleship.com/football/nfl/probable_pitchers" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

Not Applicable/Unsupported Sport

This endpoint retrieves NFL Probable Pitchers.

HTTP Request

GET https://api.stattleship.com/football/nfl/probable_pitchers

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
Not Applicable

Hockey Probable Pitchers

curl -X "GET" "https://api.stattleship.com/hockey/nhl/probable_pitchers" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

Not Applicable/Unsupported Sport

This endpoint retrieves NHL Probable Pitchers.

HTTP Request

GET https://api.stattleship.com/hockey/nhl/probable_pitchers

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
Not Applicable

Rankings

Baseball Rankings

curl -X "GET" "https://api.stattleship.com/rankings" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

This endpoint retrieves MLB Rankings.

HTTP Request

GET https://api.stattleship.com/rankings

See Baseball Player and Team Rankings for a list of available rankings.

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
ranking See link above for a list of available rankings
on Date for a daily ranking
since Friendly date such as 1 week ago or 4 days ago or last Sunday

Basketball Rankings

curl -X "GET" "https://api.stattleship.com/rankings" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "games": [
    {
      "id": "a44ba59b-d1c8-4988-9d4d-2024822634c7",
      "created_at": "2016-01-06T03:18:02-05:00",
      "updated_at": "2016-03-24T21:57:16-04:00",
      "at_neutral_site": false,
      "attendance": 17732,
      "away_team_outcome": "loss",
      "away_team_score": 95,
      "daytime": false,
      "duration": 7260,
      "ended_at": "2016-03-24T21:44:25-04:00",
      "home_team_outcome": "win",
      "home_team_score": 104,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Cavaliers vs Nets",
      "name": "Cavaliers vs Nets March 24, 2016 at  7:30pm",
      "on": "on March 24, 2016",
      "score": "95-104",
      "score_differential": 9,
      "scoreline": "Cavaliers 95 - Nets 104",
      "slug": "nba-2015-2016-cle-bk-2016-03-24-1930",
      "started_at": "2016-03-24T19:30:00-04:00",
      "status": "ended",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1458862200,
      "title": "Cavaliers vs Nets",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "84eb19ca-1e66-416f-9e00-90b20fe4bb5e",
      "away_team_id": "a9abb922-3a47-4d37-9250-2e5224a2b58a",
      "winning_team_id": "84eb19ca-1e66-416f-9e00-90b20fe4bb5e",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "venue_id": "cb43a74c-25c5-4efc-b547-3d948bea926a"
    },
    {
      "id": "55c59c29-022d-4bf0-80c2-ddfa862c82ec",
      "created_at": "2016-01-06T03:18:02-05:00",
      "updated_at": "2016-03-24T21:24:13-04:00",
      "at_neutral_site": false,
      "attendance": 17517,
      "away_team_outcome": "loss",
      "away_team_score": 84,
      "daytime": false,
      "duration": 7320,
      "ended_at": "2016-03-24T21:14:51-04:00",
      "home_team_outcome": "win",
      "home_team_score": 92,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Pelicans vs Pacers",
      "name": "Pelicans vs Pacers March 24, 2016 at  7:00pm",
      "on": "on March 24, 2016",
      "score": "84-92",
      "score_differential": 8,
      "scoreline": "Pelicans 84 - Pacers 92",
      "slug": "nba-2015-2016-no-ind-2016-03-24-1900",
      "started_at": "2016-03-24T19:00:00-04:00",
      "status": "ended",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1458860400,
      "title": "Pelicans vs Pacers",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "88710a85-be5d-429f-b0ba-10a27f1c1d79",
      "away_team_id": "c29ace8e-5203-4891-b4e1-92f0a62bbced",
      "winning_team_id": "88710a85-be5d-429f-b0ba-10a27f1c1d79",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "venue_id": "ba5c9003-5b1b-4c73-9e00-2d01c622d7da"
    },
    {
      "id": "15abb8ba-3c30-4294-b56b-0e2fd65d0d7e",
      "created_at": "2016-01-06T03:18:02-05:00",
      "updated_at": "2016-03-24T22:20:18-04:00",
      "at_neutral_site": false,
      "attendance": 18203,
      "away_team_outcome": "loss",
      "away_team_score": 91,
      "daytime": false,
      "duration": 7380,
      "ended_at": "2016-03-24T21:16:36-05:00",
      "home_team_outcome": "win",
      "home_team_score": 113,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Jazz vs Thunder",
      "name": "Jazz vs Thunder March 24, 2016 at  7:00pm",
      "on": "on March 24, 2016",
      "score": "91-113",
      "score_differential": 22,
      "scoreline": "Jazz 91 - Thunder 113",
      "slug": "nba-2015-2016-uta-okc-2016-03-24-1900",
      "started_at": "2016-03-24T19:00:00-05:00",
      "status": "ended",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1458864000,
      "title": "Jazz vs Thunder",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "18e967b2-07e1-473c-8dda-bac32defc28e",
      "away_team_id": "3d25723a-25c7-48b1-9c69-f92ff957a4c8",
      "winning_team_id": "18e967b2-07e1-473c-8dda-bac32defc28e",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "venue_id": "4e8a76f6-618f-4a8d-a13d-187fe220eb11"
    }
  ],
  "home_teams": [
    {
      "id": "84eb19ca-1e66-416f-9e00-90b20fe4bb5e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:09:31-05:00",
      "color": "061922",
      "colors": [
        "061922"
      ],
      "hashtag": "Nets",
      "hashtags": [
        "Nets"
      ],
      "location": "Brooklyn",
      "name": "Brooklyn",
      "nickname": "Nets",
      "latitude": 40.683666,
      "longitude": -73.97881,
      "slug": "nba-bk",
      "division_id": "8256a4da-413c-4f03-8438-56963be591c4",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "88710a85-be5d-429f-b0ba-10a27f1c1d79",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:17:34-05:00",
      "color": "ffc633",
      "colors": [
        "ffc633",
        "00275d",
        "bec0c2"
      ],
      "hashtag": "Pacers",
      "hashtags": [
        "Pacers"
      ],
      "location": "Indiana",
      "name": "Indiana",
      "nickname": "Pacers",
      "latitude": 39.7638957,
      "longitude": -86.1557809,
      "slug": "nba-ind",
      "division_id": "a0694588-40a0-47e8-9a72-68d118eb68a8",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "18e967b2-07e1-473c-8dda-bac32defc28e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:17:34-05:00",
      "color": "007dc3",
      "colors": [
        "007dc3",
        "f05133",
        "fdbb30",
        "002d62"
      ],
      "hashtag": "OKCThunder",
      "hashtags": [
        "OKCThunder",
        "OklahomaCityThunder"
      ],
      "location": "Oklahoma City",
      "name": "Oklahoma City",
      "nickname": "Thunder",
      "latitude": 35.4633,
      "longitude": -97.515,
      "slug": "nba-okc",
      "division_id": "99f54b82-4f3e-44f1-b311-f7806d4ba9a9",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "leagues": [
    {
      "id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NBA",
      "color": null,
      "minutes_per_period": null,
      "name": "National Basketball Association",
      "periods": null,
      "slug": "nba",
      "sport": "basketball"
    }
  ],
  "away_teams": [
    {
      "id": "a9abb922-3a47-4d37-9250-2e5224a2b58a",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:09:30-05:00",
      "color": "860038",
      "colors": [
        "860038",
        "fdbb30",
        "002d62"
      ],
      "hashtag": "Cavs",
      "hashtags": [
        "Cavs",
        "Cavaliers"
      ],
      "location": "Cleveland",
      "name": "Cleveland",
      "nickname": "Cavaliers",
      "latitude": 41.496326,
      "longitude": -81.689357,
      "slug": "nba-cle",
      "division_id": "a0694588-40a0-47e8-9a72-68d118eb68a8",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "c29ace8e-5203-4891-b4e1-92f0a62bbced",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:17:35-05:00",
      "color": "002b5c",
      "colors": [
        "002b5c",
        "e31837",
        "b4975a"
      ],
      "hashtag": "Pelicans",
      "hashtags": [
        "Pelicans"
      ],
      "location": "New Orleans",
      "name": "New Orleans",
      "nickname": "Pelicans",
      "latitude": 29.949469,
      "longitude": -90.081539,
      "slug": "nba-no",
      "division_id": "855ee1c8-446b-4120-96f9-af6b041e9c26",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "3d25723a-25c7-48b1-9c69-f92ff957a4c8",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:09:30-05:00",
      "color": "002b5c",
      "colors": [
        "002b5c",
        "f9a01b",
        "00471b",
        "bec0c2"
      ],
      "hashtag": "UtahJazz",
      "hashtags": [
        "UtahJazz"
      ],
      "location": "Utah",
      "name": "Utah",
      "nickname": "Jazz",
      "latitude": 39.3209801,
      "longitude": -111.0937311,
      "slug": "nba-uta",
      "division_id": "99f54b82-4f3e-44f1-b311-f7806d4ba9a9",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "winning_teams": [
    {
      "id": "84eb19ca-1e66-416f-9e00-90b20fe4bb5e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:09:31-05:00",
      "color": "061922",
      "colors": [
        "061922"
      ],
      "hashtag": "Nets",
      "hashtags": [
        "Nets"
      ],
      "location": "Brooklyn",
      "name": "Brooklyn",
      "nickname": "Nets",
      "latitude": 40.683666,
      "longitude": -73.97881,
      "slug": "nba-bk",
      "division_id": "8256a4da-413c-4f03-8438-56963be591c4",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "88710a85-be5d-429f-b0ba-10a27f1c1d79",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:17:34-05:00",
      "color": "ffc633",
      "colors": [
        "ffc633",
        "00275d",
        "bec0c2"
      ],
      "hashtag": "Pacers",
      "hashtags": [
        "Pacers"
      ],
      "location": "Indiana",
      "name": "Indiana",
      "nickname": "Pacers",
      "latitude": 39.7638957,
      "longitude": -86.1557809,
      "slug": "nba-ind",
      "division_id": "a0694588-40a0-47e8-9a72-68d118eb68a8",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "18e967b2-07e1-473c-8dda-bac32defc28e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:17:34-05:00",
      "color": "007dc3",
      "colors": [
        "007dc3",
        "f05133",
        "fdbb30",
        "002d62"
      ],
      "hashtag": "OKCThunder",
      "hashtags": [
        "OKCThunder",
        "OklahomaCityThunder"
      ],
      "location": "Oklahoma City",
      "name": "Oklahoma City",
      "nickname": "Thunder",
      "latitude": 35.4633,
      "longitude": -97.515,
      "slug": "nba-okc",
      "division_id": "99f54b82-4f3e-44f1-b311-f7806d4ba9a9",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "seasons": [
    {
      "id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "2015-2016",
      "current_interval_type": "regularseason",
      "starts_on": "2015-10-01",
      "ends_on": "2016-06-30",
      "slug": "nba-2015-2016",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "venues": [
    {
      "id": "cb43a74c-25c5-4efc-b547-3d948bea926a",
      "created_at": "2016-01-06T00:47:53-05:00",
      "updated_at": "2016-02-19T05:09:31-05:00",
      "abbreviation": "Barc",
      "capacity": 17734,
      "city": "Brooklyn",
      "country": "USA",
      "field_type": null,
      "name": "Barclays Center",
      "slug": "barc",
      "state": "New York",
      "time_zone": "America/New_York",
      "latitude": 40.683666,
      "longitude": -73.97881
    },
    {
      "id": "ba5c9003-5b1b-4c73-9e00-2d01c622d7da",
      "created_at": "2016-01-06T00:48:13-05:00",
      "updated_at": "2016-02-19T05:09:29-05:00",
      "abbreviation": "Conse",
      "capacity": 18165,
      "city": "Indianapolis",
      "country": "USA",
      "field_type": null,
      "name": "Bankers Life Fieldhouse",
      "slug": "conse",
      "state": "Indiana",
      "time_zone": "US/Eastern",
      "latitude": 39.7638957,
      "longitude": -86.1557809
    },
    {
      "id": "4e8a76f6-618f-4a8d-a13d-187fe220eb11",
      "created_at": "2016-01-06T00:48:01-05:00",
      "updated_at": "2016-02-19T05:09:31-05:00",
      "abbreviation": "CEA",
      "capacity": 18203,
      "city": "Oklahoma City",
      "country": "USA",
      "field_type": null,
      "name": "Chesapeake Energy Arena",
      "slug": "cea",
      "state": "Oklahoma",
      "time_zone": "US/Central",
      "latitude": 35.4633,
      "longitude": -97.515
    }
  ],
  "players": [
    {
      "id": "2c57cc22-40ad-42f1-b77a-07c14dd14ba6",
      "created_at": "2016-01-06T00:47:59-05:00",
      "updated_at": "2016-03-25T08:41:15-04:00",
      "active": true,
      "birth_date": "1984-12-30",
      "defensive": false,
      "first_name": "LeBron",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 80,
      "unit_of_height": "inches",
      "last_name": "James",
      "name": "LeBron James",
      "offensive": true,
      "position_abbreviation": "SF",
      "position_name": "Small Forward",
      "salary": 22970500,
      "humanized_salary": "22,970,500",
      "salary_currency": "USD",
      "school": null,
      "slug": "nba-lebron-james",
      "sport": "basketball",
      "weight": 250,
      "unit_of_weight": "pounds",
      "years_of_experience": 12,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "256b32e6-b465-4e4c-938e-2230696e3c5d",
      "team_id": "a9abb922-3a47-4d37-9250-2e5224a2b58a"
    },
    {
      "id": "1a2dd538-08a7-4e69-92fc-c0d99b6a756c",
      "created_at": "2016-01-06T00:48:04-05:00",
      "updated_at": "2016-03-25T08:41:10-04:00",
      "active": true,
      "birth_date": "1996-03-24",
      "defensive": false,
      "first_name": "Myles",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 83,
      "unit_of_height": "inches",
      "last_name": "Turner",
      "name": "Myles Turner",
      "offensive": true,
      "position_abbreviation": "PF",
      "position_name": "Power Forward",
      "salary": 2357760,
      "humanized_salary": "2,357,760",
      "salary_currency": "USD",
      "school": null,
      "slug": "nba-myles-turner",
      "sport": "basketball",
      "weight": 243,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "5dbabffc-0df0-4322-8401-3d57005bb073",
      "team_id": "88710a85-be5d-429f-b0ba-10a27f1c1d79"
    },
    {
      "id": "f515501a-4d7d-4968-9e5d-fd3109df2826",
      "created_at": "2016-01-06T00:48:02-05:00",
      "updated_at": "2016-03-25T08:41:41-04:00",
      "active": true,
      "birth_date": "1988-09-29",
      "defensive": false,
      "first_name": "Kevin",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 81,
      "unit_of_height": "inches",
      "last_name": "Durant",
      "name": "Kevin Durant",
      "offensive": true,
      "position_abbreviation": "SF",
      "position_name": "Small Forward",
      "salary": 20158622,
      "humanized_salary": "20,158,622",
      "salary_currency": "USD",
      "school": null,
      "slug": "nba-kevin-durant",
      "sport": "basketball",
      "weight": 240,
      "unit_of_weight": "pounds",
      "years_of_experience": 8,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "256b32e6-b465-4e4c-938e-2230696e3c5d",
      "team_id": "18e967b2-07e1-473c-8dda-bac32defc28e"
    }
  ],
  "teams": [
    {
      "id": "a9abb922-3a47-4d37-9250-2e5224a2b58a",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:09:30-05:00",
      "color": "860038",
      "colors": [
        "860038",
        "fdbb30",
        "002d62"
      ],
      "hashtag": "Cavs",
      "hashtags": [
        "Cavs",
        "Cavaliers"
      ],
      "location": "Cleveland",
      "name": "Cleveland",
      "nickname": "Cavaliers",
      "latitude": 41.496326,
      "longitude": -81.689357,
      "slug": "nba-cle",
      "division_id": "a0694588-40a0-47e8-9a72-68d118eb68a8",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "88710a85-be5d-429f-b0ba-10a27f1c1d79",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:17:34-05:00",
      "color": "ffc633",
      "colors": [
        "ffc633",
        "00275d",
        "bec0c2"
      ],
      "hashtag": "Pacers",
      "hashtags": [
        "Pacers"
      ],
      "location": "Indiana",
      "name": "Indiana",
      "nickname": "Pacers",
      "latitude": 39.7638957,
      "longitude": -86.1557809,
      "slug": "nba-ind",
      "division_id": "a0694588-40a0-47e8-9a72-68d118eb68a8",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "18e967b2-07e1-473c-8dda-bac32defc28e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:17:34-05:00",
      "color": "007dc3",
      "colors": [
        "007dc3",
        "f05133",
        "fdbb30",
        "002d62"
      ],
      "hashtag": "OKCThunder",
      "hashtags": [
        "OKCThunder",
        "OklahomaCityThunder"
      ],
      "location": "Oklahoma City",
      "name": "Oklahoma City",
      "nickname": "Thunder",
      "latitude": 35.4633,
      "longitude": -97.515,
      "slug": "nba-okc",
      "division_id": "99f54b82-4f3e-44f1-b311-f7806d4ba9a9",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "rankings": [
    {
      "id": "a44ba59b-d1c8-4988-9d4d-2024822634c7",
      "created_at": null,
      "updated_at": null,
      "stat": "mothership",
      "stat_value": 52.25,
      "data": {
        "blocks": "0",
        "points": "30",
        "steals": "1",
        "assists": "5",
        "turnovers": "4",
        "personal_fouls": "2",
        "rebounds_total": "6",
        "field_goals_made": "13",
        "free_throws_made": "3",
        "time_played_total": "2104",
        "three_pointers_made": "1",
        "field_goals_attempted": "16",
        "free_throws_attempted": "4",
        "three_pointers_attempted": "2"
      },
      "interval_type": "day",
      "interval_value": "2016-03-24",
      "place": 1,
      "game_id": "a44ba59b-d1c8-4988-9d4d-2024822634c7",
      "player_id": "2c57cc22-40ad-42f1-b77a-07c14dd14ba6",
      "team_id": "a9abb922-3a47-4d37-9250-2e5224a2b58a"
    },
    {
      "id": "55c59c29-022d-4bf0-80c2-ddfa862c82ec",
      "created_at": null,
      "updated_at": null,
      "stat": "mothership",
      "stat_value": 50.2,
      "data": {
        "blocks": "3",
        "points": "24",
        "steals": "0",
        "assists": "1",
        "turnovers": "3",
        "personal_fouls": "1",
        "rebounds_total": "16",
        "field_goals_made": "11",
        "free_throws_made": "2",
        "time_played_total": "1956",
        "three_pointers_made": "0",
        "field_goals_attempted": "17",
        "free_throws_attempted": "2",
        "three_pointers_attempted": "0"
      },
      "interval_type": "day",
      "interval_value": "2016-03-24",
      "place": 2,
      "game_id": "55c59c29-022d-4bf0-80c2-ddfa862c82ec",
      "player_id": "1a2dd538-08a7-4e69-92fc-c0d99b6a756c",
      "team_id": "88710a85-be5d-429f-b0ba-10a27f1c1d79"
    },
    {
      "id": "15abb8ba-3c30-4294-b56b-0e2fd65d0d7e",
      "created_at": null,
      "updated_at": null,
      "stat": "mothership",
      "stat_value": 45.5,
      "data": {
        "blocks": "1",
        "points": "20",
        "steals": "2",
        "assists": "9",
        "turnovers": "5",
        "personal_fouls": "0",
        "rebounds_total": "8",
        "field_goals_made": "7",
        "free_throws_made": "4",
        "time_played_total": "1807",
        "three_pointers_made": "2",
        "field_goals_attempted": "11",
        "free_throws_attempted": "5",
        "three_pointers_attempted": "4"
      },
      "interval_type": "day",
      "interval_value": "2016-03-24",
      "place": 3,
      "game_id": "15abb8ba-3c30-4294-b56b-0e2fd65d0d7e",
      "player_id": "f515501a-4d7d-4968-9e5d-fd3109df2826",
      "team_id": "18e967b2-07e1-473c-8dda-bac32defc28e"
    }
  ]
}
{
  "games": [
    {
      "id": "2ffe42c7-2f6c-4b1e-a5e1-ae9c28e7214e",
      "created_at": "2016-01-06T03:17:53-05:00",
      "updated_at": "2016-02-21T18:14:57-05:00",
      "at_neutral_site": false,
      "attendance": 17886,
      "away_team_outcome": "win",
      "away_team_score": 111,
      "daytime": false,
      "duration": 8580,
      "ended_at": "2016-02-21T18:06:03-05:00",
      "home_team_outcome": "loss",
      "home_team_score": 106,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Pelicans vs Pistons",
      "name": "Pelicans vs Pistons February 21, 2016 at  3:30pm",
      "on": "on February 21, 2016",
      "score": "111-106",
      "score_differential": 5,
      "scoreline": "Pelicans 111 - Pistons 106",
      "slug": "nba-2015-2016-no-det-2016-02-21-1530",
      "started_at": "2016-02-21T15:30:00-05:00",
      "status": "ended",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1456086600,
      "title": "Pelicans vs Pistons",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "a93b4a16-d3ac-4dd0-9f3f-e556626eb498",
      "away_team_id": "c29ace8e-5203-4891-b4e1-92f0a62bbced",
      "winning_team_id": "c29ace8e-5203-4891-b4e1-92f0a62bbced",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "venue_id": "15d9c2f6-78d4-4b10-8c74-70722657d8fe"
    },
    {
      "id": "2cf523d6-e3bc-487c-9226-b6fded532715",
      "created_at": "2016-01-06T00:48:36-05:00",
      "updated_at": "2016-01-06T00:49:48-05:00",
      "at_neutral_site": false,
      "attendance": 18406,
      "away_team_outcome": "win",
      "away_team_score": 134,
      "daytime": false,
      "duration": 7860,
      "ended_at": "2015-10-31T21:01:37-05:00",
      "home_team_outcome": "loss",
      "home_team_score": 120,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Warriors vs Pelicans",
      "name": "Warriors vs Pelicans October 31, 2015 at  6:30pm",
      "on": "on October 31, 2015",
      "score": "134-120",
      "score_differential": 14,
      "scoreline": "Warriors 134 - Pelicans 120",
      "slug": "nba-2015-2016-gs-no-2015-10-31-1830",
      "started_at": "2015-10-31T18:30:00-05:00",
      "status": "ended",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1446334200,
      "title": "Warriors vs Pelicans",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "c29ace8e-5203-4891-b4e1-92f0a62bbced",
      "away_team_id": "2a173568-fca6-4891-8c3b-3573547b0b6b",
      "winning_team_id": "2a173568-fca6-4891-8c3b-3573547b0b6b",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "venue_id": "fb10c6bf-752a-4599-a29b-2bb7e7da4d65"
    },
    {
      "id": "0589e442-5b10-4fbb-ae39-3b3890d4a348",
      "created_at": "2016-01-06T03:17:54-05:00",
      "updated_at": "2016-02-25T21:20:27-05:00",
      "at_neutral_site": false,
      "attendance": 19189,
      "away_team_outcome": "win",
      "away_team_score": 130,
      "daytime": false,
      "duration": 7440,
      "ended_at": "2016-02-25T21:19:00-05:00",
      "home_team_outcome": "loss",
      "home_team_score": 114,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Warriors vs Magic",
      "name": "Warriors vs Magic February 25, 2016 at  7:00pm",
      "on": "on February 25, 2016",
      "score": "130-114",
      "score_differential": 16,
      "scoreline": "Warriors 130 - Magic 114",
      "slug": "nba-2015-2016-gs-orl-2016-02-25-1900",
      "started_at": "2016-02-25T19:00:00-05:00",
      "status": "ended",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1456444800,
      "title": "Warriors vs Magic",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "c7f2a75a-d6fc-4d6d-b75f-acbfb9a4aeed",
      "away_team_id": "2a173568-fca6-4891-8c3b-3573547b0b6b",
      "winning_team_id": "2a173568-fca6-4891-8c3b-3573547b0b6b",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "venue_id": "16de67d0-3946-40a4-890f-31bbf17a1ba7"
    },
    {
      "id": "7b3b841e-2046-4679-b4c6-a1eb0747f9e9",
      "created_at": "2016-01-06T03:17:48-05:00",
      "updated_at": "2016-01-26T01:26:47-05:00",
      "at_neutral_site": false,
      "attendance": 16991,
      "away_team_outcome": "win",
      "away_team_score": 129,
      "daytime": false,
      "duration": 11400,
      "ended_at": "2016-01-25T22:22:23-08:00",
      "home_team_outcome": "loss",
      "home_team_score": 128,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Hornets vs Kings",
      "name": "Hornets vs Kings January 25, 2016 at  7:00pm",
      "on": "on January 25, 2016",
      "score": "129-128",
      "score_differential": 1,
      "scoreline": "Hornets 129 - Kings 128",
      "slug": "nba-2015-2016-cha-sac-2016-01-25-1900",
      "started_at": "2016-01-25T19:00:00-08:00",
      "status": "ended",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1453777200,
      "title": "Hornets vs Kings",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "1572a867-7efd-4338-9f64-b7b961676f37",
      "away_team_id": "68b04d26-12c3-4e06-8ae0-5bab39686213",
      "winning_team_id": "68b04d26-12c3-4e06-8ae0-5bab39686213",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "venue_id": "fde4a571-9aa6-4e19-a961-c4ccacb266a0"
    },
    {
      "id": "5cd27ba7-1214-47f2-bc72-6037cd5b80d5",
      "created_at": "2016-01-06T03:17:53-05:00",
      "updated_at": "2016-02-20T00:29:11-05:00",
      "at_neutral_site": false,
      "attendance": 20100,
      "away_team_outcome": "loss",
      "away_team_score": 105,
      "daytime": false,
      "duration": 7740,
      "ended_at": "2016-02-19T21:22:44-08:00",
      "home_team_outcome": "win",
      "home_team_score": 137,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Warriors vs Trail Blazers",
      "name": "Warriors vs Trail Blazers February 19, 2016 at  7:00pm",
      "on": "on February 19, 2016",
      "score": "105-137",
      "score_differential": 32,
      "scoreline": "Warriors 105 - Trail Blazers 137",
      "slug": "nba-2015-2016-gs-por-2016-02-19-1900",
      "started_at": "2016-02-19T19:00:00-08:00",
      "status": "ended",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1455937200,
      "title": "Warriors vs Trail Blazers",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "181740b1-0645-421e-aa03-7b01268bd639",
      "away_team_id": "2a173568-fca6-4891-8c3b-3573547b0b6b",
      "winning_team_id": "181740b1-0645-421e-aa03-7b01268bd639",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "venue_id": "40f7a71f-aa9f-4cb8-bb77-6d3e9dcc341d"
    }
  ],
  "home_teams": [
    {
      "id": "a93b4a16-d3ac-4dd0-9f3f-e556626eb498",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:17:35-05:00",
      "color": "ed174c",
      "colors": [
        "ed174c",
        "006bb6",
        "0f586c"
      ],
      "hashtag": "Pistons",
      "hashtags": [
        "Pistons"
      ],
      "location": "Detroit",
      "name": "Detroit",
      "nickname": "Pistons",
      "latitude": 42.331427,
      "longitude": -83.0457538,
      "slug": "nba-det",
      "division_id": "a0694588-40a0-47e8-9a72-68d118eb68a8",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "c29ace8e-5203-4891-b4e1-92f0a62bbced",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:17:35-05:00",
      "color": "002b5c",
      "colors": [
        "002b5c",
        "e31837",
        "b4975a"
      ],
      "hashtag": "Pelicans",
      "hashtags": [
        "Pelicans"
      ],
      "location": "New Orleans",
      "name": "New Orleans",
      "nickname": "Pelicans",
      "latitude": 29.949469,
      "longitude": -90.081539,
      "slug": "nba-no",
      "division_id": "855ee1c8-446b-4120-96f9-af6b041e9c26",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "c7f2a75a-d6fc-4d6d-b75f-acbfb9a4aeed",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:17:34-05:00",
      "color": "007dc5",
      "colors": [
        "007dc5",
        "c4ced3",
        "061922"
      ],
      "hashtag": "OrlandoMagic",
      "hashtags": [
        "OrlandoMagic",
        "Magic"
      ],
      "location": "Orlando",
      "name": "Orlando",
      "nickname": "Magic",
      "latitude": 28.53968,
      "longitude": -81.384028,
      "slug": "nba-orl",
      "division_id": "2fe91f9b-20b4-4bd0-a17a-fcf7f481aec9",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "1572a867-7efd-4338-9f64-b7b961676f37",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:09:30-05:00",
      "color": "724c9f",
      "colors": [
        "724c9f",
        "8e9090",
        "061922"
      ],
      "hashtag": "NBAKings",
      "hashtags": [
        "NBAKings"
      ],
      "location": "Sacramento",
      "name": "Sacramento",
      "nickname": "Kings",
      "latitude": 38.649062,
      "longitude": -121.5180614,
      "slug": "nba-sac",
      "division_id": "0df84c15-1dbc-471e-b9d9-d277eeba9eba",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "181740b1-0645-421e-aa03-7b01268bd639",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:17:34-05:00",
      "color": "e03a3e",
      "colors": [
        "e03a3e",
        "bac3c9",
        "061922"
      ],
      "hashtag": "TrailBlazers",
      "hashtags": [
        "TrailBlazers",
        "Blazers"
      ],
      "location": "Portland",
      "name": "Portland",
      "nickname": "Trail Blazers",
      "latitude": 45.52345,
      "longitude": -122.67621,
      "slug": "nba-por",
      "division_id": "99f54b82-4f3e-44f1-b311-f7806d4ba9a9",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "leagues": [
    {
      "id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NBA",
      "color": null,
      "minutes_per_period": null,
      "name": "National Basketball Association",
      "periods": null,
      "slug": "nba",
      "sport": "basketball"
    }
  ],
  "away_teams": [
    {
      "id": "c29ace8e-5203-4891-b4e1-92f0a62bbced",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:17:35-05:00",
      "color": "002b5c",
      "colors": [
        "002b5c",
        "e31837",
        "b4975a"
      ],
      "hashtag": "Pelicans",
      "hashtags": [
        "Pelicans"
      ],
      "location": "New Orleans",
      "name": "New Orleans",
      "nickname": "Pelicans",
      "latitude": 29.949469,
      "longitude": -90.081539,
      "slug": "nba-no",
      "division_id": "855ee1c8-446b-4120-96f9-af6b041e9c26",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "2a173568-fca6-4891-8c3b-3573547b0b6b",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:17:34-05:00",
      "color": "fdb927",
      "colors": [
        "fdb927",
        "006bb6",
        "26282a"
      ],
      "hashtag": "DubNation",
      "hashtags": [
        "DubNation",
        "WarriorsGround"
      ],
      "location": "Golden State",
      "name": "Golden State",
      "nickname": "Warriors",
      "latitude": 37.6830258,
      "longitude": -122.1553887,
      "slug": "nba-gs",
      "division_id": "0df84c15-1dbc-471e-b9d9-d277eeba9eba",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "68b04d26-12c3-4e06-8ae0-5bab39686213",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:09:31-05:00",
      "color": "1d1160",
      "colors": [
        "1d1160",
        "008ca8",
        "a1a1a4"
      ],
      "hashtag": "Hornets",
      "hashtags": [
        "Hornets"
      ],
      "location": "Charlotte",
      "name": "Charlotte",
      "nickname": "Hornets",
      "latitude": 35.2270869,
      "longitude": -80.8431267,
      "slug": "nba-cha",
      "division_id": "2fe91f9b-20b4-4bd0-a17a-fcf7f481aec9",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "winning_teams": [
    {
      "id": "c29ace8e-5203-4891-b4e1-92f0a62bbced",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:17:35-05:00",
      "color": "002b5c",
      "colors": [
        "002b5c",
        "e31837",
        "b4975a"
      ],
      "hashtag": "Pelicans",
      "hashtags": [
        "Pelicans"
      ],
      "location": "New Orleans",
      "name": "New Orleans",
      "nickname": "Pelicans",
      "latitude": 29.949469,
      "longitude": -90.081539,
      "slug": "nba-no",
      "division_id": "855ee1c8-446b-4120-96f9-af6b041e9c26",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "2a173568-fca6-4891-8c3b-3573547b0b6b",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:17:34-05:00",
      "color": "fdb927",
      "colors": [
        "fdb927",
        "006bb6",
        "26282a"
      ],
      "hashtag": "DubNation",
      "hashtags": [
        "DubNation",
        "WarriorsGround"
      ],
      "location": "Golden State",
      "name": "Golden State",
      "nickname": "Warriors",
      "latitude": 37.6830258,
      "longitude": -122.1553887,
      "slug": "nba-gs",
      "division_id": "0df84c15-1dbc-471e-b9d9-d277eeba9eba",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "68b04d26-12c3-4e06-8ae0-5bab39686213",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:09:31-05:00",
      "color": "1d1160",
      "colors": [
        "1d1160",
        "008ca8",
        "a1a1a4"
      ],
      "hashtag": "Hornets",
      "hashtags": [
        "Hornets"
      ],
      "location": "Charlotte",
      "name": "Charlotte",
      "nickname": "Hornets",
      "latitude": 35.2270869,
      "longitude": -80.8431267,
      "slug": "nba-cha",
      "division_id": "2fe91f9b-20b4-4bd0-a17a-fcf7f481aec9",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "181740b1-0645-421e-aa03-7b01268bd639",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:17:34-05:00",
      "color": "e03a3e",
      "colors": [
        "e03a3e",
        "bac3c9",
        "061922"
      ],
      "hashtag": "TrailBlazers",
      "hashtags": [
        "TrailBlazers",
        "Blazers"
      ],
      "location": "Portland",
      "name": "Portland",
      "nickname": "Trail Blazers",
      "latitude": 45.52345,
      "longitude": -122.67621,
      "slug": "nba-por",
      "division_id": "99f54b82-4f3e-44f1-b311-f7806d4ba9a9",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "seasons": [
    {
      "id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "2015-2016",
      "current_interval_type": "regularseason",
      "starts_on": "2015-10-01",
      "ends_on": "2016-06-30",
      "slug": "nba-2015-2016",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "venues": [
    {
      "id": "15d9c2f6-78d4-4b10-8c74-70722657d8fe",
      "created_at": "2016-01-06T00:47:53-05:00",
      "updated_at": "2016-02-19T05:09:30-05:00",
      "abbreviation": "TPAH",
      "capacity": 22076,
      "city": "Auburn Hills",
      "country": "USA",
      "field_type": null,
      "name": "The Palace of Auburn Hills",
      "slug": "tpah",
      "state": "Michigan",
      "time_zone": "US/Eastern",
      "latitude": 42.331427,
      "longitude": -83.0457538
    },
    {
      "id": "fb10c6bf-752a-4599-a29b-2bb7e7da4d65",
      "created_at": "2016-01-06T00:48:36-05:00",
      "updated_at": "2016-02-19T05:09:30-05:00",
      "abbreviation": "SKC",
      "capacity": 17188,
      "city": "New Orleans",
      "country": "USA",
      "field_type": null,
      "name": "Smoothie King Center",
      "slug": "skc",
      "state": "Louisiana",
      "time_zone": "US/Central",
      "latitude": 29.949469,
      "longitude": -90.081539
    },
    {
      "id": "16de67d0-3946-40a4-890f-31bbf17a1ba7",
      "created_at": "2016-01-06T00:47:53-05:00",
      "updated_at": "2016-02-19T05:09:30-05:00",
      "abbreviation": "AC",
      "capacity": 18846,
      "city": "Orlando",
      "country": "USA",
      "field_type": null,
      "name": "Amway Center",
      "slug": "ac",
      "state": "Florida",
      "time_zone": "US/Eastern",
      "latitude": 28.53968,
      "longitude": -81.384028
    },
    {
      "id": "fde4a571-9aa6-4e19-a961-c4ccacb266a0",
      "created_at": "2016-01-06T00:48:06-05:00",
      "updated_at": "2016-02-19T05:09:30-05:00",
      "abbreviation": "PBP",
      "capacity": 17317,
      "city": "Sacramento",
      "country": "USA",
      "field_type": null,
      "name": "Sleep Train Arena",
      "slug": "pbp",
      "state": "California",
      "time_zone": "US/Pacific",
      "latitude": 38.649062,
      "longitude": -121.5180614
    },
    {
      "id": "40f7a71f-aa9f-4cb8-bb77-6d3e9dcc341d",
      "created_at": "2016-01-06T00:48:05-05:00",
      "updated_at": "2016-02-19T05:09:31-05:00",
      "abbreviation": "MC",
      "capacity": 19980,
      "city": "Portland",
      "country": "USA",
      "field_type": null,
      "name": "Moda Center at the Rose Quarter",
      "slug": "mc",
      "state": "Oregon",
      "time_zone": "US/Pacific",
      "latitude": 45.52345,
      "longitude": -122.67621
    }
  ],
  "players": [
    {
      "id": "8789c3c6-df4f-4360-b661-3a98c0659371",
      "created_at": "2016-01-06T00:47:58-05:00",
      "updated_at": "2016-03-25T11:56:46-04:00",
      "active": false,
      "birth_date": "1993-03-11",
      "defensive": false,
      "first_name": "Anthony",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 82,
      "unit_of_height": "inches",
      "last_name": "Davis",
      "name": "Anthony Davis",
      "offensive": true,
      "position_abbreviation": "PF",
      "position_name": "Power Forward",
      "salary": 7070730,
      "humanized_salary": "7,070,730",
      "salary_currency": "USD",
      "school": null,
      "slug": "nba-anthony-davis",
      "sport": "basketball",
      "weight": 253,
      "unit_of_weight": "pounds",
      "years_of_experience": 3,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "5dbabffc-0df0-4322-8401-3d57005bb073",
      "team_id": "c29ace8e-5203-4891-b4e1-92f0a62bbced"
    },
    {
      "id": "2fe53803-7533-462e-8205-ebf6d72306d6",
      "created_at": "2016-01-06T00:47:55-05:00",
      "updated_at": "2016-03-25T08:41:28-04:00",
      "active": true,
      "birth_date": "1988-03-14",
      "defensive": false,
      "first_name": "Stephen",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 75,
      "unit_of_height": "inches",
      "last_name": "Curry",
      "name": "Stephen Curry",
      "offensive": true,
      "position_abbreviation": "PG",
      "position_name": "Point Guard",
      "salary": 11370786,
      "humanized_salary": "11,370,786",
      "salary_currency": "USD",
      "school": null,
      "slug": "nba-stephen-curry",
      "sport": "basketball",
      "weight": 190,
      "unit_of_weight": "pounds",
      "years_of_experience": 6,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "950b3ddd-28b6-4af1-a5a3-0d64b5fa9c85",
      "team_id": "2a173568-fca6-4891-8c3b-3573547b0b6b"
    },
    {
      "id": "fc9c0eb1-5f15-45e1-af02-52bcc936545f",
      "created_at": "2016-01-06T00:48:08-05:00",
      "updated_at": "2016-03-23T23:56:55-04:00",
      "active": false,
      "birth_date": "1990-08-13",
      "defensive": false,
      "first_name": "DeMarcus",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 83,
      "unit_of_height": "inches",
      "last_name": "Cousins",
      "name": "DeMarcus Cousins",
      "offensive": true,
      "position_abbreviation": "C",
      "position_name": "Center",
      "salary": 15851950,
      "humanized_salary": "15,851,950",
      "salary_currency": "USD",
      "school": null,
      "slug": "nba-demarcus-cousins",
      "sport": "basketball",
      "weight": 270,
      "unit_of_weight": "pounds",
      "years_of_experience": 5,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "fbd1be80-ae5b-4179-a871-6e6df24f688f",
      "team_id": "1572a867-7efd-4338-9f64-b7b961676f37"
    },
    {
      "id": "3b7bb101-aec5-4637-ac2e-ca0ad24bb50b",
      "created_at": "2016-01-06T00:48:06-05:00",
      "updated_at": "2016-03-25T08:41:41-04:00",
      "active": true,
      "birth_date": "1990-07-15",
      "defensive": false,
      "first_name": "Damian",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 75,
      "unit_of_height": "inches",
      "last_name": "Lillard",
      "name": "Damian Lillard",
      "offensive": true,
      "position_abbreviation": "PG",
      "position_name": "Point Guard",
      "salary": 4236287,
      "humanized_salary": "4,236,287",
      "salary_currency": "USD",
      "school": null,
      "slug": "nba-damian-lillard",
      "sport": "basketball",
      "weight": 195,
      "unit_of_weight": "pounds",
      "years_of_experience": 3,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "950b3ddd-28b6-4af1-a5a3-0d64b5fa9c85",
      "team_id": "181740b1-0645-421e-aa03-7b01268bd639"
    }
  ],
  "teams": [
    {
      "id": "c29ace8e-5203-4891-b4e1-92f0a62bbced",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:17:35-05:00",
      "color": "002b5c",
      "colors": [
        "002b5c",
        "e31837",
        "b4975a"
      ],
      "hashtag": "Pelicans",
      "hashtags": [
        "Pelicans"
      ],
      "location": "New Orleans",
      "name": "New Orleans",
      "nickname": "Pelicans",
      "latitude": 29.949469,
      "longitude": -90.081539,
      "slug": "nba-no",
      "division_id": "855ee1c8-446b-4120-96f9-af6b041e9c26",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "2a173568-fca6-4891-8c3b-3573547b0b6b",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:17:34-05:00",
      "color": "fdb927",
      "colors": [
        "fdb927",
        "006bb6",
        "26282a"
      ],
      "hashtag": "DubNation",
      "hashtags": [
        "DubNation",
        "WarriorsGround"
      ],
      "location": "Golden State",
      "name": "Golden State",
      "nickname": "Warriors",
      "latitude": 37.6830258,
      "longitude": -122.1553887,
      "slug": "nba-gs",
      "division_id": "0df84c15-1dbc-471e-b9d9-d277eeba9eba",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "1572a867-7efd-4338-9f64-b7b961676f37",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:09:30-05:00",
      "color": "724c9f",
      "colors": [
        "724c9f",
        "8e9090",
        "061922"
      ],
      "hashtag": "NBAKings",
      "hashtags": [
        "NBAKings"
      ],
      "location": "Sacramento",
      "name": "Sacramento",
      "nickname": "Kings",
      "latitude": 38.649062,
      "longitude": -121.5180614,
      "slug": "nba-sac",
      "division_id": "0df84c15-1dbc-471e-b9d9-d277eeba9eba",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "181740b1-0645-421e-aa03-7b01268bd639",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:17:34-05:00",
      "color": "e03a3e",
      "colors": [
        "e03a3e",
        "bac3c9",
        "061922"
      ],
      "hashtag": "TrailBlazers",
      "hashtags": [
        "TrailBlazers",
        "Blazers"
      ],
      "location": "Portland",
      "name": "Portland",
      "nickname": "Trail Blazers",
      "latitude": 45.52345,
      "longitude": -122.67621,
      "slug": "nba-por",
      "division_id": "99f54b82-4f3e-44f1-b311-f7806d4ba9a9",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "rankings": [
    {
      "id": "2ffe42c7-2f6c-4b1e-a5e1-ae9c28e7214e",
      "created_at": null,
      "updated_at": null,
      "stat": "mothership",
      "stat_value": 103.05,
      "data": {
        "blocks": "1",
        "points": "59",
        "steals": "0",
        "assists": "4",
        "turnovers": "2",
        "personal_fouls": "1",
        "rebounds_total": "20",
        "field_goals_made": "24",
        "free_throws_made": "9",
        "time_played_total": "2601",
        "three_pointers_made": "2",
        "field_goals_attempted": "34",
        "free_throws_attempted": "10",
        "three_pointers_attempted": "2"
      },
      "interval_type": "season",
      "interval_value": "2015-2016",
      "place": 1,
      "game_id": "2ffe42c7-2f6c-4b1e-a5e1-ae9c28e7214e",
      "player_id": "8789c3c6-df4f-4360-b661-3a98c0659371",
      "team_id": "c29ace8e-5203-4891-b4e1-92f0a62bbced"
    },
    {
      "id": "2cf523d6-e3bc-487c-9226-b6fded532715",
      "created_at": null,
      "updated_at": null,
      "stat": "mothership",
      "stat_value": 87.95,
      "data": {
        "blocks": "0",
        "points": "53",
        "steals": "4",
        "assists": "9",
        "turnovers": "2",
        "personal_fouls": "3",
        "rebounds_total": "4",
        "field_goals_made": "17",
        "free_throws_made": "11",
        "time_played_total": "2138",
        "three_pointers_made": "8",
        "field_goals_attempted": "27",
        "free_throws_attempted": "11",
        "three_pointers_attempted": "14"
      },
      "interval_type": "season",
      "interval_value": "2015-2016",
      "place": 2,
      "game_id": "2cf523d6-e3bc-487c-9226-b6fded532715",
      "player_id": "2fe53803-7533-462e-8205-ebf6d72306d6",
      "team_id": "2a173568-fca6-4891-8c3b-3573547b0b6b"
    },
    {
      "id": "0589e442-5b10-4fbb-ae39-3b3890d4a348",
      "created_at": null,
      "updated_at": null,
      "stat": "mothership",
      "stat_value": 87.75,
      "data": {
        "blocks": "1",
        "points": "51",
        "steals": "1",
        "assists": "8",
        "turnovers": "5",
        "personal_fouls": "1",
        "rebounds_total": "7",
        "field_goals_made": "20",
        "free_throws_made": "1",
        "time_played_total": "2042",
        "three_pointers_made": "10",
        "field_goals_attempted": "27",
        "free_throws_attempted": "1",
        "three_pointers_attempted": "15"
      },
      "interval_type": "season",
      "interval_value": "2015-2016",
      "place": 3,
      "game_id": "0589e442-5b10-4fbb-ae39-3b3890d4a348",
      "player_id": "2fe53803-7533-462e-8205-ebf6d72306d6",
      "team_id": "2a173568-fca6-4891-8c3b-3573547b0b6b"
    },
    {
      "id": "7b3b841e-2046-4679-b4c6-a1eb0747f9e9",
      "created_at": null,
      "updated_at": null,
      "stat": "mothership",
      "stat_value": 87.65,
      "data": {
        "blocks": "2",
        "points": "56",
        "steals": "1",
        "assists": "4",
        "turnovers": "7",
        "personal_fouls": "6",
        "rebounds_total": "12",
        "field_goals_made": "21",
        "free_throws_made": "13",
        "time_played_total": "2740",
        "three_pointers_made": "1",
        "field_goals_attempted": "30",
        "free_throws_attempted": "16",
        "three_pointers_attempted": "3"
      },
      "interval_type": "season",
      "interval_value": "2015-2016",
      "place": 4,
      "game_id": "7b3b841e-2046-4679-b4c6-a1eb0747f9e9",
      "player_id": "fc9c0eb1-5f15-45e1-af02-52bcc936545f",
      "team_id": "1572a867-7efd-4338-9f64-b7b961676f37"
    },
    {
      "id": "5cd27ba7-1214-47f2-bc72-6037cd5b80d5",
      "created_at": null,
      "updated_at": null,
      "stat": "mothership",
      "stat_value": 82.0,
      "data": {
        "blocks": "0",
        "points": "51",
        "steals": "6",
        "assists": "7",
        "turnovers": "0",
        "personal_fouls": "3",
        "rebounds_total": "0",
        "field_goals_made": "18",
        "free_throws_made": "6",
        "time_played_total": "1866",
        "three_pointers_made": "9",
        "field_goals_attempted": "28",
        "free_throws_attempted": "7",
        "three_pointers_attempted": "12"
      },
      "interval_type": "season",
      "interval_value": "2015-2016",
      "place": 5,
      "game_id": "5cd27ba7-1214-47f2-bc72-6037cd5b80d5",
      "player_id": "3b7bb101-aec5-4637-ac2e-ca0ad24bb50b",
      "team_id": "181740b1-0645-421e-aa03-7b01268bd639"
    }
  ]
}

This endpoint retrieves NBA Rankings.

HTTP Request

GET https://api.stattleship.com/rankings

See Basketball Player and Team Rankings for a list of available rankings.

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
ranking See link above for a list of available rankings
on Date for a daily ranking
since Friendly date such as 1 week ago or 4 days ago or last Sunday

Football Rankings

curl -X "GET" "https://api.stattleship.com/rankings" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

This endpoint retrieves NFL Rankings.

HTTP Request

GET https://api.stattleship.com/rankings

See Football Player and Team Rankings for a list of available rankings.

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results

Hockey Rankings

curl -X "GET" "https://api.stattleship.com/rankings" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

This endpoint retrieves NHL Rankings.

HTTP Request

GET https://api.stattleship.com/rankings

See Hockey Player and Team Rankings for a list of available rankings.

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
ranking See link above for a list of available rankings
on Date for a daily ranking
since Friendly date such as 1 week ago or 4 days ago or last Sunday

Rosters

Baseball Rosters

curl -X "GET" "https://api.stattleship.com/baseball/mlb/rosters" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "players": [
    {
      "id": "fba166e9-ec95-4ebb-8149-4dbcdf20247e",
      "created_at": "2016-03-18T21:10:48-04:00",
      "updated_at": "2016-03-21T15:35:38-04:00",
      "active": true,
      "birth_date": "1988-02-26",
      "defensive": false,
      "first_name": "Dustin",
      "handedness": "right",
      "bats": "bats_left",
      "height": 73,
      "unit_of_height": "inches",
      "last_name": "Ackley",
      "name": "Dustin Ackley",
      "offensive": true,
      "position_abbreviation": "LF",
      "position_name": "Left Outfield",
      "salary": 3200000,
      "humanized_salary": "3,200,000",
      "salary_currency": "USD",
      "school": "North Carolina",
      "slug": "mlb-dustin-ackley",
      "sport": "baseball",
      "weight": 205,
      "unit_of_weight": "pounds",
      "years_of_experience": 4,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "2d8bfb25-df10-491b-b6b8-e08e173c65e5",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "2c455bb4-14fe-45e2-a97c-9b77477784fb",
      "created_at": "2016-03-18T21:11:28-04:00",
      "updated_at": "2016-03-21T15:35:38-04:00",
      "active": true,
      "birth_date": "1989-11-13",
      "defensive": false,
      "first_name": "Lane",
      "handedness": "right",
      "bats": "bats_right",
      "height": 76,
      "unit_of_height": "inches",
      "last_name": "Adams",
      "name": "Lane Adams",
      "offensive": true,
      "position_abbreviation": "CF",
      "position_name": "Center Outfield",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Red Oak HS",
      "slug": "mlb-lane-adams",
      "sport": "baseball",
      "weight": 190,
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e900e850-ab40-4048-aa57-631ea8390519",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "8cd09bb4-e8b5-4734-ac69-9d8f418d3a7a",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-21T15:35:38-04:00",
      "active": true,
      "birth_date": "1995-03-02",
      "defensive": false,
      "first_name": "Miguel",
      "handedness": "right",
      "bats": "bats_right",
      "height": 72,
      "unit_of_height": "inches",
      "last_name": "Andujar",
      "name": "Miguel Andujar",
      "offensive": true,
      "position_abbreviation": "3B",
      "position_name": "Third Base",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-miguel-andujar",
      "sport": "baseball",
      "weight": 175,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "097da5e8-2805-456d-91fe-9ab9ef43c489",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "72e94dac-839b-49d8-b36b-76eb88e37952",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-21T15:35:38-04:00",
      "active": true,
      "birth_date": "1993-09-06",
      "defensive": false,
      "first_name": "Austin",
      "handedness": "right",
      "bats": "bats_left",
      "height": 74,
      "unit_of_height": "inches",
      "last_name": "Aune",
      "name": "Austin Aune",
      "offensive": true,
      "position_abbreviation": "RF",
      "position_name": "Right Outfield",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-austin-aune",
      "sport": "baseball",
      "weight": 190,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "77303dac-3e19-4c49-802c-eef8719d26cf",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "4d895a10-b6c4-44b7-b130-01a5d39b0ba8",
      "created_at": "2016-03-18T21:11:07-04:00",
      "updated_at": "2016-03-21T15:35:38-04:00",
      "active": true,
      "birth_date": "1991-09-06",
      "defensive": false,
      "first_name": "Tyler",
      "handedness": "right",
      "bats": "bats_right",
      "height": 73,
      "unit_of_height": "inches",
      "last_name": "Austin",
      "name": "Tyler Austin",
      "offensive": true,
      "position_abbreviation": "RF",
      "position_name": "Right Outfield",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-tyler-austin",
      "sport": "baseball",
      "weight": 220,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "77303dac-3e19-4c49-802c-eef8719d26cf",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "6028a442-106c-4e12-a32a-7359682d2ac8",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-21T15:35:38-04:00",
      "active": true,
      "birth_date": "1995-02-14",
      "defensive": false,
      "first_name": "Abiatal",
      "handedness": "right",
      "bats": "bats_right",
      "height": 71,
      "unit_of_height": "inches",
      "last_name": "Avelino",
      "name": "Abiatal Avelino",
      "offensive": true,
      "position_abbreviation": "SS",
      "position_name": "Shortstop",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-abiatal-avelino",
      "sport": "baseball",
      "weight": 186,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "4b5f1bc6-07c1-442b-9228-cd9ff0f5b8d1",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "cd45b68b-b287-43b3-8e67-6d8d4117808c",
      "created_at": "2016-03-18T21:11:07-04:00",
      "updated_at": "2016-03-21T15:35:38-04:00",
      "active": true,
      "birth_date": "1992-07-11",
      "defensive": false,
      "first_name": "John",
      "handedness": "right",
      "bats": "bats_right",
      "height": 73,
      "unit_of_height": "inches",
      "last_name": "Barbato",
      "name": "John Barbato",
      "offensive": true,
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Felix Varela HS",
      "slug": "mlb-john-barbato",
      "sport": "baseball",
      "weight": 235,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "e9f4888a-240f-4cba-b57b-98d22757ccef",
      "created_at": "2016-03-18T21:11:07-04:00",
      "updated_at": "2016-03-21T15:35:39-04:00",
      "active": true,
      "birth_date": "1977-04-24",
      "defensive": false,
      "first_name": "Carlos",
      "handedness": "right",
      "bats": "bats_switch",
      "height": 73,
      "unit_of_height": "inches",
      "last_name": "Beltran",
      "name": "Carlos Beltran",
      "offensive": true,
      "position_abbreviation": "RF",
      "position_name": "Right Outfield",
      "salary": 15000000,
      "humanized_salary": "15,000,000",
      "salary_currency": "USD",
      "school": "Fernando Callejo HS",
      "slug": "mlb-carlos-beltran",
      "sport": "baseball",
      "weight": 215,
      "unit_of_weight": "pounds",
      "years_of_experience": 17,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "77303dac-3e19-4c49-802c-eef8719d26cf",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "764dbf87-0aa7-4614-97c3-87c330bb4993",
      "created_at": "2016-03-18T21:11:07-04:00",
      "updated_at": "2016-03-21T15:35:39-04:00",
      "active": true,
      "birth_date": "1988-03-23",
      "defensive": false,
      "first_name": "Dellin",
      "handedness": "right",
      "bats": "bats_right",
      "height": 80,
      "unit_of_height": "inches",
      "last_name": "Betances",
      "name": "Dellin Betances",
      "offensive": true,
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Grand Street Campus HS",
      "slug": "mlb-dellin-betances",
      "sport": "baseball",
      "weight": 265,
      "unit_of_weight": "pounds",
      "years_of_experience": 3,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "14c866f1-5994-4ddd-a055-b66d99598d38",
      "created_at": "2016-03-18T21:11:07-04:00",
      "updated_at": "2016-03-21T15:35:39-04:00",
      "active": true,
      "birth_date": "1992-11-09",
      "defensive": false,
      "first_name": "Gregory",
      "handedness": "right",
      "bats": "bats_left",
      "height": 76,
      "unit_of_height": "inches",
      "last_name": "Bird",
      "name": "Gregory Bird",
      "offensive": true,
      "position_abbreviation": "1B",
      "position_name": "First Base",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Grandview HS",
      "slug": "mlb-gregory-bird",
      "sport": "baseball",
      "weight": 220,
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "c50ba893-982b-4733-be05-bfa5ea84f498",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "0e8beb56-7b8a-4368-bec0-97034edda538",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-21T15:35:39-04:00",
      "active": true,
      "birth_date": "1987-04-16",
      "defensive": false,
      "first_name": "Richard",
      "handedness": "left",
      "bats": "bats_left",
      "height": 75,
      "unit_of_height": "inches",
      "last_name": "Bleier",
      "name": "Richard Bleier",
      "offensive": true,
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Florida Gulf Coast",
      "slug": "mlb-richard-bleier",
      "sport": "baseball",
      "weight": 215,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "735bfa4b-1739-4cb9-8689-d9015b5e6ab1",
      "created_at": "2016-03-18T21:11:07-04:00",
      "updated_at": "2016-03-19T19:41:47-04:00",
      "active": false,
      "birth_date": "1992-07-27",
      "defensive": false,
      "first_name": "Vincente",
      "handedness": "right",
      "bats": "bats_right",
      "height": 75,
      "unit_of_height": "inches",
      "last_name": "Campos",
      "name": "Vincente Campos",
      "offensive": true,
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-vincente-campos",
      "sport": "baseball",
      "weight": 230,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "de57eaa7-77ce-4c0b-b689-fc0a47600565",
      "created_at": "2016-03-18T21:12:32-04:00",
      "updated_at": "2016-03-21T15:35:39-04:00",
      "active": true,
      "birth_date": "1990-03-24",
      "defensive": false,
      "first_name": "Starlin",
      "handedness": "right",
      "bats": "bats_right",
      "height": 74,
      "unit_of_height": "inches",
      "last_name": "Castro",
      "name": "Starlin Castro",
      "offensive": true,
      "position_abbreviation": "2B",
      "position_name": "Second Base",
      "salary": 7857142,
      "humanized_salary": "7,857,142",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-starlin-castro",
      "sport": "baseball",
      "weight": 230,
      "unit_of_weight": "pounds",
      "years_of_experience": 5,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "f300e31e-61fb-48be-a215-6260d7fde49d",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "f38afebb-b937-4e00-a8cc-6a02aee72b9e",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-21T15:35:39-04:00",
      "active": true,
      "birth_date": "1992-04-25",
      "defensive": false,
      "first_name": "Luis",
      "handedness": "right",
      "bats": "bats_right",
      "height": 72,
      "unit_of_height": "inches",
      "last_name": "Cessa",
      "name": "Luis Cessa",
      "offensive": true,
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-luis-cessa",
      "sport": "baseball",
      "weight": 205,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "9d0fe3c1-feac-47cf-b666-41b0be7f222c",
      "created_at": "2016-03-18T21:09:52-04:00",
      "updated_at": "2016-03-21T15:35:39-04:00",
      "active": true,
      "birth_date": "1988-02-28",
      "defensive": false,
      "first_name": "Aroldis",
      "handedness": "left",
      "bats": "bats_left",
      "height": 76,
      "unit_of_height": "inches",
      "last_name": "Chapman",
      "name": "Aroldis Chapman",
      "offensive": true,
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "salary": 11325000,
      "humanized_salary": "11,325,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-aroldis-chapman",
      "sport": "baseball",
      "weight": 215,
      "unit_of_weight": "pounds",
      "years_of_experience": 4,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "a0bec8fa-db2c-4396-9d86-e2da5514157f",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-21T15:35:39-04:00",
      "active": true,
      "birth_date": "1987-05-16",
      "defensive": false,
      "first_name": "Tyler",
      "handedness": "right",
      "bats": "bats_right",
      "height": 75,
      "unit_of_height": "inches",
      "last_name": "Cloyd",
      "name": "Tyler Cloyd",
      "offensive": true,
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Nebraska-Omaha",
      "slug": "mlb-tyler-cloyd",
      "sport": "baseball",
      "weight": 210,
      "unit_of_weight": "pounds",
      "years_of_experience": 2,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "e09bd762-4039-481b-a6bf-5c0ef9f22472",
      "created_at": "2016-03-18T21:11:07-04:00",
      "updated_at": "2016-03-21T15:35:39-04:00",
      "active": true,
      "birth_date": "1993-10-13",
      "defensive": false,
      "first_name": "Vicente",
      "handedness": "right",
      "bats": "bats_right",
      "height": 72,
      "unit_of_height": "inches",
      "last_name": "Conde",
      "name": "Vicente Conde",
      "offensive": true,
      "position_abbreviation": "SS",
      "position_name": "Shortstop",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Vanderbilt",
      "slug": "mlb-vicente-conde",
      "sport": "baseball",
      "weight": 195,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "4b5f1bc6-07c1-442b-9228-cd9ff0f5b8d1",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "65b7d096-5fde-4d9b-bd08-ae89d2b551b5",
      "created_at": "2016-03-18T21:13:02-04:00",
      "updated_at": "2016-03-21T15:35:39-04:00",
      "active": true,
      "birth_date": "1984-01-07",
      "defensive": false,
      "first_name": "Carlos",
      "handedness": "right",
      "bats": "bats_switch",
      "height": 74,
      "unit_of_height": "inches",
      "last_name": "Corporan",
      "name": "Carlos Corporan",
      "offensive": true,
      "position_abbreviation": "C",
      "position_name": "Catcher",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Florida Gateway College",
      "slug": "mlb-carlos-corporan",
      "sport": "baseball",
      "weight": 240,
      "unit_of_weight": "pounds",
      "years_of_experience": 5,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "35d2f5d0-7407-48c2-80ca-8e5d25e099d9",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "39d8f8c5-b31e-4fef-bfe1-a9939cd30526",
      "created_at": "2016-03-18T21:11:08-04:00",
      "updated_at": "2016-03-21T15:35:39-04:00",
      "active": true,
      "birth_date": "1992-08-26",
      "defensive": false,
      "first_name": "Cito",
      "handedness": "right",
      "bats": "bats_right",
      "height": 72,
      "unit_of_height": "inches",
      "last_name": "Culver",
      "name": "Cito Culver",
      "offensive": true,
      "position_abbreviation": "SS",
      "position_name": "Shortstop",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-cito-culver",
      "sport": "baseball",
      "weight": 195,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "4b5f1bc6-07c1-442b-9228-cd9ff0f5b8d1",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "f814fdef-d987-47d3-a668-45252ceef51b",
      "created_at": "2016-03-18T21:12:33-04:00",
      "updated_at": "2016-03-21T15:35:39-04:00",
      "active": true,
      "birth_date": "1980-07-15",
      "defensive": false,
      "first_name": "Chris",
      "handedness": "right",
      "bats": "bats_right",
      "height": 72,
      "unit_of_height": "inches",
      "last_name": "Denorfia",
      "name": "Chris Denorfia",
      "offensive": true,
      "position_abbreviation": "LF",
      "position_name": "Left Outfield",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Wheaton (MA)",
      "slug": "mlb-chris-denorfia",
      "sport": "baseball",
      "weight": 195,
      "unit_of_weight": "pounds",
      "years_of_experience": 9,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "2d8bfb25-df10-491b-b6b8-e08e173c65e5",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "d98c5d94-f1b7-48f9-bfea-0dec63806e9a",
      "created_at": "2016-03-18T21:10:58-04:00",
      "updated_at": "2016-03-21T15:35:39-04:00",
      "active": true,
      "birth_date": "1990-03-21",
      "defensive": false,
      "first_name": "Francisco",
      "handedness": "right",
      "bats": "bats_switch",
      "height": 71,
      "unit_of_height": "inches",
      "last_name": "Diaz",
      "name": "Francisco Diaz",
      "offensive": true,
      "position_abbreviation": "C",
      "position_name": "Catcher",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-francisco-diaz",
      "sport": "baseball",
      "weight": 185,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "35d2f5d0-7407-48c2-80ca-8e5d25e099d9",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "5c0ea4a0-faef-4635-a146-dcb6ee2a1b4b",
      "created_at": "2016-03-18T21:13:15-04:00",
      "updated_at": "2016-03-21T15:35:39-04:00",
      "active": true,
      "birth_date": "1985-04-10",
      "defensive": false,
      "first_name": "Jonathan",
      "handedness": "right",
      "bats": "bats_right",
      "height": 69,
      "unit_of_height": "inches",
      "last_name": "Diaz",
      "name": "Jonathan Diaz",
      "offensive": true,
      "position_abbreviation": "SS",
      "position_name": "Shortstop",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "North Carolina State",
      "slug": "mlb-jonathan-diaz",
      "sport": "baseball",
      "weight": 155,
      "unit_of_weight": "pounds",
      "years_of_experience": 2,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "4b5f1bc6-07c1-442b-9228-cd9ff0f5b8d1",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "3cd71ffb-7b6c-437a-b88d-00d3c72594c6",
      "created_at": "2016-03-18T21:11:08-04:00",
      "updated_at": "2016-03-21T15:35:39-04:00",
      "active": true,
      "birth_date": "1983-09-11",
      "defensive": false,
      "first_name": "Jacoby",
      "handedness": "left",
      "bats": "bats_left",
      "height": 73,
      "unit_of_height": "inches",
      "last_name": "Ellsbury",
      "name": "Jacoby Ellsbury",
      "offensive": true,
      "position_abbreviation": "CF",
      "position_name": "Center Outfield",
      "salary": 2142857,
      "humanized_salary": "2,142,857",
      "salary_currency": "USD",
      "school": "Oregon State",
      "slug": "mlb-jacoby-ellsbury",
      "sport": "baseball",
      "weight": 195,
      "unit_of_weight": "pounds",
      "years_of_experience": 8,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e900e850-ab40-4048-aa57-631ea8390519",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "b0f879d0-0b69-44fb-ae53-15431b511121",
      "created_at": "2016-03-18T21:11:08-04:00",
      "updated_at": "2016-03-21T15:35:39-04:00",
      "active": true,
      "birth_date": "1990-02-13",
      "defensive": false,
      "first_name": "Nathan",
      "handedness": "right",
      "bats": "bats_right",
      "height": 74,
      "unit_of_height": "inches",
      "last_name": "Eovaldi",
      "name": "Nathan Eovaldi",
      "offensive": true,
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "salary": 5600000,
      "humanized_salary": "5,600,000",
      "salary_currency": "USD",
      "school": "Alvin HS",
      "slug": "mlb-nathan-eovaldi",
      "sport": "baseball",
      "weight": 225,
      "unit_of_weight": "pounds",
      "years_of_experience": 4,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "9d43cca7-5335-4e32-bc40-64c6fbe5a045",
      "created_at": "2016-03-18T21:11:08-04:00",
      "updated_at": "2016-03-21T15:35:39-04:00",
      "active": true,
      "birth_date": "1990-08-20",
      "defensive": false,
      "first_name": "Dan",
      "handedness": "right",
      "bats": "bats_right",
      "height": 76,
      "unit_of_height": "inches",
      "last_name": "Fiorito",
      "name": "Dan Fiorito",
      "offensive": true,
      "position_abbreviation": "3B",
      "position_name": "Third Base",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Manhattanville",
      "slug": "mlb-dan-fiorito",
      "sport": "baseball",
      "weight": 215,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "097da5e8-2805-456d-91fe-9ab9ef43c489",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "42ec06bc-6b38-433f-9d3d-92ec11923c3c",
      "created_at": "2016-03-18T21:11:08-04:00",
      "updated_at": "2016-03-21T15:35:40-04:00",
      "active": true,
      "birth_date": "1994-12-29",
      "defensive": false,
      "first_name": "Dustin",
      "handedness": "left",
      "bats": "bats_left",
      "height": 72,
      "unit_of_height": "inches",
      "last_name": "Fowler",
      "name": "Dustin Fowler",
      "offensive": true,
      "position_abbreviation": "CF",
      "position_name": "Center Outfield",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "West Laurens HS",
      "slug": "mlb-dustin-fowler",
      "sport": "baseball",
      "weight": 195,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e900e850-ab40-4048-aa57-631ea8390519",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "99cc6339-5582-4b81-9d81-6adfe26874a9",
      "created_at": "2016-03-18T21:11:08-04:00",
      "updated_at": "2016-03-21T15:35:40-04:00",
      "active": true,
      "birth_date": "1992-05-17",
      "defensive": false,
      "first_name": "Benjamin",
      "handedness": "left",
      "bats": "bats_left",
      "height": 71,
      "unit_of_height": "inches",
      "last_name": "Gamel",
      "name": "Benjamin Gamel",
      "offensive": true,
      "position_abbreviation": "LF",
      "position_name": "Left Outfield",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Bishop Kenny HS",
      "slug": "mlb-benjamin-gamel",
      "sport": "baseball",
      "weight": 185,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "2d8bfb25-df10-491b-b6b8-e08e173c65e5",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "3904c387-70e6-4642-98fd-531befaa5978",
      "created_at": "2016-03-18T21:11:08-04:00",
      "updated_at": "2016-03-21T15:35:40-04:00",
      "active": true,
      "birth_date": "1983-08-24",
      "defensive": false,
      "first_name": "Brett",
      "handedness": "left",
      "bats": "bats_left",
      "height": 71,
      "unit_of_height": "inches",
      "last_name": "Gardner",
      "name": "Brett Gardner",
      "offensive": true,
      "position_abbreviation": "LF",
      "position_name": "Left Outfield",
      "salary": 13500000,
      "humanized_salary": "13,500,000",
      "salary_currency": "USD",
      "school": "College of Charleston",
      "slug": "mlb-brett-gardner",
      "sport": "baseball",
      "weight": 195,
      "unit_of_weight": "pounds",
      "years_of_experience": 7,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "2d8bfb25-df10-491b-b6b8-e08e173c65e5",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "91c7a538-04ba-462e-a312-e93ba56741a4",
      "created_at": "2016-03-18T21:11:09-04:00",
      "updated_at": "2016-03-21T15:35:40-04:00",
      "active": true,
      "birth_date": "1992-08-04",
      "defensive": false,
      "first_name": "Domingo",
      "handedness": "right",
      "bats": "bats_right",
      "height": 74,
      "unit_of_height": "inches",
      "last_name": "German",
      "name": "Domingo German",
      "offensive": true,
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-domingo-german",
      "sport": "baseball",
      "weight": 175,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "3301381c-783c-4c46-be09-fdb8c95ed758",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-21T15:35:40-04:00",
      "active": true,
      "birth_date": "1994-02-09",
      "defensive": false,
      "first_name": "Chris",
      "handedness": "right",
      "bats": "bats_right",
      "height": 76,
      "unit_of_height": "inches",
      "last_name": "Gittens",
      "name": "Chris Gittens",
      "offensive": true,
      "position_abbreviation": "1B",
      "position_name": "First Base",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Grayson",
      "slug": "mlb-chris-gittens",
      "sport": "baseball",
      "weight": 250,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "c50ba893-982b-4733-be05-bfa5ea84f498",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "97398e72-9a3f-42e2-9f6c-3d13a6874ae9",
      "created_at": "2016-03-18T21:11:09-04:00",
      "updated_at": "2016-03-21T15:35:40-04:00",
      "active": true,
      "birth_date": "1991-07-06",
      "defensive": false,
      "first_name": "Nick",
      "handedness": "right",
      "bats": "bats_right",
      "height": 71,
      "unit_of_height": "inches",
      "last_name": "Goody",
      "name": "Nick Goody",
      "offensive": true,
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Louisiana State",
      "slug": "mlb-nick-goody",
      "sport": "baseball",
      "weight": 195,
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "2223153c-19ab-45d7-8762-8550daca1e15",
      "created_at": "2016-03-18T21:09:43-04:00",
      "updated_at": "2016-03-21T15:35:40-04:00",
      "active": true,
      "birth_date": "1991-05-24",
      "defensive": false,
      "first_name": "Chad",
      "handedness": "right",
      "bats": "bats_left",
      "height": 75,
      "unit_of_height": "inches",
      "last_name": "Green",
      "name": "Chad Green",
      "offensive": true,
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Louisville",
      "slug": "mlb-chad-green",
      "sport": "baseball",
      "weight": 210,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "e48a42b5-a4dd-4f4a-9217-c23022e35029",
      "created_at": "2016-03-18T21:11:09-04:00",
      "updated_at": "2016-03-21T15:35:40-04:00",
      "active": true,
      "birth_date": "1990-02-18",
      "defensive": false,
      "first_name": "Didi",
      "handedness": "right",
      "bats": "bats_left",
      "height": 75,
      "unit_of_height": "inches",
      "last_name": "Gregorius",
      "name": "Didi Gregorius",
      "offensive": true,
      "position_abbreviation": "SS",
      "position_name": "Shortstop",
      "salary": 2425000,
      "humanized_salary": "2,425,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-didi-gregorius",
      "sport": "baseball",
      "weight": 205,
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "4b5f1bc6-07c1-442b-9228-cd9ff0f5b8d1",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "4065e5ca-4f7c-49aa-8c5a-44791c222421",
      "created_at": "2016-03-18T21:11:09-04:00",
      "updated_at": "2016-03-21T15:35:40-04:00",
      "active": true,
      "birth_date": "1990-05-11",
      "defensive": false,
      "first_name": "Radley",
      "handedness": "right",
      "bats": "bats_left",
      "height": 73,
      "unit_of_height": "inches",
      "last_name": "Haddad",
      "name": "Radley Haddad",
      "offensive": true,
      "position_abbreviation": "C",
      "position_name": "Catcher",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-radley-haddad",
      "sport": "baseball",
      "weight": 190,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "35d2f5d0-7407-48c2-80ca-8e5d25e099d9",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "4a235d11-5f7c-4a0a-a833-071f5a0efc17",
      "created_at": "2016-03-18T21:11:09-04:00",
      "updated_at": "2016-03-21T15:35:40-04:00",
      "active": true,
      "birth_date": "1991-02-11",
      "defensive": false,
      "first_name": "Kyle",
      "handedness": "right",
      "bats": "bats_right",
      "height": 74,
      "unit_of_height": "inches",
      "last_name": "Haynes",
      "name": "Kyle Haynes",
      "offensive": true,
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Virginia Commonwealth ",
      "slug": "mlb-kyle-haynes",
      "sport": "baseball",
      "weight": 200,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "32d13eb8-13e2-4cc2-8395-557c0d3efddd",
      "created_at": "2016-03-18T21:11:09-04:00",
      "updated_at": "2016-03-21T15:35:40-04:00",
      "active": true,
      "birth_date": "1984-05-09",
      "defensive": false,
      "first_name": "Chase",
      "handedness": "right",
      "bats": "bats_switch",
      "height": 74,
      "unit_of_height": "inches",
      "last_name": "Headley",
      "name": "Chase Headley",
      "offensive": true,
      "position_abbreviation": "3B",
      "position_name": "Third Base",
      "salary": 13000000,
      "humanized_salary": "13,000,000",
      "salary_currency": "USD",
      "school": "Tennessee",
      "slug": "mlb-chase-headley",
      "sport": "baseball",
      "weight": 215,
      "unit_of_weight": "pounds",
      "years_of_experience": 8,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "097da5e8-2805-456d-91fe-9ab9ef43c489",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "d309d7b6-5adc-407a-9d64-f72d2a4ad1fd",
      "created_at": "2016-03-18T21:11:09-04:00",
      "updated_at": "2016-03-21T15:35:40-04:00",
      "active": true,
      "birth_date": "1990-09-28",
      "defensive": false,
      "first_name": "Slade",
      "handedness": "left",
      "bats": "bats_left",
      "height": 73,
      "unit_of_height": "inches",
      "last_name": "Heathcott",
      "name": "Slade Heathcott",
      "offensive": true,
      "position_abbreviation": "CF",
      "position_name": "Center Outfield",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Texas HS",
      "slug": "mlb-slade-heathcott",
      "sport": "baseball",
      "weight": 205,
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e900e850-ab40-4048-aa57-631ea8390519",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "219d0f85-cf96-4995-a887-1567aee66b39",
      "created_at": "2016-03-18T21:11:05-04:00",
      "updated_at": "2016-03-21T15:35:40-04:00",
      "active": true,
      "birth_date": "1989-10-02",
      "defensive": false,
      "first_name": "Aaron",
      "handedness": "right",
      "bats": "bats_switch",
      "height": 73,
      "unit_of_height": "inches",
      "last_name": "Hicks",
      "name": "Aaron Hicks",
      "offensive": true,
      "position_abbreviation": "CF",
      "position_name": "Center Outfield",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Woodrow Wilson HS",
      "slug": "mlb-aaron-hicks",
      "sport": "baseball",
      "weight": 205,
      "unit_of_weight": "pounds",
      "years_of_experience": 2,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e900e850-ab40-4048-aa57-631ea8390519",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "7f4018a6-e78a-4e86-a95c-973f073b821c",
      "created_at": "2016-03-18T21:11:09-04:00",
      "updated_at": "2016-03-21T15:35:40-04:00",
      "active": true,
      "birth_date": "1990-04-20",
      "defensive": false,
      "first_name": "Kyle",
      "handedness": "right",
      "bats": "bats_right",
      "height": 73,
      "unit_of_height": "inches",
      "last_name": "Higashioka",
      "name": "Kyle Higashioka",
      "offensive": true,
      "position_abbreviation": "C",
      "position_name": "Catcher",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Edison HS",
      "slug": "mlb-kyle-higashioka",
      "sport": "baseball",
      "weight": 190,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "35d2f5d0-7407-48c2-80ca-8e5d25e099d9",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "4a64022a-6bd0-48a1-b37e-166c78ad077e",
      "created_at": "2016-03-18T21:11:09-04:00",
      "updated_at": "2016-03-21T15:35:40-04:00",
      "active": true,
      "birth_date": "1992-04-26",
      "defensive": false,
      "first_name": "Aaron",
      "handedness": "right",
      "bats": "bats_right",
      "height": 79,
      "unit_of_height": "inches",
      "last_name": "Judge",
      "name": "Aaron Judge",
      "offensive": true,
      "position_abbreviation": "RF",
      "position_name": "Right Outfield",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Fresno State",
      "slug": "mlb-aaron-judge",
      "sport": "baseball",
      "weight": 275,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "77303dac-3e19-4c49-802c-eef8719d26cf",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "40db00a8-8cc9-4864-bf0a-51649ce9debc",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-21T15:35:40-04:00",
      "active": true,
      "birth_date": "1994-03-02",
      "defensive": false,
      "first_name": "James",
      "handedness": "right",
      "bats": "bats_right",
      "height": 76,
      "unit_of_height": "inches",
      "last_name": "Kaprielian",
      "name": "James Kaprielian",
      "offensive": true,
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "UCLA",
      "slug": "mlb-james-kaprielian",
      "sport": "baseball",
      "weight": 200,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "dedf5cae-52ad-4e7f-b458-d5235923ff6e",
      "created_at": "2016-03-18T21:11:18-04:00",
      "updated_at": "2016-03-21T15:35:40-04:00",
      "active": true,
      "birth_date": "1988-04-11",
      "defensive": false,
      "first_name": "Pete",
      "handedness": "right",
      "bats": "bats_right",
      "height": 72,
      "unit_of_height": "inches",
      "last_name": "Kozma",
      "name": "Pete Kozma",
      "offensive": true,
      "position_abbreviation": "SS",
      "position_name": "Shortstop",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Owasso HS",
      "slug": "mlb-pete-kozma",
      "sport": "baseball",
      "weight": 190,
      "unit_of_weight": "pounds",
      "years_of_experience": 3,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "4b5f1bc6-07c1-442b-9228-cd9ff0f5b8d1",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "d8ae0398-55b6-4e2a-8b33-acd68bfb005e",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-21T15:35:40-04:00",
      "active": true,
      "birth_date": "1993-08-09",
      "defensive": false,
      "first_name": "Brady",
      "handedness": "right",
      "bats": "bats_right",
      "height": 74,
      "unit_of_height": "inches",
      "last_name": "Lail",
      "name": "Brady Lail",
      "offensive": true,
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Bingham HS",
      "slug": "mlb-brady-lail",
      "sport": "baseball",
      "weight": 175,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "59faf13a-5c6c-47cf-b04b-19bdb2907644",
      "created_at": "2016-03-18T21:11:09-04:00",
      "updated_at": "2016-03-19T19:41:50-04:00",
      "active": false,
      "birth_date": "1993-03-12",
      "defensive": false,
      "first_name": "Jacob",
      "handedness": "left",
      "bats": "bats_left",
      "height": 71,
      "unit_of_height": "inches",
      "last_name": "Lindgren",
      "name": "Jacob Lindgren",
      "offensive": true,
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Mississippi State",
      "slug": "mlb-jacob-lindgren",
      "sport": "baseball",
      "weight": 210,
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "c5cfbef2-9af7-4871-a644-3285eff6e73b",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-21T15:35:40-04:00",
      "active": true,
      "birth_date": "1995-06-23",
      "defensive": false,
      "first_name": "Jorge",
      "handedness": "right",
      "bats": "bats_right",
      "height": 72,
      "unit_of_height": "inches",
      "last_name": "Mateo",
      "name": "Jorge Mateo",
      "offensive": true,
      "position_abbreviation": "SS",
      "position_name": "Shortstop",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-jorge-mateo",
      "sport": "baseball",
      "weight": 190,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "4b5f1bc6-07c1-442b-9228-cd9ff0f5b8d1",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "9e71984b-6cf2-4f7d-a3b2-563908087aa3",
      "created_at": "2016-03-18T21:11:10-04:00",
      "updated_at": "2016-03-21T15:35:41-04:00",
      "active": true,
      "birth_date": "1984-02-20",
      "defensive": false,
      "first_name": "Brian",
      "handedness": "right",
      "bats": "bats_left",
      "height": 75,
      "unit_of_height": "inches",
      "last_name": "McCann",
      "name": "Brian McCann",
      "offensive": true,
      "position_abbreviation": "C",
      "position_name": "Catcher",
      "salary": 17000000,
      "humanized_salary": "17,000,000",
      "salary_currency": "USD",
      "school": "Duluth HS",
      "slug": "mlb-brian-mccann",
      "sport": "baseball",
      "weight": 225,
      "unit_of_weight": "pounds",
      "years_of_experience": 10,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "35d2f5d0-7407-48c2-80ca-8e5d25e099d9",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "bbfba9cf-54fc-4934-9d3d-eed007e60490",
      "created_at": "2016-03-18T21:11:10-04:00",
      "updated_at": "2016-03-21T15:35:41-04:00",
      "active": true,
      "birth_date": "1985-05-21",
      "defensive": false,
      "first_name": "Andrew",
      "handedness": "left",
      "bats": "bats_left",
      "height": 79,
      "unit_of_height": "inches",
      "last_name": "Miller",
      "name": "Andrew Miller",
      "offensive": true,
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "salary": 9000000,
      "humanized_salary": "9,000,000",
      "salary_currency": "USD",
      "school": "North Carolina",
      "slug": "mlb-andrew-miller",
      "sport": "baseball",
      "weight": 205,
      "unit_of_weight": "pounds",
      "years_of_experience": 9,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "7d821f25-1fed-44be-a180-741da35a39e6",
      "created_at": "2016-03-18T21:11:10-04:00",
      "updated_at": "2016-03-21T15:35:41-04:00",
      "active": true,
      "birth_date": "1991-04-19",
      "defensive": false,
      "first_name": "Bryan",
      "handedness": "right",
      "bats": "bats_left",
      "height": 75,
      "unit_of_height": "inches",
      "last_name": "Mitchell",
      "name": "Bryan Mitchell",
      "offensive": true,
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Rockingham County HS",
      "slug": "mlb-bryan-mitchell",
      "sport": "baseball",
      "weight": 210,
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "9723c02d-3780-439f-8884-b5ada96b3953",
      "created_at": "2016-03-18T21:11:10-04:00",
      "updated_at": "2016-03-21T15:35:41-04:00",
      "active": true,
      "birth_date": "1990-08-30",
      "defensive": false,
      "first_name": "Mark",
      "handedness": "right",
      "bats": "bats_right",
      "height": 72,
      "unit_of_height": "inches",
      "last_name": "Montgomery",
      "name": "Mark Montgomery",
      "offensive": true,
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Longwood",
      "slug": "mlb-mark-montgomery",
      "sport": "baseball",
      "weight": 210,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "faba5d4a-b139-4e25-b26c-c7dca529a6af",
      "created_at": "2016-03-18T21:11:10-04:00",
      "updated_at": "2016-03-21T15:35:41-04:00",
      "active": true,
      "birth_date": "1987-07-21",
      "defensive": false,
      "first_name": "Diego",
      "handedness": "right",
      "bats": "bats_right",
      "height": 73,
      "unit_of_height": "inches",
      "last_name": "Moreno",
      "name": "Diego Moreno",
      "offensive": true,
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-diego-moreno",
      "sport": "baseball",
      "weight": 180,
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "b6a0477c-37dc-4454-b8eb-3a6de40ed170",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-21T15:35:41-04:00",
      "active": true,
      "birth_date": "1988-02-25",
      "defensive": false,
      "first_name": "Conor",
      "handedness": "right",
      "bats": "bats_right",
      "height": 75,
      "unit_of_height": "inches",
      "last_name": "Mullee",
      "name": "Conor Mullee",
      "offensive": true,
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Saint Peter's",
      "slug": "mlb-conor-mullee",
      "sport": "baseball",
      "weight": 185,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "699cc98b-ab49-4272-82dc-87100489d06b",
      "created_at": "2016-03-18T21:11:32-04:00",
      "updated_at": "2016-03-21T15:35:41-04:00",
      "active": true,
      "birth_date": "1992-12-08",
      "defensive": false,
      "first_name": "Santiago",
      "handedness": "right",
      "bats": "bats_right",
      "height": 74,
      "unit_of_height": "inches",
      "last_name": "Nessy",
      "name": "Santiago Nessy",
      "offensive": true,
      "position_abbreviation": "C",
      "position_name": "Catcher",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-santiago-nessy",
      "sport": "baseball",
      "weight": 230,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "35d2f5d0-7407-48c2-80ca-8e5d25e099d9",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "e79d43f0-8c81-4fac-9534-0ad55eae7bff",
      "created_at": "2016-03-18T21:10:41-04:00",
      "updated_at": "2016-03-21T15:35:41-04:00",
      "active": false,
      "birth_date": "1989-01-11",
      "defensive": false,
      "first_name": "Rico",
      "handedness": "right",
      "bats": "bats_switch",
      "height": 69,
      "unit_of_height": "inches",
      "last_name": "Noel",
      "name": "Rico Noel",
      "offensive": true,
      "position_abbreviation": "CF",
      "position_name": "Center Outfield",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Coastal Carolina",
      "slug": "mlb-rico-noel",
      "sport": "baseball",
      "weight": 175,
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e900e850-ab40-4048-aa57-631ea8390519",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "d0b357ae-779d-4f9b-9808-7e7d6917b78c",
      "created_at": "2016-03-18T21:11:10-04:00",
      "updated_at": "2016-03-21T15:35:41-04:00",
      "active": true,
      "birth_date": "1987-01-12",
      "defensive": false,
      "first_name": "Ivan",
      "handedness": "right",
      "bats": "bats_right",
      "height": 77,
      "unit_of_height": "inches",
      "last_name": "Nova",
      "name": "Ivan Nova",
      "offensive": true,
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "salary": 4100000,
      "humanized_salary": "4,100,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-ivan-nova",
      "sport": "baseball",
      "weight": 235,
      "unit_of_weight": "pounds",
      "years_of_experience": 5,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "cb33633a-d09a-46d8-bf41-3aad645b06ac",
      "created_at": "2016-03-18T21:10:52-04:00",
      "updated_at": "2016-03-21T15:35:41-04:00",
      "active": true,
      "birth_date": "1989-10-02",
      "defensive": false,
      "first_name": "Tyler",
      "handedness": "left",
      "bats": "bats_right",
      "height": 75,
      "unit_of_height": "inches",
      "last_name": "Olson",
      "name": "Tyler Olson",
      "offensive": true,
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Gonzaga",
      "slug": "mlb-tyler-olson",
      "sport": "baseball",
      "weight": 195,
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "b1d69876-0ab3-4878-ade7-ecd5ce58e290",
      "created_at": "2016-03-18T21:11:10-04:00",
      "updated_at": "2016-03-21T15:35:41-04:00",
      "active": true,
      "birth_date": "1992-06-12",
      "defensive": false,
      "first_name": "Michael",
      "handedness": "right",
      "bats": "bats_right",
      "height": 73,
      "unit_of_height": "inches",
      "last_name": "O'Neill",
      "name": "Michael O'Neill",
      "offensive": true,
      "position_abbreviation": "LF",
      "position_name": "Left Outfield",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Michigan",
      "slug": "mlb-michael-o-neill",
      "sport": "baseball",
      "weight": 195,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "2d8bfb25-df10-491b-b6b8-e08e173c65e5",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "8084ca9d-ca81-4ed4-b735-acb4cb88dc3b",
      "created_at": "2016-03-18T21:10:18-04:00",
      "updated_at": "2016-03-21T15:35:41-04:00",
      "active": true,
      "birth_date": "1988-02-24",
      "defensive": false,
      "first_name": "Chris",
      "handedness": "left",
      "bats": "bats_left",
      "height": 73,
      "unit_of_height": "inches",
      "last_name": "Parmelee",
      "name": "Chris Parmelee",
      "offensive": true,
      "position_abbreviation": "1B",
      "position_name": "First Base",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Chino Hills HS",
      "slug": "mlb-chris-parmelee",
      "sport": "baseball",
      "weight": 220,
      "unit_of_weight": "pounds",
      "years_of_experience": 4,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "c50ba893-982b-4733-be05-bfa5ea84f498",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "595fc903-738a-4a14-9e7d-acde1b3c3c21",
      "created_at": "2016-03-18T21:11:10-04:00",
      "updated_at": "2016-03-21T15:35:41-04:00",
      "active": true,
      "birth_date": "1991-12-07",
      "defensive": false,
      "first_name": "Mark",
      "handedness": "left",
      "bats": "bats_left",
      "height": 67,
      "unit_of_height": "inches",
      "last_name": "Payton",
      "name": "Mark Payton",
      "offensive": true,
      "position_abbreviation": "CF",
      "position_name": "Center Outfield",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Texas",
      "slug": "mlb-mark-payton",
      "sport": "baseball",
      "weight": 165,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e900e850-ab40-4048-aa57-631ea8390519",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "eed04415-f8a1-4f35-b11a-222ecf41fb12",
      "created_at": "2016-03-18T21:11:10-04:00",
      "updated_at": "2016-03-21T15:35:41-04:00",
      "active": true,
      "birth_date": "1991-05-05",
      "defensive": false,
      "first_name": "James",
      "handedness": "left",
      "bats": "bats_right",
      "height": 74,
      "unit_of_height": "inches",
      "last_name": "Pazos",
      "name": "James Pazos",
      "offensive": true,
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "San Diego",
      "slug": "mlb-james-pazos",
      "sport": "baseball",
      "weight": 235,
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "51406982-8537-4ecf-a9f2-fbddec05122f",
      "created_at": "2016-03-18T21:12:46-04:00",
      "updated_at": "2016-03-21T15:35:41-04:00",
      "active": true,
      "birth_date": "1985-02-20",
      "defensive": false,
      "first_name": "Vinnie",
      "handedness": "right",
      "bats": "bats_right",
      "height": 72,
      "unit_of_height": "inches",
      "last_name": "Pestano",
      "name": "Vinnie Pestano",
      "offensive": true,
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Cal State Fullerton",
      "slug": "mlb-vinnie-pestano",
      "sport": "baseball",
      "weight": 210,
      "unit_of_weight": "pounds",
      "years_of_experience": 4,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "b53afc03-5799-44d9-a1ef-643f72131b8b",
      "created_at": "2016-03-18T21:11:10-04:00",
      "updated_at": "2016-03-21T15:35:41-04:00",
      "active": true,
      "birth_date": "1989-01-26",
      "defensive": false,
      "first_name": "Branden",
      "handedness": "right",
      "bats": "bats_right",
      "height": 76,
      "unit_of_height": "inches",
      "last_name": "Pinder",
      "name": "Branden Pinder",
      "offensive": true,
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Long Beach State",
      "slug": "mlb-branden-pinder",
      "sport": "baseball",
      "weight": 215,
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "e361469b-d131-4248-995c-2f0a97501c32",
      "created_at": "2016-03-18T21:11:10-04:00",
      "updated_at": "2016-03-21T15:35:41-04:00",
      "active": true,
      "birth_date": "1989-01-18",
      "defensive": false,
      "first_name": "Michael",
      "handedness": "right",
      "bats": "bats_right",
      "height": 79,
      "unit_of_height": "inches",
      "last_name": "Pineda",
      "name": "Michael Pineda",
      "offensive": true,
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "salary": 4300000,
      "humanized_salary": "4,300,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-michael-pineda",
      "sport": "baseball",
      "weight": 260,
      "unit_of_weight": "pounds",
      "years_of_experience": 2,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "92ea7fef-df79-44fa-b417-a99697501b2d",
      "created_at": "2016-03-18T21:12:06-04:00",
      "updated_at": "2016-03-21T15:35:41-04:00",
      "active": true,
      "birth_date": "1991-04-01",
      "defensive": false,
      "first_name": "Cesar",
      "handedness": "right",
      "bats": "bats_right",
      "height": 74,
      "unit_of_height": "inches",
      "last_name": "Puello",
      "name": "Cesar Puello",
      "offensive": true,
      "position_abbreviation": "RF",
      "position_name": "Right Outfield",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Santa Rosa de Lima",
      "slug": "mlb-cesar-puello",
      "sport": "baseball",
      "weight": 220,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "77303dac-3e19-4c49-802c-eef8719d26cf",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "05327847-9a91-41b0-bfd8-a3575e28906c",
      "created_at": "2016-03-18T21:11:11-04:00",
      "updated_at": "2016-03-21T15:35:41-04:00",
      "active": true,
      "birth_date": "1991-03-26",
      "defensive": false,
      "first_name": "Robert",
      "handedness": "right",
      "bats": "bats_right",
      "height": 72,
      "unit_of_height": "inches",
      "last_name": "Refsnyder",
      "name": "Robert Refsnyder",
      "offensive": true,
      "position_abbreviation": "2B",
      "position_name": "Second Base",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Arizona",
      "slug": "mlb-robert-refsnyder",
      "sport": "baseball",
      "weight": 200,
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "f300e31e-61fb-48be-a215-6260d7fde49d",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "686b6cac-efed-4ee1-ae38-9b405ee7560a",
      "created_at": "2016-03-18T21:11:11-04:00",
      "updated_at": "2016-03-21T15:35:42-04:00",
      "active": true,
      "birth_date": "1985-12-01",
      "defensive": false,
      "first_name": "Eddy",
      "handedness": "right",
      "bats": "bats_right",
      "height": 72,
      "unit_of_height": "inches",
      "last_name": "Rodriguez",
      "name": "Eddy Rodriguez",
      "offensive": true,
      "position_abbreviation": "C",
      "position_name": "Catcher",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Miami (FL)",
      "slug": "mlb-eddy-rodriguez",
      "sport": "baseball",
      "weight": 220,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "35d2f5d0-7407-48c2-80ca-8e5d25e099d9",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "da4174e4-d790-4024-b061-f2f5729da809",
      "created_at": "2016-03-18T21:11:11-04:00",
      "updated_at": "2016-03-21T15:35:41-04:00",
      "active": true,
      "birth_date": "1975-07-27",
      "defensive": false,
      "first_name": "Alex",
      "handedness": "right",
      "bats": "bats_right",
      "height": 75,
      "unit_of_height": "inches",
      "last_name": "Rodriguez",
      "name": "Alex Rodriguez",
      "offensive": true,
      "position_abbreviation": "DH",
      "position_name": "Designated Hitter",
      "salary": 21000000,
      "humanized_salary": "21,000,000",
      "salary_currency": "USD",
      "school": "Westminster Christian School HS",
      "slug": "mlb-alex-rodriguez",
      "sport": "baseball",
      "weight": 230,
      "unit_of_weight": "pounds",
      "years_of_experience": 19,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "617e0cd1-b2fe-40d0-a3de-eed352b70b06",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "798e627f-a90f-4c35-9ac7-a79e17be4685",
      "created_at": "2016-03-18T21:11:02-04:00",
      "updated_at": "2016-03-21T15:35:42-04:00",
      "active": true,
      "birth_date": "1986-09-24",
      "defensive": false,
      "first_name": "Deibinson",
      "handedness": "right",
      "bats": "bats_right",
      "height": 73,
      "unit_of_height": "inches",
      "last_name": "Romero",
      "name": "Deibinson Romero",
      "offensive": true,
      "position_abbreviation": "3B",
      "position_name": "Third Base",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-deibinson-romero",
      "sport": "baseball",
      "weight": 220,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "097da5e8-2805-456d-91fe-9ab9ef43c489",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "4d54caeb-01d2-4d8e-9a92-25d3359f6fc0",
      "created_at": "2016-03-18T21:11:11-04:00",
      "updated_at": "2016-03-21T15:35:42-04:00",
      "active": true,
      "birth_date": "1988-11-22",
      "defensive": false,
      "first_name": "Austin",
      "handedness": "right",
      "bats": "bats_right",
      "height": 73,
      "unit_of_height": "inches",
      "last_name": "Romine",
      "name": "Austin Romine",
      "offensive": true,
      "position_abbreviation": "C",
      "position_name": "Catcher",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "El Toro HS",
      "slug": "mlb-austin-romine",
      "sport": "baseball",
      "weight": 220,
      "unit_of_weight": "pounds",
      "years_of_experience": 2,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "35d2f5d0-7407-48c2-80ca-8e5d25e099d9",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "8c4d402a-cf99-469d-a2bd-8a4d9855794f",
      "created_at": "2016-03-18T21:11:11-04:00",
      "updated_at": "2016-03-21T15:35:42-04:00",
      "active": true,
      "birth_date": "1991-11-29",
      "defensive": false,
      "first_name": "Jose",
      "handedness": "right",
      "bats": "bats_right",
      "height": 71,
      "unit_of_height": "inches",
      "last_name": "Rosario",
      "name": "Jose Rosario",
      "offensive": true,
      "position_abbreviation": "2B",
      "position_name": "Second Base",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-jose-rosario",
      "sport": "baseball",
      "weight": 160,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "f300e31e-61fb-48be-a215-6260d7fde49d",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "c200bd88-64b3-43cf-b7a2-1e98c8d5ebed",
      "created_at": "2016-03-18T21:11:11-04:00",
      "updated_at": "2016-03-21T15:35:42-04:00",
      "active": true,
      "birth_date": "1991-09-06",
      "defensive": false,
      "first_name": "Nick",
      "handedness": "right",
      "bats": "bats_right",
      "height": 72,
      "unit_of_height": "inches",
      "last_name": "Rumbelow",
      "name": "Nick Rumbelow",
      "offensive": true,
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "LSU",
      "slug": "mlb-nick-rumbelow",
      "sport": "baseball",
      "weight": 190,
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "e0bbc82e-b7bd-4772-bf8a-6407ce39275b",
      "created_at": "2016-03-18T21:11:11-04:00",
      "updated_at": "2016-03-21T15:35:42-04:00",
      "active": true,
      "birth_date": "1980-07-21",
      "defensive": false,
      "first_name": "CC",
      "handedness": "left",
      "bats": "bats_left",
      "height": 78,
      "unit_of_height": "inches",
      "last_name": "Sabathia",
      "name": "CC Sabathia",
      "offensive": true,
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "salary": 25000000,
      "humanized_salary": "25,000,000",
      "salary_currency": "USD",
      "school": "Vallejo HS",
      "slug": "mlb-cc-sabathia",
      "sport": "baseball",
      "weight": 300,
      "unit_of_weight": "pounds",
      "years_of_experience": 14,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "1de17888-d7c6-49fb-a606-91d25b356cc0",
      "created_at": "2016-03-18T21:11:11-04:00",
      "updated_at": "2016-03-21T15:35:42-04:00",
      "active": true,
      "birth_date": "1992-12-02",
      "defensive": false,
      "first_name": "Gary",
      "handedness": "right",
      "bats": "bats_right",
      "height": 74,
      "unit_of_height": "inches",
      "last_name": "Sanchez",
      "name": "Gary Sanchez",
      "offensive": true,
      "position_abbreviation": "C",
      "position_name": "Catcher",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-gary-sanchez",
      "sport": "baseball",
      "weight": 230,
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "35d2f5d0-7407-48c2-80ca-8e5d25e099d9",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "06474d30-25ad-4a19-8f31-cb52213923f3",
      "created_at": "2016-03-18T21:11:11-04:00",
      "updated_at": "2016-03-21T15:35:43-04:00",
      "active": true,
      "birth_date": "1994-02-20",
      "defensive": false,
      "first_name": "Luis",
      "handedness": "right",
      "bats": "bats_right",
      "height": 74,
      "unit_of_height": "inches",
      "last_name": "Severino",
      "name": "Luis Severino",
      "offensive": true,
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-luis-severino",
      "sport": "baseball",
      "weight": 215,
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "87f913a8-1673-4f37-b0f5-50240ce1426b",
      "created_at": "2016-03-18T21:11:11-04:00",
      "updated_at": "2016-03-21T15:35:43-04:00",
      "active": true,
      "birth_date": "1990-07-12",
      "defensive": false,
      "first_name": "Chasen",
      "handedness": "left",
      "bats": "bats_left",
      "height": 76,
      "unit_of_height": "inches",
      "last_name": "Shreve",
      "name": "Chasen Shreve",
      "offensive": true,
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "College of Southern Nevada",
      "slug": "mlb-chasen-shreve",
      "sport": "baseball",
      "weight": 195,
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "c38b22e1-b5fa-467f-8520-f292f19c26c5",
      "created_at": "2016-03-18T21:09:57-04:00",
      "updated_at": "2016-03-21T15:35:43-04:00",
      "active": true,
      "birth_date": "1991-01-08",
      "defensive": false,
      "first_name": "Juan",
      "handedness": "left",
      "bats": "bats_left",
      "height": 71,
      "unit_of_height": "inches",
      "last_name": "Silva",
      "name": "Juan Silva",
      "offensive": true,
      "position_abbreviation": "RF",
      "position_name": "Right Outfield",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-juan-silva",
      "sport": "baseball",
      "weight": 204,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "77303dac-3e19-4c49-802c-eef8719d26cf",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "7bd3e1a3-9b9e-4b01-8270-3fdac490299f",
      "created_at": "2016-03-18T21:11:38-04:00",
      "updated_at": "2016-03-21T15:35:43-04:00",
      "active": true,
      "birth_date": "1987-12-17",
      "defensive": false,
      "first_name": "Donovan",
      "handedness": "right",
      "bats": "bats_right",
      "height": 70,
      "unit_of_height": "inches",
      "last_name": "Solano",
      "name": "Donovan Solano",
      "offensive": true,
      "position_abbreviation": "3B",
      "position_name": "Third Base",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-donovan-solano",
      "sport": "baseball",
      "weight": 205,
      "unit_of_weight": "pounds",
      "years_of_experience": 3,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "097da5e8-2805-456d-91fe-9ab9ef43c489",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "1849e1e2-7402-4852-947b-be7e5aa0c5a5",
      "created_at": "2016-03-18T21:11:18-04:00",
      "updated_at": "2016-03-21T15:35:43-04:00",
      "active": true,
      "birth_date": "1985-09-10",
      "defensive": false,
      "first_name": "Anthony",
      "handedness": "right",
      "bats": "bats_right",
      "height": 76,
      "unit_of_height": "inches",
      "last_name": "Swarzak",
      "name": "Anthony Swarzak",
      "offensive": true,
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": "Nova HS",
      "slug": "mlb-anthony-swarzak",
      "sport": "baseball",
      "weight": 215,
      "unit_of_weight": "pounds",
      "years_of_experience": 5,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "f688a760-92da-42f5-a3f2-2f52c36239b6",
      "created_at": "2016-03-18T21:11:12-04:00",
      "updated_at": "2016-03-21T15:35:43-04:00",
      "active": true,
      "birth_date": "1988-11-01",
      "defensive": false,
      "first_name": "Masahiro",
      "handedness": "right",
      "bats": "bats_right",
      "height": 75,
      "unit_of_height": "inches",
      "last_name": "Tanaka",
      "name": "Masahiro Tanaka",
      "offensive": true,
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "salary": 22000000,
      "humanized_salary": "22,000,000",
      "salary_currency": "USD",
      "school": "Komazawa University Tomakomai High School,",
      "slug": "mlb-masahiro-tanaka",
      "sport": "baseball",
      "weight": 215,
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "5d0965a8-40a1-48df-a59b-9d27d38fa929",
      "created_at": "2016-03-18T21:11:12-04:00",
      "updated_at": "2016-03-21T15:35:44-04:00",
      "active": true,
      "birth_date": "1980-04-11",
      "defensive": false,
      "first_name": "Mark",
      "handedness": "right",
      "bats": "bats_switch",
      "height": 75,
      "unit_of_height": "inches",
      "last_name": "Teixeira",
      "name": "Mark Teixeira",
      "offensive": true,
      "position_abbreviation": "1B",
      "position_name": "First Base",
      "salary": 23125000,
      "humanized_salary": "23,125,000",
      "salary_currency": "USD",
      "school": "Georgia Tech",
      "slug": "mlb-mark-teixeira",
      "sport": "baseball",
      "weight": 225,
      "unit_of_weight": "pounds",
      "years_of_experience": 12,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "c50ba893-982b-4733-be05-bfa5ea84f498",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "9d1b6097-e686-44ae-80e8-41f9e8a28fc3",
      "created_at": "2016-03-18T21:12:21-04:00",
      "updated_at": "2016-03-21T15:35:44-04:00",
      "active": true,
      "birth_date": "1992-09-02",
      "defensive": false,
      "first_name": "Ronald",
      "handedness": "right",
      "bats": "bats_right",
      "height": 70,
      "unit_of_height": "inches",
      "last_name": "Torreyes",
      "name": "Ronald Torreyes",
      "offensive": true,
      "position_abbreviation": "SS",
      "position_name": "Shortstop",
      "salary": 0,
      "humanized_salary": "0",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-ronald-torreyes",
      "sport": "baseball",
      "weight": 150,
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "4b5f1bc6-07c1-442b-9228-cd9ff0f5b8d1",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    }
  ],
  "leagues": [
    {
      "id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-03-18T20:56:43-04:00",
      "abbreviation": "MLB",
      "color": null,
      "minutes_per_period": null,
      "name": "Major League Baseball",
      "periods": null,
      "slug": "mlb",
      "sport": "baseball"
    }
  ],
  "playing_positions": [
    {
      "id": "2d8bfb25-df10-491b-b6b8-e08e173c65e5",
      "created_at": "2016-03-18T21:09:29-04:00",
      "updated_at": "2016-03-18T21:09:29-04:00",
      "abbreviation": "LF",
      "description": null,
      "formation": "offensive",
      "name": "Left Outfield",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "e900e850-ab40-4048-aa57-631ea8390519",
      "created_at": "2016-03-18T21:09:29-04:00",
      "updated_at": "2016-03-18T21:09:29-04:00",
      "abbreviation": "CF",
      "description": null,
      "formation": "offensive",
      "name": "Center Outfield",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "097da5e8-2805-456d-91fe-9ab9ef43c489",
      "created_at": "2016-03-18T21:09:28-04:00",
      "updated_at": "2016-03-18T21:09:28-04:00",
      "abbreviation": "3B",
      "description": null,
      "formation": "offensive",
      "name": "Third Base",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "77303dac-3e19-4c49-802c-eef8719d26cf",
      "created_at": "2016-03-18T21:09:28-04:00",
      "updated_at": "2016-03-18T21:09:28-04:00",
      "abbreviation": "RF",
      "description": null,
      "formation": "offensive",
      "name": "Right Outfield",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "4b5f1bc6-07c1-442b-9228-cd9ff0f5b8d1",
      "created_at": "2016-03-18T21:09:26-04:00",
      "updated_at": "2016-03-18T21:09:26-04:00",
      "abbreviation": "SS",
      "description": null,
      "formation": "offensive",
      "name": "Shortstop",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "created_at": "2016-03-18T21:09:26-04:00",
      "updated_at": "2016-03-18T21:09:26-04:00",
      "abbreviation": "RP",
      "description": null,
      "formation": "offensive",
      "name": "Reliever",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "c50ba893-982b-4733-be05-bfa5ea84f498",
      "created_at": "2016-03-18T21:09:28-04:00",
      "updated_at": "2016-03-18T21:09:28-04:00",
      "abbreviation": "1B",
      "description": null,
      "formation": "offensive",
      "name": "First Base",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "f300e31e-61fb-48be-a215-6260d7fde49d",
      "created_at": "2016-03-18T21:09:31-04:00",
      "updated_at": "2016-03-18T21:09:31-04:00",
      "abbreviation": "2B",
      "description": null,
      "formation": "offensive",
      "name": "Second Base",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "created_at": "2016-03-18T21:09:27-04:00",
      "updated_at": "2016-03-18T21:09:27-04:00",
      "abbreviation": "SP",
      "description": null,
      "formation": "offensive",
      "name": "Starter",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "35d2f5d0-7407-48c2-80ca-8e5d25e099d9",
      "created_at": "2016-03-18T21:09:27-04:00",
      "updated_at": "2016-03-18T21:09:27-04:00",
      "abbreviation": "C",
      "description": null,
      "formation": "offensive",
      "name": "Catcher",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "617e0cd1-b2fe-40d0-a3de-eed352b70b06",
      "created_at": "2016-03-18T21:09:45-04:00",
      "updated_at": "2016-03-18T21:09:45-04:00",
      "abbreviation": "DH",
      "description": null,
      "formation": "offensive",
      "name": "Designated Hitter",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "teams": [
    {
      "id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T17:54:14-04:00",
      "color": "E4002B",
      "colors": [
        "E4002B",
        "003087"
      ],
      "hashtag": "Yankees",
      "hashtags": [
        "Yankees"
      ],
      "location": "New York",
      "name": "NY Yankees",
      "nickname": "Yankees",
      "latitude": 40.8260966,
      "longitude": -73.93031,
      "slug": "mlb-nyy",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "seasons": [
    {
      "id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-03-18T20:57:48-04:00",
      "name": "2016",
      "current_interval_type": "preseason",
      "starts_on": "2016-01-02",
      "ends_on": "2016-11-30",
      "slug": "mlb-2016",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "rosters": [
    {
      "id": "0d4d0e48-af2c-4dd9-a722-e94707e9b227",
      "created_at": "2016-03-18T21:13:37-04:00",
      "updated_at": "2016-03-20T19:19:05-04:00",
      "last_game_started_at": "2016-03-20T13:05:00-04:00",
      "player_id": "fba166e9-ec95-4ebb-8149-4dbcdf20247e",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "006d35ed-5c08-4ce9-a39f-60e4950ea75a",
      "created_at": "2016-03-18T21:13:37-04:00",
      "updated_at": "2016-03-19T07:23:04-04:00",
      "last_game_started_at": "2016-03-13T13:05:00-04:00",
      "player_id": "2c455bb4-14fe-45e2-a97c-9b77477784fb",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "af2c48ef-55c2-46e0-b278-ccf5cd7d1c89",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-19T17:45:48-04:00",
      "last_game_started_at": "2016-03-19T13:05:00-04:00",
      "player_id": "8cd09bb4-e8b5-4734-ac69-9d8f418d3a7a",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "df8b96b0-deb7-49a2-a01f-ec59bab2c658",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-19T11:02:32-04:00",
      "last_game_started_at": "2016-03-17T13:05:00-04:00",
      "player_id": "72e94dac-839b-49d8-b36b-76eb88e37952",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "36f50fd6-3ee0-48a6-939c-91825e2d8dda",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-19T07:11:38-04:00",
      "last_game_started_at": "2016-03-10T13:05:00-05:00",
      "player_id": "4d895a10-b6c4-44b7-b130-01a5d39b0ba8",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "6ba403dd-3393-4dd4-b65e-d1b8b3d17a89",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-20T19:19:10-04:00",
      "last_game_started_at": "2016-03-20T13:05:00-04:00",
      "player_id": "6028a442-106c-4e12-a32a-7359682d2ac8",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "4e1049e1-77ed-414c-bd5a-3bae93e41e75",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-20T19:19:04-04:00",
      "last_game_started_at": "2016-03-20T13:05:00-04:00",
      "player_id": "cd45b68b-b287-43b3-8e67-6d8d4117808c",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "876eec12-606b-43e5-8b98-3804592226d7",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-19T17:45:48-04:00",
      "last_game_started_at": "2016-03-19T13:05:00-04:00",
      "player_id": "e9f4888a-240f-4cba-b57b-98d22757ccef",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "5d63977a-7e8e-4209-aad4-af0ea0c2fb3c",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-19T07:22:58-04:00",
      "last_game_started_at": "2016-03-13T13:05:00-04:00",
      "player_id": "764dbf87-0aa7-4614-97c3-87c330bb4993",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "f4a9dbef-e07f-43ca-ae21-61cc0e32e0fa",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-18T21:13:38-04:00",
      "last_game_started_at": null,
      "player_id": "14c866f1-5994-4ddd-a055-b66d99598d38",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "7f748504-6c68-4bae-aec4-982564139a21",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-19T11:03:57-04:00",
      "last_game_started_at": "2016-03-16T18:35:00-04:00",
      "player_id": "0e8beb56-7b8a-4368-bec0-97034edda538",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "aec56270-3756-481e-b64b-b39d1252929a",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-19T07:15:49-04:00",
      "last_game_started_at": "2016-03-11T13:05:00-05:00",
      "player_id": "735bfa4b-1739-4cb9-8689-d9015b5e6ab1",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "20e49eac-ff04-4fa5-b74b-f687634f6629",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-19T17:45:46-04:00",
      "last_game_started_at": "2016-03-19T13:05:00-04:00",
      "player_id": "de57eaa7-77ce-4c0b-b689-fc0a47600565",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "9aed8827-600a-4591-a8fd-1d7adff4d5a7",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-19T07:03:40-04:00",
      "last_game_started_at": "2016-03-08T13:05:00-05:00",
      "player_id": "f38afebb-b937-4e00-a8cc-6a02aee72b9e",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "2586717e-6348-410f-bfb3-2b2055534189",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-19T17:45:45-04:00",
      "last_game_started_at": "2016-03-19T13:05:00-04:00",
      "player_id": "9d0fe3c1-feac-47cf-b666-41b0be7f222c",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "de1cab40-ea37-4541-8062-7383f3bd7fe1",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-19T07:11:42-04:00",
      "last_game_started_at": "2016-03-10T13:05:00-05:00",
      "player_id": "a0bec8fa-db2c-4396-9d86-e2da5514157f",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "f60213b3-92dc-4a0b-8648-ed35f1978adf",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-19T07:19:29-04:00",
      "last_game_started_at": "2016-03-12T13:05:00-05:00",
      "player_id": "e09bd762-4039-481b-a6bf-5c0ef9f22472",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "19485c59-b4ba-4759-875f-0221bdc6da2f",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-19T17:45:45-04:00",
      "last_game_started_at": "2016-03-19T13:05:00-04:00",
      "player_id": "65b7d096-5fde-4d9b-bd08-ae89d2b551b5",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "1814aa3e-5e48-4974-98da-9df1462e3efe",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-19T11:03:20-04:00",
      "last_game_started_at": "2016-03-15T18:05:00-04:00",
      "player_id": "39d8f8c5-b31e-4fef-bfe1-a9939cd30526",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "582a2142-0dc7-4dfb-8ebb-d607fb6be697",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-20T19:19:06-04:00",
      "last_game_started_at": "2016-03-20T13:05:00-04:00",
      "player_id": "f814fdef-d987-47d3-a668-45252ceef51b",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "11f5a785-77d8-4cc6-9063-9d103cf719fc",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-19T07:03:44-04:00",
      "last_game_started_at": "2016-03-08T13:05:00-05:00",
      "player_id": "d98c5d94-f1b7-48f9-bfea-0dec63806e9a",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "17d4931c-a6a4-431e-98ee-19e415f8b574",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-19T17:45:47-04:00",
      "last_game_started_at": "2016-03-19T13:05:00-04:00",
      "player_id": "5c0ea4a0-faef-4635-a146-dcb6ee2a1b4b",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "3a96d155-2a87-46da-8db5-771dd45f0293",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-19T17:45:46-04:00",
      "last_game_started_at": "2016-03-19T13:05:00-04:00",
      "player_id": "3cd71ffb-7b6c-437a-b88d-00d3c72594c6",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "e6dee62a-da72-40ef-adfa-f2b71b94f3fa",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-19T11:03:57-04:00",
      "last_game_started_at": "2016-03-16T18:35:00-04:00",
      "player_id": "b0f879d0-0b69-44fb-ae53-15431b511121",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "e78e8899-3ef1-45e2-a7c8-703a4775373d",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-18T21:13:38-04:00",
      "last_game_started_at": null,
      "player_id": "9d43cca7-5335-4e32-bc40-64c6fbe5a045",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "8fb4a6f5-c251-4362-9901-69c5b7c8f079",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-20T19:19:08-04:00",
      "last_game_started_at": "2016-03-20T13:05:00-04:00",
      "player_id": "42ec06bc-6b38-433f-9d3d-92ec11923c3c",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "3f8f61dc-91f9-4ee5-9530-d7edcd8ac87f",
      "created_at": "2016-03-18T21:13:38-04:00",
      "updated_at": "2016-03-20T19:19:11-04:00",
      "last_game_started_at": "2016-03-20T13:05:00-04:00",
      "player_id": "99cc6339-5582-4b81-9d81-6adfe26874a9",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "e0b7edb9-6b9a-425b-983a-3562b7e5ddb4",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-20T19:19:08-04:00",
      "last_game_started_at": "2016-03-20T13:05:00-04:00",
      "player_id": "3904c387-70e6-4642-98fd-531befaa5978",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "8466b8bd-935b-4668-9923-20f26674513f",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-18T21:13:39-04:00",
      "last_game_started_at": null,
      "player_id": "91c7a538-04ba-462e-a312-e93ba56741a4",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "14caa03c-c211-4913-817d-ebcc55c70242",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-19T07:11:40-04:00",
      "last_game_started_at": "2016-03-10T13:05:00-05:00",
      "player_id": "3301381c-783c-4c46-be09-fdb8c95ed758",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "8c065606-aba0-4146-a8da-ed28a78a303d",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-19T17:45:45-04:00",
      "last_game_started_at": "2016-03-19T13:05:00-04:00",
      "player_id": "97398e72-9a3f-42e2-9f6c-3d13a6874ae9",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "5e9bdddc-7725-4ea5-8311-1b062475412f",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-19T07:11:37-04:00",
      "last_game_started_at": "2016-03-10T13:05:00-05:00",
      "player_id": "2223153c-19ab-45d7-8762-8550daca1e15",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "d7455b62-10c2-4f0e-9a8b-0c53778300cd",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-19T17:45:47-04:00",
      "last_game_started_at": "2016-03-19T13:05:00-04:00",
      "player_id": "e48a42b5-a4dd-4f4a-9217-c23022e35029",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "b4ff5019-081d-42a9-a15d-4b0032147ce3",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-18T21:13:39-04:00",
      "last_game_started_at": null,
      "player_id": "4065e5ca-4f7c-49aa-8c5a-44791c222421",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "da722c14-b5fa-4eba-a482-6f13e7c3fced",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-19T07:11:36-04:00",
      "last_game_started_at": "2016-03-10T13:05:00-05:00",
      "player_id": "4a235d11-5f7c-4a0a-a833-071f5a0efc17",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "862ee731-e24a-439a-ba5d-5f497e892443",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-20T19:19:05-04:00",
      "last_game_started_at": "2016-03-20T13:05:00-04:00",
      "player_id": "32d13eb8-13e2-4cc2-8395-557c0d3efddd",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "7ddf76d6-fe22-42b3-9ff3-608388959c3a",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-19T11:04:00-04:00",
      "last_game_started_at": "2016-03-16T18:35:00-04:00",
      "player_id": "d309d7b6-5adc-407a-9d64-f72d2a4ad1fd",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "2cf0e634-b2a4-46c3-9b06-33ce9553f103",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-20T19:19:08-04:00",
      "last_game_started_at": "2016-03-20T13:05:00-04:00",
      "player_id": "219d0f85-cf96-4995-a887-1567aee66b39",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "ba3f1098-0935-45f5-8d02-bb56086f730e",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-19T07:11:40-04:00",
      "last_game_started_at": "2016-03-10T13:05:00-05:00",
      "player_id": "7f4018a6-e78a-4e86-a95c-973f073b821c",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "f929e06b-69a5-41c0-8dce-3d80dccd1efe",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-19T07:23:03-04:00",
      "last_game_started_at": "2016-03-13T13:05:00-04:00",
      "player_id": "4a64022a-6bd0-48a1-b37e-166c78ad077e",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "cbd3596e-79ca-4b6e-9ad2-aa976423f9f6",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-19T07:08:00-04:00",
      "last_game_started_at": "2016-03-09T13:10:00-05:00",
      "player_id": "40db00a8-8cc9-4864-bf0a-51649ce9debc",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "17a88b01-0830-487c-a4eb-de1ba127c285",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-20T19:19:07-04:00",
      "last_game_started_at": "2016-03-20T13:05:00-04:00",
      "player_id": "dedf5cae-52ad-4e7f-b458-d5235923ff6e",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "c2d67a4e-6a78-49ac-8347-b880f9ac490b",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-19T07:11:37-04:00",
      "last_game_started_at": "2016-03-10T13:05:00-05:00",
      "player_id": "d8ae0398-55b6-4e2a-8b33-acd68bfb005e",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "b9774dbf-e0da-4fb8-8737-1ac78555c76f",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-19T07:07:58-04:00",
      "last_game_started_at": "2016-03-09T13:10:00-05:00",
      "player_id": "59faf13a-5c6c-47cf-b04b-19bdb2907644",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "c806f1f3-035d-4988-a91b-bcd3dee2c1f7",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-19T07:23:03-04:00",
      "last_game_started_at": "2016-03-13T13:05:00-04:00",
      "player_id": "c5cfbef2-9af7-4871-a644-3285eff6e73b",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "292a5121-f321-4484-b404-510bad4b01db",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-20T19:19:08-04:00",
      "last_game_started_at": "2016-03-20T13:05:00-04:00",
      "player_id": "9e71984b-6cf2-4f7d-a3b2-563908087aa3",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "ce311c03-d11b-42ea-a7d3-fbe009708e09",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-19T07:22:58-04:00",
      "last_game_started_at": "2016-03-13T13:05:00-04:00",
      "player_id": "bbfba9cf-54fc-4934-9d3d-eed007e60490",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "c92585c1-916d-494d-bdf3-082b86de625c",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-20T19:19:04-04:00",
      "last_game_started_at": "2016-03-20T13:05:00-04:00",
      "player_id": "7d821f25-1fed-44be-a180-741da35a39e6",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "e760d54c-f301-4546-bf53-55524c58b6fc",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-19T07:07:58-04:00",
      "last_game_started_at": "2016-03-09T13:10:00-05:00",
      "player_id": "9723c02d-3780-439f-8884-b5ada96b3953",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "6582b893-b655-4d85-b268-d6e7d998d437",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-19T17:45:44-04:00",
      "last_game_started_at": "2016-03-19T13:05:00-04:00",
      "player_id": "faba5d4a-b139-4e25-b26c-c7dca529a6af",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "15a66c62-9b45-4b41-a7ad-9064079488b9",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-18T21:13:39-04:00",
      "last_game_started_at": null,
      "player_id": "b6a0477c-37dc-4454-b8eb-3a6de40ed170",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "0006ab7e-b38f-457a-b678-d01170a1c4a0",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-19T07:11:46-04:00",
      "last_game_started_at": "2016-03-10T13:05:00-05:00",
      "player_id": "699cc98b-ab49-4272-82dc-87100489d06b",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "92d21d19-75d1-4a44-8e9b-f1ae7b5b0a4c",
      "created_at": "2016-03-18T21:13:39-04:00",
      "updated_at": "2016-03-18T21:13:39-04:00",
      "last_game_started_at": null,
      "player_id": "e79d43f0-8c81-4fac-9534-0ad55eae7bff",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "38653d18-f748-4520-a11f-f1ec96effbbd",
      "created_at": "2016-03-18T21:13:40-04:00",
      "updated_at": "2016-03-20T15:45:56-04:00",
      "last_game_started_at": "2016-03-20T13:05:00-04:00",
      "player_id": "d0b357ae-779d-4f9b-9808-7e7d6917b78c",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "258c30d9-c2f2-4d38-b17d-0c82b42507af",
      "created_at": "2016-03-18T21:13:40-04:00",
      "updated_at": "2016-03-19T11:02:29-04:00",
      "last_game_started_at": "2016-03-17T13:05:00-04:00",
      "player_id": "cb33633a-d09a-46d8-bf41-3aad645b06ac",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "f77b8de5-ed24-4405-b935-2458d5273234",
      "created_at": "2016-03-18T21:13:40-04:00",
      "updated_at": "2016-03-18T21:13:40-04:00",
      "last_game_started_at": null,
      "player_id": "b1d69876-0ab3-4878-ade7-ecd5ce58e290",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "af11165d-2886-4a47-9d60-58fac77b0464",
      "created_at": "2016-03-18T21:13:40-04:00",
      "updated_at": "2016-03-20T19:19:07-04:00",
      "last_game_started_at": "2016-03-20T13:05:00-04:00",
      "player_id": "8084ca9d-ca81-4ed4-b735-acb4cb88dc3b",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "aa9b969f-bdd8-44d3-b9bc-a692a8ecfeb2",
      "created_at": "2016-03-18T21:13:40-04:00",
      "updated_at": "2016-03-19T17:45:46-04:00",
      "last_game_started_at": "2016-03-19T13:05:00-04:00",
      "player_id": "595fc903-738a-4a14-9e7d-acde1b3c3c21",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "9cebaa07-4004-48cb-b5ad-54f7ac579882",
      "created_at": "2016-03-18T21:13:40-04:00",
      "updated_at": "2016-03-19T11:03:57-04:00",
      "last_game_started_at": "2016-03-16T18:35:00-04:00",
      "player_id": "eed04415-f8a1-4f35-b11a-222ecf41fb12",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "f99f189e-dab4-4d8a-a025-08b237bcd212",
      "created_at": "2016-03-18T21:13:40-04:00",
      "updated_at": "2016-03-19T11:03:59-04:00",
      "last_game_started_at": "2016-03-16T18:35:00-04:00",
      "player_id": "51406982-8537-4ecf-a9f2-fbddec05122f",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "738d4619-e1fc-4ef7-9848-55a2e25adcff",
      "created_at": "2016-03-18T21:13:40-04:00",
      "updated_at": "2016-03-19T11:03:58-04:00",
      "last_game_started_at": "2016-03-16T18:35:00-04:00",
      "player_id": "b53afc03-5799-44d9-a1ef-643f72131b8b",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "90b67ee4-09bc-40ac-91d0-9079eea10032",
      "created_at": "2016-03-18T21:13:40-04:00",
      "updated_at": "2016-03-19T17:00:44-04:00",
      "last_game_started_at": "2016-03-19T13:05:00-04:00",
      "player_id": "e361469b-d131-4248-995c-2f0a97501c32",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "c6c991e2-e56f-4078-85a1-acedf061af40",
      "created_at": "2016-03-18T21:13:40-04:00",
      "updated_at": "2016-03-20T19:19:09-04:00",
      "last_game_started_at": "2016-03-20T13:05:00-04:00",
      "player_id": "92ea7fef-df79-44fa-b417-a99697501b2d",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "4019c814-eba5-4b0f-a2de-ae9e044c4e69",
      "created_at": "2016-03-18T21:13:40-04:00",
      "updated_at": "2016-03-19T17:45:46-04:00",
      "last_game_started_at": "2016-03-19T13:05:00-04:00",
      "player_id": "05327847-9a91-41b0-bfd8-a3575e28906c",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "936b5e4b-f723-4301-8b74-dcb3206c65d3",
      "created_at": "2016-03-18T21:13:40-04:00",
      "updated_at": "2016-03-20T19:19:07-04:00",
      "last_game_started_at": "2016-03-20T13:05:00-04:00",
      "player_id": "686b6cac-efed-4ee1-ae38-9b405ee7560a",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "25029324-e9a5-47ee-82f9-38357012b497",
      "created_at": "2016-03-18T21:13:40-04:00",
      "updated_at": "2016-03-19T17:45:48-04:00",
      "last_game_started_at": "2016-03-19T13:05:00-04:00",
      "player_id": "da4174e4-d790-4024-b061-f2f5729da809",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "8ee6575b-4c83-4d16-88d3-ecbc7f581e55",
      "created_at": "2016-03-18T21:13:40-04:00",
      "updated_at": "2016-03-20T19:19:06-04:00",
      "last_game_started_at": "2016-03-20T13:05:00-04:00",
      "player_id": "798e627f-a90f-4c35-9ac7-a79e17be4685",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "362ba994-57f3-40f0-bce4-eb31f82f6898",
      "created_at": "2016-03-18T21:13:40-04:00",
      "updated_at": "2016-03-19T17:45:45-04:00",
      "last_game_started_at": "2016-03-19T13:05:00-04:00",
      "player_id": "4d54caeb-01d2-4d8e-9a92-25d3359f6fc0",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "3cc81235-2d63-4dbb-898c-20c94e89f3d4",
      "created_at": "2016-03-18T21:13:40-04:00",
      "updated_at": "2016-03-19T07:11:49-04:00",
      "last_game_started_at": "2016-03-10T13:05:00-05:00",
      "player_id": "8c4d402a-cf99-469d-a2bd-8a4d9855794f",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "69680c94-29f8-42bc-bda1-e6d06de0d335",
      "created_at": "2016-03-18T21:13:40-04:00",
      "updated_at": "2016-03-19T11:03:14-04:00",
      "last_game_started_at": "2016-03-15T18:05:00-04:00",
      "player_id": "c200bd88-64b3-43cf-b7a2-1e98c8d5ebed",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "4f5cde45-23c9-445c-8465-612527508c85",
      "created_at": "2016-03-18T21:13:40-04:00",
      "updated_at": "2016-03-19T07:22:57-04:00",
      "last_game_started_at": "2016-03-13T13:05:00-04:00",
      "player_id": "e0bbc82e-b7bd-4772-bf8a-6407ce39275b",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "8682cc3e-dfcc-4799-9f76-24fc63bbd4dd",
      "created_at": "2016-03-18T21:13:40-04:00",
      "updated_at": "2016-03-20T19:19:05-04:00",
      "last_game_started_at": "2016-03-20T13:05:00-04:00",
      "player_id": "1de17888-d7c6-49fb-a606-91d25b356cc0",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "56200d9b-015c-4b4a-8fc8-646906a51741",
      "created_at": "2016-03-18T21:13:40-04:00",
      "updated_at": "2016-03-19T11:02:30-04:00",
      "last_game_started_at": "2016-03-17T13:05:00-04:00",
      "player_id": "06474d30-25ad-4a19-8f31-cb52213923f3",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "8f9dc0de-30ec-46a1-92b1-cfe58a9e7f16",
      "created_at": "2016-03-18T21:13:40-04:00",
      "updated_at": "2016-03-19T17:45:44-04:00",
      "last_game_started_at": "2016-03-19T13:05:00-04:00",
      "player_id": "87f913a8-1673-4f37-b0f5-50240ce1426b",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "72356441-5402-4c00-8bf0-01545ca6f537",
      "created_at": "2016-03-18T21:13:40-04:00",
      "updated_at": "2016-03-20T19:19:11-04:00",
      "last_game_started_at": "2016-03-20T13:05:00-04:00",
      "player_id": "c38b22e1-b5fa-467f-8520-f292f19c26c5",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "5531df9c-c484-4fbd-b4c7-ff46d35d849c",
      "created_at": "2016-03-18T21:13:40-04:00",
      "updated_at": "2016-03-19T06:45:46-04:00",
      "last_game_started_at": "2016-03-02T13:05:00-05:00",
      "player_id": "7bd3e1a3-9b9e-4b01-8270-3fdac490299f",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "4d1a8f66-731e-406a-aaf2-1105e220fadd",
      "created_at": "2016-03-18T21:13:40-04:00",
      "updated_at": "2016-03-20T19:19:04-04:00",
      "last_game_started_at": "2016-03-20T13:05:00-04:00",
      "player_id": "1849e1e2-7402-4852-947b-be7e5aa0c5a5",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "9c73aa79-4900-418a-b686-14d45ddff190",
      "created_at": "2016-03-18T21:13:40-04:00",
      "updated_at": "2016-03-19T11:02:30-04:00",
      "last_game_started_at": "2016-03-17T13:05:00-04:00",
      "player_id": "f688a760-92da-42f5-a3f2-2f52c36239b6",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "3cefaa7a-dada-4416-86fc-a5c33ef774b9",
      "created_at": "2016-03-18T21:13:40-04:00",
      "updated_at": "2016-03-19T17:45:47-04:00",
      "last_game_started_at": "2016-03-19T13:05:00-04:00",
      "player_id": "5d0965a8-40a1-48df-a59b-9d27d38fa929",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    },
    {
      "id": "9614b954-256d-48c8-a9e0-26039869824b",
      "created_at": "2016-03-18T21:13:40-04:00",
      "updated_at": "2016-03-20T19:19:10-04:00",
      "last_game_started_at": "2016-03-20T13:05:00-04:00",
      "player_id": "9d1b6097-e686-44ae-80e8-41f9e8a28fc3",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0"
    }
  ]
}

This endpoint retrieves MLB Rosters.

HTTP Request

GET https://api.stattleship.com/baseball/mlb/rosters

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
team_id Team slug such as mlb-nyy for the Yankees
season_id Current season Season slug such as mlb-2016

Basketball Rosters

curl -X "GET" "https://api.stattleship.com/basketball/nba/rosters" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "players": [
    {
      "id": "9efc0839-56d2-4e99-9b1f-e4d2d3b8819d",
      "created_at": "2015-12-18T00:45:43-05:00",
      "updated_at": "2015-12-19T03:10:40-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Avery",
      "handedness": "unknown",
      "height": 74,
      "unit_of_height": "inches",
      "last_name": "Bradley",
      "name": "Avery Bradley",
      "offensive": true,
      "position_abbreviation": "PG",
      "position_name": "Point Guard",
      "salary": 7730337,
      "humanized_salary": "7,730,337",
      "salary_currency": "USD",
      "school": null,
      "slug": "nba-avery-bradley",
      "sport": "basketball",
      "weight": 180,
      "unit_of_weight": "pounds",
      "years_of_experience": 4,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "fff1b6b8-9e02-4071-8dc6-9356ddd1b292",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "d6ab9505-acc4-4318-8fc8-a64852de384a",
      "created_at": "2015-12-18T01:08:44-05:00",
      "updated_at": "2015-12-18T22:13:03-05:00",
      "active": false,
      "defensive": false,
      "first_name": "Coty",
      "handedness": "unknown",
      "height": 79,
      "unit_of_height": "inches",
      "last_name": "Clarke",
      "name": "Coty Clarke",
      "offensive": true,
      "position_abbreviation": "SF",
      "position_name": "Small Forward",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nba-coty-clarke",
      "sport": "basketball",
      "weight": 232,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "8f22d8a0-6966-46ba-aeb6-89d47a64d2e0",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "450556de-bfdc-4074-a530-b282dd9f9fd8",
      "created_at": "2015-12-18T00:45:43-05:00",
      "updated_at": "2015-12-19T03:10:40-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Jae",
      "handedness": "unknown",
      "height": 78,
      "unit_of_height": "inches",
      "last_name": "Crowder",
      "name": "Jae Crowder",
      "offensive": true,
      "position_abbreviation": "SF",
      "position_name": "Small Forward",
      "salary": 6796117,
      "humanized_salary": "6,796,117",
      "salary_currency": "USD",
      "school": null,
      "slug": "nba-jae-crowder",
      "sport": "basketball",
      "weight": 235,
      "unit_of_weight": "pounds",
      "years_of_experience": 2,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "8f22d8a0-6966-46ba-aeb6-89d47a64d2e0",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "d0c4c02f-fa82-405b-aeb7-50b3e7c90220",
      "created_at": "2015-12-18T00:46:51-05:00",
      "updated_at": "2015-12-19T03:10:40-05:00",
      "active": true,
      "defensive": false,
      "first_name": "R.J.",
      "handedness": "unknown",
      "height": 78,
      "unit_of_height": "inches",
      "last_name": "Hunter",
      "name": "R.J. Hunter",
      "offensive": true,
      "position_abbreviation": "SG",
      "position_name": "Shooting Guard",
      "salary": 1148640,
      "humanized_salary": "1,148,640",
      "salary_currency": "USD",
      "school": null,
      "slug": "nba-r-j-hunter",
      "sport": "basketball",
      "weight": 190,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "592c8adc-80f7-466d-9850-68de059b3f86",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "aeb994e3-beab-49a6-b0c3-a5eacd1b4fab",
      "created_at": "2015-12-18T00:45:43-05:00",
      "updated_at": "2015-12-19T03:10:40-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Jonas",
      "handedness": "unknown",
      "height": 82,
      "unit_of_height": "inches",
      "last_name": "Jerebko",
      "name": "Jonas Jerebko",
      "offensive": true,
      "position_abbreviation": "PF",
      "position_name": "Power Forward",
      "salary": 5000000,
      "humanized_salary": "5,000,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "nba-jonas-jerebko",
      "sport": "basketball",
      "weight": 231,
      "unit_of_weight": "pounds",
      "years_of_experience": 4,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "e0d78595-7340-489d-8127-269fa4a0002a",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    },
    {
      "id": "c93b4178-6420-41da-a813-e2b9d7375082",
      "created_at": "2015-12-18T00:45:42-05:00",
      "updated_at": "2015-12-19T03:10:40-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Amir",
      "handedness": "unknown",
      "height": 81,
      "unit_of_height": "inches",
      "last_name": "Johnson",
      "name": "Amir Johnson",
      "offensive": true,
      "position_abbreviation": "PF",
      "position_name": "Power Forward",
      "salary": 12000000,
      "humanized_salary": "12,000,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "nba-amir-johnson",
      "sport": "basketball",
      "weight": 240,
      "unit_of_weight": "pounds",
      "years_of_experience": 9,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "e0d78595-7340-489d-8127-269fa4a0002a",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16"
    }
  ],
  "leagues": [
    {
      "id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NBA",
      "color": null,
      "minutes_per_period": null,
      "name": "National Basketball Association",
      "periods": null,
      "slug": "nba",
      "sport": "basketball"
    }
  ],
  "playing_positions": [
    {
      "id": "fff1b6b8-9e02-4071-8dc6-9356ddd1b292",
      "created_at": "2015-12-09T05:30:50-05:00",
      "updated_at": "2015-12-09T05:30:50-05:00",
      "abbreviation": "PG",
      "description": null,
      "formation": "offensive",
      "name": "Point Guard",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "8f22d8a0-6966-46ba-aeb6-89d47a64d2e0",
      "created_at": "2015-12-09T05:30:50-05:00",
      "updated_at": "2015-12-09T05:30:50-05:00",
      "abbreviation": "SF",
      "description": null,
      "formation": "offensive",
      "name": "Small Forward",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "592c8adc-80f7-466d-9850-68de059b3f86",
      "created_at": "2015-12-09T05:30:50-05:00",
      "updated_at": "2015-12-09T05:30:50-05:00",
      "abbreviation": "SG",
      "description": null,
      "formation": "offensive",
      "name": "Shooting Guard",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "e0d78595-7340-489d-8127-269fa4a0002a",
      "created_at": "2015-12-09T05:30:50-05:00",
      "updated_at": "2015-12-09T05:30:50-05:00",
      "abbreviation": "PF",
      "description": null,
      "formation": "offensive",
      "name": "Power Forward",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "teams": [
    {
      "id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Boston",
      "name": "Boston",
      "nickname": "Celtics",
      "slug": "nba-bos",
      "division_id": "8256a4da-413c-4f03-8438-56963be591c4",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "seasons": [
    {
      "id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "2015-2016",
      "starts_on": "2015-10-01",
      "ends_on": "2016-06-30",
      "slug": "nba-2015-2016",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "rosters": [
    {
      "id": "832b9340-78ca-44e2-a3e9-326c9c51b772",
      "created_at": "2015-12-18T00:45:43-05:00",
      "updated_at": "2015-12-18T22:23:23-05:00",
      "last_game_started_at": "2015-12-18T19:30:00-05:00",
      "player_id": "9efc0839-56d2-4e99-9b1f-e4d2d3b8819d",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648"
    },
    {
      "id": "59fb2fa4-4f19-47c8-87e2-43d35c9cf3cf",
      "created_at": "2015-12-18T01:08:44-05:00",
      "updated_at": "2015-12-18T20:16:07-05:00",
      "last_game_started_at": "2015-10-19T19:30:00-04:00",
      "player_id": "d6ab9505-acc4-4318-8fc8-a64852de384a",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648"
    },
    {
      "id": "13b880b0-5128-4e1d-a249-03e1541722fa",
      "created_at": "2015-12-18T00:45:43-05:00",
      "updated_at": "2015-12-18T22:23:25-05:00",
      "last_game_started_at": "2015-12-18T19:30:00-05:00",
      "player_id": "450556de-bfdc-4074-a530-b282dd9f9fd8",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648"
    },
    {
      "id": "4167f024-463a-4849-b80c-89359998c627",
      "created_at": "2015-12-18T00:46:51-05:00",
      "updated_at": "2015-12-18T22:23:26-05:00",
      "last_game_started_at": "2015-12-18T19:30:00-05:00",
      "player_id": "d0c4c02f-fa82-405b-aeb7-50b3e7c90220",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648"
    },
    {
      "id": "808d96d5-bf98-4083-8954-7f8406d942e3",
      "created_at": "2015-12-18T00:45:43-05:00",
      "updated_at": "2015-12-18T22:23:24-05:00",
      "last_game_started_at": "2015-12-18T19:30:00-05:00",
      "player_id": "aeb994e3-beab-49a6-b0c3-a5eacd1b4fab",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648"
    },
    {
      "id": "6db43269-ffbd-4012-abd9-9dea6931c5a3",
      "created_at": "2015-12-18T00:45:42-05:00",
      "updated_at": "2015-12-18T22:23:26-05:00",
      "last_game_started_at": "2015-12-18T19:30:00-05:00",
      "player_id": "c93b4178-6420-41da-a813-e2b9d7375082",
      "team_id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648"
    }
  ]
}

This endpoint retrieves NBA Rosters.

HTTP Request

GET https://api.stattleship.com/basketball/nba/rosters

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
team_id Team slug such as nba-ny for the Knicks
season_id Current season Season slug such as nba-2015-2016

Football Rosters

curl -X "GET" "https://api.stattleship.com/football/nfl/rosters" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "players": [
    {
      "id": "52b701c4-6926-489e-b511-2e2d494be61f",
      "created_at": "2015-12-17T23:57:46-05:00",
      "updated_at": "2015-12-18T19:59:27-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Ryan",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Allen",
      "name": "Ryan Allen",
      "offensive": true,
      "position_abbreviation": "P",
      "position_name": "Punter",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-ryan-allen",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "3ce3177c-b88f-4851-9754-27dff90bcfc7",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "948138f0-bab0-4241-9ce1-46483c120afc",
      "created_at": "2015-12-17T23:57:46-05:00",
      "updated_at": "2015-12-19T07:54:26-05:00",
      "active": false,
      "defensive": false,
      "first_name": "Danny",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Amendola",
      "name": "Danny Amendola",
      "offensive": true,
      "position_abbreviation": "WR",
      "position_name": "Wide Receiver",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-danny-amendola",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "47be0cc5-0355-43d7-b16f-6efd436bb81d",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "4ce175e7-35a5-464d-9d55-a979f00f627a",
      "created_at": "2015-12-17T23:57:51-05:00",
      "updated_at": "2015-12-18T19:59:44-05:00",
      "active": true,
      "defensive": false,
      "first_name": "David",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Andrews",
      "name": "David Andrews",
      "offensive": true,
      "position_abbreviation": "C",
      "position_name": "Center",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-david-andrews",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "4865b69e-0361-45c6-b568-a6421f0e43df",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "56234b96-7c4e-4c5e-ae09-72dfe598753e",
      "created_at": "2015-12-18T00:36:49-05:00",
      "updated_at": "2015-12-19T03:21:40-05:00",
      "active": false,
      "defensive": false,
      "first_name": "Mark",
      "handedness": "unknown",
      "height": 79,
      "unit_of_height": "inches",
      "last_name": "Asper",
      "name": "Mark Asper",
      "offensive": true,
      "position_abbreviation": "T",
      "position_name": "Tackle",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": "Oregon",
      "slug": "nfl-mark-asper",
      "sport": "football",
      "weight": 325,
      "unit_of_weight": "pounds",
      "years_of_experience": 3,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "7a5d125f-5baf-4072-bfb9-93a624a61b98",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "0ac6cb7c-4eb0-41da-bb5b-85acd88eee03",
      "created_at": "2015-12-18T00:24:39-05:00",
      "updated_at": "2015-12-18T19:21:24-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Chris",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Barker",
      "name": "Chris Barker",
      "offensive": true,
      "position_abbreviation": "OG",
      "position_name": "Offensive Guard",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-chris-barker",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "ef370948-c274-4ff7-974c-6f6224604584",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "0c226e7d-5ef2-4800-94f1-1a67b3a6a792",
      "created_at": "2015-12-18T00:36:44-05:00",
      "updated_at": "2015-12-18T00:40:25-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Jake",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Bequette",
      "name": "Jake Bequette",
      "offensive": true,
      "position_abbreviation": "TE",
      "position_name": "Tight End",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-jake-bequette",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "5cacb63a-935a-4cda-8df3-4cc8ded7cf87",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "942f7aba-27ee-42e0-9caf-daa5980b8d74",
      "created_at": "2015-12-18T00:01:43-05:00",
      "updated_at": "2015-12-19T07:54:26-05:00",
      "active": false,
      "defensive": false,
      "first_name": "LeGarrette",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Blount",
      "name": "LeGarrette Blount",
      "offensive": true,
      "position_abbreviation": "RB",
      "position_name": "Runningback",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-legarrette-blount",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "bc053941-9759-4613-baab-e87810e6d5d9",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "b0852ec6-5698-41bd-9abd-ffded89fa57f",
      "created_at": "2015-12-17T23:57:47-05:00",
      "updated_at": "2015-12-18T19:59:28-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Brandon",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Bolden",
      "name": "Brandon Bolden",
      "offensive": true,
      "position_abbreviation": "RB",
      "position_name": "Runningback",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-brandon-bolden",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "bc053941-9759-4613-baab-e87810e6d5d9",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "91092cf6-fc24-4d62-9fa4-d4b33237d573",
      "created_at": "2015-12-17T23:53:27-05:00",
      "updated_at": "2015-12-18T19:59:48-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Jon",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Bostic",
      "name": "Jon Bostic",
      "offensive": true,
      "position_abbreviation": "LB",
      "position_name": "Linebacker",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-jon-bostic",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "c1885b1c-22f1-4371-bd60-fe9b05c29829",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "0581d7dd-6ed1-47f9-bbf9-9f5887a25e0f",
      "created_at": "2015-12-18T00:36:38-05:00",
      "updated_at": "2015-12-18T00:41:40-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Josh",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Boyce",
      "name": "Josh Boyce",
      "offensive": true,
      "position_abbreviation": "WR",
      "position_name": "Wide Receiver",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-josh-boyce",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "47be0cc5-0355-43d7-b16f-6efd436bb81d",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "e5d188bd-9a60-4d98-9d78-ea47606bc316",
      "created_at": "2015-12-17T23:57:47-05:00",
      "updated_at": "2015-12-19T07:54:26-05:00",
      "active": false,
      "defensive": false,
      "first_name": "Tom",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Brady",
      "name": "Tom Brady",
      "offensive": true,
      "position_abbreviation": "QB",
      "position_name": "Quarterback",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-tom-brady",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "ab89a348-3e52-4bb1-b055-4b4e639903c6",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "57168658-066c-4606-a7cb-bda79e9cae1a",
      "created_at": "2015-12-17T23:57:50-05:00",
      "updated_at": "2015-12-18T19:59:41-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Alan",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Branch",
      "name": "Alan Branch",
      "offensive": true,
      "position_abbreviation": "DT",
      "position_name": "Defensive Tackle",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-alan-branch",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "43959dcb-f011-4b60-9bd3-d56760907f7e",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "2fc631ce-db02-44c9-ad00-b0fc8538f9a3",
      "created_at": "2015-12-17T23:57:52-05:00",
      "updated_at": "2015-12-18T18:52:01-05:00",
      "active": false,
      "defensive": false,
      "first_name": "Tarell",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Brown",
      "name": "Tarell Brown",
      "offensive": true,
      "position_abbreviation": "DB",
      "position_name": "Defensive Back",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-tarell-brown",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "d37f0f6c-3a21-40da-a814-b69d38fbdda4",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "063fc676-6e4b-44b4-b464-996fa46b011f",
      "created_at": "2015-12-17T23:57:51-05:00",
      "updated_at": "2015-12-18T19:59:41-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Malcom",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Brown",
      "name": "Malcom Brown",
      "offensive": true,
      "position_abbreviation": "DT",
      "position_name": "Defensive Tackle",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-malcom-brown",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "43959dcb-f011-4b60-9bd3-d56760907f7e",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "f39a5383-ca35-486c-be9f-bdb08c4da22e",
      "created_at": "2015-12-17T23:57:47-05:00",
      "updated_at": "2015-12-18T19:59:29-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Malcolm",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Butler",
      "name": "Malcolm Butler",
      "offensive": true,
      "position_abbreviation": "LCB",
      "position_name": "Left Cornerback",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-malcolm-butler",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "602efc4a-705b-4d9f-8132-6ec2ff19deb2",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "e7917968-e803-4eb5-922c-f0084fe8d817",
      "created_at": "2015-12-17T23:57:50-05:00",
      "updated_at": "2015-12-18T19:53:00-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Travaris",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Cadet",
      "name": "Travaris Cadet",
      "offensive": true,
      "position_abbreviation": "RB",
      "position_name": "Runningback",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-travaris-cadet",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "bc053941-9759-4613-baab-e87810e6d5d9",
      "team_id": "62b050a0-42c8-4cdd-aaaf-1ee5bbb01bf3"
    },
    {
      "id": "9ff03155-90e4-46d1-a3a5-4721b738ea7f",
      "created_at": "2015-12-17T23:57:47-05:00",
      "updated_at": "2015-12-18T19:59:29-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Marcus",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Cannon",
      "name": "Marcus Cannon",
      "offensive": true,
      "position_abbreviation": "OT",
      "position_name": "Offensive Tackle",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-marcus-cannon",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "44e23a2e-f783-481f-b300-9a5063ee0d30",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "7765dce2-309a-4b73-8f2a-16d82d41f6e9",
      "created_at": "2015-12-17T23:57:51-05:00",
      "updated_at": "2015-12-18T19:59:44-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Joe",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Cardona",
      "name": "Joe Cardona",
      "offensive": true,
      "position_abbreviation": "LS",
      "position_name": "Long Snapper",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-joe-cardona",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "0bb43383-e7d4-4131-9404-be7e62787ccc",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "0d578e1a-0539-434c-8d41-d64310ef23ce",
      "created_at": "2015-12-17T23:57:50-05:00",
      "updated_at": "2015-12-19T07:54:26-05:00",
      "active": false,
      "defensive": false,
      "first_name": "Scott",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Chandler",
      "name": "Scott Chandler",
      "offensive": true,
      "position_abbreviation": "TE",
      "position_name": "Tight End",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-scott-chandler",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "5cacb63a-935a-4cda-8df3-4cc8ded7cf87",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "57059019-9b8f-4d7c-8453-a295bab649cf",
      "created_at": "2015-12-17T23:57:47-05:00",
      "updated_at": "2015-12-18T19:59:30-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Patrick",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Chung",
      "name": "Patrick Chung",
      "offensive": true,
      "position_abbreviation": "S",
      "position_name": "Safety",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-patrick-chung",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "e00b9b3c-99d3-4269-80ce-5c664cbc8b0d",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "c03f906f-aa17-446a-8758-51a8d2432184",
      "created_at": "2015-12-17T23:53:38-05:00",
      "updated_at": "2015-12-19T03:21:40-05:00",
      "active": false,
      "defensive": false,
      "first_name": "Blaine",
      "handedness": "unknown",
      "height": 79,
      "unit_of_height": "inches",
      "last_name": "Clausell",
      "name": "Blaine Clausell",
      "offensive": true,
      "position_abbreviation": "T",
      "position_name": "Tackle",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": "Mississippi State",
      "slug": "nfl-blaine-clausell",
      "sport": "football",
      "weight": 315,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "7a5d125f-5baf-4072-bfb9-93a624a61b98",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "2aab4176-c46b-4d80-af51-722d977067ff",
      "created_at": "2015-12-18T00:30:37-05:00",
      "updated_at": "2015-12-18T19:59:45-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Asante",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Cleveland",
      "name": "Asante Cleveland",
      "offensive": true,
      "position_abbreviation": "TE",
      "position_name": "Tight End",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-asante-cleveland",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "5cacb63a-935a-4cda-8df3-4cc8ded7cf87",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "66a635f8-35d0-4c22-85f1-22e0b23ab2bb",
      "created_at": "2015-12-17T23:56:10-05:00",
      "updated_at": "2015-12-18T19:59:46-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Justin",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Coleman",
      "name": "Justin Coleman",
      "offensive": true,
      "position_abbreviation": "CB",
      "position_name": "Cornerback",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-justin-coleman",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "6f7bb868-c23b-4932-bb14-5555ce771f28",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "426fd891-e5ea-40f7-aa6e-f6cd288e2119",
      "created_at": "2015-12-17T23:57:47-05:00",
      "updated_at": "2015-12-18T19:59:30-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Jamie",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Collins",
      "name": "Jamie Collins",
      "offensive": true,
      "position_abbreviation": "LB",
      "position_name": "Linebacker",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-jamie-collins",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "c1885b1c-22f1-4371-bd60-fe9b05c29829",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "9016c19e-a69e-4f33-864e-7feafb87962d",
      "created_at": "2015-12-18T00:36:49-05:00",
      "updated_at": "2015-12-18T00:44:54-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Tony",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Creecy",
      "name": "Tony Creecy",
      "offensive": true,
      "position_abbreviation": "RB",
      "position_name": "Runningback",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-tony-creecy",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "bc053941-9759-4613-baab-e87810e6d5d9",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "9543ffa8-76fb-488f-a74a-5576d46a6ffa",
      "created_at": "2015-12-18T00:36:48-05:00",
      "updated_at": "2015-12-18T00:45:31-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Zach",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "D'Orazio",
      "name": "Zach D'Orazio",
      "offensive": true,
      "position_abbreviation": "WR",
      "position_name": "Wide Receiver",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-zach-d-orazio",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "47be0cc5-0355-43d7-b16f-6efd436bb81d",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "d9bbc4b8-aa26-46c3-81fa-b822e1f8c9ee",
      "created_at": "2015-12-17T23:56:11-05:00",
      "updated_at": "2015-12-18T19:19:13-05:00",
      "active": true,
      "defensive": false,
      "first_name": "DaVaris",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Daniels",
      "name": "DaVaris Daniels",
      "offensive": true,
      "position_abbreviation": "WR",
      "position_name": "Wide Receiver",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-davaris-daniels",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "47be0cc5-0355-43d7-b16f-6efd436bb81d",
      "team_id": "273bc0eb-8984-4474-bbc8-5cce491aa662"
    },
    {
      "id": "85c29970-aa9b-4b48-a39d-a7eb66401750",
      "created_at": "2015-12-18T00:36:39-05:00",
      "updated_at": "2015-12-18T03:55:47-05:00",
      "active": false,
      "defensive": false,
      "first_name": "James",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Develin",
      "name": "James Develin",
      "offensive": true,
      "position_abbreviation": "RB",
      "position_name": "Runningback",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-james-develin",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "bc053941-9759-4613-baab-e87810e6d5d9",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "35f4267a-9d6c-4d8b-997a-95a89eebe38b",
      "created_at": "2015-12-18T00:00:20-05:00",
      "updated_at": "2015-12-19T03:22:47-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Jordan",
      "handedness": "unknown",
      "height": 78,
      "unit_of_height": "inches",
      "last_name": "Devey",
      "name": "Jordan Devey",
      "offensive": true,
      "position_abbreviation": "T",
      "position_name": "Tackle",
      "salary": 510000,
      "humanized_salary": "510,000",
      "salary_currency": "USD",
      "school": "Memphis",
      "slug": "nfl-jordan-devey",
      "sport": "football",
      "weight": 320,
      "unit_of_weight": "pounds",
      "years_of_experience": 2,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "7a5d125f-5baf-4072-bfb9-93a624a61b98",
      "team_id": "62b050a0-42c8-4cdd-aaaf-1ee5bbb01bf3"
    },
    {
      "id": "18be963b-e5aa-431d-801f-9e0003ff9312",
      "created_at": "2015-12-18T00:36:47-05:00",
      "updated_at": "2015-12-18T00:45:25-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Xzavier",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Dickson",
      "name": "Xzavier Dickson",
      "offensive": true,
      "position_abbreviation": "DE",
      "position_name": "Defensive End",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-xzavier-dickson",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "92de3e46-778d-49c2-81e3-0d8164e77a5e",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "9b5c04ab-38be-4571-8ce1-1371c3821823",
      "created_at": "2015-12-17T23:57:47-05:00",
      "updated_at": "2015-12-18T19:57:49-05:00",
      "active": false,
      "defensive": false,
      "first_name": "Aaron",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Dobson",
      "name": "Aaron Dobson",
      "offensive": true,
      "position_abbreviation": "WR",
      "position_name": "Wide Receiver",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-aaron-dobson",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "47be0cc5-0355-43d7-b16f-6efd436bb81d",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "97ad8fd3-310c-4d0d-b3dc-171f8cc9ca4c",
      "created_at": "2015-12-17T23:57:47-05:00",
      "updated_at": "2015-12-19T07:54:26-05:00",
      "active": false,
      "defensive": false,
      "first_name": "Dominique",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Easley",
      "name": "Dominique Easley",
      "offensive": true,
      "position_abbreviation": "DT",
      "position_name": "Defensive Tackle",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-dominique-easley",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "43959dcb-f011-4b60-9bd3-d56760907f7e",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "a3085eae-f8b3-4bea-b5c6-3158f7ce0b01",
      "created_at": "2015-12-17T23:57:47-05:00",
      "updated_at": "2015-12-18T19:59:31-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Nate",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Ebner",
      "name": "Nate Ebner",
      "offensive": true,
      "position_abbreviation": "DB",
      "position_name": "Defensive Back",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-nate-ebner",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "d37f0f6c-3a21-40da-a814-b69d38fbdda4",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "e658356b-7ff0-4ee2-98e5-7709a3bd9ff1",
      "created_at": "2015-12-17T23:57:48-05:00",
      "updated_at": "2015-12-19T07:54:26-05:00",
      "active": false,
      "defensive": false,
      "first_name": "Julian",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Edelman",
      "name": "Julian Edelman",
      "offensive": true,
      "position_abbreviation": "WR",
      "position_name": "Wide Receiver",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-julian-edelman",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "47be0cc5-0355-43d7-b16f-6efd436bb81d",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "6900d0c7-2969-45bc-b8dc-c7148103a36f",
      "created_at": "2015-12-18T00:30:32-05:00",
      "updated_at": "2015-12-18T19:59:32-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Darius",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Fleming",
      "name": "Darius Fleming",
      "offensive": true,
      "position_abbreviation": "LB",
      "position_name": "Linebacker",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-darius-fleming",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "c1885b1c-22f1-4371-bd60-fe9b05c29829",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "f449e12a-9396-419a-8595-828ee9fd6723",
      "created_at": "2015-12-18T00:14:24-05:00",
      "updated_at": "2015-12-18T19:59:32-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Cameron",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Fleming",
      "name": "Cameron Fleming",
      "offensive": true,
      "position_abbreviation": "OL",
      "position_name": "Offensive Linesman",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-cameron-fleming",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "24f0c07c-f8fb-4e19-99e3-a45be4b2e4bf",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "acc8bc14-5fe8-440e-be00-ec7a45cb7274",
      "created_at": "2015-12-17T23:57:50-05:00",
      "updated_at": "2015-12-18T00:44:52-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Bradley",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Fletcher",
      "name": "Bradley Fletcher",
      "offensive": true,
      "position_abbreviation": "CB",
      "position_name": "Cornerback",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-bradley-fletcher",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "6f7bb868-c23b-4932-bb14-5555ce771f28",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "94b5579d-4a28-4460-a1f9-a618fc0ec7fc",
      "created_at": "2015-12-18T00:36:48-05:00",
      "updated_at": "2015-12-18T03:55:47-05:00",
      "active": false,
      "defensive": false,
      "first_name": "Dane",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Fletcher",
      "name": "Dane Fletcher",
      "offensive": true,
      "position_abbreviation": "OLB",
      "position_name": "Outside Linebacker",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-dane-fletcher",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "f5eb8eee-2c02-45f0-a57c-1d8fb06336ea",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "50f7e03c-a42f-43fb-9f96-94b75feaba1e",
      "created_at": "2015-12-17T23:57:51-05:00",
      "updated_at": "2015-12-18T19:57:50-05:00",
      "active": false,
      "defensive": false,
      "first_name": "Trey",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Flowers",
      "name": "Trey Flowers",
      "offensive": true,
      "position_abbreviation": "DE",
      "position_name": "Defensive End",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-trey-flowers",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "92de3e46-778d-49c2-81e3-0d8164e77a5e",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "275646b6-3577-4a25-9a8e-a60214392388",
      "created_at": "2015-12-17T23:57:08-05:00",
      "updated_at": "2015-12-18T00:43:02-05:00",
      "active": true,
      "defensive": false,
      "first_name": "L.J.",
      "handedness": "unknown",
      "height": null,
      "unit_of_height": "inches",
      "last_name": "Fort",
      "name": "L.J. Fort",
      "offensive": true,
      "position_abbreviation": "LB",
      "position_name": "Linebacker",
      "salary": null,
      "humanized_salary": "",
      "salary_currency": "USD",
      "school": null,
      "slug": "nfl-l-j-fort",
      "sport": "football",
      "weight": null,
      "unit_of_weight": "pounds",
      "years_of_experience": null,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "c1885b1c-22f1-4371-bd60-fe9b05c29829",
      "team_id": "e5796fc5-4c5e-486d-a76d-5879fd2f5117"
    }
  ],
  "leagues": [
    {
      "id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NFL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Football League",
      "periods": null,
      "slug": "nfl",
      "sport": "football"
    }
  ],
  "playing_positions": [
    {
      "id": "3ce3177c-b88f-4851-9754-27dff90bcfc7",
      "created_at": "2015-11-29T22:31:28-05:00",
      "updated_at": "2015-11-29T22:31:28-05:00",
      "abbreviation": "P",
      "description": null,
      "formation": "offensive",
      "name": "Punter",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "47be0cc5-0355-43d7-b16f-6efd436bb81d",
      "created_at": "2015-11-29T22:31:28-05:00",
      "updated_at": "2015-11-29T22:31:28-05:00",
      "abbreviation": "WR",
      "description": null,
      "formation": "offensive",
      "name": "Wide Receiver",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "4865b69e-0361-45c6-b568-a6421f0e43df",
      "created_at": "2015-11-29T22:31:30-05:00",
      "updated_at": "2015-11-29T22:31:30-05:00",
      "abbreviation": "C",
      "description": null,
      "formation": "offensive",
      "name": "Center",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "7a5d125f-5baf-4072-bfb9-93a624a61b98",
      "created_at": "2015-12-09T06:30:34-05:00",
      "updated_at": "2015-12-09T06:30:34-05:00",
      "abbreviation": "T",
      "description": null,
      "formation": "offensive",
      "name": "Tackle",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "ef370948-c274-4ff7-974c-6f6224604584",
      "created_at": "2015-11-29T22:33:09-05:00",
      "updated_at": "2015-11-29T22:33:09-05:00",
      "abbreviation": "OG",
      "description": null,
      "formation": "offensive",
      "name": "Offensive Guard",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "5cacb63a-935a-4cda-8df3-4cc8ded7cf87",
      "created_at": "2015-11-29T22:31:31-05:00",
      "updated_at": "2015-11-29T22:31:31-05:00",
      "abbreviation": "TE",
      "description": null,
      "formation": "offensive",
      "name": "Tight End",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "bc053941-9759-4613-baab-e87810e6d5d9",
      "created_at": "2015-11-29T22:31:27-05:00",
      "updated_at": "2015-11-29T22:31:27-05:00",
      "abbreviation": "RB",
      "description": null,
      "formation": "offensive",
      "name": "Runningback",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "c1885b1c-22f1-4371-bd60-fe9b05c29829",
      "created_at": "2015-11-29T22:31:26-05:00",
      "updated_at": "2015-11-29T22:31:26-05:00",
      "abbreviation": "LB",
      "description": null,
      "formation": "offensive",
      "name": "Linebacker",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "ab89a348-3e52-4bb1-b055-4b4e639903c6",
      "created_at": "2015-11-29T22:31:29-05:00",
      "updated_at": "2015-11-29T22:31:29-05:00",
      "abbreviation": "QB",
      "description": null,
      "formation": "offensive",
      "name": "Quarterback",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "43959dcb-f011-4b60-9bd3-d56760907f7e",
      "created_at": "2015-11-29T22:31:26-05:00",
      "updated_at": "2015-11-29T22:31:26-05:00",
      "abbreviation": "DT",
      "description": null,
      "formation": "offensive",
      "name": "Defensive Tackle",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "d37f0f6c-3a21-40da-a814-b69d38fbdda4",
      "created_at": "2015-11-29T22:31:33-05:00",
      "updated_at": "2015-11-29T22:31:33-05:00",
      "abbreviation": "DB",
      "description": null,
      "formation": "offensive",
      "name": "Defensive Back",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "602efc4a-705b-4d9f-8132-6ec2ff19deb2",
      "created_at": "2015-11-29T22:31:46-05:00",
      "updated_at": "2015-11-29T22:31:46-05:00",
      "abbreviation": "LCB",
      "description": null,
      "formation": "offensive",
      "name": "Left Cornerback",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "44e23a2e-f783-481f-b300-9a5063ee0d30",
      "created_at": "2015-11-29T22:31:31-05:00",
      "updated_at": "2015-11-29T22:31:31-05:00",
      "abbreviation": "OT",
      "description": null,
      "formation": "offensive",
      "name": "Offensive Tackle",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "0bb43383-e7d4-4131-9404-be7e62787ccc",
      "created_at": "2015-11-29T22:31:26-05:00",
      "updated_at": "2015-11-29T22:31:26-05:00",
      "abbreviation": "LS",
      "description": null,
      "formation": "offensive",
      "name": "Long Snapper",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "e00b9b3c-99d3-4269-80ce-5c664cbc8b0d",
      "created_at": "2015-11-29T22:31:31-05:00",
      "updated_at": "2015-11-29T22:31:31-05:00",
      "abbreviation": "S",
      "description": null,
      "formation": "offensive",
      "name": "Safety",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "6f7bb868-c23b-4932-bb14-5555ce771f28",
      "created_at": "2015-11-29T22:31:29-05:00",
      "updated_at": "2015-11-29T22:31:29-05:00",
      "abbreviation": "CB",
      "description": null,
      "formation": "offensive",
      "name": "Cornerback",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "92de3e46-778d-49c2-81e3-0d8164e77a5e",
      "created_at": "2015-11-29T22:31:30-05:00",
      "updated_at": "2015-11-29T22:31:30-05:00",
      "abbreviation": "DE",
      "description": null,
      "formation": "offensive",
      "name": "Defensive End",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "24f0c07c-f8fb-4e19-99e3-a45be4b2e4bf",
      "created_at": "2015-11-29T22:31:41-05:00",
      "updated_at": "2015-11-29T22:31:41-05:00",
      "abbreviation": "OL",
      "description": null,
      "formation": "offensive",
      "name": "Offensive Linesman",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "f5eb8eee-2c02-45f0-a57c-1d8fb06336ea",
      "created_at": "2015-11-29T22:31:30-05:00",
      "updated_at": "2015-11-29T22:31:30-05:00",
      "abbreviation": "OLB",
      "description": null,
      "formation": "offensive",
      "name": "Outside Linebacker",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "teams": [
    {
      "id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-18T19:04:03-05:00",
      "location": "New England",
      "name": "New England",
      "nickname": "Patriots",
      "slug": "nfl-ne",
      "division_id": "7eb2130f-0d1d-4396-9595-649708fe5a6a",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "62b050a0-42c8-4cdd-aaaf-1ee5bbb01bf3",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-18T03:52:37-05:00",
      "location": "San Francisco",
      "name": "San Francisco",
      "nickname": "49ers",
      "slug": "nfl-sf",
      "division_id": "70c14524-5ddd-432b-8728-9c5f9af9b565",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "273bc0eb-8984-4474-bbc8-5cce491aa662",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-18T19:19:14-05:00",
      "location": "Minnesota",
      "name": "Minnesota",
      "nickname": "Vikings",
      "slug": "nfl-min",
      "division_id": "0e65eafb-0ce0-4b26-b79a-e0ae41991878",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "e5796fc5-4c5e-486d-a76d-5879fd2f5117",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-18T19:19:15-05:00",
      "location": "Pittsburgh",
      "name": "Pittsburgh",
      "nickname": "Steelers",
      "slug": "nfl-pit",
      "division_id": "9cf5e881-62fa-4401-bced-e55fd0fd8fa4",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "seasons": [
    {
      "id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "2015-2016",
      "starts_on": "2015-08-01",
      "ends_on": "2016-02-14",
      "slug": "nfl-2015-2016",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "rosters": [
    {
      "id": "69f991c2-f5fa-44f1-bc22-ffb291b39532",
      "created_at": "2015-12-17T23:57:46-05:00",
      "updated_at": "2015-12-18T19:59:27-05:00",
      "last_game_started_at": "2015-12-13T20:30:00-05:00",
      "player_id": "52b701c4-6926-489e-b511-2e2d494be61f",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "d25f7e18-47d6-4081-8f97-6b0d5b6b4157",
      "created_at": "2015-12-17T23:57:46-05:00",
      "updated_at": "2015-12-18T19:59:27-05:00",
      "last_game_started_at": "2015-12-13T20:30:00-05:00",
      "player_id": "948138f0-bab0-4241-9ce1-46483c120afc",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "40eb1954-9e64-48f5-b602-785aa40e65ec",
      "created_at": "2015-12-17T23:57:51-05:00",
      "updated_at": "2015-12-18T19:59:44-05:00",
      "last_game_started_at": "2015-12-13T20:30:00-05:00",
      "player_id": "4ce175e7-35a5-464d-9d55-a979f00f627a",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "25b7b72e-66c7-43ce-8053-b68cf578f923",
      "created_at": "2015-12-18T00:36:49-05:00",
      "updated_at": "2015-12-18T00:40:30-05:00",
      "last_game_started_at": "2015-08-22T19:30:00-04:00",
      "player_id": "56234b96-7c4e-4c5e-ae09-72dfe598753e",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "8ed9591f-a22c-49cf-94f9-2df21a398fd0",
      "created_at": "2015-12-18T00:24:39-05:00",
      "updated_at": "2015-12-18T19:20:50-05:00",
      "last_game_started_at": "2015-11-15T16:25:00-05:00",
      "player_id": "0ac6cb7c-4eb0-41da-bb5b-85acd88eee03",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "bb00bfc3-2bf8-41e8-9902-8481e11afabe",
      "created_at": "2015-12-18T00:36:44-05:00",
      "updated_at": "2015-12-18T00:40:25-05:00",
      "last_game_started_at": "2015-08-22T19:30:00-04:00",
      "player_id": "0c226e7d-5ef2-4800-94f1-1a67b3a6a792",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "bb28c167-003e-4929-9b8d-5a0db7b9bb6f",
      "created_at": "2015-12-18T00:01:43-05:00",
      "updated_at": "2015-12-18T19:59:28-05:00",
      "last_game_started_at": "2015-12-13T20:30:00-05:00",
      "player_id": "942f7aba-27ee-42e0-9caf-daa5980b8d74",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "3173d9e5-af1e-47ce-8044-915aba0cf0df",
      "created_at": "2015-12-17T23:57:47-05:00",
      "updated_at": "2015-12-18T19:59:28-05:00",
      "last_game_started_at": "2015-12-13T20:30:00-05:00",
      "player_id": "b0852ec6-5698-41bd-9abd-ffded89fa57f",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "36bb96d5-5e6c-4149-8595-9f5d791922e1",
      "created_at": "2015-12-18T00:11:19-05:00",
      "updated_at": "2015-12-18T19:59:48-05:00",
      "last_game_started_at": "2015-12-13T20:30:00-05:00",
      "player_id": "91092cf6-fc24-4d62-9fa4-d4b33237d573",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "f7599b99-ff9e-4dcb-bb32-9f9f466bdbc0",
      "created_at": "2015-12-18T00:36:38-05:00",
      "updated_at": "2015-12-18T00:41:40-05:00",
      "last_game_started_at": "2015-08-28T19:30:00-04:00",
      "player_id": "0581d7dd-6ed1-47f9-bbf9-9f5887a25e0f",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "63e360c6-69e0-4a0e-9e8f-ab3e3e961229",
      "created_at": "2015-12-17T23:57:47-05:00",
      "updated_at": "2015-12-18T19:59:28-05:00",
      "last_game_started_at": "2015-12-13T20:30:00-05:00",
      "player_id": "e5d188bd-9a60-4d98-9d78-ea47606bc316",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "67885924-0c28-413c-a980-afb76f6047af",
      "created_at": "2015-12-17T23:57:50-05:00",
      "updated_at": "2015-12-18T19:59:41-05:00",
      "last_game_started_at": "2015-12-13T20:30:00-05:00",
      "player_id": "57168658-066c-4606-a7cb-bda79e9cae1a",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "e64e1644-2143-4a47-94d4-16a6c9dc1577",
      "created_at": "2015-12-17T23:57:52-05:00",
      "updated_at": "2015-12-18T18:48:45-05:00",
      "last_game_started_at": "2015-10-11T16:25:00-04:00",
      "player_id": "2fc631ce-db02-44c9-ad00-b0fc8538f9a3",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "63ae487e-dddb-4e75-b406-80b99d4b35d5",
      "created_at": "2015-12-17T23:57:51-05:00",
      "updated_at": "2015-12-18T19:59:41-05:00",
      "last_game_started_at": "2015-12-13T20:30:00-05:00",
      "player_id": "063fc676-6e4b-44b4-b464-996fa46b011f",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "68b94cf9-e667-407b-8e8c-bb1ee5fca1d9",
      "created_at": "2015-12-17T23:57:47-05:00",
      "updated_at": "2015-12-18T19:59:29-05:00",
      "last_game_started_at": "2015-12-13T20:30:00-05:00",
      "player_id": "f39a5383-ca35-486c-be9f-bdb08c4da22e",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "79aff594-6385-4d21-aabd-ff8c6b2819b9",
      "created_at": "2015-12-17T23:57:50-05:00",
      "updated_at": "2015-12-18T00:44:52-05:00",
      "last_game_started_at": "2015-09-03T19:30:00-04:00",
      "player_id": "e7917968-e803-4eb5-922c-f0084fe8d817",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "5df46396-8f9f-4346-9120-783ba049ff49",
      "created_at": "2015-12-17T23:57:47-05:00",
      "updated_at": "2015-12-18T19:59:29-05:00",
      "last_game_started_at": "2015-12-13T20:30:00-05:00",
      "player_id": "9ff03155-90e4-46d1-a3a5-4721b738ea7f",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "fbfb2241-cb8a-4b09-8d7a-11554c4585ef",
      "created_at": "2015-12-17T23:57:51-05:00",
      "updated_at": "2015-12-18T19:59:44-05:00",
      "last_game_started_at": "2015-12-13T20:30:00-05:00",
      "player_id": "7765dce2-309a-4b73-8f2a-16d82d41f6e9",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "907ab709-f4ae-4173-8c44-5c989ab0c8c8",
      "created_at": "2015-12-17T23:57:50-05:00",
      "updated_at": "2015-12-18T19:59:40-05:00",
      "last_game_started_at": "2015-12-13T20:30:00-05:00",
      "player_id": "0d578e1a-0539-434c-8d41-d64310ef23ce",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "0789681f-3b5b-4ff4-b9f5-2f445a43b1b4",
      "created_at": "2015-12-17T23:57:47-05:00",
      "updated_at": "2015-12-18T19:59:30-05:00",
      "last_game_started_at": "2015-12-13T20:30:00-05:00",
      "player_id": "57059019-9b8f-4d7c-8453-a295bab649cf",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "c41060fe-6fd0-41fa-874c-b1304df4e344",
      "created_at": "2015-12-19T03:21:40-05:00",
      "updated_at": "2015-12-19T03:21:40-05:00",
      "last_game_started_at": null,
      "player_id": "c03f906f-aa17-446a-8758-51a8d2432184",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "230de587-7581-485e-b037-7c93ce88a071",
      "created_at": "2015-12-18T00:30:37-05:00",
      "updated_at": "2015-12-18T19:59:45-05:00",
      "last_game_started_at": "2015-12-13T20:30:00-05:00",
      "player_id": "2aab4176-c46b-4d80-af51-722d977067ff",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "4cd0740f-a9e8-4e16-a6d8-ea59ad39f974",
      "created_at": "2015-12-17T23:57:52-05:00",
      "updated_at": "2015-12-18T19:59:46-05:00",
      "last_game_started_at": "2015-12-13T20:30:00-05:00",
      "player_id": "66a635f8-35d0-4c22-85f1-22e0b23ab2bb",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "99e8756a-4ad6-465e-ae1e-5f82864d104e",
      "created_at": "2015-12-17T23:57:47-05:00",
      "updated_at": "2015-12-18T19:59:30-05:00",
      "last_game_started_at": "2015-12-13T20:30:00-05:00",
      "player_id": "426fd891-e5ea-40f7-aa6e-f6cd288e2119",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "585348bc-4fd2-4969-9de7-d30fec97a763",
      "created_at": "2015-12-18T00:36:49-05:00",
      "updated_at": "2015-12-18T00:44:54-05:00",
      "last_game_started_at": "2015-09-03T19:30:00-04:00",
      "player_id": "9016c19e-a69e-4f33-864e-7feafb87962d",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "74e42226-7a52-4120-9253-d71135fd4a59",
      "created_at": "2015-12-18T00:36:48-05:00",
      "updated_at": "2015-12-18T00:44:53-05:00",
      "last_game_started_at": "2015-09-03T19:30:00-04:00",
      "player_id": "9543ffa8-76fb-488f-a74a-5576d46a6ffa",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "b28eb1da-1140-4d73-a4a8-0158b23311a0",
      "created_at": "2015-12-18T00:44:55-05:00",
      "updated_at": "2015-12-18T00:44:55-05:00",
      "last_game_started_at": "2015-09-03T19:30:00-04:00",
      "player_id": "d9bbc4b8-aa26-46c3-81fa-b822e1f8c9ee",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "1bcf0173-100a-4d70-9196-2b570d45a50e",
      "created_at": "2015-12-18T00:36:39-05:00",
      "updated_at": "2015-12-18T00:41:41-05:00",
      "last_game_started_at": "2015-08-28T19:30:00-04:00",
      "player_id": "85c29970-aa9b-4b48-a39d-a7eb66401750",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "150c0582-e72d-4932-bbeb-a737208b695f",
      "created_at": "2015-12-18T00:36:39-05:00",
      "updated_at": "2015-12-18T00:36:39-05:00",
      "last_game_started_at": "2015-08-13T19:30:00-04:00",
      "player_id": "35f4267a-9d6c-4d8b-997a-95a89eebe38b",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "96855472-6a96-4e10-abf7-2edaaf8392a3",
      "created_at": "2015-12-18T00:36:47-05:00",
      "updated_at": "2015-12-18T00:44:53-05:00",
      "last_game_started_at": "2015-09-03T19:30:00-04:00",
      "player_id": "18be963b-e5aa-431d-801f-9e0003ff9312",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "62870648-257b-4af8-af33-05b4e2f47994",
      "created_at": "2015-12-17T23:57:47-05:00",
      "updated_at": "2015-12-18T19:37:48-05:00",
      "last_game_started_at": "2015-11-23T20:30:00-05:00",
      "player_id": "9b5c04ab-38be-4571-8ce1-1371c3821823",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "3b0d6f25-8b6f-4ae9-8016-8ae020dae2f3",
      "created_at": "2015-12-17T23:57:47-05:00",
      "updated_at": "2015-12-18T19:59:31-05:00",
      "last_game_started_at": "2015-12-13T20:30:00-05:00",
      "player_id": "97ad8fd3-310c-4d0d-b3dc-171f8cc9ca4c",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "24b260a8-3836-4975-8c45-bc700db1885a",
      "created_at": "2015-12-17T23:57:47-05:00",
      "updated_at": "2015-12-18T19:59:31-05:00",
      "last_game_started_at": "2015-12-13T20:30:00-05:00",
      "player_id": "a3085eae-f8b3-4bea-b5c6-3158f7ce0b01",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "173194e5-9378-4626-a5b4-7ba558eb20ae",
      "created_at": "2015-12-17T23:57:48-05:00",
      "updated_at": "2015-12-18T19:59:31-05:00",
      "last_game_started_at": "2015-12-13T20:30:00-05:00",
      "player_id": "e658356b-7ff0-4ee2-98e5-7709a3bd9ff1",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "fedb570a-c271-40b2-83fd-659bf57f2e3c",
      "created_at": "2015-12-18T00:30:32-05:00",
      "updated_at": "2015-12-18T19:59:32-05:00",
      "last_game_started_at": "2015-12-13T20:30:00-05:00",
      "player_id": "6900d0c7-2969-45bc-b8dc-c7148103a36f",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "707e3b12-50fa-4bc8-86b0-019a98596e4a",
      "created_at": "2015-12-18T00:14:24-05:00",
      "updated_at": "2015-12-18T19:59:32-05:00",
      "last_game_started_at": "2015-12-13T20:30:00-05:00",
      "player_id": "f449e12a-9396-419a-8595-828ee9fd6723",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "4779783f-7e96-4e85-b736-7f19b53f5443",
      "created_at": "2015-12-17T23:57:50-05:00",
      "updated_at": "2015-12-18T00:44:52-05:00",
      "last_game_started_at": "2015-09-03T19:30:00-04:00",
      "player_id": "acc8bc14-5fe8-440e-be00-ec7a45cb7274",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "15f56d05-4f15-4144-97e5-2ab3bb3b403a",
      "created_at": "2015-12-18T00:36:48-05:00",
      "updated_at": "2015-12-18T00:41:48-05:00",
      "last_game_started_at": "2015-08-28T19:30:00-04:00",
      "player_id": "94b5579d-4a28-4460-a1f9-a618fc0ec7fc",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "39e8bcf8-327d-43ea-867c-6b2ef486cc17",
      "created_at": "2015-12-17T23:57:51-05:00",
      "updated_at": "2015-12-18T19:43:35-05:00",
      "last_game_started_at": "2015-11-29T20:30:00-05:00",
      "player_id": "50f7e03c-a42f-43fb-9f96-94b75feaba1e",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    },
    {
      "id": "d5cbc003-0008-4a4a-abb7-5c4d89948e7d",
      "created_at": "2015-12-18T00:36:48-05:00",
      "updated_at": "2015-12-18T00:36:48-05:00",
      "last_game_started_at": "2015-08-13T19:30:00-04:00",
      "player_id": "275646b6-3577-4a25-9a8e-a60214392388",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2"
    }
  ]
}

This endpoint retrieves NFL Rosters.

HTTP Request

GET https://api.stattleship.com/football/nfl/rosters

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
team_id Team slug such as nfl-sea for the Seahawks
season_id Current season Season slug such as nfl-2015-2016

Hockey Rosters

curl -X "GET" "https://api.stattleship.com/hockey/nhl/rosters" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "players": [
    {
      "id": "0b61d54e-771d-412f-88a2-91a6d4bbce11",
      "created_at": "2015-12-18T01:58:42-05:00",
      "updated_at": "2015-12-19T12:10:59-05:00",
      "active": false,
      "defensive": false,
      "first_name": "Noel",
      "handedness": "right",
      "height": 70,
      "unit_of_height": "inches",
      "last_name": "Acciari",
      "name": "Noel Acciari",
      "offensive": true,
      "position_abbreviation": "C",
      "position_name": "Center",
      "salary": 792500,
      "humanized_salary": "792,500",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-noel-acciari",
      "sport": "hockey",
      "weight": 207,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "de234539-31b3-4223-ad8c-2958961d2dc4",
      "team_id": "e9d7bcb5-6723-4ca9-b1d9-1ccd026be1cb"
    },
    {
      "id": "cda2ed10-334e-4be8-a106-0fc8df90e17f",
      "created_at": "2015-12-18T01:55:28-05:00",
      "updated_at": "2015-12-18T22:12:25-05:00",
      "active": false,
      "defensive": false,
      "first_name": "Linus",
      "handedness": "left",
      "height": 73,
      "unit_of_height": "inches",
      "last_name": "Arnesson",
      "name": "Linus Arnesson",
      "offensive": true,
      "position_abbreviation": "D",
      "position_name": "Defense",
      "salary": 817500,
      "humanized_salary": "817,500",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-linus-arnesson",
      "sport": "hockey",
      "weight": 188,
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "38129638-f898-43f5-8d8f-7f18afd1920e",
      "team_id": "e9d7bcb5-6723-4ca9-b1d9-1ccd026be1cb"
    },
    {
      "id": "7d9b2401-aa52-4373-a837-c13b1aa350ba",
      "created_at": "2015-12-18T01:12:23-05:00",
      "updated_at": "2015-12-19T12:18:38-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Matt",
      "handedness": "left",
      "height": 72,
      "unit_of_height": "inches",
      "last_name": "Beleskey",
      "name": "Matt Beleskey",
      "offensive": true,
      "position_abbreviation": "LW",
      "position_name": "Left Wing",
      "salary": 4000000,
      "humanized_salary": "4,000,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-matt-beleskey",
      "sport": "hockey",
      "weight": 200,
      "unit_of_weight": "pounds",
      "years_of_experience": 8,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "97279158-d3fb-4c6d-97f5-d8ce36fee674",
      "team_id": "e9d7bcb5-6723-4ca9-b1d9-1ccd026be1cb"
    },
    {
      "id": "2d6f1ec8-470e-4399-b684-c0077ee93176",
      "created_at": "2015-12-18T01:12:23-05:00",
      "updated_at": "2015-12-19T12:18:38-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Patrice",
      "handedness": "right",
      "height": 74,
      "unit_of_height": "inches",
      "last_name": "Bergeron",
      "name": "Patrice Bergeron",
      "offensive": true,
      "position_abbreviation": "C",
      "position_name": "Center",
      "salary": 8250000,
      "humanized_salary": "8,250,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-patrice-bergeron",
      "sport": "hockey",
      "weight": 194,
      "unit_of_weight": "pounds",
      "years_of_experience": 12,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "de234539-31b3-4223-ad8c-2958961d2dc4",
      "team_id": "e9d7bcb5-6723-4ca9-b1d9-1ccd026be1cb"
    },
    {
      "id": "aeb67101-94e7-4cc5-a93d-803b6605fbbc",
      "created_at": "2015-12-18T01:55:27-05:00",
      "updated_at": "2015-12-19T12:11:00-05:00",
      "active": false,
      "defensive": false,
      "first_name": "Anton",
      "handedness": "left",
      "height": 72,
      "unit_of_height": "inches",
      "last_name": "Blidh",
      "name": "Anton Blidh",
      "offensive": true,
      "position_abbreviation": "RW",
      "position_name": "Right Wing",
      "salary": 784167,
      "humanized_salary": "784,167",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-anton-blidh",
      "sport": "hockey",
      "weight": 201,
      "unit_of_weight": "pounds",
      "years_of_experience": 0,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "0d13fcf4-862c-4e9e-82ad-6642f18527eb",
      "team_id": "e9d7bcb5-6723-4ca9-b1d9-1ccd026be1cb"
    },
    {
      "id": "7ae37e87-1069-428d-aeb5-c399178107c8",
      "created_at": "2015-12-18T02:01:00-05:00",
      "updated_at": "2015-12-18T22:12:25-05:00",
      "active": false,
      "defensive": false,
      "first_name": "Chris",
      "handedness": "left",
      "height": 79,
      "unit_of_height": "inches",
      "last_name": "Breen",
      "name": "Chris Breen",
      "offensive": true,
      "position_abbreviation": "D",
      "position_name": "Defense",
      "salary": 600000,
      "humanized_salary": "600,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-chris-breen",
      "sport": "hockey",
      "weight": 224,
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "38129638-f898-43f5-8d8f-7f18afd1920e",
      "team_id": "e9d7bcb5-6723-4ca9-b1d9-1ccd026be1cb"
    }
  ],
  "leagues": [
    {
      "id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NHL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Hockey League",
      "periods": null,
      "slug": "nhl",
      "sport": "hockey"
    }
  ],
  "playing_positions": [
    {
      "id": "de234539-31b3-4223-ad8c-2958961d2dc4",
      "created_at": "2015-12-09T05:04:22-05:00",
      "updated_at": "2015-12-09T05:04:22-05:00",
      "abbreviation": "C",
      "description": null,
      "formation": "offensive",
      "name": "Center",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "38129638-f898-43f5-8d8f-7f18afd1920e",
      "created_at": "2015-12-09T05:04:21-05:00",
      "updated_at": "2015-12-09T05:04:21-05:00",
      "abbreviation": "D",
      "description": null,
      "formation": "offensive",
      "name": "Defense",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "97279158-d3fb-4c6d-97f5-d8ce36fee674",
      "created_at": "2015-12-09T05:04:21-05:00",
      "updated_at": "2015-12-09T05:04:21-05:00",
      "abbreviation": "LW",
      "description": null,
      "formation": "offensive",
      "name": "Left Wing",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "0d13fcf4-862c-4e9e-82ad-6642f18527eb",
      "created_at": "2015-12-09T05:04:21-05:00",
      "updated_at": "2015-12-09T05:04:21-05:00",
      "abbreviation": "RW",
      "description": null,
      "formation": "offensive",
      "name": "Right Wing",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "teams": [
    {
      "id": "e9d7bcb5-6723-4ca9-b1d9-1ccd026be1cb",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:48-05:00",
      "location": "Boston",
      "name": "Boston",
      "nickname": "Bruins",
      "slug": "nhl-bos",
      "division_id": "15ca4e46-2b49-4f37-84ea-befb62de28c5",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "seasons": [
    {
      "id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "2015-2016",
      "starts_on": "2015-09-01",
      "ends_on": "2016-06-30",
      "slug": "nhl-2015-2016",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "rosters": [
    {
      "id": "7f2f7827-7482-4164-981e-f97b23ae900c",
      "created_at": "2015-12-18T01:58:42-05:00",
      "updated_at": "2015-12-18T01:58:42-05:00",
      "last_game_started_at": "2015-09-26T19:00:00-04:00",
      "player_id": "0b61d54e-771d-412f-88a2-91a6d4bbce11",
      "team_id": "e9d7bcb5-6723-4ca9-b1d9-1ccd026be1cb",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca"
    },
    {
      "id": "5a109ff9-d8c3-4ed2-a12f-c9772c4f74f3",
      "created_at": "2015-12-18T01:55:28-05:00",
      "updated_at": "2015-12-18T20:56:03-05:00",
      "last_game_started_at": "2015-09-28T19:00:00-04:00",
      "player_id": "cda2ed10-334e-4be8-a106-0fc8df90e17f",
      "team_id": "e9d7bcb5-6723-4ca9-b1d9-1ccd026be1cb",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca"
    },
    {
      "id": "179b11cd-8f18-4a5b-b04c-8bc0751ee4c5",
      "created_at": "2015-12-18T01:12:23-05:00",
      "updated_at": "2015-12-19T12:08:31-05:00",
      "last_game_started_at": "2015-12-14T19:00:00-05:00",
      "player_id": "7d9b2401-aa52-4373-a837-c13b1aa350ba",
      "team_id": "e9d7bcb5-6723-4ca9-b1d9-1ccd026be1cb",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca"
    },
    {
      "id": "ee0fcd04-6ccb-4b6d-ac3a-23ea98d81b38",
      "created_at": "2015-12-18T01:12:23-05:00",
      "updated_at": "2015-12-19T12:08:30-05:00",
      "last_game_started_at": "2015-12-14T19:00:00-05:00",
      "player_id": "2d6f1ec8-470e-4399-b684-c0077ee93176",
      "team_id": "e9d7bcb5-6723-4ca9-b1d9-1ccd026be1cb",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca"
    },
    {
      "id": "15a43fdf-07c2-4724-8810-caddfa28351f",
      "created_at": "2015-12-18T01:55:27-05:00",
      "updated_at": "2015-12-18T19:46:27-05:00",
      "last_game_started_at": "2015-09-26T19:00:00-04:00",
      "player_id": "aeb67101-94e7-4cc5-a93d-803b6605fbbc",
      "team_id": "e9d7bcb5-6723-4ca9-b1d9-1ccd026be1cb",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca"
    },
    {
      "id": "3d2a2e38-529b-4f72-9d31-d74708e9704f",
      "created_at": "2015-12-18T02:01:00-05:00",
      "updated_at": "2015-12-18T02:01:00-05:00",
      "last_game_started_at": "2015-09-30T19:00:00-04:00",
      "player_id": "7ae37e87-1069-428d-aeb5-c399178107c8",
      "team_id": "e9d7bcb5-6723-4ca9-b1d9-1ccd026be1cb",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca"
    }
  ]
}

This endpoint retrieves NHL Rosters.

HTTP Request

GET https://api.stattleship.com/hockey/nhl/rosters

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
team_id Team slug such as nhl-was for the Capitals
season_id Current season Season slug such as nhl-2015-2016

Scoreboards

Baseball Scoreboards

curl -X "GET" "https://api.stattleship.com/baseball/mlb/scoreboards" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "games": [
    {
      "id": "e5fbdff2-c86b-44f0-89c6-1f60fede1d19",
      "created_at": "2017-02-15T18:29:31-05:00",
      "updated_at": "2017-04-22T16:37:24-04:00",
      "at_neutral_site": null,
      "attendance": 27189,
      "away_team_outcome": "win",
      "away_team_score": 12,
      "broadcast": "MLBN",
      "clock": ":30",
      "clock_secs": 0,
      "daytime": true,
      "duration": 12240,
      "ended_at": "2017-04-22T16:34:00-04:00",
      "home_team_outcome": "loss",
      "home_team_score": 8,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Cubs vs Reds",
      "name": "Cubs vs Reds April 22, 2017 at  1:10pm",
      "on": "on April 22, 2017",
      "period": 9,
      "period_label": "Inning",
      "score": "12-8",
      "score_differential": 4,
      "scoreline": "Cubs 12 - Reds 8",
      "slug": "mlb-2017-chc-cin-2017-04-22-1310",
      "started_at": "2017-04-22T13:10:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MLBN",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1492881000,
      "title": "Cubs vs Reds",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "84e287b3-8aa1-4cb5-bcce-6a0e8ba97f91",
      "away_team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "winning_team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "season_id": "7273bcc6-f05f-42e0-a860-e05c1e943078",
      "venue_id": "423023e8-3bf7-44a4-91d5-9d9d4e7f7e83",
      "official_ids": [
        "f88a2e6b-4779-4d03-8fb8-763cded66a1d",
        "6bcffcbb-b534-4299-b2ea-04c3f7313692",
        "9df08f9b-37ad-467e-9ec4-ec38491f382f",
        "f5e3185f-6cc0-4c78-875e-63d7ab44989c"
      ]
    }
  ],
  "home_teams": [
    {
      "id": "84e287b3-8aa1-4cb5-bcce-6a0e8ba97f91",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "C6011F",
      "colors": [
        "C6011F",
        "000000"
      ],
      "hashtag": "Reds",
      "hashtags": [
        "Reds"
      ],
      "location": "Cincinnati",
      "name": "Cincinnati",
      "nickname": "Reds",
      "latitude": 39.1031182,
      "longitude": -84.5120196,
      "slug": "mlb-cin",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "leagues": [
    {
      "id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-07-12T19:34:12-04:00",
      "abbreviation": "MLB",
      "color": null,
      "minutes_per_period": 1,
      "name": "Major League Baseball",
      "periods": 9,
      "slug": "mlb",
      "sport": "baseball"
    }
  ],
  "away_teams": [
    {
      "id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "CC3433",
      "colors": [
        "CC3433",
        "0E3386"
      ],
      "hashtag": "Cubs",
      "hashtags": [
        "Cubs"
      ],
      "location": "Chicago",
      "name": "Chi. Cubs",
      "nickname": "Cubs",
      "latitude": 41.8781136,
      "longitude": -87.6297982,
      "slug": "mlb-chc",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "winning_teams": [
    {
      "id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "CC3433",
      "colors": [
        "CC3433",
        "0E3386"
      ],
      "hashtag": "Cubs",
      "hashtags": [
        "Cubs"
      ],
      "location": "Chicago",
      "name": "Chi. Cubs",
      "nickname": "Cubs",
      "latitude": 41.8781136,
      "longitude": -87.6297982,
      "slug": "mlb-chc",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "seasons": [
    {
      "id": "7273bcc6-f05f-42e0-a860-e05c1e943078",
      "created_at": "2017-02-14T19:00:00-05:00",
      "updated_at": "2017-03-07T09:02:50-05:00",
      "name": "2017",
      "current_interval_type": "regularseason",
      "starts_on": "2017-01-02",
      "ends_on": "2017-11-30",
      "stats_coverage": "season_stat_and_boxscore_play_by_play",
      "slug": "mlb-2017",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "venues": [
    {
      "id": "423023e8-3bf7-44a4-91d5-9d9d4e7f7e83",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-13T06:37:01-04:00",
      "abbreviation": "Great American Ball Park",
      "capacity": 42319,
      "city": "Cincinnati",
      "country": "USA",
      "field_type": "grass",
      "name": "Great American Ball Park",
      "slug": "gabp",
      "state": "OH",
      "stadium_type": null,
      "time_zone": "US/Eastern",
      "latitude": 39.1031182,
      "longitude": -84.5120196
    }
  ],
  "officials": [
    {
      "id": "f88a2e6b-4779-4d03-8fb8-763cded66a1d",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-04-22T13:10:17-04:00",
      "first_name": "Jeff",
      "last_name": "Nelson",
      "name": "Jeff Nelson",
      "role": "3B",
      "role_label": "Third Base",
      "uniform_number": "45"
    },
    {
      "id": "6bcffcbb-b534-4299-b2ea-04c3f7313692",
      "created_at": "2016-07-13T06:04:24-04:00",
      "updated_at": "2017-04-22T13:10:17-04:00",
      "first_name": "Laz",
      "last_name": "Diaz",
      "name": "Laz Diaz",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": null
    },
    {
      "id": "9df08f9b-37ad-467e-9ec4-ec38491f382f",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-04-22T13:10:16-04:00",
      "first_name": "Doug",
      "last_name": "Eddings",
      "name": "Doug Eddings",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "88"
    },
    {
      "id": "f5e3185f-6cc0-4c78-875e-63d7ab44989c",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-04-22T13:10:17-04:00",
      "first_name": "Cory",
      "last_name": "Blaser",
      "name": "Cory Blaser",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "89"
    }
  ],
  "scoreboards": [
    {
      "id": "2d1e859c-87ee-47cf-ac6a-274fa7032532",
      "created_at": "2017-04-22T16:09:40-04:00",
      "updated_at": "2017-04-22T16:12:20-04:00",
      "away_description": "Cubs lead the Reds 12 to 6",
      "away_team_outcome": "win",
      "away_team_score": 12,
      "away_team_verb": "lead",
      "broadcast": "MLBN",
      "clock": ":00",
      "clock_seconds": 0,
      "game_clock_seconds": 480,
      "game_over": false,
      "home_description": "Reds trail the Cubs 12 to 6",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 6,
      "period": 9,
      "period_label": "Top of 9th Inning",
      "points": 18,
      "score": "12 to 6",
      "status": "in_progress",
      "title": "Chicago vs Cincinnati | Top of 9th Inning | Great American Ball Park | MLBN",
      "week_label": null,
      "game_id": "e5fbdff2-c86b-44f0-89c6-1f60fede1d19"
    },
    {
      "id": "1fab8d32-bfaa-4c68-a07d-80b0be34b458",
      "created_at": "2017-04-22T16:23:05-04:00",
      "updated_at": "2017-04-22T16:32:23-04:00",
      "away_description": "Cubs lead the Reds 12 to 8",
      "away_team_outcome": "win",
      "away_team_score": 12,
      "away_team_verb": "lead",
      "broadcast": "MLBN",
      "clock": ":30",
      "clock_seconds": 30,
      "game_clock_seconds": 450,
      "game_over": false,
      "home_description": "Reds trail the Cubs 12 to 8",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 8,
      "period": 9,
      "period_label": "Bottom of 9th Inning",
      "points": 20,
      "score": "12 to 8",
      "status": "in_progress",
      "title": "Chicago vs Cincinnati | Bottom of 9th Inning | Great American Ball Park | MLBN",
      "week_label": null,
      "game_id": "e5fbdff2-c86b-44f0-89c6-1f60fede1d19"
    },
    {
      "id": "71fb1ba1-36fd-4b74-90e7-adff6b8606ec",
      "created_at": "2017-04-22T16:37:26-04:00",
      "updated_at": "2017-04-22T16:37:26-04:00",
      "away_description": "Cubs beat the Reds 12 to 8",
      "away_team_outcome": "win",
      "away_team_score": 12,
      "away_team_verb": "beat",
      "broadcast": "MLBN",
      "clock": ":30",
      "clock_seconds": 30,
      "game_clock_seconds": 450,
      "game_over": true,
      "home_description": "Reds lost to the Cubs 12 to 8",
      "home_team_outcome": "loss",
      "home_team_verb": "lost to",
      "home_team_score": 8,
      "period": 9,
      "period_label": "Final",
      "points": 20,
      "score": "12 to 8",
      "status": "closed",
      "title": "Chicago vs Cincinnati | Final | Great American Ball Park | MLBN",
      "week_label": null,
      "game_id": "e5fbdff2-c86b-44f0-89c6-1f60fede1d19"
    },
    {
      "id": "f89f9aa4-8a72-47d8-b723-97b1822a16fd",
      "created_at": "2017-04-22T16:35:59-04:00",
      "updated_at": "2017-04-22T16:35:59-04:00",
      "away_description": "Cubs defeated the Reds 12 to 8",
      "away_team_outcome": "win",
      "away_team_score": 12,
      "away_team_verb": "defeated",
      "broadcast": "MLBN",
      "clock": ":30",
      "clock_seconds": 30,
      "game_clock_seconds": 450,
      "game_over": true,
      "home_description": "Reds lost to the Cubs 12 to 8",
      "home_team_outcome": "loss",
      "home_team_verb": "lost to",
      "home_team_score": 8,
      "period": 9,
      "period_label": "Final",
      "points": 20,
      "score": "12 to 8",
      "status": "complete",
      "title": "Chicago vs Cincinnati | Final | Great American Ball Park | MLBN",
      "week_label": null,
      "game_id": "e5fbdff2-c86b-44f0-89c6-1f60fede1d19"
    },
    {
      "id": "0745fee9-b0ae-4d4c-9b67-13813ee95f67",
      "created_at": "2017-04-22T15:42:55-04:00",
      "updated_at": "2017-04-22T15:42:55-04:00",
      "away_description": "Cubs lead the Reds 11 to 5",
      "away_team_outcome": "win",
      "away_team_score": 11,
      "away_team_verb": "lead",
      "broadcast": "MLBN",
      "clock": ":00",
      "clock_seconds": 0,
      "game_clock_seconds": 420,
      "game_over": false,
      "home_description": "Reds trail the Cubs 11 to 5",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 5,
      "period": 8,
      "period_label": "Top of 8th Inning",
      "points": 16,
      "score": "11 to 5",
      "status": "in_progress",
      "title": "Chicago vs Cincinnati | Top of 8th Inning | Great American Ball Park | MLBN",
      "week_label": null,
      "game_id": "e5fbdff2-c86b-44f0-89c6-1f60fede1d19"
    },
    {
      "id": "b0e97419-8cb2-4dec-87e5-cb7c50b20a56",
      "created_at": "2017-04-22T15:51:32-04:00",
      "updated_at": "2017-04-22T15:57:11-04:00",
      "away_description": "Cubs lead the Reds 11 to 6",
      "away_team_outcome": "win",
      "away_team_score": 11,
      "away_team_verb": "lead",
      "broadcast": "MLBN",
      "clock": ":30",
      "clock_seconds": 30,
      "game_clock_seconds": 390,
      "game_over": false,
      "home_description": "Reds trail the Cubs 11 to 6",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 6,
      "period": 8,
      "period_label": "Bottom of 8th Inning",
      "points": 17,
      "score": "11 to 6",
      "status": "in_progress",
      "title": "Chicago vs Cincinnati | Bottom of 8th Inning | Great American Ball Park | MLBN",
      "week_label": null,
      "game_id": "e5fbdff2-c86b-44f0-89c6-1f60fede1d19"
    },
    {
      "id": "62cc58b5-6473-451a-8a4b-efecc702a4f7",
      "created_at": "2017-04-22T15:30:02-04:00",
      "updated_at": "2017-04-22T15:30:02-04:00",
      "away_description": "Cubs lead the Reds 11 to 5",
      "away_team_outcome": "win",
      "away_team_score": 11,
      "away_team_verb": "lead",
      "broadcast": "MLBN",
      "clock": ":00",
      "clock_seconds": 0,
      "game_clock_seconds": 360,
      "game_over": false,
      "home_description": "Reds trail the Cubs 11 to 5",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 5,
      "period": 7,
      "period_label": "Top of 7th Inning",
      "points": 16,
      "score": "11 to 5",
      "status": "in_progress",
      "title": "Chicago vs Cincinnati | Top of 7th Inning | Great American Ball Park | MLBN",
      "week_label": null,
      "game_id": "e5fbdff2-c86b-44f0-89c6-1f60fede1d19"
    },
    {
      "id": "6e06b329-4377-4710-ad97-830dd8171746",
      "created_at": "2017-04-22T15:35:04-04:00",
      "updated_at": "2017-04-22T15:35:04-04:00",
      "away_description": "Cubs lead the Reds 11 to 5",
      "away_team_outcome": "win",
      "away_team_score": 11,
      "away_team_verb": "lead",
      "broadcast": "MLBN",
      "clock": ":30",
      "clock_seconds": 30,
      "game_clock_seconds": 330,
      "game_over": false,
      "home_description": "Reds trail the Cubs 11 to 5",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 5,
      "period": 7,
      "period_label": "Bottom of 7th Inning",
      "points": 16,
      "score": "11 to 5",
      "status": "in_progress",
      "title": "Chicago vs Cincinnati | Bottom of 7th Inning | Great American Ball Park | MLBN",
      "week_label": null,
      "game_id": "e5fbdff2-c86b-44f0-89c6-1f60fede1d19"
    },
    {
      "id": "34be6656-632e-4bf5-ad07-3177ca728bc3",
      "created_at": "2017-04-22T15:12:08-04:00",
      "updated_at": "2017-04-22T15:19:17-04:00",
      "away_description": "Cubs lead the Reds 11 to 5",
      "away_team_outcome": "win",
      "away_team_score": 11,
      "away_team_verb": "lead",
      "broadcast": "MLBN",
      "clock": ":00",
      "clock_seconds": 0,
      "game_clock_seconds": 300,
      "game_over": false,
      "home_description": "Reds trail the Cubs 11 to 5",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 5,
      "period": 6,
      "period_label": "Top of 6th Inning",
      "points": 16,
      "score": "11 to 5",
      "status": "in_progress",
      "title": "Chicago vs Cincinnati | Top of 6th Inning | Great American Ball Park | MLBN",
      "week_label": null,
      "game_id": "e5fbdff2-c86b-44f0-89c6-1f60fede1d19"
    },
    {
      "id": "cefc3464-0255-4b9e-8ea7-382551365df3",
      "created_at": "2017-04-22T15:23:19-04:00",
      "updated_at": "2017-04-22T15:23:19-04:00",
      "away_description": "Cubs lead the Reds 11 to 5",
      "away_team_outcome": "win",
      "away_team_score": 11,
      "away_team_verb": "lead",
      "broadcast": "MLBN",
      "clock": ":30",
      "clock_seconds": 30,
      "game_clock_seconds": 270,
      "game_over": false,
      "home_description": "Reds trail the Cubs 11 to 5",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 5,
      "period": 6,
      "period_label": "Bottom of 6th Inning",
      "points": 16,
      "score": "11 to 5",
      "status": "in_progress",
      "title": "Chicago vs Cincinnati | Bottom of 6th Inning | Great American Ball Park | MLBN",
      "week_label": null,
      "game_id": "e5fbdff2-c86b-44f0-89c6-1f60fede1d19"
    }
  ]
}

This endpoint retrieves MLB Scoreboards.

HTTP Request

GET https://api.stattleship.com/baseball/mlb/scoreboards

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
game_id Optional. Game slug.
team_id Optional. Team slug such as mlb-bos for the Bruins
interval_type regularseason See interval_type for sport.
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2017-04-22
since Friendly date such as 1 week ago or 4 days ago or last Sunday; or a timestamp such as 1448820000
season_id Current season Season slug such as mlb-2017
status Optional. One of canceled

Basketball Scoreboards

curl -X "GET" "https://api.stattleship.com/basketball/nba/scoreboards" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "games": [
    {
      "id": "620d0a4d-a75b-41f4-9581-12980f47d2d5",
      "created_at": "2017-04-14T08:14:50-04:00",
      "updated_at": "2017-04-23T01:26:21-04:00",
      "at_neutral_site": null,
      "attendance": 20177,
      "away_team_outcome": "win",
      "away_team_score": 119,
      "broadcast": "ESPN and 206",
      "clock": "00:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 9120,
      "ended_at": "2017-04-22T22:02:00-07:00",
      "home_team_outcome": "loss",
      "home_team_score": 113,
      "humidity": null,
      "interval": "Postseason",
      "interval_number": null,
      "interval_type": "postseason",
      "label": "Warriors vs Trail Blazers",
      "name": "Warriors vs Trail Blazers April 22, 2017 at  7:30pm",
      "on": "on April 22, 2017",
      "period": 4,
      "period_label": "Quarter",
      "score": "119-113",
      "score_differential": 6,
      "scoreline": "Warriors 119 - Trail Blazers 113",
      "slug": "nba-2016-2017-gs-por-2017-04-22-1930",
      "started_at": "2017-04-22T19:30:00-07:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": "206",
      "television_coverage": "ESPN",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1492914600,
      "title": "Warriors vs Trail Blazers",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "181740b1-0645-421e-aa03-7b01268bd639",
      "away_team_id": "2a173568-fca6-4891-8c3b-3573547b0b6b",
      "winning_team_id": "2a173568-fca6-4891-8c3b-3573547b0b6b",
      "season_id": "b0ce2ee1-61bd-44ea-bd34-450160a10e49",
      "venue_id": "40f7a71f-aa9f-4cb8-bb77-6d3e9dcc341d",
      "official_ids": [
        "27617879-1fca-4862-ba35-10971e844615",
        "9b08c436-7cc1-4dd1-8189-091e53481580",
        "78df024d-79a4-43b5-a0ea-6d4d2c89736e"
      ]
    }
  ],
  "home_teams": [
    {
      "id": "181740b1-0645-421e-aa03-7b01268bd639",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-15T09:27:06-04:00",
      "color": "e03a3e",
      "colors": [
        "e03a3e",
        "bac3c9",
        "061922"
      ],
      "hashtag": "RipCity",
      "hashtags": [
        "RipCity",
        "Blazers"
      ],
      "location": "Portland",
      "name": "Portland",
      "nickname": "Trail Blazers",
      "latitude": 45.52345,
      "longitude": -122.67621,
      "slug": "nba-por",
      "division_id": "99f54b82-4f3e-44f1-b311-f7806d4ba9a9",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "leagues": [
    {
      "id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-15T09:27:05-04:00",
      "abbreviation": "NBA",
      "color": null,
      "minutes_per_period": 12,
      "name": "National Basketball Association",
      "periods": 4,
      "slug": "nba",
      "sport": "basketball"
    }
  ],
  "away_teams": [
    {
      "id": "2a173568-fca6-4891-8c3b-3573547b0b6b",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-15T09:27:06-04:00",
      "color": "fdb927",
      "colors": [
        "fdb927",
        "006bb6",
        "26282a"
      ],
      "hashtag": "DubNation",
      "hashtags": [
        "DubNation",
        "WarriorsGround"
      ],
      "location": "Golden State",
      "name": "Golden State",
      "nickname": "Warriors",
      "latitude": 37.6830258,
      "longitude": -122.1553887,
      "slug": "nba-gs",
      "division_id": "0df84c15-1dbc-471e-b9d9-d277eeba9eba",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "winning_teams": [
    {
      "id": "2a173568-fca6-4891-8c3b-3573547b0b6b",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-15T09:27:06-04:00",
      "color": "fdb927",
      "colors": [
        "fdb927",
        "006bb6",
        "26282a"
      ],
      "hashtag": "DubNation",
      "hashtags": [
        "DubNation",
        "WarriorsGround"
      ],
      "location": "Golden State",
      "name": "Golden State",
      "nickname": "Warriors",
      "latitude": 37.6830258,
      "longitude": -122.1553887,
      "slug": "nba-gs",
      "division_id": "0df84c15-1dbc-471e-b9d9-d277eeba9eba",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "seasons": [
    {
      "id": "b0ce2ee1-61bd-44ea-bd34-450160a10e49",
      "created_at": "2016-06-22T10:05:25-04:00",
      "updated_at": "2017-03-07T09:02:51-05:00",
      "name": "2016-2017",
      "current_interval_type": "postseason",
      "starts_on": "2016-10-01",
      "ends_on": "2017-06-30",
      "stats_coverage": "season_stat_and_boxscore_play_by_play",
      "slug": "nba-2016-2017",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "venues": [
    {
      "id": "40f7a71f-aa9f-4cb8-bb77-6d3e9dcc341d",
      "created_at": "2016-01-06T00:48:05-05:00",
      "updated_at": "2016-10-15T09:27:06-04:00",
      "abbreviation": "Moda Center",
      "capacity": 19980,
      "city": "Portland",
      "country": "USA",
      "field_type": null,
      "name": "Moda Center",
      "slug": "mc",
      "state": "OR",
      "stadium_type": null,
      "time_zone": "US/Pacific",
      "latitude": 45.52345,
      "longitude": -122.67621
    }
  ],
  "officials": [
    {
      "id": "27617879-1fca-4862-ba35-10971e844615",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-02-11T19:49:31-05:00",
      "first_name": "Ken",
      "last_name": "Mauer",
      "name": "Ken Mauer",
      "role": "Head Official",
      "role_label": "Head Official",
      "uniform_number": "41"
    },
    {
      "id": "9b08c436-7cc1-4dd1-8189-091e53481580",
      "created_at": "2016-04-03T02:35:24-04:00",
      "updated_at": "2017-01-05T22:31:30-05:00",
      "first_name": "Leroy",
      "last_name": "Richardson",
      "name": "Leroy Richardson",
      "role": "Official",
      "role_label": "Official",
      "uniform_number": "20"
    },
    {
      "id": "78df024d-79a4-43b5-a0ea-6d4d2c89736e",
      "created_at": "2016-04-03T02:35:26-04:00",
      "updated_at": "2017-04-16T13:01:49-04:00",
      "first_name": "Zach",
      "last_name": "Zarba",
      "name": "Zach Zarba",
      "role": "Official",
      "role_label": "Official",
      "uniform_number": "15"
    }
  ],
  "scoreboards": [
    {
      "id": "f02acf9f-d654-4438-9556-2c70778c6f85",
      "created_at": "2017-04-23T01:20:45-04:00",
      "updated_at": "2017-04-23T01:24:30-04:00",
      "away_description": "Warriors defeated the Trail Blazers 119 to 113",
      "away_team_outcome": "win",
      "away_team_score": 119,
      "away_team_verb": "beat",
      "broadcast": "ESPN and 206",
      "clock": "00:00",
      "clock_seconds": 0,
      "game_clock_seconds": 2160,
      "game_over": true,
      "home_description": "Trail Blazers lost to the Warriors 119 to 113",
      "home_team_outcome": "loss",
      "home_team_verb": "lost to",
      "home_team_score": 113,
      "period": 4,
      "period_label": "Final",
      "points": 232,
      "score": "119 to 113",
      "status": "complete",
      "title": "Golden State vs Portland | Final | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "89a60865-1216-4006-88ab-68990cb021dc",
      "created_at": "2017-04-23T01:26:23-04:00",
      "updated_at": "2017-04-23T01:26:23-04:00",
      "away_description": "Warriors defeated the Trail Blazers 119 to 113",
      "away_team_outcome": "win",
      "away_team_score": 119,
      "away_team_verb": "beat",
      "broadcast": "ESPN and 206",
      "clock": "00:00",
      "clock_seconds": 0,
      "game_clock_seconds": 2160,
      "game_over": true,
      "home_description": "Trail Blazers lost to the Warriors 119 to 113",
      "home_team_outcome": "loss",
      "home_team_verb": "lost to",
      "home_team_score": 113,
      "period": 4,
      "period_label": "Final",
      "points": 232,
      "score": "119 to 113",
      "status": "closed",
      "title": "Golden State vs Portland | Final | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "90a60c16-c64c-4be6-8e3b-ebe0a556952e",
      "created_at": "2017-04-23T01:18:52-04:00",
      "updated_at": "2017-04-23T01:18:52-04:00",
      "away_description": "Warriors lead the Trail Blazers 117 to 112",
      "away_team_outcome": "win",
      "away_team_score": 117,
      "away_team_verb": "lead",
      "broadcast": "ESPN and 206",
      "clock": "00:10",
      "clock_seconds": 10,
      "game_clock_seconds": 2150,
      "game_over": false,
      "home_description": "Trail Blazers trail the Warriors 117 to 112",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 112,
      "period": 4,
      "period_label": "4th Quarter | 00:10",
      "points": 229,
      "score": "117 to 112",
      "status": "in_progress",
      "title": "Golden State vs Portland | 4th Quarter | 00:10 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "08cad21b-1f24-436c-81d4-fb59375716c3",
      "created_at": "2017-04-23T01:17:00-04:00",
      "updated_at": "2017-04-23T01:17:00-04:00",
      "away_description": "Warriors lead the Trail Blazers 115 to 109",
      "away_team_outcome": "win",
      "away_team_score": 115,
      "away_team_verb": "lead",
      "broadcast": "ESPN and 206",
      "clock": "00:26",
      "clock_seconds": 26,
      "game_clock_seconds": 2134,
      "game_over": false,
      "home_description": "Trail Blazers trail the Warriors 115 to 109",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 109,
      "period": 4,
      "period_label": "4th Quarter | 00:26",
      "points": 224,
      "score": "115 to 109",
      "status": "in_progress",
      "title": "Golden State vs Portland | 4th Quarter | 00:26 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "4ad9e1cc-cdf7-4010-a79d-4c19535deb91",
      "created_at": "2017-04-23T01:15:06-04:00",
      "updated_at": "2017-04-23T01:15:06-04:00",
      "away_description": "Warriors lead the Trail Blazers 113 to 108",
      "away_team_outcome": "win",
      "away_team_score": 113,
      "away_team_verb": "lead",
      "broadcast": "ESPN and 206",
      "clock": "00:41",
      "clock_seconds": 41,
      "game_clock_seconds": 2119,
      "game_over": false,
      "home_description": "Trail Blazers trail the Warriors 113 to 108",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 108,
      "period": 4,
      "period_label": "4th Quarter | 00:41",
      "points": 221,
      "score": "113 to 108",
      "status": "in_progress",
      "title": "Golden State vs Portland | 4th Quarter | 00:41 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "63185833-2ed5-431d-b5de-a8a4205b1af3",
      "created_at": "2017-04-23T01:13:13-04:00",
      "updated_at": "2017-04-23T01:13:13-04:00",
      "away_description": "Warriors lead the Trail Blazers 110 to 106",
      "away_team_outcome": "win",
      "away_team_score": 110,
      "away_team_verb": "lead",
      "broadcast": "ESPN and 206",
      "clock": "1:29",
      "clock_seconds": 89,
      "game_clock_seconds": 2071,
      "game_over": false,
      "home_description": "Trail Blazers trail the Warriors 110 to 106",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 106,
      "period": 4,
      "period_label": "4th Quarter | 1:29",
      "points": 216,
      "score": "110 to 106",
      "status": "in_progress",
      "title": "Golden State vs Portland | 4th Quarter | 1:29 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "3aee0f07-3624-4d56-918a-0bad00544287",
      "created_at": "2017-04-23T01:11:20-04:00",
      "updated_at": "2017-04-23T01:11:20-04:00",
      "away_description": "Warriors lead the Trail Blazers 110 to 104",
      "away_team_outcome": "win",
      "away_team_score": 110,
      "away_team_verb": "lead",
      "broadcast": "ESPN and 206",
      "clock": "2:15",
      "clock_seconds": 135,
      "game_clock_seconds": 2025,
      "game_over": false,
      "home_description": "Trail Blazers trail the Warriors 110 to 104",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 104,
      "period": 4,
      "period_label": "4th Quarter | 2:15",
      "points": 214,
      "score": "110 to 104",
      "status": "in_progress",
      "title": "Golden State vs Portland | 4th Quarter | 2:15 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "9fccbad4-9969-4d9b-8cca-f61467366acf",
      "created_at": "2017-04-23T01:09:26-04:00",
      "updated_at": "2017-04-23T01:09:26-04:00",
      "away_description": "Warriors lead the Trail Blazers 108 to 101",
      "away_team_outcome": "win",
      "away_team_score": 108,
      "away_team_verb": "lead",
      "broadcast": "ESPN and 206",
      "clock": "3:48",
      "clock_seconds": 228,
      "game_clock_seconds": 1932,
      "game_over": false,
      "home_description": "Trail Blazers trail the Warriors 108 to 101",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 101,
      "period": 4,
      "period_label": "4th Quarter | 3:48",
      "points": 209,
      "score": "108 to 101",
      "status": "in_progress",
      "title": "Golden State vs Portland | 4th Quarter | 3:48 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "813c9fa3-8b35-4b07-9d50-cb74f288ee03",
      "created_at": "2017-04-23T01:05:40-04:00",
      "updated_at": "2017-04-23T01:05:40-04:00",
      "away_description": "Warriors lead the Trail Blazers 108 to 100",
      "away_team_outcome": "win",
      "away_team_score": 108,
      "away_team_verb": "lead",
      "broadcast": "ESPN and 206",
      "clock": "4:05",
      "clock_seconds": 245,
      "game_clock_seconds": 1915,
      "game_over": false,
      "home_description": "Trail Blazers trail the Warriors 108 to 100",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 100,
      "period": 4,
      "period_label": "4th Quarter | 4:05",
      "points": 208,
      "score": "108 to 100",
      "status": "in_progress",
      "title": "Golden State vs Portland | 4th Quarter | 4:05 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "ec7a8952-f808-4566-884d-8a15ccf29795",
      "created_at": "2017-04-23T01:03:49-04:00",
      "updated_at": "2017-04-23T01:03:49-04:00",
      "away_description": "Warriors lead the Trail Blazers 101 to 98",
      "away_team_outcome": "win",
      "away_team_score": 101,
      "away_team_verb": "lead",
      "broadcast": "ESPN and 206",
      "clock": "5:25",
      "clock_seconds": 325,
      "game_clock_seconds": 1835,
      "game_over": false,
      "home_description": "Trail Blazers trail the Warriors 101 to 98",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 98,
      "period": 4,
      "period_label": "4th Quarter | 5:25",
      "points": 199,
      "score": "101 to 98",
      "status": "in_progress",
      "title": "Golden State vs Portland | 4th Quarter | 5:25 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "c46a335d-2f46-484f-a0f0-e8252b5c1cce",
      "created_at": "2017-04-23T01:00:03-04:00",
      "updated_at": "2017-04-23T01:00:03-04:00",
      "away_description": "Warriors lead the Trail Blazers 100 to 96",
      "away_team_outcome": "win",
      "away_team_score": 100,
      "away_team_verb": "lead",
      "broadcast": "ESPN and 206",
      "clock": "6:30",
      "clock_seconds": 390,
      "game_clock_seconds": 1770,
      "game_over": false,
      "home_description": "Trail Blazers trail the Warriors 100 to 96",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 96,
      "period": 4,
      "period_label": "4th Quarter | 6:30",
      "points": 196,
      "score": "100 to 96",
      "status": "in_progress",
      "title": "Golden State vs Portland | 4th Quarter | 6:30 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "647ac053-0d18-4cbd-a837-9d42436f8eb1",
      "created_at": "2017-04-23T00:58:09-04:00",
      "updated_at": "2017-04-23T00:58:09-04:00",
      "away_description": "Warriors lead the Trail Blazers 98 to 96",
      "away_team_outcome": "win",
      "away_team_score": 98,
      "away_team_verb": "lead",
      "broadcast": "ESPN and 206",
      "clock": "7:05",
      "clock_seconds": 425,
      "game_clock_seconds": 1735,
      "game_over": false,
      "home_description": "Trail Blazers trail the Warriors 98 to 96",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 96,
      "period": 4,
      "period_label": "4th Quarter | 7:05",
      "points": 194,
      "score": "98 to 96",
      "status": "in_progress",
      "title": "Golden State vs Portland | 4th Quarter | 7:05 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "dce1c67b-4682-4fb8-8ba1-d9139de2b6b5",
      "created_at": "2017-04-23T00:56:16-04:00",
      "updated_at": "2017-04-23T00:56:16-04:00",
      "away_description": "Warriors trail the Trail Blazers 96 to 95",
      "away_team_outcome": "loss",
      "away_team_score": 95,
      "away_team_verb": "trail",
      "broadcast": "ESPN and 206",
      "clock": "7:31",
      "clock_seconds": 451,
      "game_clock_seconds": 1709,
      "game_over": false,
      "home_description": "Trail Blazers lead the Warriors 96 to 95",
      "home_team_outcome": "win",
      "home_team_verb": "lead",
      "home_team_score": 96,
      "period": 4,
      "period_label": "4th Quarter | 7:31",
      "points": 191,
      "score": "96 to 95",
      "status": "in_progress",
      "title": "Golden State vs Portland | 4th Quarter | 7:31 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "2cdf6c4e-17fe-4cfe-bb39-adb0ccf8c625",
      "created_at": "2017-04-23T00:54:24-04:00",
      "updated_at": "2017-04-23T00:54:24-04:00",
      "away_description": "Warriors trail the Trail Blazers 95 to 94",
      "away_team_outcome": "loss",
      "away_team_score": 94,
      "away_team_verb": "trail",
      "broadcast": "ESPN and 206",
      "clock": "8:11",
      "clock_seconds": 491,
      "game_clock_seconds": 1669,
      "game_over": false,
      "home_description": "Trail Blazers lead the Warriors 95 to 94",
      "home_team_outcome": "win",
      "home_team_verb": "lead",
      "home_team_score": 95,
      "period": 4,
      "period_label": "4th Quarter | 8:11",
      "points": 189,
      "score": "95 to 94",
      "status": "in_progress",
      "title": "Golden State vs Portland | 4th Quarter | 8:11 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "41d8a20b-fcb3-4cff-b153-856a134c58fc",
      "created_at": "2017-04-23T00:50:37-04:00",
      "updated_at": "2017-04-23T00:50:37-04:00",
      "away_description": "Warriors trail the Trail Blazers 95 to 94",
      "away_team_outcome": "loss",
      "away_team_score": 94,
      "away_team_verb": "trail",
      "broadcast": "ESPN and 206",
      "clock": "8:20",
      "clock_seconds": 500,
      "game_clock_seconds": 1660,
      "game_over": false,
      "home_description": "Trail Blazers lead the Warriors 95 to 94",
      "home_team_outcome": "win",
      "home_team_verb": "lead",
      "home_team_score": 95,
      "period": 4,
      "period_label": "4th Quarter | 8:20",
      "points": 189,
      "score": "95 to 94",
      "status": "in_progress",
      "title": "Golden State vs Portland | 4th Quarter | 8:20 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "4e2b620a-6d26-412e-aab4-2ef2e67a5ba6",
      "created_at": "2017-04-23T00:52:31-04:00",
      "updated_at": "2017-04-23T00:52:31-04:00",
      "away_description": "Warriors trail the Trail Blazers 95 to 94",
      "away_team_outcome": "loss",
      "away_team_score": 94,
      "away_team_verb": "trail",
      "broadcast": "ESPN and 206",
      "clock": "8:22",
      "clock_seconds": 502,
      "game_clock_seconds": 1658,
      "game_over": false,
      "home_description": "Trail Blazers lead the Warriors 95 to 94",
      "home_team_outcome": "win",
      "home_team_verb": "lead",
      "home_team_score": 95,
      "period": 4,
      "period_label": "4th Quarter | 8:22",
      "points": 189,
      "score": "95 to 94",
      "status": "in_progress",
      "title": "Golden State vs Portland | 4th Quarter | 8:22 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "260343ff-7ccb-4dfb-9692-7aae5e77b61e",
      "created_at": "2017-04-23T00:48:44-04:00",
      "updated_at": "2017-04-23T00:48:44-04:00",
      "away_description": "Warriors lead the Trail Blazers 93 to 92",
      "away_team_outcome": "win",
      "away_team_score": 93,
      "away_team_verb": "lead",
      "broadcast": "ESPN and 206",
      "clock": "9:32",
      "clock_seconds": 572,
      "game_clock_seconds": 1588,
      "game_over": false,
      "home_description": "Trail Blazers trail the Warriors 93 to 92",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 92,
      "period": 4,
      "period_label": "4th Quarter | 9:32",
      "points": 185,
      "score": "93 to 92",
      "status": "in_progress",
      "title": "Golden State vs Portland | 4th Quarter | 9:32 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "4de0dda3-bf13-4691-be32-57705452054b",
      "created_at": "2017-04-23T00:46:50-04:00",
      "updated_at": "2017-04-23T00:46:50-04:00",
      "away_description": "Warriors lead the Trail Blazers 91 to 90",
      "away_team_outcome": "win",
      "away_team_score": 91,
      "away_team_verb": "lead",
      "broadcast": "ESPN and 206",
      "clock": "10:26",
      "clock_seconds": 626,
      "game_clock_seconds": 1534,
      "game_over": false,
      "home_description": "Trail Blazers trail the Warriors 91 to 90",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 90,
      "period": 4,
      "period_label": "4th Quarter | 10:26",
      "points": 181,
      "score": "91 to 90",
      "status": "in_progress",
      "title": "Golden State vs Portland | 4th Quarter | 10:26 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "f5efd98b-4510-4e96-b89a-6865fd263987",
      "created_at": "2017-04-23T00:44:58-04:00",
      "updated_at": "2017-04-23T00:44:58-04:00",
      "away_description": "Warriors trail the Trail Blazers 88 to 87",
      "away_team_outcome": "loss",
      "away_team_score": 87,
      "away_team_verb": "trail",
      "broadcast": "ESPN and 206",
      "clock": "12:00",
      "clock_seconds": 720,
      "game_clock_seconds": 1440,
      "game_over": false,
      "home_description": "Trail Blazers lead the Warriors 88 to 87",
      "home_team_outcome": "win",
      "home_team_verb": "lead",
      "home_team_score": 88,
      "period": 4,
      "period_label": "4th Quarter | 12:00",
      "points": 175,
      "score": "88 to 87",
      "status": "in_progress",
      "title": "Golden State vs Portland | 4th Quarter | 12:00 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "f1b39392-0f05-4abc-b025-e6fa5df663d5",
      "created_at": "2017-04-23T00:43:06-04:00",
      "updated_at": "2017-04-23T00:43:06-04:00",
      "away_description": "Warriors trail the Trail Blazers 88 to 87",
      "away_team_outcome": "loss",
      "away_team_score": 87,
      "away_team_verb": "trail",
      "broadcast": "ESPN and 206",
      "clock": "00:00",
      "clock_seconds": 0,
      "game_clock_seconds": 1440,
      "game_over": false,
      "home_description": "Trail Blazers lead the Warriors 88 to 87",
      "home_team_outcome": "win",
      "home_team_verb": "lead",
      "home_team_score": 88,
      "period": 3,
      "period_label": "3rd Quarter | 00:00",
      "points": 175,
      "score": "88 to 87",
      "status": "in_progress",
      "title": "Golden State vs Portland | 3rd Quarter | 00:00 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "694fbbab-d9de-4d66-9e6f-22e3cd969358",
      "created_at": "2017-04-23T00:41:12-04:00",
      "updated_at": "2017-04-23T00:41:12-04:00",
      "away_description": "Warriors trail the Trail Blazers 88 to 87",
      "away_team_outcome": "loss",
      "away_team_score": 87,
      "away_team_verb": "trail",
      "broadcast": "ESPN and 206",
      "clock": "00:03",
      "clock_seconds": 3,
      "game_clock_seconds": 1437,
      "game_over": false,
      "home_description": "Trail Blazers lead the Warriors 88 to 87",
      "home_team_outcome": "win",
      "home_team_verb": "lead",
      "home_team_score": 88,
      "period": 3,
      "period_label": "3rd Quarter | 00:03",
      "points": 175,
      "score": "88 to 87",
      "status": "in_progress",
      "title": "Golden State vs Portland | 3rd Quarter | 00:03 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "94d63b92-e266-4b5a-baee-e95d4491c52f",
      "created_at": "2017-04-23T00:39:18-04:00",
      "updated_at": "2017-04-23T00:39:18-04:00",
      "away_description": "Warriors lead the Trail Blazers 87 to 86",
      "away_team_outcome": "win",
      "away_team_score": 87,
      "away_team_verb": "lead",
      "broadcast": "ESPN and 206",
      "clock": "00:56",
      "clock_seconds": 56,
      "game_clock_seconds": 1384,
      "game_over": false,
      "home_description": "Trail Blazers trail the Warriors 87 to 86",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 86,
      "period": 3,
      "period_label": "3rd Quarter | 00:56",
      "points": 173,
      "score": "87 to 86",
      "status": "in_progress",
      "title": "Golden State vs Portland | 3rd Quarter | 00:56 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "785ceacf-9fa1-40b9-8108-e3ca3090dc8e",
      "created_at": "2017-04-23T00:37:27-04:00",
      "updated_at": "2017-04-23T00:37:27-04:00",
      "away_description": "Warriors are tied with the Trail Blazers at 83",
      "away_team_outcome": "tie",
      "away_team_score": 83,
      "away_team_verb": "are tied with",
      "broadcast": "ESPN and 206",
      "clock": "2:26",
      "clock_seconds": 146,
      "game_clock_seconds": 1294,
      "game_over": false,
      "home_description": "Trail Blazers are tied with the Warriors at 83",
      "home_team_outcome": "tie",
      "home_team_verb": "are tied with",
      "home_team_score": 83,
      "period": 3,
      "period_label": "3rd Quarter | 2:26",
      "points": 166,
      "score": "at 83",
      "status": "in_progress",
      "title": "Golden State vs Portland | 3rd Quarter | 2:26 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "e8e18db4-4fc3-4093-b244-ca5205ea496c",
      "created_at": "2017-04-23T00:33:40-04:00",
      "updated_at": "2017-04-23T00:33:40-04:00",
      "away_description": "Warriors trail the Trail Blazers 82 to 78",
      "away_team_outcome": "loss",
      "away_team_score": 78,
      "away_team_verb": "trail",
      "broadcast": "ESPN and 206",
      "clock": "3:29",
      "clock_seconds": 209,
      "game_clock_seconds": 1231,
      "game_over": false,
      "home_description": "Trail Blazers lead the Warriors 82 to 78",
      "home_team_outcome": "win",
      "home_team_verb": "lead",
      "home_team_score": 82,
      "period": 3,
      "period_label": "3rd Quarter | 3:29",
      "points": 160,
      "score": "82 to 78",
      "status": "in_progress",
      "title": "Golden State vs Portland | 3rd Quarter | 3:29 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "e2f353d7-ee61-4b24-ab65-0fcf37d2b54d",
      "created_at": "2017-04-23T00:31:47-04:00",
      "updated_at": "2017-04-23T00:31:47-04:00",
      "away_description": "Warriors trail the Trail Blazers 82 to 73",
      "away_team_outcome": "loss",
      "away_team_score": 73,
      "away_team_verb": "trail",
      "broadcast": "ESPN and 206",
      "clock": "3:51",
      "clock_seconds": 231,
      "game_clock_seconds": 1209,
      "game_over": false,
      "home_description": "Trail Blazers lead the Warriors 82 to 73",
      "home_team_outcome": "win",
      "home_team_verb": "lead",
      "home_team_score": 82,
      "period": 3,
      "period_label": "3rd Quarter | 3:51",
      "points": 155,
      "score": "82 to 73",
      "status": "in_progress",
      "title": "Golden State vs Portland | 3rd Quarter | 3:51 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "64f3d93e-bf8d-4be2-8475-b1c39462c5de",
      "created_at": "2017-04-23T00:29:52-04:00",
      "updated_at": "2017-04-23T00:29:52-04:00",
      "away_description": "Warriors trail the Trail Blazers 82 to 70",
      "away_team_outcome": "loss",
      "away_team_score": 70,
      "away_team_verb": "trail",
      "broadcast": "ESPN and 206",
      "clock": "5:17",
      "clock_seconds": 317,
      "game_clock_seconds": 1123,
      "game_over": false,
      "home_description": "Trail Blazers lead the Warriors 82 to 70",
      "home_team_outcome": "win",
      "home_team_verb": "lead",
      "home_team_score": 82,
      "period": 3,
      "period_label": "3rd Quarter | 5:17",
      "points": 152,
      "score": "82 to 70",
      "status": "in_progress",
      "title": "Golden State vs Portland | 3rd Quarter | 5:17 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "1caddf9a-7124-42c1-ad59-6fc562932100",
      "created_at": "2017-04-23T00:26:08-04:00",
      "updated_at": "2017-04-23T00:26:08-04:00",
      "away_description": "Warriors trail the Trail Blazers 82 to 70",
      "away_team_outcome": "loss",
      "away_team_score": 70,
      "away_team_verb": "trail",
      "broadcast": "ESPN and 206",
      "clock": "5:27",
      "clock_seconds": 327,
      "game_clock_seconds": 1113,
      "game_over": false,
      "home_description": "Trail Blazers lead the Warriors 82 to 70",
      "home_team_outcome": "win",
      "home_team_verb": "lead",
      "home_team_score": 82,
      "period": 3,
      "period_label": "3rd Quarter | 5:27",
      "points": 152,
      "score": "82 to 70",
      "status": "in_progress",
      "title": "Golden State vs Portland | 3rd Quarter | 5:27 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "555be91d-f8ee-4a11-a803-39b24cff574f",
      "created_at": "2017-04-23T00:28:00-04:00",
      "updated_at": "2017-04-23T00:28:00-04:00",
      "away_description": "Warriors trail the Trail Blazers 82 to 70",
      "away_team_outcome": "loss",
      "away_team_score": 70,
      "away_team_verb": "trail",
      "broadcast": "ESPN and 206",
      "clock": "5:36",
      "clock_seconds": 336,
      "game_clock_seconds": 1104,
      "game_over": false,
      "home_description": "Trail Blazers lead the Warriors 82 to 70",
      "home_team_outcome": "win",
      "home_team_verb": "lead",
      "home_team_score": 82,
      "period": 3,
      "period_label": "3rd Quarter | 5:36",
      "points": 152,
      "score": "82 to 70",
      "status": "in_progress",
      "title": "Golden State vs Portland | 3rd Quarter | 5:36 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "9a8b6a66-08f2-4c65-b749-4b8ee4ade4a3",
      "created_at": "2017-04-23T00:24:16-04:00",
      "updated_at": "2017-04-23T00:24:16-04:00",
      "away_description": "Warriors trail the Trail Blazers 80 to 66",
      "away_team_outcome": "loss",
      "away_team_score": 66,
      "away_team_verb": "trail",
      "broadcast": "ESPN and 206",
      "clock": "6:41",
      "clock_seconds": 401,
      "game_clock_seconds": 1039,
      "game_over": false,
      "home_description": "Trail Blazers lead the Warriors 80 to 66",
      "home_team_outcome": "win",
      "home_team_verb": "lead",
      "home_team_score": 80,
      "period": 3,
      "period_label": "3rd Quarter | 6:41",
      "points": 146,
      "score": "80 to 66",
      "status": "in_progress",
      "title": "Golden State vs Portland | 3rd Quarter | 6:41 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "634c49ad-2309-42af-bbda-59426ebdd888",
      "created_at": "2017-04-23T00:22:21-04:00",
      "updated_at": "2017-04-23T00:22:21-04:00",
      "away_description": "Warriors trail the Trail Blazers 77 to 63",
      "away_team_outcome": "loss",
      "away_team_score": 63,
      "away_team_verb": "trail",
      "broadcast": "ESPN and 206",
      "clock": "7:12",
      "clock_seconds": 432,
      "game_clock_seconds": 1008,
      "game_over": false,
      "home_description": "Trail Blazers lead the Warriors 77 to 63",
      "home_team_outcome": "win",
      "home_team_verb": "lead",
      "home_team_score": 77,
      "period": 3,
      "period_label": "3rd Quarter | 7:12",
      "points": 140,
      "score": "77 to 63",
      "status": "in_progress",
      "title": "Golden State vs Portland | 3rd Quarter | 7:12 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "f5c5f8ae-678d-478f-ac2d-f6dfc6bbcaa3",
      "created_at": "2017-04-23T00:20:29-04:00",
      "updated_at": "2017-04-23T00:20:29-04:00",
      "away_description": "Warriors trail the Trail Blazers 75 to 62",
      "away_team_outcome": "loss",
      "away_team_score": 62,
      "away_team_verb": "trail",
      "broadcast": "ESPN and 206",
      "clock": "7:54",
      "clock_seconds": 474,
      "game_clock_seconds": 966,
      "game_over": false,
      "home_description": "Trail Blazers lead the Warriors 75 to 62",
      "home_team_outcome": "win",
      "home_team_verb": "lead",
      "home_team_score": 75,
      "period": 3,
      "period_label": "3rd Quarter | 7:54",
      "points": 137,
      "score": "75 to 62",
      "status": "in_progress",
      "title": "Golden State vs Portland | 3rd Quarter | 7:54 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "8b94ba26-a266-4bac-9a88-9ed8f6d0b8d9",
      "created_at": "2017-04-23T00:16:42-04:00",
      "updated_at": "2017-04-23T00:16:42-04:00",
      "away_description": "Warriors trail the Trail Blazers 75 to 59",
      "away_team_outcome": "loss",
      "away_team_score": 59,
      "away_team_verb": "trail",
      "broadcast": "ESPN and 206",
      "clock": "8:26",
      "clock_seconds": 506,
      "game_clock_seconds": 934,
      "game_over": false,
      "home_description": "Trail Blazers lead the Warriors 75 to 59",
      "home_team_outcome": "win",
      "home_team_verb": "lead",
      "home_team_score": 75,
      "period": 3,
      "period_label": "3rd Quarter | 8:26",
      "points": 134,
      "score": "75 to 59",
      "status": "in_progress",
      "title": "Golden State vs Portland | 3rd Quarter | 8:26 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "f1cae76d-34cd-4078-bbcf-12a10e583778",
      "created_at": "2017-04-23T00:18:36-04:00",
      "updated_at": "2017-04-23T00:18:36-04:00",
      "away_description": "Warriors trail the Trail Blazers 75 to 59",
      "away_team_outcome": "loss",
      "away_team_score": 59,
      "away_team_verb": "trail",
      "broadcast": "ESPN and 206",
      "clock": "8:30",
      "clock_seconds": 510,
      "game_clock_seconds": 930,
      "game_over": false,
      "home_description": "Trail Blazers lead the Warriors 75 to 59",
      "home_team_outcome": "win",
      "home_team_verb": "lead",
      "home_team_score": 75,
      "period": 3,
      "period_label": "3rd Quarter | 8:30",
      "points": 134,
      "score": "75 to 59",
      "status": "in_progress",
      "title": "Golden State vs Portland | 3rd Quarter | 8:30 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "e2900b64-a52d-4534-a1e7-dd8916bd2df8",
      "created_at": "2017-04-23T00:14:49-04:00",
      "updated_at": "2017-04-23T00:14:49-04:00",
      "away_description": "Warriors trail the Trail Blazers 70 to 57",
      "away_team_outcome": "loss",
      "away_team_score": 57,
      "away_team_verb": "trail",
      "broadcast": "ESPN and 206",
      "clock": "9:58",
      "clock_seconds": 598,
      "game_clock_seconds": 842,
      "game_over": false,
      "home_description": "Trail Blazers lead the Warriors 70 to 57",
      "home_team_outcome": "win",
      "home_team_verb": "lead",
      "home_team_score": 70,
      "period": 3,
      "period_label": "3rd Quarter | 9:58",
      "points": 127,
      "score": "70 to 57",
      "status": "in_progress",
      "title": "Golden State vs Portland | 3rd Quarter | 9:58 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "f1981141-ecab-4c23-86c2-7ac403631a55",
      "created_at": "2017-04-23T00:12:58-04:00",
      "updated_at": "2017-04-23T00:12:58-04:00",
      "away_description": "Warriors trail the Trail Blazers 70 to 57",
      "away_team_outcome": "loss",
      "away_team_score": 57,
      "away_team_verb": "trail",
      "broadcast": "ESPN and 206",
      "clock": "10:50",
      "clock_seconds": 650,
      "game_clock_seconds": 790,
      "game_over": false,
      "home_description": "Trail Blazers lead the Warriors 70 to 57",
      "home_team_outcome": "win",
      "home_team_verb": "lead",
      "home_team_score": 70,
      "period": 3,
      "period_label": "3rd Quarter | 10:50",
      "points": 127,
      "score": "70 to 57",
      "status": "in_progress",
      "title": "Golden State vs Portland | 3rd Quarter | 10:50 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "d5567848-68dc-442e-8212-244d05623f17",
      "created_at": "2017-04-22T23:55:59-04:00",
      "updated_at": "2017-04-22T23:55:59-04:00",
      "away_description": "Warriors trail the Trail Blazers 67 to 54",
      "away_team_outcome": "loss",
      "away_team_score": 54,
      "away_team_verb": "trail",
      "broadcast": "ESPN and 206",
      "clock": "00:00",
      "clock_seconds": 0,
      "game_clock_seconds": 720,
      "game_over": false,
      "home_description": "Trail Blazers lead the Warriors 67 to 54",
      "home_team_outcome": "win",
      "home_team_verb": "lead",
      "home_team_score": 67,
      "period": 2,
      "period_label": "2nd Quarter | 00:00",
      "points": 121,
      "score": "67 to 54",
      "status": "halftime",
      "title": "Golden State vs Portland | 2nd Quarter | 00:00 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "31ea9853-0969-4143-ad9d-d34c0d6fa90e",
      "created_at": "2017-04-22T23:54:07-04:00",
      "updated_at": "2017-04-22T23:54:07-04:00",
      "away_description": "Warriors trail the Trail Blazers 65 to 54",
      "away_team_outcome": "loss",
      "away_team_score": 54,
      "away_team_verb": "trail",
      "broadcast": "ESPN and 206",
      "clock": "00:35",
      "clock_seconds": 35,
      "game_clock_seconds": 685,
      "game_over": false,
      "home_description": "Trail Blazers lead the Warriors 65 to 54",
      "home_team_outcome": "win",
      "home_team_verb": "lead",
      "home_team_score": 65,
      "period": 2,
      "period_label": "2nd Quarter | 00:35",
      "points": 119,
      "score": "65 to 54",
      "status": "in_progress",
      "title": "Golden State vs Portland | 2nd Quarter | 00:35 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "149110cd-27c7-4948-84a5-2b6033c47ccb",
      "created_at": "2017-04-22T23:52:13-04:00",
      "updated_at": "2017-04-22T23:52:13-04:00",
      "away_description": "Warriors trail the Trail Blazers 65 to 50",
      "away_team_outcome": "loss",
      "away_team_score": 50,
      "away_team_verb": "trail",
      "broadcast": "ESPN and 206",
      "clock": "1:23",
      "clock_seconds": 83,
      "game_clock_seconds": 637,
      "game_over": false,
      "home_description": "Trail Blazers lead the Warriors 65 to 50",
      "home_team_outcome": "win",
      "home_team_verb": "lead",
      "home_team_score": 65,
      "period": 2,
      "period_label": "2nd Quarter | 1:23",
      "points": 115,
      "score": "65 to 50",
      "status": "in_progress",
      "title": "Golden State vs Portland | 2nd Quarter | 1:23 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "70590129-944f-4c17-83f2-67e8661a5618",
      "created_at": "2017-04-22T23:48:27-04:00",
      "updated_at": "2017-04-22T23:48:27-04:00",
      "away_description": "Warriors trail the Trail Blazers 63 to 48",
      "away_team_outcome": "loss",
      "away_team_score": 48,
      "away_team_verb": "trail",
      "broadcast": "ESPN and 206",
      "clock": "2:23",
      "clock_seconds": 143,
      "game_clock_seconds": 577,
      "game_over": false,
      "home_description": "Trail Blazers lead the Warriors 63 to 48",
      "home_team_outcome": "win",
      "home_team_verb": "lead",
      "home_team_score": 63,
      "period": 2,
      "period_label": "2nd Quarter | 2:23",
      "points": 111,
      "score": "63 to 48",
      "status": "in_progress",
      "title": "Golden State vs Portland | 2nd Quarter | 2:23 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    },
    {
      "id": "e65302d9-fa9b-4563-adaf-92566bc29e5e",
      "created_at": "2017-04-22T23:46:35-04:00",
      "updated_at": "2017-04-22T23:46:35-04:00",
      "away_description": "Warriors trail the Trail Blazers 63 to 48",
      "away_team_outcome": "loss",
      "away_team_score": 48,
      "away_team_verb": "trail",
      "broadcast": "ESPN and 206",
      "clock": "2:42",
      "clock_seconds": 162,
      "game_clock_seconds": 558,
      "game_over": false,
      "home_description": "Trail Blazers lead the Warriors 63 to 48",
      "home_team_outcome": "win",
      "home_team_verb": "lead",
      "home_team_score": 63,
      "period": 2,
      "period_label": "2nd Quarter | 2:42",
      "points": 111,
      "score": "63 to 48",
      "status": "in_progress",
      "title": "Golden State vs Portland | 2nd Quarter | 2:42 | Moda Center | ESPN and 206",
      "week_label": null,
      "game_id": "620d0a4d-a75b-41f4-9581-12980f47d2d5"
    }
  ]
}

This endpoint retrieves NBA Scoreboards.

HTTP Request

GET https://api.stattleship.com/basketball/nba/scoreboards

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
game_id Optional. Game slug.
team_id Optional. Team slug such as nba-bos for the Bruins
interval_type regularseason See interval_type for sport.
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2017-04-22
since Friendly date such as 1 week ago or 4 days ago or last Sunday; or a timestamp such as 1448820000
season_id Current season Season slug such as nba-2016-2017
status Optional. One of canceled

Football Scoreboards

curl -X "GET" "https://api.stattleship.com/football/nfl/scoreboards" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "games": [
    {
      "id": "9d12e10c-872a-482a-8f83-504f92198c72",
      "created_at": "2016-08-16T03:56:28-04:00",
      "updated_at": "2017-01-02T19:40:13-05:00",
      "at_neutral_site": null,
      "attendance": null,
      "away_team_outcome": "win",
      "away_team_score": 31,
      "broadcast": "NBC",
      "clock": ":00",
      "clock_secs": 0,
      "daytime": false,
      "duration": null,
      "ended_at": "2017-01-01T20:30:00-05:00",
      "home_team_outcome": "loss",
      "home_team_score": 24,
      "humidity": 75,
      "interval": "Week",
      "interval_number": 17,
      "interval_type": "week",
      "label": "Packers vs Lions",
      "name": "Packers vs Lions January  1, 2017 at  8:30pm",
      "on": "on January  1, 2017",
      "period": 4,
      "period_label": "Quarter",
      "score": "31-24",
      "score_differential": 7,
      "scoreline": "Packers 31 - Lions 24",
      "slug": "nfl-2016-2017-gb-det-2017-01-1-1300",
      "started_at": "2017-01-01T20:30:00-05:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "NBC",
      "temperature": 31,
      "temperature_unit": null,
      "timestamp": 1483320600,
      "title": "Packers vs Lions",
      "weather_conditions": "Clear",
      "wind_direction": "SSE",
      "wind_speed": 4,
      "wind_speed_unit": null,
      "home_team_id": "82fedbfa-8c2c-46cc-b02f-ea16abf5ffc9",
      "away_team_id": "ade9a19b-3dfb-4436-aefd-e54f1c0d1a20",
      "winning_team_id": "ade9a19b-3dfb-4436-aefd-e54f1c0d1a20",
      "season_id": "8e660574-116b-4566-8060-3d83cf07cf80",
      "venue_id": "b5826f10-e402-40d4-b491-6fe767470363",
      "official_ids": []
    }
  ],
  "home_teams": [
    {
      "id": "82fedbfa-8c2c-46cc-b02f-ea16abf5ffc9",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:51-04:00",
      "color": "005A8B",
      "colors": [
        "005A8B",
        "B0B7BC",
        "000000"
      ],
      "hashtag": "Lions",
      "hashtags": [
        "Lions",
        "OnePride"
      ],
      "location": "Detroit",
      "name": "Detroit",
      "nickname": "Lions",
      "latitude": null,
      "longitude": null,
      "slug": "nfl-det",
      "division_id": "0e65eafb-0ce0-4b26-b79a-e0ae41991878",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "leagues": [
    {
      "id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:49-04:00",
      "abbreviation": "NFL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Football League",
      "periods": null,
      "slug": "nfl",
      "sport": "football"
    }
  ],
  "away_teams": [
    {
      "id": "ade9a19b-3dfb-4436-aefd-e54f1c0d1a20",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:51-04:00",
      "color": "203731",
      "colors": [
        "203731",
        "FFB612"
      ],
      "hashtag": "GoPackGo",
      "hashtags": [
        "GoPackGo",
        "Packers"
      ],
      "location": "Green Bay",
      "name": "Green Bay",
      "nickname": "Packers",
      "latitude": 44.5273724,
      "longitude": -88.0824405,
      "slug": "nfl-gb",
      "division_id": "0e65eafb-0ce0-4b26-b79a-e0ae41991878",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "winning_teams": [
    {
      "id": "ade9a19b-3dfb-4436-aefd-e54f1c0d1a20",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:51-04:00",
      "color": "203731",
      "colors": [
        "203731",
        "FFB612"
      ],
      "hashtag": "GoPackGo",
      "hashtags": [
        "GoPackGo",
        "Packers"
      ],
      "location": "Green Bay",
      "name": "Green Bay",
      "nickname": "Packers",
      "latitude": 44.5273724,
      "longitude": -88.0824405,
      "slug": "nfl-gb",
      "division_id": "0e65eafb-0ce0-4b26-b79a-e0ae41991878",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "seasons": [
    {
      "id": "8e660574-116b-4566-8060-3d83cf07cf80",
      "created_at": "2016-02-16T18:57:00-05:00",
      "updated_at": "2017-03-07T09:02:50-05:00",
      "name": "2016-2017",
      "current_interval_type": "week",
      "starts_on": "2016-08-01",
      "ends_on": "2017-02-14",
      "stats_coverage": "season_stat_and_boxscore_play_by_play",
      "slug": "nfl-2016-2017",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "venues": [
    {
      "id": "b5826f10-e402-40d4-b491-6fe767470363",
      "created_at": "2016-08-16T03:55:51-04:00",
      "updated_at": "2016-08-16T03:55:51-04:00",
      "abbreviation": "Ford Field",
      "capacity": 65000,
      "city": "Detroit",
      "country": "USA",
      "field_type": "artificial",
      "name": "Ford Field",
      "slug": "ford-field-ford-field",
      "state": "MI",
      "stadium_type": "dome",
      "time_zone": "America/New_York",
      "latitude": null,
      "longitude": null
    }
  ],
  "officials": [],
  "scoreboards": [
    {
      "id": "a39a2b1d-46cb-48e0-a607-e36358cf0f7c",
      "created_at": "2017-01-02T00:13:28-05:00",
      "updated_at": "2017-01-02T00:13:28-05:00",
      "away_description": "Packers defeated the Lions 31 to 24",
      "away_team_outcome": "win",
      "away_team_score": 31,
      "away_team_verb": "defeated",
      "broadcast": "NBC",
      "clock": ":00",
      "clock_seconds": 0,
      "game_over": true,
      "home_description": "Lions lost to the Packers 31 to 24",
      "home_team_outcome": "loss",
      "home_team_verb": "lost to",
      "home_team_score": 24,
      "period": 4,
      "period_label": "Final",
      "points": 55,
      "score": "31 to 24",
      "status": "closed",
      "title": "Green Bay vs Detroit | Week 17 | Final | Ford Field | NBC",
      "week_label": "Week 17",
      "game_id": "9d12e10c-872a-482a-8f83-504f92198c72"
    },
    {
      "id": "f32ddd6d-f45b-44ce-ad18-bb78c1f5d372",
      "created_at": "2017-01-01T23:52:28-05:00",
      "updated_at": "2017-01-01T23:52:28-05:00",
      "away_description": "Packers defeated the Lions 31 to 24",
      "away_team_outcome": "win",
      "away_team_score": 31,
      "away_team_verb": "beat",
      "broadcast": "NBC",
      "clock": ":00",
      "clock_seconds": 0,
      "game_over": true,
      "home_description": "Lions lost to the Packers 31 to 24",
      "home_team_outcome": "loss",
      "home_team_verb": "lost to",
      "home_team_score": 24,
      "period": 4,
      "period_label": "Final",
      "points": 55,
      "score": "31 to 24",
      "status": "complete",
      "title": "Green Bay vs Detroit | Week 17 | Final | Ford Field | NBC",
      "week_label": "Week 17",
      "game_id": "9d12e10c-872a-482a-8f83-504f92198c72"
    },
    {
      "id": "c64c5f7b-5cab-4196-b375-c48ff2a759d9",
      "created_at": "2017-01-01T23:49:13-05:00",
      "updated_at": "2017-01-01T23:49:13-05:00",
      "away_description": "Packers lead the Lions 31 to 24",
      "away_team_outcome": "win",
      "away_team_score": 31,
      "away_team_verb": "lead",
      "broadcast": "NBC",
      "clock": ":13",
      "clock_seconds": 13,
      "game_over": false,
      "home_description": "Lions trail the Packers 31 to 24",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 24,
      "period": 4,
      "period_label": "4th Quarter | :13",
      "points": 55,
      "score": "31 to 24",
      "status": "in_progress",
      "title": "Green Bay vs Detroit | Week 17 | 4th Quarter | :13 | Ford Field | NBC",
      "week_label": "Week 17",
      "game_id": "9d12e10c-872a-482a-8f83-504f92198c72"
    },
    {
      "id": "a429f2dc-a499-4f72-bc7e-a44f38fb4254",
      "created_at": "2017-01-01T23:46:00-05:00",
      "updated_at": "2017-01-01T23:46:00-05:00",
      "away_description": "Packers lead the Lions 31 to 17",
      "away_team_outcome": "win",
      "away_team_score": 31,
      "away_team_verb": "lead",
      "broadcast": "NBC",
      "clock": ":27",
      "clock_seconds": 27,
      "game_over": false,
      "home_description": "Lions trail the Packers 31 to 17",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 17,
      "period": 4,
      "period_label": "4th Quarter | :27",
      "points": 48,
      "score": "31 to 17",
      "status": "in_progress",
      "title": "Green Bay vs Detroit | Week 17 | 4th Quarter | :27 | Ford Field | NBC",
      "week_label": "Week 17",
      "game_id": "9d12e10c-872a-482a-8f83-504f92198c72"
    },
    {
      "id": "5dd538c7-b44d-4c46-897e-344927a21912",
      "created_at": "2017-01-01T23:44:22-05:00",
      "updated_at": "2017-01-01T23:44:22-05:00",
      "away_description": "Packers lead the Lions 31 to 17",
      "away_team_outcome": "win",
      "away_team_score": 31,
      "away_team_verb": "lead",
      "broadcast": "NBC",
      "clock": "01:14",
      "clock_seconds": 74,
      "game_over": false,
      "home_description": "Lions trail the Packers 31 to 17",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 17,
      "period": 4,
      "period_label": "4th Quarter | 01:14",
      "points": 48,
      "score": "31 to 17",
      "status": "in_progress",
      "title": "Green Bay vs Detroit | Week 17 | 4th Quarter | 01:14 | Ford Field | NBC",
      "week_label": "Week 17",
      "game_id": "9d12e10c-872a-482a-8f83-504f92198c72"
    },
    {
      "id": "f5747d9d-0e88-4792-8c38-5b267c61a6be",
      "created_at": "2017-01-01T23:42:47-05:00",
      "updated_at": "2017-01-01T23:42:47-05:00",
      "away_description": "Packers lead the Lions 31 to 17",
      "away_team_outcome": "win",
      "away_team_score": 31,
      "away_team_verb": "lead",
      "broadcast": "NBC",
      "clock": "01:30",
      "clock_seconds": 90,
      "game_over": false,
      "home_description": "Lions trail the Packers 31 to 17",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 17,
      "period": 4,
      "period_label": "4th Quarter | 01:30",
      "points": 48,
      "score": "31 to 17",
      "status": "in_progress",
      "title": "Green Bay vs Detroit | Week 17 | 4th Quarter | 01:30 | Ford Field | NBC",
      "week_label": "Week 17",
      "game_id": "9d12e10c-872a-482a-8f83-504f92198c72"
    },
    {
      "id": "04394ee8-0e66-4b3a-bfb1-6060b11f55e9",
      "created_at": "2017-01-01T23:39:32-05:00",
      "updated_at": "2017-01-01T23:39:32-05:00",
      "away_description": "Packers lead the Lions 31 to 17",
      "away_team_outcome": "win",
      "away_team_score": 31,
      "away_team_verb": "lead",
      "broadcast": "NBC",
      "clock": "01:35",
      "clock_seconds": 95,
      "game_over": false,
      "home_description": "Lions trail the Packers 31 to 17",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 17,
      "period": 4,
      "period_label": "4th Quarter | 01:35",
      "points": 48,
      "score": "31 to 17",
      "status": "in_progress",
      "title": "Green Bay vs Detroit | Week 17 | 4th Quarter | 01:35 | Ford Field | NBC",
      "week_label": "Week 17",
      "game_id": "9d12e10c-872a-482a-8f83-504f92198c72"
    },
    {
      "id": "d305719e-f855-4990-bc03-cf4b4855f062",
      "created_at": "2017-01-01T23:36:17-05:00",
      "updated_at": "2017-01-01T23:36:17-05:00",
      "away_description": "Packers lead the Lions 31 to 17",
      "away_team_outcome": "win",
      "away_team_score": 31,
      "away_team_verb": "lead",
      "broadcast": "NBC",
      "clock": "01:57",
      "clock_seconds": 117,
      "game_over": false,
      "home_description": "Lions trail the Packers 31 to 17",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 17,
      "period": 4,
      "period_label": "4th Quarter | 01:57",
      "points": 48,
      "score": "31 to 17",
      "status": "in_progress",
      "title": "Green Bay vs Detroit | Week 17 | 4th Quarter | 01:57 | Ford Field | NBC",
      "week_label": "Week 17",
      "game_id": "9d12e10c-872a-482a-8f83-504f92198c72"
    },
    {
      "id": "14046657-4789-468c-b13c-df9c3454cc43",
      "created_at": "2017-01-01T23:33:03-05:00",
      "updated_at": "2017-01-01T23:33:03-05:00",
      "away_description": "Packers lead the Lions 31 to 17",
      "away_team_outcome": "win",
      "away_team_score": 31,
      "away_team_verb": "lead",
      "broadcast": "NBC",
      "clock": "02:50",
      "clock_seconds": 170,
      "game_over": false,
      "home_description": "Lions trail the Packers 31 to 17",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 17,
      "period": 4,
      "period_label": "4th Quarter | 02:50",
      "points": 48,
      "score": "31 to 17",
      "status": "in_progress",
      "title": "Green Bay vs Detroit | Week 17 | 4th Quarter | 02:50 | Ford Field | NBC",
      "week_label": "Week 17",
      "game_id": "9d12e10c-872a-482a-8f83-504f92198c72"
    },
    {
      "id": "efa2496c-0fe7-4991-8d40-1545834bfae1",
      "created_at": "2017-01-01T23:31:26-05:00",
      "updated_at": "2017-01-01T23:31:26-05:00",
      "away_description": "Packers lead the Lions 29 to 17",
      "away_team_outcome": "win",
      "away_team_score": 29,
      "away_team_verb": "lead",
      "broadcast": "NBC",
      "clock": "02:54",
      "clock_seconds": 174,
      "game_over": false,
      "home_description": "Lions trail the Packers 29 to 17",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 17,
      "period": 4,
      "period_label": "4th Quarter | 02:54",
      "points": 46,
      "score": "29 to 17",
      "status": "in_progress",
      "title": "Green Bay vs Detroit | Week 17 | 4th Quarter | 02:54 | Ford Field | NBC",
      "week_label": "Week 17",
      "game_id": "9d12e10c-872a-482a-8f83-504f92198c72"
    }
  ]
}

This endpoint retrieves NFL Scoreboards.

HTTP Request

GET https://api.stattleship.com/football/nfl/scoreboards

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
game_id Optional. Game slug.
team_id Optional. Team slug such as nfl-ne for the Bruins
interval_type regularseason See interval_type for sport. Use week.
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2017-04-22
since Friendly date such as 1 week ago or 4 days ago or last Sunday; or a timestamp such as 1448820000
season_id Current season Season slug such as nfl-2016-2017
status Optional. One of canceled

Hockey Scoreboards

curl -X "GET" "https://api.stattleship.com/hockey/nhl/scoreboards" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "games": [
    {
      "id": "c98b5cdd-98d1-452b-974f-599ce30a8e61",
      "created_at": "2017-04-10T08:16:48-04:00",
      "updated_at": "2017-04-23T06:14:50-04:00",
      "at_neutral_site": null,
      "attendance": 17562,
      "away_team_outcome": "win",
      "away_team_score": 3,
      "broadcast": "NBCSN and 220",
      "clock": "00:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 3600,
      "ended_at": "2017-04-22T19:30:00-07:00",
      "home_team_outcome": "loss",
      "home_team_score": 1,
      "humidity": null,
      "interval": "Postseason",
      "interval_number": null,
      "interval_type": "postseason",
      "label": "Oilers vs Sharks",
      "name": "Oilers vs Sharks April 22, 2017 at  7:30pm",
      "on": "on April 22, 2017",
      "period": 3,
      "period_label": "Period",
      "score": "3-1",
      "score_differential": 2,
      "scoreline": "Oilers 3 - Sharks 1",
      "slug": "nhl-2016-2017-edm-sj-2017-04-22-1000",
      "started_at": "2017-04-22T19:30:00-07:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": "220",
      "television_coverage": "NBCSN",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1492914600,
      "title": "Oilers vs Sharks",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "4a2527de-0e8b-49cb-9d36-8101ccac5265",
      "away_team_id": "10c78613-f4e5-4ebf-a259-e3643aa3785a",
      "winning_team_id": "10c78613-f4e5-4ebf-a259-e3643aa3785a",
      "season_id": "0e4a4772-054b-4d77-b724-03aba77f84a6",
      "venue_id": "2880c1e7-3993-4d55-b226-d2cd3b2f14fd",
      "official_ids": [
        "000f9302-9b8a-45b7-86fa-48d66042d7c8",
        "dd80e311-ca4d-4fd5-ad69-5168812b23e1",
        "5bed5036-9ade-4295-883f-e0c4002d220a",
        "38102640-0988-479b-b8f2-280930e496dd"
      ]
    }
  ],
  "home_teams": [
    {
      "id": "4a2527de-0e8b-49cb-9d36-8101ccac5265",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-12T19:04:14-04:00",
      "color": "05535D",
      "colors": [
        "05535D",
        "F38F20",
        "000000"
      ],
      "hashtag": "Sharks",
      "hashtags": [
        "Sharks"
      ],
      "location": "San Jose",
      "name": "San Jose",
      "nickname": "Sharks",
      "latitude": 37.3382082,
      "longitude": -121.8863286,
      "slug": "nhl-sj",
      "division_id": "11740eea-c575-44e9-b4f5-a80805703ad0",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "leagues": [
    {
      "id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-12T19:04:13-04:00",
      "abbreviation": "NHL",
      "color": null,
      "minutes_per_period": 20,
      "name": "National Hockey League",
      "periods": 3,
      "slug": "nhl",
      "sport": "hockey"
    }
  ],
  "away_teams": [
    {
      "id": "10c78613-f4e5-4ebf-a259-e3643aa3785a",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-12T19:04:15-04:00",
      "color": "003777",
      "colors": [
        "003777",
        "E66A20"
      ],
      "hashtag": "Oilers",
      "hashtags": [
        "Oilers"
      ],
      "location": "Edmonton",
      "name": "Edmonton",
      "nickname": "Oilers",
      "latitude": 53.571401,
      "longitude": -113.4559601,
      "slug": "nhl-edm",
      "division_id": "11740eea-c575-44e9-b4f5-a80805703ad0",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "winning_teams": [
    {
      "id": "10c78613-f4e5-4ebf-a259-e3643aa3785a",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-12T19:04:15-04:00",
      "color": "003777",
      "colors": [
        "003777",
        "E66A20"
      ],
      "hashtag": "Oilers",
      "hashtags": [
        "Oilers"
      ],
      "location": "Edmonton",
      "name": "Edmonton",
      "nickname": "Oilers",
      "latitude": 53.571401,
      "longitude": -113.4559601,
      "slug": "nhl-edm",
      "division_id": "11740eea-c575-44e9-b4f5-a80805703ad0",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "seasons": [
    {
      "id": "0e4a4772-054b-4d77-b724-03aba77f84a6",
      "created_at": "2016-06-14T21:00:02-04:00",
      "updated_at": "2017-03-07T09:02:51-05:00",
      "name": "2016-2017",
      "current_interval_type": "postseason",
      "starts_on": "2016-09-01",
      "ends_on": "2017-06-30",
      "stats_coverage": "season_stat_and_boxscore_play_by_play",
      "slug": "nhl-2016-2017",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "venues": [
    {
      "id": "2880c1e7-3993-4d55-b226-d2cd3b2f14fd",
      "created_at": "2016-10-12T19:04:14-04:00",
      "updated_at": "2016-10-12T19:04:14-04:00",
      "abbreviation": "SAP Center at San Jose",
      "capacity": 17562,
      "city": "San Jose",
      "country": "USA",
      "field_type": null,
      "name": "SAP Center at San Jose",
      "slug": "sap-center-at-san-jose-sap-center-at-san-jose",
      "state": "CA",
      "stadium_type": null,
      "time_zone": "US/Pacific",
      "latitude": null,
      "longitude": null
    }
  ],
  "officials": [
    {
      "id": "000f9302-9b8a-45b7-86fa-48d66042d7c8",
      "created_at": "2016-04-03T02:30:45-04:00",
      "updated_at": "2016-11-05T22:41:28-04:00",
      "first_name": "Trent",
      "last_name": "Knorr",
      "name": "Trent Knorr",
      "role": "Linesmen",
      "role_label": "Linesmen",
      "uniform_number": "63"
    },
    {
      "id": "dd80e311-ca4d-4fd5-ad69-5168812b23e1",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2016-10-12T19:15:23-04:00",
      "first_name": "Trevor",
      "last_name": "Hanson",
      "name": "Trevor Hanson",
      "role": "Referee",
      "role_label": "Referee",
      "uniform_number": "31"
    },
    {
      "id": "5bed5036-9ade-4295-883f-e0c4002d220a",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2016-10-17T15:28:29-04:00",
      "first_name": "Derek",
      "last_name": "Amell",
      "name": "Derek Amell",
      "role": "Linesmen",
      "role_label": "Linesmen",
      "uniform_number": "75"
    },
    {
      "id": "38102640-0988-479b-b8f2-280930e496dd",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-02-02T18:16:48-05:00",
      "first_name": "Brad",
      "last_name": "Watson",
      "name": "Brad Watson",
      "role": "Referee",
      "role_label": "Referee",
      "uniform_number": "23"
    }
  ],
  "scoreboards": [
    {
      "id": "a01645c5-e608-455f-82bd-58bf2aa0700e",
      "created_at": "2017-04-23T01:02:25-04:00",
      "updated_at": "2017-04-23T01:02:25-04:00",
      "away_description": "Oilers lead the Sharks 3 to 1",
      "away_team_outcome": "win",
      "away_team_score": 3,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "00:00",
      "clock_seconds": 0,
      "game_clock_seconds": 2400,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 3 to 1",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 1,
      "period": 3,
      "period_label": "3rd Period | 00:00",
      "points": 4,
      "score": "3 to 1",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 3rd Period | 00:00 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "36dd2c37-a248-4fc9-a2e4-7eb4f4c777a6",
      "created_at": "2017-04-23T01:04:07-04:00",
      "updated_at": "2017-04-23T01:04:07-04:00",
      "away_description": "Oilers beat the Sharks 3 to 1",
      "away_team_outcome": "win",
      "away_team_score": 3,
      "away_team_verb": "defeated",
      "broadcast": "NBCSN and 220",
      "clock": "00:00",
      "clock_seconds": 0,
      "game_clock_seconds": 2400,
      "game_over": true,
      "home_description": "Sharks lost to the Oilers 3 to 1",
      "home_team_outcome": "loss",
      "home_team_verb": "lost to",
      "home_team_score": 1,
      "period": 3,
      "period_label": "Final",
      "points": 4,
      "score": "3 to 1",
      "status": "complete",
      "title": "Edmonton vs San Jose | Final | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "29e70936-4d0d-495a-a67f-1c371aeef913",
      "created_at": "2017-04-23T01:09:16-04:00",
      "updated_at": "2017-04-23T01:09:16-04:00",
      "away_description": "Oilers beat the Sharks 3 to 1",
      "away_team_outcome": "win",
      "away_team_score": 3,
      "away_team_verb": "defeated",
      "broadcast": "NBCSN and 220",
      "clock": "00:00",
      "clock_seconds": 0,
      "game_clock_seconds": 2400,
      "game_over": true,
      "home_description": "Sharks lost to the Oilers 3 to 1",
      "home_team_outcome": "loss",
      "home_team_verb": "lost to",
      "home_team_score": 1,
      "period": 3,
      "period_label": "Final",
      "points": 4,
      "score": "3 to 1",
      "status": "closed",
      "title": "Edmonton vs San Jose | Final | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "c7e52f42-b6a4-4532-8676-5be0f7cffa73",
      "created_at": "2017-04-23T01:00:42-04:00",
      "updated_at": "2017-04-23T01:00:42-04:00",
      "away_description": "Oilers lead the Sharks 2 to 1",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "00:16",
      "clock_seconds": 16,
      "game_clock_seconds": 2384,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 1",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 1,
      "period": 3,
      "period_label": "3rd Period | 00:16",
      "points": 3,
      "score": "2 to 1",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 3rd Period | 00:16 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "fd7e43fb-6514-4fde-b716-84a6fbf56aac",
      "created_at": "2017-04-23T00:58:58-04:00",
      "updated_at": "2017-04-23T00:58:58-04:00",
      "away_description": "Oilers lead the Sharks 2 to 1",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "1:34",
      "clock_seconds": 94,
      "game_clock_seconds": 2306,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 1",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 1,
      "period": 3,
      "period_label": "3rd Period | 1:34",
      "points": 3,
      "score": "2 to 1",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 3rd Period | 1:34 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "6605d0f8-db26-4d1f-987f-4c32aab78922",
      "created_at": "2017-04-23T00:57:15-04:00",
      "updated_at": "2017-04-23T00:57:15-04:00",
      "away_description": "Oilers lead the Sharks 2 to 1",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "1:56",
      "clock_seconds": 116,
      "game_clock_seconds": 2284,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 1",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 1,
      "period": 3,
      "period_label": "3rd Period | 1:56",
      "points": 3,
      "score": "2 to 1",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 3rd Period | 1:56 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "cc58a015-b485-4988-9d43-c3cc70ad814c",
      "created_at": "2017-04-23T00:55:33-04:00",
      "updated_at": "2017-04-23T00:55:33-04:00",
      "away_description": "Oilers lead the Sharks 2 to 1",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "2:42",
      "clock_seconds": 162,
      "game_clock_seconds": 2238,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 1",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 1,
      "period": 3,
      "period_label": "3rd Period | 2:42",
      "points": 3,
      "score": "2 to 1",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 3rd Period | 2:42 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "44d6ddbc-deae-4165-9bfc-b624f83bb26b",
      "created_at": "2017-04-23T00:53:47-04:00",
      "updated_at": "2017-04-23T00:53:47-04:00",
      "away_description": "Oilers lead the Sharks 2 to 1",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "4:24",
      "clock_seconds": 264,
      "game_clock_seconds": 2136,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 1",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 1,
      "period": 3,
      "period_label": "3rd Period | 4:24",
      "points": 3,
      "score": "2 to 1",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 3rd Period | 4:24 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "d7bd5886-8344-439c-865d-df14b18d9e6e",
      "created_at": "2017-04-23T00:52:05-04:00",
      "updated_at": "2017-04-23T00:52:05-04:00",
      "away_description": "Oilers lead the Sharks 2 to 1",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "4:57",
      "clock_seconds": 297,
      "game_clock_seconds": 2103,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 1",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 1,
      "period": 3,
      "period_label": "3rd Period | 4:57",
      "points": 3,
      "score": "2 to 1",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 3rd Period | 4:57 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "36e73629-a6f1-48ea-b37c-bd36a183490e",
      "created_at": "2017-04-23T00:50:24-04:00",
      "updated_at": "2017-04-23T00:50:24-04:00",
      "away_description": "Oilers lead the Sharks 2 to 1",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "5:19",
      "clock_seconds": 319,
      "game_clock_seconds": 2081,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 1",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 1,
      "period": 3,
      "period_label": "3rd Period | 5:19",
      "points": 3,
      "score": "2 to 1",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 3rd Period | 5:19 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "67b13a11-93d6-4d53-ad45-607f82df9da7",
      "created_at": "2017-04-23T00:48:40-04:00",
      "updated_at": "2017-04-23T00:48:40-04:00",
      "away_description": "Oilers lead the Sharks 2 to 1",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "6:53",
      "clock_seconds": 413,
      "game_clock_seconds": 1987,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 1",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 1,
      "period": 3,
      "period_label": "3rd Period | 6:53",
      "points": 3,
      "score": "2 to 1",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 3rd Period | 6:53 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "d9dc0e58-886b-4e8b-9586-92dc51d7fe98",
      "created_at": "2017-04-23T00:46:57-04:00",
      "updated_at": "2017-04-23T00:46:57-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "8:01",
      "clock_seconds": 481,
      "game_clock_seconds": 1919,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 3,
      "period_label": "3rd Period | 8:01",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 3rd Period | 8:01 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "82e88f62-025a-4695-9908-7bda7163c8c1",
      "created_at": "2017-04-23T00:43:30-04:00",
      "updated_at": "2017-04-23T00:43:30-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "8:41",
      "clock_seconds": 521,
      "game_clock_seconds": 1879,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 3,
      "period_label": "3rd Period | 8:41",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 3rd Period | 8:41 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "d3944af0-90c5-4a1e-b296-fd0d75d1e9cb",
      "created_at": "2017-04-23T00:41:48-04:00",
      "updated_at": "2017-04-23T00:41:48-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "10:01",
      "clock_seconds": 601,
      "game_clock_seconds": 1799,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 3,
      "period_label": "3rd Period | 10:01",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 3rd Period | 10:01 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "c437750c-ad82-4bd3-9d66-914f32cef6b8",
      "created_at": "2017-04-23T00:40:05-04:00",
      "updated_at": "2017-04-23T00:40:05-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "10:26",
      "clock_seconds": 626,
      "game_clock_seconds": 1774,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 3,
      "period_label": "3rd Period | 10:26",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 3rd Period | 10:26 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "c250ec3d-fcf2-4033-9e7f-c188d9118a7d",
      "created_at": "2017-04-23T00:38:21-04:00",
      "updated_at": "2017-04-23T00:38:21-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "11:04",
      "clock_seconds": 664,
      "game_clock_seconds": 1736,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 3,
      "period_label": "3rd Period | 11:04",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 3rd Period | 11:04 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "47b17014-bbcc-45c0-8a65-2ebd5bbf50db",
      "created_at": "2017-04-23T00:36:38-04:00",
      "updated_at": "2017-04-23T00:36:38-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "12:01",
      "clock_seconds": 721,
      "game_clock_seconds": 1679,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 3,
      "period_label": "3rd Period | 12:01",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 3rd Period | 12:01 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "df977c71-c5cb-4af4-ba14-76eec6c3d307",
      "created_at": "2017-04-23T00:34:57-04:00",
      "updated_at": "2017-04-23T00:34:57-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "12:53",
      "clock_seconds": 773,
      "game_clock_seconds": 1627,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 3,
      "period_label": "3rd Period | 12:53",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 3rd Period | 12:53 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "0220b886-f33f-4fd0-8dd9-bb19f341df60",
      "created_at": "2017-04-23T00:33:13-04:00",
      "updated_at": "2017-04-23T00:33:13-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "13:35",
      "clock_seconds": 815,
      "game_clock_seconds": 1585,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 3,
      "period_label": "3rd Period | 13:35",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 3rd Period | 13:35 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "12e3dfe2-4a67-4841-8194-64e10916be75",
      "created_at": "2017-04-23T00:31:29-04:00",
      "updated_at": "2017-04-23T00:31:29-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "14:10",
      "clock_seconds": 850,
      "game_clock_seconds": 1550,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 3,
      "period_label": "3rd Period | 14:10",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 3rd Period | 14:10 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "ff48f2f4-c7a2-4f72-9872-d3a6634b249d",
      "created_at": "2017-04-23T00:29:46-04:00",
      "updated_at": "2017-04-23T00:29:46-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "15:42",
      "clock_seconds": 942,
      "game_clock_seconds": 1458,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 3,
      "period_label": "3rd Period | 15:42",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 3rd Period | 15:42 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "e06389b2-f700-4422-baf1-359147ad0175",
      "created_at": "2017-04-23T00:28:03-04:00",
      "updated_at": "2017-04-23T00:28:03-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "16:58",
      "clock_seconds": 1018,
      "game_clock_seconds": 1382,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 3,
      "period_label": "3rd Period | 16:58",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 3rd Period | 16:58 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "a1c5884e-eb86-43af-b8a8-5e9cf754d104",
      "created_at": "2017-04-23T00:26:19-04:00",
      "updated_at": "2017-04-23T00:26:19-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "17:51",
      "clock_seconds": 1071,
      "game_clock_seconds": 1329,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 3,
      "period_label": "3rd Period | 17:51",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 3rd Period | 17:51 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "18dd39d8-2928-474b-80a4-eab96ce02aff",
      "created_at": "2017-04-23T00:24:39-04:00",
      "updated_at": "2017-04-23T00:24:39-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "19:33",
      "clock_seconds": 1173,
      "game_clock_seconds": 1227,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 3,
      "period_label": "3rd Period | 19:33",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 3rd Period | 19:33 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "c3ab745a-3a9a-4b79-994d-b4de9c16252f",
      "created_at": "2017-04-23T00:05:45-04:00",
      "updated_at": "2017-04-23T00:05:45-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "00:00",
      "clock_seconds": 0,
      "game_clock_seconds": 1200,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 2,
      "period_label": "2nd Period | 00:00",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 2nd Period | 00:00 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "c7cbb22a-f94e-48ec-8882-ee4ac818fc4a",
      "created_at": "2017-04-23T00:04:01-04:00",
      "updated_at": "2017-04-23T00:04:01-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "1:47",
      "clock_seconds": 107,
      "game_clock_seconds": 1093,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 2,
      "period_label": "2nd Period | 1:47",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 2nd Period | 1:47 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "7083aa4d-1cf6-4588-937a-409abab3d473",
      "created_at": "2017-04-23T00:02:18-04:00",
      "updated_at": "2017-04-23T00:02:18-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "3:13",
      "clock_seconds": 193,
      "game_clock_seconds": 1007,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 2,
      "period_label": "2nd Period | 3:13",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 2nd Period | 3:13 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "0375bbfd-2eeb-4bfa-9f50-174fd3ead4ac",
      "created_at": "2017-04-23T00:00:37-04:00",
      "updated_at": "2017-04-23T00:00:37-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "3:48",
      "clock_seconds": 228,
      "game_clock_seconds": 972,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 2,
      "period_label": "2nd Period | 3:48",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 2nd Period | 3:48 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "c67b77c2-4bc2-4339-81dc-05213b48b254",
      "created_at": "2017-04-22T23:58:54-04:00",
      "updated_at": "2017-04-22T23:58:54-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "4:38",
      "clock_seconds": 278,
      "game_clock_seconds": 922,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 2,
      "period_label": "2nd Period | 4:38",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 2nd Period | 4:38 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "ff1783be-95f2-46ff-b7f1-33090e809386",
      "created_at": "2017-04-22T23:57:10-04:00",
      "updated_at": "2017-04-22T23:57:10-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "4:49",
      "clock_seconds": 289,
      "game_clock_seconds": 911,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 2,
      "period_label": "2nd Period | 4:49",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 2nd Period | 4:49 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "f1f36f13-b8df-43b3-98df-d0d3639fed71",
      "created_at": "2017-04-22T23:55:26-04:00",
      "updated_at": "2017-04-22T23:55:26-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "6:37",
      "clock_seconds": 397,
      "game_clock_seconds": 803,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 2,
      "period_label": "2nd Period | 6:37",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 2nd Period | 6:37 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "f111aa4e-fe39-4622-b770-ae237efd16d6",
      "created_at": "2017-04-22T23:53:44-04:00",
      "updated_at": "2017-04-22T23:53:44-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "7:35",
      "clock_seconds": 455,
      "game_clock_seconds": 745,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 2,
      "period_label": "2nd Period | 7:35",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 2nd Period | 7:35 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "fe9b9337-e00a-4adb-88d0-f0eb089e1da4",
      "created_at": "2017-04-22T23:52:00-04:00",
      "updated_at": "2017-04-22T23:52:00-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "7:39",
      "clock_seconds": 459,
      "game_clock_seconds": 741,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 2,
      "period_label": "2nd Period | 7:39",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 2nd Period | 7:39 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "e6db13ae-2bb5-4798-9bee-b94f046d8fe4",
      "created_at": "2017-04-22T23:50:17-04:00",
      "updated_at": "2017-04-22T23:50:17-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "9:25",
      "clock_seconds": 565,
      "game_clock_seconds": 635,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 2,
      "period_label": "2nd Period | 9:25",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 2nd Period | 9:25 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "ef4fdb99-f963-44de-86c5-eab9a28dc50d",
      "created_at": "2017-04-22T23:48:33-04:00",
      "updated_at": "2017-04-22T23:48:33-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "11:00",
      "clock_seconds": 660,
      "game_clock_seconds": 540,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 2,
      "period_label": "2nd Period | 11:00",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 2nd Period | 11:00 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "8728a149-3e8c-4716-bc02-593475f20157",
      "created_at": "2017-04-22T23:46:52-04:00",
      "updated_at": "2017-04-22T23:46:52-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "12:19",
      "clock_seconds": 739,
      "game_clock_seconds": 461,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 2,
      "period_label": "2nd Period | 12:19",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 2nd Period | 12:19 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "4766d21d-21b3-4c4f-9514-04750932b7cd",
      "created_at": "2017-04-22T23:43:26-04:00",
      "updated_at": "2017-04-22T23:43:26-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "13:11",
      "clock_seconds": 791,
      "game_clock_seconds": 409,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 2,
      "period_label": "2nd Period | 13:11",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 2nd Period | 13:11 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "8c49a863-7f60-42e9-b8ce-96619342a416",
      "created_at": "2017-04-22T23:41:42-04:00",
      "updated_at": "2017-04-22T23:41:42-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "14:12",
      "clock_seconds": 852,
      "game_clock_seconds": 348,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 2,
      "period_label": "2nd Period | 14:12",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 2nd Period | 14:12 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "d04baa9f-b140-412d-bccf-20e6034a591b",
      "created_at": "2017-04-22T23:40:00-04:00",
      "updated_at": "2017-04-22T23:40:00-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "14:57",
      "clock_seconds": 897,
      "game_clock_seconds": 303,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 2,
      "period_label": "2nd Period | 14:57",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 2nd Period | 14:57 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "7620639e-54af-4eb4-b920-c7cf7bd28c57",
      "created_at": "2017-04-22T23:38:16-04:00",
      "updated_at": "2017-04-22T23:38:16-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "16:39",
      "clock_seconds": 999,
      "game_clock_seconds": 201,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 2,
      "period_label": "2nd Period | 16:39",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 2nd Period | 16:39 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "1c84f372-0214-4f50-8dd2-022d40e68a38",
      "created_at": "2017-04-22T23:36:33-04:00",
      "updated_at": "2017-04-22T23:36:33-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "17:03",
      "clock_seconds": 1023,
      "game_clock_seconds": 177,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 2,
      "period_label": "2nd Period | 17:03",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 2nd Period | 17:03 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "e0621fff-f077-4f3a-9265-9a6cb756ecd8",
      "created_at": "2017-04-22T23:34:49-04:00",
      "updated_at": "2017-04-22T23:34:49-04:00",
      "away_description": "Oilers lead the Sharks 2 to 0",
      "away_team_outcome": "win",
      "away_team_score": 2,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "18:15",
      "clock_seconds": 1095,
      "game_clock_seconds": 105,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 2 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 2,
      "period_label": "2nd Period | 18:15",
      "points": 2,
      "score": "2 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 2nd Period | 18:15 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "aa438463-d727-4a0c-ad67-3bf12e7df161",
      "created_at": "2017-04-22T23:33:08-04:00",
      "updated_at": "2017-04-22T23:33:08-04:00",
      "away_description": "Oilers lead the Sharks 1 to 0",
      "away_team_outcome": "win",
      "away_team_score": 1,
      "away_team_verb": "lead",
      "broadcast": "NBCSN and 220",
      "clock": "18:44",
      "clock_seconds": 1124,
      "game_clock_seconds": 76,
      "game_over": false,
      "home_description": "Sharks trail the Oilers 1 to 0",
      "home_team_outcome": "loss",
      "home_team_verb": "trail",
      "home_team_score": 0,
      "period": 2,
      "period_label": "2nd Period | 18:44",
      "points": 1,
      "score": "1 to 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 2nd Period | 18:44 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "da88e27e-fa3a-4c90-970c-ffb9831b7940",
      "created_at": "2017-04-22T23:31:25-04:00",
      "updated_at": "2017-04-22T23:31:25-04:00",
      "away_description": "Oilers are tied with the Sharks at 0",
      "away_team_outcome": "tie",
      "away_team_score": 0,
      "away_team_verb": "are tied with",
      "broadcast": "NBCSN and 220",
      "clock": "19:24",
      "clock_seconds": 1164,
      "game_clock_seconds": 36,
      "game_over": false,
      "home_description": "Sharks are tied with the Oilers at 0",
      "home_team_outcome": "tie",
      "home_team_verb": "are tied with",
      "home_team_score": 0,
      "period": 2,
      "period_label": "2nd Period | 19:24",
      "points": 0,
      "score": "at 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 2nd Period | 19:24 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "8d400d9d-aafb-464f-b5c0-c3c58819eb66",
      "created_at": "2017-04-22T23:12:32-04:00",
      "updated_at": "2017-04-22T23:12:32-04:00",
      "away_description": "Oilers are tied with the Sharks at 0",
      "away_team_outcome": "tie",
      "away_team_score": 0,
      "away_team_verb": "are tied with",
      "broadcast": "NBCSN and 220",
      "clock": "00:00",
      "clock_seconds": 0,
      "game_clock_seconds": 0,
      "game_over": false,
      "home_description": "Sharks are tied with the Oilers at 0",
      "home_team_outcome": "tie",
      "home_team_verb": "are tied with",
      "home_team_score": 0,
      "period": 1,
      "period_label": "1st Period | 00:00",
      "points": 0,
      "score": "at 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 1st Period | 00:00 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "a2ee8474-5787-4cf0-89fb-35df07ca6fad",
      "created_at": "2017-04-22T23:10:50-04:00",
      "updated_at": "2017-04-22T23:10:50-04:00",
      "away_description": "Oilers are tied with the Sharks at 0",
      "away_team_outcome": "tie",
      "away_team_score": 0,
      "away_team_verb": "are tied with",
      "broadcast": "NBCSN and 220",
      "clock": "1:05",
      "clock_seconds": 65,
      "game_clock_seconds": -65,
      "game_over": false,
      "home_description": "Sharks are tied with the Oilers at 0",
      "home_team_outcome": "tie",
      "home_team_verb": "are tied with",
      "home_team_score": 0,
      "period": 1,
      "period_label": "1st Period | 1:05",
      "points": 0,
      "score": "at 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 1st Period | 1:05 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "0482c691-3747-43a0-b903-0b7df666bf88",
      "created_at": "2017-04-22T23:09:05-04:00",
      "updated_at": "2017-04-22T23:09:05-04:00",
      "away_description": "Oilers are tied with the Sharks at 0",
      "away_team_outcome": "tie",
      "away_team_score": 0,
      "away_team_verb": "are tied with",
      "broadcast": "NBCSN and 220",
      "clock": "2:14",
      "clock_seconds": 134,
      "game_clock_seconds": -134,
      "game_over": false,
      "home_description": "Sharks are tied with the Oilers at 0",
      "home_team_outcome": "tie",
      "home_team_verb": "are tied with",
      "home_team_score": 0,
      "period": 1,
      "period_label": "1st Period | 2:14",
      "points": 0,
      "score": "at 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 1st Period | 2:14 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "aa210da6-3105-4b89-bd8e-065960c53208",
      "created_at": "2017-04-22T23:07:23-04:00",
      "updated_at": "2017-04-22T23:07:23-04:00",
      "away_description": "Oilers are tied with the Sharks at 0",
      "away_team_outcome": "tie",
      "away_team_score": 0,
      "away_team_verb": "are tied with",
      "broadcast": "NBCSN and 220",
      "clock": "3:08",
      "clock_seconds": 188,
      "game_clock_seconds": -188,
      "game_over": false,
      "home_description": "Sharks are tied with the Oilers at 0",
      "home_team_outcome": "tie",
      "home_team_verb": "are tied with",
      "home_team_score": 0,
      "period": 1,
      "period_label": "1st Period | 3:08",
      "points": 0,
      "score": "at 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 1st Period | 3:08 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "f2450cda-3621-4faa-9cc1-e54ffdf29cb0",
      "created_at": "2017-04-22T23:05:40-04:00",
      "updated_at": "2017-04-22T23:05:40-04:00",
      "away_description": "Oilers are tied with the Sharks at 0",
      "away_team_outcome": "tie",
      "away_team_score": 0,
      "away_team_verb": "are tied with",
      "broadcast": "NBCSN and 220",
      "clock": "4:35",
      "clock_seconds": 275,
      "game_clock_seconds": -275,
      "game_over": false,
      "home_description": "Sharks are tied with the Oilers at 0",
      "home_team_outcome": "tie",
      "home_team_verb": "are tied with",
      "home_team_score": 0,
      "period": 1,
      "period_label": "1st Period | 4:35",
      "points": 0,
      "score": "at 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 1st Period | 4:35 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "e4afc3c3-6e90-46aa-b954-28cd0247161d",
      "created_at": "2017-04-22T23:03:55-04:00",
      "updated_at": "2017-04-22T23:03:55-04:00",
      "away_description": "Oilers are tied with the Sharks at 0",
      "away_team_outcome": "tie",
      "away_team_score": 0,
      "away_team_verb": "are tied with",
      "broadcast": "NBCSN and 220",
      "clock": "5:41",
      "clock_seconds": 341,
      "game_clock_seconds": -341,
      "game_over": false,
      "home_description": "Sharks are tied with the Oilers at 0",
      "home_team_outcome": "tie",
      "home_team_verb": "are tied with",
      "home_team_score": 0,
      "period": 1,
      "period_label": "1st Period | 5:41",
      "points": 0,
      "score": "at 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 1st Period | 5:41 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "eeb1d0d5-8a78-469a-b3df-4b071b535813",
      "created_at": "2017-04-22T23:02:15-04:00",
      "updated_at": "2017-04-22T23:02:15-04:00",
      "away_description": "Oilers are tied with the Sharks at 0",
      "away_team_outcome": "tie",
      "away_team_score": 0,
      "away_team_verb": "are tied with",
      "broadcast": "NBCSN and 220",
      "clock": "5:42",
      "clock_seconds": 342,
      "game_clock_seconds": -342,
      "game_over": false,
      "home_description": "Sharks are tied with the Oilers at 0",
      "home_team_outcome": "tie",
      "home_team_verb": "are tied with",
      "home_team_score": 0,
      "period": 1,
      "period_label": "1st Period | 5:42",
      "points": 0,
      "score": "at 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 1st Period | 5:42 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "21315766-d5e0-4361-9147-cce544e0d3ec",
      "created_at": "2017-04-22T23:00:31-04:00",
      "updated_at": "2017-04-22T23:00:31-04:00",
      "away_description": "Oilers are tied with the Sharks at 0",
      "away_team_outcome": "tie",
      "away_team_score": 0,
      "away_team_verb": "are tied with",
      "broadcast": "NBCSN and 220",
      "clock": "7:07",
      "clock_seconds": 427,
      "game_clock_seconds": -427,
      "game_over": false,
      "home_description": "Sharks are tied with the Oilers at 0",
      "home_team_outcome": "tie",
      "home_team_verb": "are tied with",
      "home_team_score": 0,
      "period": 1,
      "period_label": "1st Period | 7:07",
      "points": 0,
      "score": "at 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 1st Period | 7:07 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "01e85a47-3e06-40b2-9f87-70ddadf2caf8",
      "created_at": "2017-04-22T22:57:04-04:00",
      "updated_at": "2017-04-22T22:57:04-04:00",
      "away_description": "Oilers are tied with the Sharks at 0",
      "away_team_outcome": "tie",
      "away_team_score": 0,
      "away_team_verb": "are tied with",
      "broadcast": "NBCSN and 220",
      "clock": "8:39",
      "clock_seconds": 519,
      "game_clock_seconds": -519,
      "game_over": false,
      "home_description": "Sharks are tied with the Oilers at 0",
      "home_team_outcome": "tie",
      "home_team_verb": "are tied with",
      "home_team_score": 0,
      "period": 1,
      "period_label": "1st Period | 8:39",
      "points": 0,
      "score": "at 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 1st Period | 8:39 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "ecd93878-1555-43a9-9e69-1ab37eaea166",
      "created_at": "2017-04-22T22:55:22-04:00",
      "updated_at": "2017-04-22T22:55:22-04:00",
      "away_description": "Oilers are tied with the Sharks at 0",
      "away_team_outcome": "tie",
      "away_team_score": 0,
      "away_team_verb": "are tied with",
      "broadcast": "NBCSN and 220",
      "clock": "9:45",
      "clock_seconds": 585,
      "game_clock_seconds": -585,
      "game_over": false,
      "home_description": "Sharks are tied with the Oilers at 0",
      "home_team_outcome": "tie",
      "home_team_verb": "are tied with",
      "home_team_score": 0,
      "period": 1,
      "period_label": "1st Period | 9:45",
      "points": 0,
      "score": "at 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 1st Period | 9:45 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "36d0e332-34e0-43fa-8a98-f9b116df1039",
      "created_at": "2017-04-22T22:53:40-04:00",
      "updated_at": "2017-04-22T22:53:40-04:00",
      "away_description": "Oilers are tied with the Sharks at 0",
      "away_team_outcome": "tie",
      "away_team_score": 0,
      "away_team_verb": "are tied with",
      "broadcast": "NBCSN and 220",
      "clock": "11:05",
      "clock_seconds": 665,
      "game_clock_seconds": -665,
      "game_over": false,
      "home_description": "Sharks are tied with the Oilers at 0",
      "home_team_outcome": "tie",
      "home_team_verb": "are tied with",
      "home_team_score": 0,
      "period": 1,
      "period_label": "1st Period | 11:05",
      "points": 0,
      "score": "at 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 1st Period | 11:05 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "88a25f3d-6c17-4b85-a5d3-8049ba7e6f35",
      "created_at": "2017-04-22T22:51:55-04:00",
      "updated_at": "2017-04-22T22:51:55-04:00",
      "away_description": "Oilers are tied with the Sharks at 0",
      "away_team_outcome": "tie",
      "away_team_score": 0,
      "away_team_verb": "are tied with",
      "broadcast": "NBCSN and 220",
      "clock": "11:18",
      "clock_seconds": 678,
      "game_clock_seconds": -678,
      "game_over": false,
      "home_description": "Sharks are tied with the Oilers at 0",
      "home_team_outcome": "tie",
      "home_team_verb": "are tied with",
      "home_team_score": 0,
      "period": 1,
      "period_label": "1st Period | 11:18",
      "points": 0,
      "score": "at 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 1st Period | 11:18 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "2d4cfcb6-f0b5-4ca2-9526-ceb61b32e331",
      "created_at": "2017-04-22T22:50:13-04:00",
      "updated_at": "2017-04-22T22:50:13-04:00",
      "away_description": "Oilers are tied with the Sharks at 0",
      "away_team_outcome": "tie",
      "away_team_score": 0,
      "away_team_verb": "are tied with",
      "broadcast": "NBCSN and 220",
      "clock": "11:33",
      "clock_seconds": 693,
      "game_clock_seconds": -693,
      "game_over": false,
      "home_description": "Sharks are tied with the Oilers at 0",
      "home_team_outcome": "tie",
      "home_team_verb": "are tied with",
      "home_team_score": 0,
      "period": 1,
      "period_label": "1st Period | 11:33",
      "points": 0,
      "score": "at 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 1st Period | 11:33 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "5e6e0437-c6ff-4ca1-a76b-8a885482b8c9",
      "created_at": "2017-04-22T22:48:30-04:00",
      "updated_at": "2017-04-22T22:48:30-04:00",
      "away_description": "Oilers are tied with the Sharks at 0",
      "away_team_outcome": "tie",
      "away_team_score": 0,
      "away_team_verb": "are tied with",
      "broadcast": "NBCSN and 220",
      "clock": "13:53",
      "clock_seconds": 833,
      "game_clock_seconds": -833,
      "game_over": false,
      "home_description": "Sharks are tied with the Oilers at 0",
      "home_team_outcome": "tie",
      "home_team_verb": "are tied with",
      "home_team_score": 0,
      "period": 1,
      "period_label": "1st Period | 13:53",
      "points": 0,
      "score": "at 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 1st Period | 13:53 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "36a03736-b32a-4b73-a3c9-011c8d7a0d96",
      "created_at": "2017-04-22T22:46:47-04:00",
      "updated_at": "2017-04-22T22:46:47-04:00",
      "away_description": "Oilers are tied with the Sharks at 0",
      "away_team_outcome": "tie",
      "away_team_score": 0,
      "away_team_verb": "are tied with",
      "broadcast": "NBCSN and 220",
      "clock": "15:05",
      "clock_seconds": 905,
      "game_clock_seconds": -905,
      "game_over": false,
      "home_description": "Sharks are tied with the Oilers at 0",
      "home_team_outcome": "tie",
      "home_team_verb": "are tied with",
      "home_team_score": 0,
      "period": 1,
      "period_label": "1st Period | 15:05",
      "points": 0,
      "score": "at 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 1st Period | 15:05 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "566b558b-f639-4bf3-94f4-301e8fae055a",
      "created_at": "2017-04-22T22:45:03-04:00",
      "updated_at": "2017-04-22T22:45:03-04:00",
      "away_description": "Oilers are tied with the Sharks at 0",
      "away_team_outcome": "tie",
      "away_team_score": 0,
      "away_team_verb": "are tied with",
      "broadcast": "NBCSN and 220",
      "clock": "16:40",
      "clock_seconds": 1000,
      "game_clock_seconds": -1000,
      "game_over": false,
      "home_description": "Sharks are tied with the Oilers at 0",
      "home_team_outcome": "tie",
      "home_team_verb": "are tied with",
      "home_team_score": 0,
      "period": 1,
      "period_label": "1st Period | 16:40",
      "points": 0,
      "score": "at 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 1st Period | 16:40 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "7dc7e8d7-8e11-46aa-a825-702b0ead364a",
      "created_at": "2017-04-22T22:43:20-04:00",
      "updated_at": "2017-04-22T22:43:20-04:00",
      "away_description": "Oilers are tied with the Sharks at 0",
      "away_team_outcome": "tie",
      "away_team_score": 0,
      "away_team_verb": "are tied with",
      "broadcast": "NBCSN and 220",
      "clock": "17:25",
      "clock_seconds": 1045,
      "game_clock_seconds": -1045,
      "game_over": false,
      "home_description": "Sharks are tied with the Oilers at 0",
      "home_team_outcome": "tie",
      "home_team_verb": "are tied with",
      "home_team_score": 0,
      "period": 1,
      "period_label": "1st Period | 17:25",
      "points": 0,
      "score": "at 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 1st Period | 17:25 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "7f660c52-c2e6-4fbf-a90b-9defad5fead6",
      "created_at": "2017-04-22T22:41:39-04:00",
      "updated_at": "2017-04-22T22:41:39-04:00",
      "away_description": "Oilers are tied with the Sharks at 0",
      "away_team_outcome": "tie",
      "away_team_score": 0,
      "away_team_verb": "are tied with",
      "broadcast": "NBCSN and 220",
      "clock": "19:06",
      "clock_seconds": 1146,
      "game_clock_seconds": -1146,
      "game_over": false,
      "home_description": "Sharks are tied with the Oilers at 0",
      "home_team_outcome": "tie",
      "home_team_verb": "are tied with",
      "home_team_score": 0,
      "period": 1,
      "period_label": "1st Period | 19:06",
      "points": 0,
      "score": "at 0",
      "status": "in_progress",
      "title": "Edmonton vs San Jose | 1st Period | 19:06 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    },
    {
      "id": "f3318a80-b210-4382-a354-f5a36e5f101b",
      "created_at": "2017-04-22T22:31:19-04:00",
      "updated_at": "2017-04-22T22:31:19-04:00",
      "away_description": "Oilers are tied with the Sharks at 0",
      "away_team_outcome": "tie",
      "away_team_score": 0,
      "away_team_verb": "are tied with",
      "broadcast": "NBCSN and 220",
      "clock": "20:00",
      "clock_seconds": 1200,
      "game_clock_seconds": -1200,
      "game_over": false,
      "home_description": "Sharks are tied with the Oilers at 0",
      "home_team_outcome": "tie",
      "home_team_verb": "are tied with",
      "home_team_score": 0,
      "period": 1,
      "period_label": "1st Period | 20:00",
      "points": 0,
      "score": "at 0",
      "status": "created",
      "title": "Edmonton vs San Jose | 1st Period | 20:00 | SAP Center at San Jose | NBCSN and 220",
      "week_label": null,
      "game_id": "c98b5cdd-98d1-452b-974f-599ce30a8e61"
    }
  ]
}

This endpoint retrieves NHL Scoreboards.

HTTP Request

GET https://api.stattleship.com/hockey/nhl/scoreboards

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
game_id Optional. Game slug.
team_id Optional. Team slug such as nhl-bos for the Bruins
interval_type regularseason See interval_type for sport.
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2017-04-22
since Friendly date such as 1 week ago or 4 days ago or last Sunday; or a timestamp such as 1448820000
season_id Current season Season slug such as nhl-2016-2017
status Optional. One of canceled

Seasons

Baseball Seasons

curl -X "GET" "https://api.stattleship.com/baseball/mlb/seasons" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "leagues": [
    {
      "id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-07-12T19:34:12-04:00",
      "abbreviation": "MLB",
      "color": null,
      "minutes_per_period": 1,
      "name": "Major League Baseball",
      "periods": 9,
      "slug": "mlb",
      "sport": "baseball"
    }
  ],
  "seasons": [
    {
      "id": "7273bcc6-f05f-42e0-a860-e05c1e943078",
      "created_at": "2017-02-14T19:00:00-05:00",
      "updated_at": "2017-03-07T09:02:50-05:00",
      "name": "2017",
      "current_interval_type": "regularseason",
      "starts_on": "2017-01-02",
      "ends_on": "2017-11-30",
      "stats_coverage": "season_stat_and_boxscore_play_by_play",
      "slug": "mlb-2017",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2017-03-07T09:02:50-05:00",
      "name": "2016",
      "current_interval_type": "regularseason",
      "starts_on": "2016-01-02",
      "ends_on": "2016-11-30",
      "stats_coverage": "season_stat_and_boxscore_play_by_play",
      "slug": "mlb-2016",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "e46014e6-f9e9-41c3-9deb-cd11ee879d75",
      "created_at": "2016-03-18T21:03:28-04:00",
      "updated_at": "2017-03-07T09:02:50-05:00",
      "name": "2015",
      "current_interval_type": "regularseason",
      "starts_on": "2015-02-01",
      "ends_on": "2015-11-30",
      "stats_coverage": "season_stat_and_boxscore",
      "slug": "mlb-2015",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "f41c1a91-e3ab-452c-9d4c-256b6b9fdc08",
      "created_at": "2016-04-06T11:25:09-04:00",
      "updated_at": "2017-03-07T09:02:50-05:00",
      "name": "2014",
      "current_interval_type": "regularseason",
      "starts_on": "2014-02-02",
      "ends_on": "2014-11-30",
      "stats_coverage": "season_stat",
      "slug": "mlb-2014",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "335c1447-274f-4034-9ca8-f86d24417d5a",
      "created_at": "2016-04-06T11:19:07-04:00",
      "updated_at": "2017-03-07T09:02:50-05:00",
      "name": "2013",
      "current_interval_type": "regularseason",
      "starts_on": "2013-02-02",
      "ends_on": "2013-11-30",
      "stats_coverage": "season_stat",
      "slug": "mlb-2013",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "c5aff574-e16b-42e5-9f50-21ab6a34b4df",
      "created_at": "2016-04-06T11:18:16-04:00",
      "updated_at": "2017-03-07T09:02:50-05:00",
      "name": "2012",
      "current_interval_type": "regularseason",
      "starts_on": "2012-02-01",
      "ends_on": "2012-11-15",
      "stats_coverage": "season_stat",
      "slug": "mlb-2012",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "8784b8be-c6d8-49dd-ae12-a6ea034da31b",
      "created_at": "2017-03-07T09:02:50-05:00",
      "updated_at": "2017-03-07T09:02:50-05:00",
      "name": "2011",
      "current_interval_type": "regularseason",
      "starts_on": "2011-03-31",
      "ends_on": "2011-10-28",
      "stats_coverage": "no_coverage",
      "slug": "mlb-2011",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "8abcba39-6e64-4c52-b951-3730f3350b2d",
      "created_at": "2016-04-08T16:11:22-04:00",
      "updated_at": "2016-04-08T16:11:22-04:00",
      "name": "2010",
      "current_interval_type": "regularseason",
      "starts_on": "2010-03-02",
      "ends_on": "2010-11-15",
      "stats_coverage": "no_coverage",
      "slug": "mlb-2010",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "b9c5e949-4dd1-4899-9c85-e9138037b678",
      "created_at": "2016-04-06T11:23:27-04:00",
      "updated_at": "2016-04-06T11:23:27-04:00",
      "name": "2009",
      "current_interval_type": "regularseason",
      "starts_on": "2009-02-24",
      "ends_on": "2009-11-05",
      "stats_coverage": "no_coverage",
      "slug": "mlb-2009",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ]
}

This endpoint retrieves MLB Seasons.

HTTP Request

GET https://api.stattleship.com/baseball/mlb/seasons

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
No params

Basketball Seasons

curl -X "GET" "https://api.stattleship.com/basketball/nba/seasons" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "leagues": [
    {
      "id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-15T09:27:05-04:00",
      "abbreviation": "NBA",
      "color": null,
      "minutes_per_period": 12,
      "name": "National Basketball Association",
      "periods": 4,
      "slug": "nba",
      "sport": "basketball"
    }
  ],
  "seasons": [
    {
      "id": "b0ce2ee1-61bd-44ea-bd34-450160a10e49",
      "created_at": "2016-06-22T10:05:25-04:00",
      "updated_at": "2017-03-07T09:02:51-05:00",
      "name": "2016-2017",
      "current_interval_type": "postseason",
      "starts_on": "2016-10-01",
      "ends_on": "2017-06-30",
      "stats_coverage": "season_stat_and_boxscore_play_by_play",
      "slug": "nba-2016-2017",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2017-03-07T09:02:51-05:00",
      "name": "2015-2016",
      "current_interval_type": "regularseason",
      "starts_on": "2015-10-01",
      "ends_on": "2016-06-30",
      "stats_coverage": "season_stat_and_boxscore",
      "slug": "nba-2015-2016",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "693a1e84-85f0-4206-9b62-9b888c981d00",
      "created_at": "2015-11-30T00:00:51-05:00",
      "updated_at": "2017-03-07T09:02:51-05:00",
      "name": "2014-2015",
      "current_interval_type": "regularseason",
      "starts_on": "2014-10-01",
      "ends_on": "2015-06-30",
      "stats_coverage": "season_stat",
      "slug": "nba-2014-2015",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "90043ee3-1f4c-431f-8847-678d9422ea9d",
      "created_at": "2016-04-06T11:09:36-04:00",
      "updated_at": "2017-03-07T09:02:51-05:00",
      "name": "2013-2014",
      "current_interval_type": "regularseason",
      "starts_on": "2013-10-01",
      "ends_on": "2014-06-26",
      "stats_coverage": "season_stat",
      "slug": "nba-2013-2014",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "faa441b1-54a3-4faf-ac88-18667c3568e4",
      "created_at": "2016-04-06T11:04:13-04:00",
      "updated_at": "2016-04-06T11:04:13-04:00",
      "name": "2012-2013",
      "current_interval_type": "regularseason",
      "starts_on": "2012-10-05",
      "ends_on": "2013-06-21",
      "stats_coverage": "no_coverage",
      "slug": "nba-2012-2013",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "6bc9e96f-4889-42b7-8930-b995c84fdd1d",
      "created_at": "2016-04-06T11:01:16-04:00",
      "updated_at": "2016-04-06T11:01:16-04:00",
      "name": "2011-2012",
      "current_interval_type": "regularseason",
      "starts_on": "2011-10-03",
      "ends_on": "2012-06-27",
      "stats_coverage": "no_coverage",
      "slug": "nba-2011-2012",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "ea587fdf-10a9-414e-9fa7-28ef393a24ac",
      "created_at": "2017-03-07T09:02:50-05:00",
      "updated_at": "2017-03-07T09:02:50-05:00",
      "name": "2010-2011",
      "current_interval_type": "regularseason",
      "starts_on": "2010-10-26",
      "ends_on": "2011-06-12",
      "stats_coverage": "no_coverage",
      "slug": "nba-2010-2011",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "bc81d766-f845-424a-96e5-e2bddf0d43aa",
      "created_at": "2016-04-06T11:00:56-04:00",
      "updated_at": "2016-04-06T11:00:56-04:00",
      "name": "2008-2009",
      "current_interval_type": "regularseason",
      "starts_on": "2008-10-28",
      "ends_on": "2009-06-14",
      "stats_coverage": "no_coverage",
      "slug": "nba-2008-2009",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "a66f4343-6496-4385-b200-4c464581d12e",
      "created_at": "2016-04-06T11:01:14-04:00",
      "updated_at": "2016-04-06T11:01:14-04:00",
      "name": "2006-2007",
      "current_interval_type": "regularseason",
      "starts_on": "2006-10-05",
      "ends_on": "2007-06-30",
      "stats_coverage": "no_coverage",
      "slug": "nba-2006-2007",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ]
}

This endpoint retrieves NBA Seasons.

HTTP Request

GET https://api.stattleship.com/basketball/nba/seasons

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
No params

Football Seasons

curl -X "GET" "https://api.stattleship.com/football/nfl/seasons" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "leagues": [
    {
      "id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:49-04:00",
      "abbreviation": "NFL",
      "color": null,
      "minutes_per_period": 15,
      "name": "National Football League",
      "periods": 4,
      "slug": "nfl",
      "sport": "football"
    }
  ],
  "seasons": [
    {
      "id": "863d0345-407a-4881-8fa4-c1ef069f7482",
      "created_at": "2017-04-21T20:00:00-04:00",
      "updated_at": "2017-04-21T20:00:00-04:00",
      "name": "2017-2018",
      "current_interval_type": "preseason",
      "starts_on": "2017-08-22",
      "ends_on": "2018-02-22",
      "stats_coverage": "season_stat_and_boxscore_play_by_play",
      "slug": "nfl-2017-2018",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "8e660574-116b-4566-8060-3d83cf07cf80",
      "created_at": "2016-02-16T18:57:00-05:00",
      "updated_at": "2017-03-07T09:02:50-05:00",
      "name": "2016-2017",
      "current_interval_type": "week",
      "starts_on": "2016-08-01",
      "ends_on": "2017-02-14",
      "stats_coverage": "season_stat_and_boxscore_play_by_play",
      "slug": "nfl-2016-2017",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2017-03-07T09:02:50-05:00",
      "name": "2015-2016",
      "current_interval_type": "week",
      "starts_on": "2015-08-01",
      "ends_on": "2016-02-14",
      "stats_coverage": "season_stat_and_boxscore",
      "slug": "nfl-2015-2016",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "322dcfc5-e273-48aa-bf22-873700ff8b7b",
      "created_at": "2015-11-29T22:31:23-05:00",
      "updated_at": "2017-03-07T09:02:50-05:00",
      "name": "2014-2015",
      "current_interval_type": "week",
      "starts_on": "2014-08-01",
      "ends_on": "2015-02-09",
      "stats_coverage": "season_stat",
      "slug": "nfl-2014-2015",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "907fbbaa-ba60-4b1f-b637-05860aed19e8",
      "created_at": "2015-11-30T00:05:33-05:00",
      "updated_at": "2017-03-07T09:02:50-05:00",
      "name": "2013-2014",
      "current_interval_type": "week",
      "starts_on": "2013-08-01",
      "ends_on": "2014-02-02",
      "stats_coverage": "season_stat",
      "slug": "nfl-2013-2014",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "5bc4b2e3-c287-4624-a6b5-b990eea67c92",
      "created_at": "2015-11-30T00:02:45-05:00",
      "updated_at": "2017-03-07T09:02:50-05:00",
      "name": "2012-2013",
      "current_interval_type": "week",
      "starts_on": "2012-08-01",
      "ends_on": "2013-02-03",
      "stats_coverage": "season_stat",
      "slug": "nfl-2012-2013",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "48870f28-118b-41bf-8ac5-b5f68dba257a",
      "created_at": "2015-11-30T00:01:49-05:00",
      "updated_at": "2017-03-07T09:02:50-05:00",
      "name": "2011-2012",
      "current_interval_type": "week",
      "starts_on": "2011-08-01",
      "ends_on": "2012-02-05",
      "stats_coverage": "season_stat",
      "slug": "nfl-2011-2012",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "c03a4be6-070a-486c-a326-36cc5327c800",
      "created_at": "2015-11-29T23:36:58-05:00",
      "updated_at": "2016-03-21T14:58:18-04:00",
      "name": "2010-2011",
      "current_interval_type": "week",
      "starts_on": "2010-08-01",
      "ends_on": "2011-02-28",
      "stats_coverage": "no_coverage",
      "slug": "nfl-2010-2011",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "797d0be4-9d93-4e0d-bdb0-1f92bd9ccddb",
      "created_at": "2016-05-12T02:28:23-04:00",
      "updated_at": "2016-05-12T02:28:23-04:00",
      "name": "2009-2010",
      "current_interval_type": null,
      "starts_on": "2009-08-01",
      "ends_on": "2010-02-28",
      "stats_coverage": "no_coverage",
      "slug": "nfl-2009-2010",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "1905a832-e5f8-4a95-8fe2-7cea08ebf30d",
      "created_at": "2015-11-29T23:59:11-05:00",
      "updated_at": "2016-03-21T14:58:18-04:00",
      "name": "2008-2009",
      "current_interval_type": "week",
      "starts_on": "2008-08-01",
      "ends_on": "2009-02-28",
      "stats_coverage": "no_coverage",
      "slug": "nfl-2008-2009",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "6e763637-d632-4813-b5d7-333bc2517015",
      "created_at": "2016-05-12T02:23:11-04:00",
      "updated_at": "2016-05-12T02:23:11-04:00",
      "name": "2007-2008",
      "current_interval_type": null,
      "starts_on": "2007-08-01",
      "ends_on": "2008-02-28",
      "stats_coverage": "no_coverage",
      "slug": "nfl-2007-2008",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "905a9e64-00b5-45fd-a2a4-2f8402413a8d",
      "created_at": "2016-05-12T02:20:14-04:00",
      "updated_at": "2016-05-12T02:20:14-04:00",
      "name": "2006-2007",
      "current_interval_type": null,
      "starts_on": "2006-08-06",
      "ends_on": "2007-02-10",
      "stats_coverage": "no_coverage",
      "slug": "nfl-2006-2007",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ]
}

This endpoint retrieves NFL Seasons.

HTTP Request

GET https://api.stattleship.com/football/nfl/seasons

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
No params

Hockey Seasons

curl -X "GET" "https://api.stattleship.com/hockey/nhl/seasons" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "leagues": [
    {
      "id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-12T19:04:13-04:00",
      "abbreviation": "NHL",
      "color": null,
      "minutes_per_period": 20,
      "name": "National Hockey League",
      "periods": 3,
      "slug": "nhl",
      "sport": "hockey"
    }
  ],
  "seasons": [
    {
      "id": "0e4a4772-054b-4d77-b724-03aba77f84a6",
      "created_at": "2016-06-14T21:00:02-04:00",
      "updated_at": "2017-03-07T09:02:51-05:00",
      "name": "2016-2017",
      "current_interval_type": "postseason",
      "starts_on": "2016-09-01",
      "ends_on": "2017-06-30",
      "stats_coverage": "season_stat_and_boxscore_play_by_play",
      "slug": "nhl-2016-2017",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2017-03-07T09:02:51-05:00",
      "name": "2015-2016",
      "current_interval_type": "stanleycupfinals",
      "starts_on": "2015-09-01",
      "ends_on": "2016-06-30",
      "stats_coverage": "season_stat_and_boxscore",
      "slug": "nhl-2015-2016",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "fc939802-3353-44c6-9326-ec192b0fce79",
      "created_at": "2015-11-30T00:59:05-05:00",
      "updated_at": "2017-03-07T09:02:51-05:00",
      "name": "2014-2015",
      "current_interval_type": "regularseason",
      "starts_on": "2014-09-01",
      "ends_on": "2015-06-30",
      "stats_coverage": "season_stat",
      "slug": "nhl-2014-2015",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "0741a7a7-0b56-4620-ad15-a8469262ff80",
      "created_at": "2016-04-06T11:15:07-04:00",
      "updated_at": "2017-03-07T09:02:51-05:00",
      "name": "2013-2014",
      "current_interval_type": "regularseason",
      "starts_on": "2013-09-01",
      "ends_on": "2014-06-30",
      "stats_coverage": "season_stat",
      "slug": "nhl-2013-2014",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "815aef1e-5d4b-43c1-9d0b-cbbf5c9ad96e",
      "created_at": "2016-04-06T11:12:53-04:00",
      "updated_at": "2016-04-06T11:12:53-04:00",
      "name": "2012-2013",
      "current_interval_type": "regularseason",
      "starts_on": "2012-09-01",
      "ends_on": "2013-06-26",
      "stats_coverage": "no_coverage",
      "slug": "nhl-2012-2013",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "16377b82-2176-478b-a5bd-6a7314a68565",
      "created_at": "2016-04-06T11:08:44-04:00",
      "updated_at": "2016-04-06T11:08:44-04:00",
      "name": "2011-2012",
      "current_interval_type": "regularseason",
      "starts_on": "2011-09-01",
      "ends_on": "2012-06-17",
      "stats_coverage": "no_coverage",
      "slug": "nhl-2011-2012",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "d6bacfde-9c0b-43d2-8b2e-f730b3779fb5",
      "created_at": "2017-03-07T09:02:50-05:00",
      "updated_at": "2017-03-07T09:02:50-05:00",
      "name": "2010-2011",
      "current_interval_type": "regularseason",
      "starts_on": "2009-10-07",
      "ends_on": "2011-06-15",
      "stats_coverage": "no_coverage",
      "slug": "nhl-2010-2011",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "c85e4aee-ffe5-4cfc-a309-f9ef0356e1bb",
      "created_at": "2017-03-07T09:02:50-05:00",
      "updated_at": "2017-03-07T09:02:50-05:00",
      "name": "2009-2010",
      "current_interval_type": "regularseason",
      "starts_on": "2009-10-01",
      "ends_on": "2010-06-09",
      "stats_coverage": "no_coverage",
      "slug": "nhl-2009-2010",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "2d68ab72-2c04-4e85-a50b-b3e31a59c0f1",
      "created_at": "2016-04-06T11:04:48-04:00",
      "updated_at": "2016-04-06T11:04:48-04:00",
      "name": "2007-2008",
      "current_interval_type": "regularseason",
      "starts_on": "2007-09-29",
      "ends_on": "2008-06-30",
      "stats_coverage": "no_coverage",
      "slug": "nhl-2007-2008",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "151133d5-20ee-47e5-9450-78f8274eb97a",
      "created_at": "2016-04-06T11:07:50-04:00",
      "updated_at": "2016-04-06T11:07:50-04:00",
      "name": "2006-2007",
      "current_interval_type": "regularseason",
      "starts_on": "2006-10-04",
      "ends_on": "2007-06-30",
      "stats_coverage": "no_coverage",
      "slug": "nhl-2006-2007",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ]
}

This endpoint retrieves NHL Seasons.

HTTP Request

GET https://api.stattleship.com/hockey/nhl/seasons

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
No params

Scoring Plays

Baseball Scoring Plays

curl -X "GET" "https://api.stattleship.com/baseball/mlb/scoring_plays" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "games": [
    {
      "id": "1bb8f73e-e733-4176-94b9-3f7d1f6dc6e2",
      "created_at": "2016-10-15T06:00:01-04:00",
      "updated_at": "2016-10-23T06:00:00-04:00",
      "at_neutral_site": null,
      "attendance": 42386,
      "away_team_outcome": "loss",
      "away_team_score": 0,
      "broadcast": "FS1",
      "clock": ":00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 9360,
      "ended_at": "2016-10-22T21:44:00-05:00",
      "home_team_outcome": "win",
      "home_team_score": 5,
      "humidity": null,
      "interval": "NLCS - 6",
      "interval_number": 6,
      "interval_type": "postseason",
      "label": "Dodgers vs Cubs",
      "name": "Dodgers vs Cubs October 22, 2016 at  7:08pm",
      "on": "on October 22, 2016",
      "period": 9,
      "period_label": "Inning",
      "score": "0-5",
      "score_differential": 5,
      "scoreline": "Dodgers 0 - Cubs 5",
      "slug": "mlb-2016-la-chc-2016-10-22-0300",
      "started_at": "2016-10-22T19:08:00-05:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FS1",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1477181280,
      "title": "Dodgers vs Cubs",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "away_team_id": "f53d7ed3-1ebe-4e02-979d-6e51c0f5fb18",
      "winning_team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "3c8118f4-2142-4d3b-9a33-018bc42c382b",
      "official_ids": [
        "a2b05332-6ce0-4ad9-aeeb-a5eb1244fb8c",
        "3fe24b54-49d3-4c2f-af53-1145aea02858",
        "54b338e5-4f09-4701-9ef0-17a1f00d97da",
        "e01323cd-95d7-4dd3-8e47-4de3239273d6",
        "56ccf33a-3e94-44fb-85df-ce7adcd1b284",
        "6271c1b6-9424-4f56-8daa-615ccd4f212f"
      ]
    }
  ],
  "home_teams": [
    {
      "id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "CC3433",
      "colors": [
        "CC3433",
        "0E3386"
      ],
      "hashtag": "Cubs",
      "hashtags": [
        "Cubs"
      ],
      "location": "Chicago",
      "name": "Chi. Cubs",
      "nickname": "Cubs",
      "latitude": 41.8781136,
      "longitude": -87.6297982,
      "slug": "mlb-chc",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "leagues": [
    {
      "id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-07-12T19:34:12-04:00",
      "abbreviation": "MLB",
      "color": null,
      "minutes_per_period": null,
      "name": "Major League Baseball",
      "periods": null,
      "slug": "mlb",
      "sport": "baseball"
    }
  ],
  "away_teams": [
    {
      "id": "f53d7ed3-1ebe-4e02-979d-6e51c0f5fb18",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "005A9C",
      "colors": [
        "005A9C",
        "EF3E42"
      ],
      "hashtag": "Dodgers",
      "hashtags": [
        "Dodgers"
      ],
      "location": "Los Angeles",
      "name": "LA Dodgers",
      "nickname": "Dodgers",
      "latitude": 34.072609,
      "longitude": -118.251259,
      "slug": "mlb-la",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "winning_teams": [
    {
      "id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "CC3433",
      "colors": [
        "CC3433",
        "0E3386"
      ],
      "hashtag": "Cubs",
      "hashtags": [
        "Cubs"
      ],
      "location": "Chicago",
      "name": "Chi. Cubs",
      "nickname": "Cubs",
      "latitude": 41.8781136,
      "longitude": -87.6297982,
      "slug": "mlb-chc",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "seasons": [
    {
      "id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-03-18T20:57:48-04:00",
      "name": "2016",
      "current_interval_type": "postseason",
      "starts_on": "2016-01-02",
      "ends_on": "2016-11-30",
      "slug": "mlb-2016",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "venues": [
    {
      "id": "3c8118f4-2142-4d3b-9a33-018bc42c382b",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-13T06:37:00-04:00",
      "abbreviation": "Wrigley Field",
      "capacity": 41072,
      "city": "Chicago",
      "country": "USA",
      "field_type": "grass",
      "name": "Wrigley Field",
      "slug": "wf",
      "state": "IL",
      "stadium_type": null,
      "time_zone": "US/Central",
      "latitude": 41.8781136,
      "longitude": -87.6297982
    }
  ],
  "opponents": [
    {
      "id": "f53d7ed3-1ebe-4e02-979d-6e51c0f5fb18",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "005A9C",
      "colors": [
        "005A9C",
        "EF3E42"
      ],
      "hashtag": "Dodgers",
      "hashtags": [
        "Dodgers"
      ],
      "location": "Los Angeles",
      "name": "LA Dodgers",
      "nickname": "Dodgers",
      "latitude": 34.072609,
      "longitude": -118.251259,
      "slug": "mlb-la",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "teams": [
    {
      "id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "CC3433",
      "colors": [
        "CC3433",
        "0E3386"
      ],
      "hashtag": "Cubs",
      "hashtags": [
        "Cubs"
      ],
      "location": "Chicago",
      "name": "Chi. Cubs",
      "nickname": "Cubs",
      "latitude": 41.8781136,
      "longitude": -87.6297982,
      "slug": "mlb-chc",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "f53d7ed3-1ebe-4e02-979d-6e51c0f5fb18",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "005A9C",
      "colors": [
        "005A9C",
        "EF3E42"
      ],
      "hashtag": "Dodgers",
      "hashtags": [
        "Dodgers"
      ],
      "location": "Los Angeles",
      "name": "LA Dodgers",
      "nickname": "Dodgers",
      "latitude": 34.072609,
      "longitude": -118.251259,
      "slug": "mlb-la",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "scoring_players": [
    {
      "id": "10eb21bb-be0a-4854-b91e-27b6406cbb05",
      "created_at": "2016-10-22T20:20:33-04:00",
      "updated_at": "2016-10-22T20:20:33-04:00",
      "name": "Pitcher",
      "role": "pitcher",
      "player_id": "6b8c16f5-369e-4127-b1b6-3ccf411ef700",
      "scoring_play_id": "33a2b213-9831-4a87-a2d8-90ceee85f7f1"
    },
    {
      "id": "93409c71-393e-4052-99ae-fa7af066ed10",
      "created_at": "2016-10-22T20:20:33-04:00",
      "updated_at": "2016-10-22T20:20:33-04:00",
      "name": "Hitter",
      "role": "hitter",
      "player_id": "a6a7d333-2cb3-423a-b1c9-e4fd00a1461a",
      "scoring_play_id": "33a2b213-9831-4a87-a2d8-90ceee85f7f1"
    },
    {
      "id": "1228dbec-d1e5-4ec4-a95e-97d4412c9ca1",
      "created_at": "2016-10-22T20:20:33-04:00",
      "updated_at": "2016-10-22T20:20:33-04:00",
      "name": "Runner",
      "role": "runner",
      "player_id": "dc8d2a63-fd16-4310-b3e3-1aa7c0d19240",
      "scoring_play_id": "33a2b213-9831-4a87-a2d8-90ceee85f7f1"
    },
    {
      "id": "024d5875-121d-494c-a6d4-3d8fca1db0c3",
      "created_at": "2016-10-22T20:26:55-04:00",
      "updated_at": "2016-10-22T20:26:55-04:00",
      "name": "Pitcher",
      "role": "pitcher",
      "player_id": "6b8c16f5-369e-4127-b1b6-3ccf411ef700",
      "scoring_play_id": "4d63f009-3c4c-456e-9416-9de4abca614b"
    },
    {
      "id": "59ab63e0-0c6d-4e95-9209-2755e74d6ba8",
      "created_at": "2016-10-22T20:26:55-04:00",
      "updated_at": "2016-10-22T20:26:55-04:00",
      "name": "Hitter",
      "role": "hitter",
      "player_id": "2939eb30-3545-4a3b-9f86-df287c375aa5",
      "scoring_play_id": "4d63f009-3c4c-456e-9416-9de4abca614b"
    },
    {
      "id": "85e94d4b-2cf3-4dd1-9fec-91d7133717b7",
      "created_at": "2016-10-22T20:26:55-04:00",
      "updated_at": "2016-10-22T20:26:55-04:00",
      "name": "Runner",
      "role": "runner",
      "player_id": "a6a7d333-2cb3-423a-b1c9-e4fd00a1461a",
      "scoring_play_id": "4d63f009-3c4c-456e-9416-9de4abca614b"
    },
    {
      "id": "a88fb2ef-b898-4b23-9848-51b382685eae",
      "created_at": "2016-10-22T20:56:55-04:00",
      "updated_at": "2016-10-22T20:56:55-04:00",
      "name": "Pitcher",
      "role": "pitcher",
      "player_id": "6b8c16f5-369e-4127-b1b6-3ccf411ef700",
      "scoring_play_id": "a7de6715-28ff-4454-8835-fc00f3d71a8a"
    },
    {
      "id": "2371c6ba-548b-4733-8bc1-f619fd1e1649",
      "created_at": "2016-10-22T20:56:55-04:00",
      "updated_at": "2016-10-22T20:56:55-04:00",
      "name": "Hitter",
      "role": "hitter",
      "player_id": "dc8d2a63-fd16-4310-b3e3-1aa7c0d19240",
      "scoring_play_id": "a7de6715-28ff-4454-8835-fc00f3d71a8a"
    },
    {
      "id": "06cd85ff-f86e-4e4d-86fd-8675d897ef97",
      "created_at": "2016-10-22T20:56:55-04:00",
      "updated_at": "2016-10-22T20:56:55-04:00",
      "name": "Runner",
      "role": "runner",
      "player_id": "9c6cf256-5030-4479-bd5b-6f19f2d5c3d9",
      "scoring_play_id": "a7de6715-28ff-4454-8835-fc00f3d71a8a"
    }
  ],
  "players": [
    {
      "id": "6b8c16f5-369e-4127-b1b6-3ccf411ef700",
      "created_at": "2016-03-18T21:12:18-04:00",
      "updated_at": "2016-10-25T05:55:15-04:00",
      "active": true,
      "birth_date": "1988-03-19",
      "captain": null,
      "city": "Dallas",
      "country": "USA",
      "draft_season": "2006",
      "draft_round": 1,
      "draft_overall_pick": 7,
      "draft_team_name": null,
      "first_name": "Clayton",
      "handedness": "left",
      "bats": "bats_left",
      "height": 76,
      "high_school": "Highland Park, Dallas, TX",
      "unit_of_height": "inches",
      "last_name": "Kershaw",
      "name": "Clayton Kershaw",
      "nickname": "Clayton",
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "salary": 34571428,
      "humanized_salary": "34,571,428",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-clayton-kershaw",
      "sport": "baseball",
      "state": "TX",
      "weight": 225,
      "uniform_number": "22",
      "unit_of_weight": "pounds",
      "years_of_experience": 7,
      "pro_debut": "2008-05-25",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "f53d7ed3-1ebe-4e02-979d-6e51c0f5fb18"
    },
    {
      "id": "a6a7d333-2cb3-423a-b1c9-e4fd00a1461a",
      "created_at": "2016-03-18T21:12:31-04:00",
      "updated_at": "2016-10-25T05:55:13-04:00",
      "active": true,
      "birth_date": "1992-01-04",
      "captain": null,
      "city": "Las Vegas",
      "country": "USA",
      "draft_season": "2013",
      "draft_round": 1,
      "draft_overall_pick": 2,
      "draft_team_name": null,
      "first_name": "Kristopher",
      "handedness": "right",
      "bats": "bats_right",
      "height": 77,
      "high_school": "Bonanza, Las Vegas, NV",
      "unit_of_height": "inches",
      "last_name": "Bryant",
      "name": "Kris Bryant",
      "nickname": "Kris",
      "position_abbreviation": "3B",
      "position_name": "Third Base",
      "salary": 652000,
      "humanized_salary": "652,000",
      "salary_currency": "USD",
      "school": "San Diego",
      "slug": "mlb-kris-bryant",
      "sport": "baseball",
      "state": "NV",
      "weight": 215,
      "uniform_number": "17",
      "unit_of_weight": "pounds",
      "years_of_experience": 2,
      "pro_debut": "2015-04-17",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "097da5e8-2805-456d-91fe-9ab9ef43c489",
      "team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11"
    },
    {
      "id": "dc8d2a63-fd16-4310-b3e3-1aa7c0d19240",
      "created_at": "2016-03-18T21:12:34-04:00",
      "updated_at": "2016-10-25T05:55:13-04:00",
      "active": true,
      "birth_date": "1986-03-22",
      "captain": null,
      "city": "Atlanta",
      "country": "USA",
      "draft_season": "2004",
      "draft_round": 14,
      "draft_overall_pick": 410,
      "draft_team_name": null,
      "first_name": "William",
      "handedness": "right",
      "bats": "bats_switch",
      "height": 77,
      "high_school": "Milton, Alpharetta, GA",
      "unit_of_height": "inches",
      "last_name": "Fowler",
      "name": "Dexter Fowler",
      "nickname": "Dexter",
      "position_abbreviation": "CF",
      "position_name": "Center Outfield",
      "salary": 8000000,
      "humanized_salary": "8,000,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-dexter-fowler",
      "sport": "baseball",
      "state": "GA",
      "weight": 195,
      "uniform_number": "24",
      "unit_of_weight": "pounds",
      "years_of_experience": 9,
      "pro_debut": "2008-09-02",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e900e850-ab40-4048-aa57-631ea8390519",
      "team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11"
    },
    {
      "id": "2939eb30-3545-4a3b-9f86-df287c375aa5",
      "created_at": "2016-03-18T21:11:33-04:00",
      "updated_at": "2016-10-25T05:55:13-04:00",
      "active": true,
      "birth_date": "1981-05-26",
      "captain": null,
      "city": "Eureka",
      "country": "USA",
      "draft_season": "2004",
      "draft_round": 6,
      "draft_overall_pick": 184,
      "draft_team_name": null,
      "first_name": "Benjamin",
      "handedness": "right",
      "bats": "bats_switch",
      "height": 75,
      "high_school": "Eureka, IL",
      "unit_of_height": "inches",
      "last_name": "Zobrist",
      "name": "Ben Zobrist",
      "nickname": "Ben",
      "position_abbreviation": "2B",
      "position_name": "Second Base",
      "salary": 10500000,
      "humanized_salary": "10,500,000",
      "salary_currency": "USD",
      "school": "Dallas Baptist",
      "slug": "mlb-ben-zobrist",
      "sport": "baseball",
      "state": "IL",
      "weight": 210,
      "uniform_number": "18",
      "unit_of_weight": "pounds",
      "years_of_experience": 11,
      "pro_debut": "2006-08-01",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "f300e31e-61fb-48be-a215-6260d7fde49d",
      "team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11"
    },
    {
      "id": "9c6cf256-5030-4479-bd5b-6f19f2d5c3d9",
      "created_at": "2016-03-18T21:12:38-04:00",
      "updated_at": "2016-10-25T05:55:13-04:00",
      "active": true,
      "birth_date": "1994-01-23",
      "captain": null,
      "city": "Pensacola",
      "country": "USA",
      "draft_season": "2012",
      "draft_round": 1,
      "draft_overall_pick": 11,
      "draft_team_name": null,
      "first_name": "Addison",
      "handedness": "right",
      "bats": "bats_right",
      "height": 72,
      "high_school": "Pace, FL",
      "unit_of_height": "inches",
      "last_name": "Russell",
      "name": "Addison Russell",
      "nickname": "Addison",
      "position_abbreviation": "SS",
      "position_name": "Shortstop",
      "salary": 527000,
      "humanized_salary": "527,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-addison-russell",
      "sport": "baseball",
      "state": "FL",
      "weight": 200,
      "uniform_number": "27",
      "unit_of_weight": "pounds",
      "years_of_experience": 2,
      "pro_debut": "2015-04-21",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "4b5f1bc6-07c1-442b-9228-cd9ff0f5b8d1",
      "team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11"
    }
  ],
  "scoring_plays": [
    {
      "id": "33a2b213-9831-4a87-a2d8-90ceee85f7f1",
      "created_at": "2016-10-22T20:20:33-04:00",
      "updated_at": "2016-10-22T20:20:40-04:00",
      "conversion": null,
      "conversion_points": 0,
      "description": "Kris Bryant singles to right field. Dexter Fowler scores.",
      "empty_net": false,
      "name": "Single",
      "period_abbreviation": "INN",
      "period_label": "Bottom of 1st",
      "period_number": 1,
      "period_seconds": 0,
      "period_time": "00:00",
      "points": 1,
      "scored_at": "2016-10-22T20:20:30-04:00",
      "scoring_conversion": null,
      "scoring_conversion_points": 0,
      "scoring_how": "pitch",
      "scoring_method": "single",
      "scoring_type": "aS",
      "sport": "baseball",
      "time_code": "B1",
      "yards": 0,
      "coordinate_x": null,
      "coordinate_y": null,
      "game_id": "1bb8f73e-e733-4176-94b9-3f7d1f6dc6e2",
      "opponent_id": "f53d7ed3-1ebe-4e02-979d-6e51c0f5fb18",
      "team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "scoring_player_ids": [
        "10eb21bb-be0a-4854-b91e-27b6406cbb05",
        "93409c71-393e-4052-99ae-fa7af066ed10",
        "1228dbec-d1e5-4ec4-a95e-97d4412c9ca1"
      ]
    },
    {
      "id": "4d63f009-3c4c-456e-9416-9de4abca614b",
      "created_at": "2016-10-22T20:26:55-04:00",
      "updated_at": "2016-10-22T20:27:24-04:00",
      "conversion": null,
      "conversion_points": 0,
      "description": "Ben Zobrist out on a sacrifice fly to center field to Joc Pederson. Anthony Rizzo to third. Kris Bryant scores.",
      "empty_net": false,
      "name": "Sacrifice Fly",
      "period_abbreviation": "INN",
      "period_label": "Bottom of 1st",
      "period_number": 1,
      "period_seconds": 0,
      "period_time": "00:00",
      "points": 1,
      "scored_at": "2016-10-22T20:26:11-04:00",
      "scoring_conversion": null,
      "scoring_conversion_points": 0,
      "scoring_how": "pitch",
      "scoring_method": "sacrifice-fly",
      "scoring_type": "oSF",
      "sport": "baseball",
      "time_code": "B1",
      "yards": 0,
      "coordinate_x": null,
      "coordinate_y": null,
      "game_id": "1bb8f73e-e733-4176-94b9-3f7d1f6dc6e2",
      "opponent_id": "f53d7ed3-1ebe-4e02-979d-6e51c0f5fb18",
      "team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "scoring_player_ids": [
        "024d5875-121d-494c-a6d4-3d8fca1db0c3",
        "59ab63e0-0c6d-4e95-9209-2755e74d6ba8",
        "85e94d4b-2cf3-4dd1-9fec-91d7133717b7"
      ]
    },
    {
      "id": "a7de6715-28ff-4454-8835-fc00f3d71a8a",
      "created_at": "2016-10-22T20:56:54-04:00",
      "updated_at": "2016-10-22T20:57:44-04:00",
      "conversion": null,
      "conversion_points": 0,
      "description": "Dexter Fowler singles to left field, tagged out at second, Andrew Toles to Justin Turner to Chase Utley. Addison Russell scores.",
      "empty_net": false,
      "name": "Single Out At 2nd",
      "period_abbreviation": "INN",
      "period_label": "Bottom of 2nd",
      "period_number": 2,
      "period_seconds": 0,
      "period_time": "00:00",
      "points": 1,
      "scored_at": "2016-10-22T20:55:43-04:00",
      "scoring_conversion": null,
      "scoring_conversion_points": 0,
      "scoring_how": "pitch",
      "scoring_method": "single-out-at-2nd",
      "scoring_type": "oST2",
      "sport": "baseball",
      "time_code": "B2",
      "yards": 0,
      "coordinate_x": null,
      "coordinate_y": null,
      "game_id": "1bb8f73e-e733-4176-94b9-3f7d1f6dc6e2",
      "opponent_id": "f53d7ed3-1ebe-4e02-979d-6e51c0f5fb18",
      "team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "scoring_player_ids": [
        "a88fb2ef-b898-4b23-9848-51b382685eae",
        "2371c6ba-548b-4733-8bc1-f619fd1e1649",
        "06cd85ff-f86e-4e4d-86fd-8675d897ef97"
      ]
    }
  ]
}

This endpoint retrieves MLB Scoring Plays.

HTTP Request

GET https://api.stattleship.com/baseball/mlb/scoring_plays

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
scoring_method For hockey there is one method goal
scoring_type For hockey the options are ev pp or sh
game_id Game slug such as nhl-2015-2016-det-min-2015-12-28-2000 for Red Wings vs Wild
player_id Player slug such as nhl-tyler-seguin
team_id Team slug such as nhl-bos for the Bruins
interval_type regularseason See interval_type for sport.
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-05-22
since Friendly date such as 1 week ago or 4 days ago or last Sunday; or a timestamp such as 1448820000
season_id Current season Season slug such as nhl-2015-2016
status Game status of in_progress upcoming or ended

Basketball Scoring Plays

curl -X "GET" "https://api.stattleship.com/basketball/nba/scoring_plays" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "games": [
    {
      "id": "fdce1a37-81b3-40b2-8f09-137cf365003f",
      "created_at": "2016-10-15T09:27:12-04:00",
      "updated_at": "2016-10-22T01:36:35-04:00",
      "at_neutral_site": null,
      "attendance": 19596,
      "away_team_outcome": "loss",
      "away_team_score": 96,
      "broadcast": "NBA TV and 216",
      "clock": "00:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 7800,
      "ended_at": "2016-10-21T21:40:00-07:00",
      "home_team_outcome": "win",
      "home_team_score": 107,
      "humidity": null,
      "interval": "Preseason",
      "interval_number": null,
      "interval_type": "preseason",
      "label": "Trail Blazers vs Warriors",
      "name": "Trail Blazers vs Warriors October 21, 2016 at  7:30pm",
      "on": "on October 21, 2016",
      "period": 4,
      "period_label": "Quarter",
      "score": "96-107",
      "score_differential": 11,
      "scoreline": "Trail Blazers 96 - Warriors 107",
      "slug": "nba-2016-2017-por-gs-2016-10-21-1930",
      "started_at": "2016-10-21T19:30:00-07:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": "216",
      "television_coverage": "NBA TV",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1477103400,
      "title": "Trail Blazers vs Warriors",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "2a173568-fca6-4891-8c3b-3573547b0b6b",
      "away_team_id": "181740b1-0645-421e-aa03-7b01268bd639",
      "winning_team_id": "2a173568-fca6-4891-8c3b-3573547b0b6b",
      "season_id": "b0ce2ee1-61bd-44ea-bd34-450160a10e49",
      "venue_id": "a4288a77-7c9e-4f7b-b472-ab894038d80c",
      "official_ids": [
        "8be21c86-73f6-4b45-88d0-ebc9becb21b8",
        "c5974b5b-6d43-47b8-bfb0-848c3da7152e",
        "fa20b18d-aa71-4e5b-bd07-b8ee3428f8da"
      ]
    }
  ],
  "home_teams": [
    {
      "id": "2a173568-fca6-4891-8c3b-3573547b0b6b",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-15T09:27:06-04:00",
      "color": "fdb927",
      "colors": [
        "fdb927",
        "006bb6",
        "26282a"
      ],
      "hashtag": "DubNation",
      "hashtags": [
        "DubNation",
        "WarriorsGround"
      ],
      "location": "Golden State",
      "name": "Golden State",
      "nickname": "Warriors",
      "latitude": 37.6830258,
      "longitude": -122.1553887,
      "slug": "nba-gs",
      "division_id": "0df84c15-1dbc-471e-b9d9-d277eeba9eba",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "leagues": [
    {
      "id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-15T09:27:05-04:00",
      "abbreviation": "NBA",
      "color": null,
      "minutes_per_period": null,
      "name": "National Basketball Association",
      "periods": null,
      "slug": "nba",
      "sport": "basketball"
    }
  ],
  "away_teams": [
    {
      "id": "181740b1-0645-421e-aa03-7b01268bd639",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-15T09:27:06-04:00",
      "color": "e03a3e",
      "colors": [
        "e03a3e",
        "bac3c9",
        "061922"
      ],
      "hashtag": "TrailBlazers",
      "hashtags": [
        "TrailBlazers",
        "Blazers"
      ],
      "location": "Portland",
      "name": "Portland",
      "nickname": "Trail Blazers",
      "latitude": 45.52345,
      "longitude": -122.67621,
      "slug": "nba-por",
      "division_id": "99f54b82-4f3e-44f1-b311-f7806d4ba9a9",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "winning_teams": [
    {
      "id": "2a173568-fca6-4891-8c3b-3573547b0b6b",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-15T09:27:06-04:00",
      "color": "fdb927",
      "colors": [
        "fdb927",
        "006bb6",
        "26282a"
      ],
      "hashtag": "DubNation",
      "hashtags": [
        "DubNation",
        "WarriorsGround"
      ],
      "location": "Golden State",
      "name": "Golden State",
      "nickname": "Warriors",
      "latitude": 37.6830258,
      "longitude": -122.1553887,
      "slug": "nba-gs",
      "division_id": "0df84c15-1dbc-471e-b9d9-d277eeba9eba",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "seasons": [
    {
      "id": "b0ce2ee1-61bd-44ea-bd34-450160a10e49",
      "created_at": "2016-06-22T10:05:25-04:00",
      "updated_at": "2016-10-15T09:27:40-04:00",
      "name": "2016-2017",
      "current_interval_type": "regularseason",
      "starts_on": "2016-10-01",
      "ends_on": "2017-06-30",
      "slug": "nba-2016-2017",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "venues": [
    {
      "id": "a4288a77-7c9e-4f7b-b472-ab894038d80c",
      "created_at": "2016-01-06T00:47:53-05:00",
      "updated_at": "2016-10-15T09:27:06-04:00",
      "abbreviation": "Oracle Arena",
      "capacity": 19596,
      "city": "Oakland",
      "country": "USA",
      "field_type": null,
      "name": "Oracle Arena",
      "slug": "oa",
      "state": "CA",
      "stadium_type": null,
      "time_zone": "US/Pacific",
      "latitude": 37.6830258,
      "longitude": -122.1553887
    }
  ],
  "opponents": [
    {
      "id": "2a173568-fca6-4891-8c3b-3573547b0b6b",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-15T09:27:06-04:00",
      "color": "fdb927",
      "colors": [
        "fdb927",
        "006bb6",
        "26282a"
      ],
      "hashtag": "DubNation",
      "hashtags": [
        "DubNation",
        "WarriorsGround"
      ],
      "location": "Golden State",
      "name": "Golden State",
      "nickname": "Warriors",
      "latitude": 37.6830258,
      "longitude": -122.1553887,
      "slug": "nba-gs",
      "division_id": "0df84c15-1dbc-471e-b9d9-d277eeba9eba",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "teams": [
    {
      "id": "181740b1-0645-421e-aa03-7b01268bd639",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-15T09:27:06-04:00",
      "color": "e03a3e",
      "colors": [
        "e03a3e",
        "bac3c9",
        "061922"
      ],
      "hashtag": "TrailBlazers",
      "hashtags": [
        "TrailBlazers",
        "Blazers"
      ],
      "location": "Portland",
      "name": "Portland",
      "nickname": "Trail Blazers",
      "latitude": 45.52345,
      "longitude": -122.67621,
      "slug": "nba-por",
      "division_id": "99f54b82-4f3e-44f1-b311-f7806d4ba9a9",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "scoring_players": [
    {
      "id": "83dbc739-dcaa-478b-9628-7252ef539380",
      "created_at": "2016-10-22T01:38:42-04:00",
      "updated_at": "2016-10-22T01:38:42-04:00",
      "name": "Freethrow",
      "role": "freethrow",
      "player_id": "fa5cb04b-0147-44bd-bb4d-8ea92cb8b298",
      "scoring_play_id": "1afcb03c-f6e7-48d8-9a58-6335275b49bb"
    },
    {
      "id": "5735594c-1d91-4c87-9933-64ec6dedfe6c",
      "created_at": "2016-10-22T01:38:42-04:00",
      "updated_at": "2016-10-22T01:38:42-04:00",
      "name": "Freethrow",
      "role": "freethrow",
      "player_id": "fa5cb04b-0147-44bd-bb4d-8ea92cb8b298",
      "scoring_play_id": "5739c757-6dd1-4e4c-827a-013f644ac519"
    },
    {
      "id": "fada7e76-f5a1-4c6e-b0c6-cffa9f57af67",
      "created_at": "2016-10-22T01:38:42-04:00",
      "updated_at": "2016-10-22T01:38:42-04:00",
      "name": "Fieldgoal",
      "role": "fieldgoal",
      "player_id": "f7379150-d1b0-40d8-bddc-0d99de58bba2",
      "scoring_play_id": "2e844483-4e8a-490e-8028-b34400d233c4"
    }
  ],
  "players": [
    {
      "id": "fa5cb04b-0147-44bd-bb4d-8ea92cb8b298",
      "created_at": "2016-01-06T00:48:08-05:00",
      "updated_at": "2016-10-24T19:09:12-04:00",
      "active": true,
      "birth_date": "1995-08-24",
      "captain": null,
      "city": "Haverhill",
      "country": "USA",
      "draft_season": "2014",
      "draft_round": 1,
      "draft_overall_pick": 9,
      "draft_team_name": "Charlotte",
      "first_name": "Noah",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 81,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "Vonleh",
      "name": "Noah Vonleh",
      "nickname": null,
      "position_abbreviation": "PF",
      "position_name": "Power Forward",
      "salary": 2637720,
      "humanized_salary": "2,637,720",
      "salary_currency": "USD",
      "school": "Indiana",
      "slug": "nba-noah-vonleh",
      "sport": "basketball",
      "state": "MA",
      "weight": 245,
      "uniform_number": "21",
      "unit_of_weight": "pounds",
      "years_of_experience": 2,
      "pro_debut": null,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "5dbabffc-0df0-4322-8401-3d57005bb073",
      "team_id": "181740b1-0645-421e-aa03-7b01268bd639"
    },
    {
      "id": "f7379150-d1b0-40d8-bddc-0d99de58bba2",
      "created_at": "2016-01-06T00:48:05-05:00",
      "updated_at": "2016-10-24T19:09:13-04:00",
      "active": true,
      "birth_date": "1991-09-19",
      "captain": null,
      "city": "Canton",
      "country": "USA",
      "draft_season": "2013",
      "draft_round": 1,
      "draft_overall_pick": 10,
      "draft_team_name": "Portland",
      "first_name": "C.J.",
      "handedness": "unknown",
      "bats": "bats_unknown",
      "height": 75,
      "high_school": null,
      "unit_of_height": "inches",
      "last_name": "McCollum",
      "name": "C.J. McCollum",
      "nickname": null,
      "position_abbreviation": "SG",
      "position_name": "Shooting Guard",
      "salary": 2525160,
      "humanized_salary": "2,525,160",
      "salary_currency": "USD",
      "school": "Lehigh",
      "slug": "nba-c-j-mccollum",
      "sport": "basketball",
      "state": "OH",
      "weight": 190,
      "uniform_number": "3",
      "unit_of_weight": "pounds",
      "years_of_experience": 3,
      "pro_debut": null,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "playing_position_id": "8887df44-59d1-4fea-8007-1880babff6d9",
      "team_id": "181740b1-0645-421e-aa03-7b01268bd639"
    }
  ],
  "scoring_plays": [
    {
      "id": "1afcb03c-f6e7-48d8-9a58-6335275b49bb",
      "created_at": "2016-10-21T23:11:13-04:00",
      "updated_at": "2016-10-21T23:11:13-04:00",
      "conversion": null,
      "conversion_points": 0,
      "description": "Noah Vonleh makes regular free throw 1 of 2",
      "empty_net": false,
      "name": "Freethrowmade",
      "period_abbreviation": "Q",
      "period_label": "1Q",
      "period_number": 1,
      "period_seconds": 33,
      "period_time": "00:33",
      "points": 1,
      "scored_at": "2016-10-21T23:08:12-04:00",
      "scoring_conversion": null,
      "scoring_conversion_points": 0,
      "scoring_how": "freethrowmade",
      "scoring_method": "freethrowmade",
      "scoring_type": "freethrowmade",
      "sport": "basketball",
      "time_code": "PT0M33S",
      "yards": 0,
      "coordinate_x": 892,
      "coordinate_y": 310,
      "game_id": "fdce1a37-81b3-40b2-8f09-137cf365003f",
      "opponent_id": "2a173568-fca6-4891-8c3b-3573547b0b6b",
      "team_id": "181740b1-0645-421e-aa03-7b01268bd639",
      "scoring_player_ids": [
        "83dbc739-dcaa-478b-9628-7252ef539380"
      ]
    },
    {
      "id": "5739c757-6dd1-4e4c-827a-013f644ac519",
      "created_at": "2016-10-21T23:11:13-04:00",
      "updated_at": "2016-10-21T23:11:13-04:00",
      "conversion": null,
      "conversion_points": 0,
      "description": "Noah Vonleh makes regular free throw 2 of 2",
      "empty_net": false,
      "name": "Freethrowmade",
      "period_abbreviation": "Q",
      "period_label": "1Q",
      "period_number": 1,
      "period_seconds": 33,
      "period_time": "00:33",
      "points": 1,
      "scored_at": "2016-10-21T23:08:25-04:00",
      "scoring_conversion": null,
      "scoring_conversion_points": 0,
      "scoring_how": "freethrowmade",
      "scoring_method": "freethrowmade",
      "scoring_type": "freethrowmade",
      "sport": "basketball",
      "time_code": "PT0M33S",
      "yards": 0,
      "coordinate_x": 893,
      "coordinate_y": 311,
      "game_id": "fdce1a37-81b3-40b2-8f09-137cf365003f",
      "opponent_id": "2a173568-fca6-4891-8c3b-3573547b0b6b",
      "team_id": "181740b1-0645-421e-aa03-7b01268bd639",
      "scoring_player_ids": [
        "5735594c-1d91-4c87-9933-64ec6dedfe6c"
      ]
    },
    {
      "id": "2e844483-4e8a-490e-8028-b34400d233c4",
      "created_at": "2016-10-21T23:07:03-04:00",
      "updated_at": "2016-10-21T23:07:03-04:00",
      "conversion": null,
      "conversion_points": 0,
      "description": "C.J. McCollum makes two point reverse layup",
      "empty_net": false,
      "name": "Twopointmade",
      "period_abbreviation": "Q",
      "period_label": "1Q",
      "period_number": 1,
      "period_seconds": 71,
      "period_time": "01:11",
      "points": 2,
      "scored_at": "2016-10-21T23:06:30-04:00",
      "scoring_conversion": null,
      "scoring_conversion_points": 0,
      "scoring_how": "reverse",
      "scoring_method": "layup",
      "scoring_type": "twopointmade",
      "sport": "basketball",
      "time_code": "PT1M11S",
      "yards": 0,
      "coordinate_x": 1051,
      "coordinate_y": 344,
      "game_id": "fdce1a37-81b3-40b2-8f09-137cf365003f",
      "opponent_id": "2a173568-fca6-4891-8c3b-3573547b0b6b",
      "team_id": "181740b1-0645-421e-aa03-7b01268bd639",
      "scoring_player_ids": [
        "fada7e76-f5a1-4c6e-b0c6-cffa9f57af67"
      ]
    }
  ]
}

This endpoint retrieves NBA Scoring Plays.

HTTP Request

GET https://api.stattleship.com/basketball/nba/scoring_plays

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
Unsupported sport

Football Scoring Plays

curl -X "GET" "https://api.stattleship.com/football/nfl/scoring_plays" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

List of Scoring Types

scoring-play

List of Scoring Methods

failed-conversion-return
field-goal
safety
touchdown
{
  "games": [
    {
      "id": "cc7f7ba5-a4b5-4e87-963a-0691b2840394",
      "created_at": "2016-01-06T01:23:56-05:00",
      "updated_at": "2016-01-06T02:44:23-05:00",
      "at_neutral_site": false,
      "attendance": 66829,
      "away_team_outcome": "loss",
      "away_team_score": 16,
      "daytime": false,
      "duration": 11160,
      "ended_at": "2015-12-20T16:10:47-05:00",
      "home_team_outcome": "win",
      "home_team_score": 33,
      "interval": "Week 15",
      "interval_number": "15",
      "interval_type": "week",
      "label": "Titans vs Patriots",
      "name": "Titans vs Patriots December 20, 2015 at  1:00pm",
      "on": "on December 20, 2015",
      "score": "16-33",
      "score_differential": 17,
      "scoreline": "Titans 16 - Patriots 33",
      "slug": "nfl-2015-2016-ten-ne-2015-12-20-1300",
      "started_at": "2015-12-20T13:00:00-05:00",
      "temperature": 40,
      "temperature_unit": "f",
      "timestamp": 1450634400,
      "title": "Titans vs Patriots",
      "weather_conditions": "sunny",
      "wind_direction": "west",
      "wind_speed": 12,
      "wind_speed_unit": "mph",
      "home_team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "away_team_id": "a8004516-b1d9-44df-b6ba-d5e4b7d9d1d7",
      "winning_team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2",
      "venue_id": "b13a6255-605f-4fc3-bead-88fe96f80a65"
    },
    {
      "id": "e65dec1a-3beb-4cd8-b3f0-0a0db6a21b8f",
      "created_at": "2016-01-06T01:22:45-05:00",
      "updated_at": "2016-01-06T02:43:33-05:00",
      "at_neutral_site": false,
      "attendance": 71908,
      "away_team_outcome": "win",
      "away_team_score": 27,
      "daytime": false,
      "duration": 10800,
      "ended_at": "2015-12-13T22:32:39-06:00",
      "home_team_outcome": "loss",
      "home_team_score": 6,
      "interval": "Week 14",
      "interval_number": "14",
      "interval_type": "week",
      "label": "Patriots vs Texans",
      "name": "Patriots vs Texans December 13, 2015 at  7:30pm",
      "on": "on December 13, 2015",
      "score": "27-6",
      "score_differential": 21,
      "scoreline": "Patriots 27 - Texans 6",
      "slug": "nfl-2015-2016-ne-hou-2015-12-13-1930",
      "started_at": "2015-12-13T19:30:00-06:00",
      "temperature": 54,
      "temperature_unit": "f",
      "timestamp": 1450056600,
      "title": "Patriots vs Texans",
      "weather_conditions": "cloudy",
      "wind_direction": "south",
      "wind_speed": 5,
      "wind_speed_unit": "mph",
      "home_team_id": "545d6178-62b4-4e6e-a118-60e4f66d257d",
      "away_team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "winning_team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2",
      "venue_id": "3f52d8b3-04bf-4579-a0c3-d9722bc6757a"
    },
    {
      "id": "f296924e-b26f-4702-83ec-8bdabb6f9ddf",
      "created_at": "2016-01-06T01:20:45-05:00",
      "updated_at": "2016-01-06T02:42:36-05:00",
      "at_neutral_site": false,
      "attendance": 76970,
      "away_team_outcome": "loss",
      "away_team_score": 24,
      "daytime": false,
      "duration": 12480,
      "ended_at": "2015-11-29T21:59:53-07:00",
      "home_team_outcome": "win",
      "home_team_score": 30,
      "interval": "Week 12",
      "interval_number": "12",
      "interval_type": "week",
      "label": "Patriots vs Broncos",
      "name": "Patriots vs Broncos November 29, 2015 at  6:30pm",
      "on": "on November 29, 2015",
      "score": "24-30",
      "score_differential": 6,
      "scoreline": "Patriots 24 - Broncos 30",
      "slug": "nfl-2015-2016-ne-den-2015-11-29-1830",
      "started_at": "2015-11-29T18:30:00-07:00",
      "temperature": 23,
      "temperature_unit": "f",
      "timestamp": 1448847000,
      "title": "Patriots vs Broncos",
      "weather_conditions": "snow",
      "wind_direction": "northeast",
      "wind_speed": 3,
      "wind_speed_unit": "mph",
      "home_team_id": "6e1ae482-bd5e-40b3-a2d8-24c0a9eec333",
      "away_team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "winning_team_id": "6e1ae482-bd5e-40b3-a2d8-24c0a9eec333",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2",
      "venue_id": "20d97c58-dfa7-40d8-99f8-f24a0e567f30"
    }
  ],
  "home_teams": [
    {
      "id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-24T19:44:12-05:00",
      "color": "002244",
      "colors": [
        "002244",
        "C60C30",
        "B0B7BC"
      ],
      "location": "New England",
      "name": "New England",
      "nickname": "Patriots",
      "slug": "nfl-ne",
      "division_id": "7eb2130f-0d1d-4396-9595-649708fe5a6a",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "545d6178-62b4-4e6e-a118-60e4f66d257d",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-15T10:00:25-05:00",
      "color": "03202F",
      "colors": [
        "03202F",
        "A71930"
      ],
      "location": "Houston",
      "name": "Houston",
      "nickname": "Texans",
      "slug": "nfl-hou",
      "division_id": "a83ba728-0bd9-4b46-8a19-64515e176c00",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "6e1ae482-bd5e-40b3-a2d8-24c0a9eec333",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-24T19:44:12-05:00",
      "color": "002244",
      "colors": [
        "002244",
        "FB4F14"
      ],
      "location": "Denver",
      "name": "Denver",
      "nickname": "Broncos",
      "slug": "nfl-den",
      "division_id": "f643f66d-3c3f-4665-9367-7a995a9e702e",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "leagues": [
    {
      "id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NFL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Football League",
      "periods": null,
      "slug": "nfl",
      "sport": "football"
    }
  ],
  "away_teams": [
    {
      "id": "a8004516-b1d9-44df-b6ba-d5e4b7d9d1d7",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-15T10:00:26-05:00",
      "color": "002244",
      "colors": [
        "002244",
        "4B92DB",
        "C60C30",
        "A5ACAF"
      ],
      "location": "Tennessee",
      "name": "Tennessee",
      "nickname": "Titans",
      "slug": "nfl-ten",
      "division_id": "a83ba728-0bd9-4b46-8a19-64515e176c00",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-24T19:44:12-05:00",
      "color": "002244",
      "colors": [
        "002244",
        "C60C30",
        "B0B7BC"
      ],
      "location": "New England",
      "name": "New England",
      "nickname": "Patriots",
      "slug": "nfl-ne",
      "division_id": "7eb2130f-0d1d-4396-9595-649708fe5a6a",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "winning_teams": [
    {
      "id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-24T19:44:12-05:00",
      "color": "002244",
      "colors": [
        "002244",
        "C60C30",
        "B0B7BC"
      ],
      "location": "New England",
      "name": "New England",
      "nickname": "Patriots",
      "slug": "nfl-ne",
      "division_id": "7eb2130f-0d1d-4396-9595-649708fe5a6a",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "6e1ae482-bd5e-40b3-a2d8-24c0a9eec333",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-24T19:44:12-05:00",
      "color": "002244",
      "colors": [
        "002244",
        "FB4F14"
      ],
      "location": "Denver",
      "name": "Denver",
      "nickname": "Broncos",
      "slug": "nfl-den",
      "division_id": "f643f66d-3c3f-4665-9367-7a995a9e702e",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "seasons": [
    {
      "id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "2015-2016",
      "starts_on": "2015-08-01",
      "ends_on": "2016-02-14",
      "slug": "nfl-2015-2016",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "venues": [
    {
      "id": "b13a6255-605f-4fc3-bead-88fe96f80a65",
      "created_at": "2016-01-06T01:08:20-05:00",
      "updated_at": "2016-01-06T01:08:20-05:00",
      "abbreviation": "GS",
      "city": "Foxborough",
      "country": "USA",
      "field_type": "FieldTurf",
      "name": "Gillette Stadium",
      "slug": "gs",
      "state": "Massachusetts",
      "time_zone": "US/Eastern"
    },
    {
      "id": "3f52d8b3-04bf-4579-a0c3-d9722bc6757a",
      "created_at": "2016-01-06T01:08:48-05:00",
      "updated_at": "2016-01-06T01:08:48-05:00",
      "abbreviation": "NRGS",
      "city": "Houston",
      "country": "USA",
      "field_type": "Grass",
      "name": "NRG Stadium",
      "slug": "nrgs",
      "state": "Texas",
      "time_zone": "US/Central"
    },
    {
      "id": "20d97c58-dfa7-40d8-99f8-f24a0e567f30",
      "created_at": "2016-01-06T01:09:27-05:00",
      "updated_at": "2016-01-06T01:09:27-05:00",
      "abbreviation": "SAF",
      "city": "Denver",
      "country": "USA",
      "field_type": "Grass",
      "name": "Sports Authority Field at Mile High",
      "slug": "saf",
      "state": "Colorado",
      "time_zone": "US/Mountain"
    }
  ],
  "opponents": [
    {
      "id": "a8004516-b1d9-44df-b6ba-d5e4b7d9d1d7",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-15T10:00:26-05:00",
      "color": "002244",
      "colors": [
        "002244",
        "4B92DB",
        "C60C30",
        "A5ACAF"
      ],
      "location": "Tennessee",
      "name": "Tennessee",
      "nickname": "Titans",
      "slug": "nfl-ten",
      "division_id": "a83ba728-0bd9-4b46-8a19-64515e176c00",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "545d6178-62b4-4e6e-a118-60e4f66d257d",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-15T10:00:25-05:00",
      "color": "03202F",
      "colors": [
        "03202F",
        "A71930"
      ],
      "location": "Houston",
      "name": "Houston",
      "nickname": "Texans",
      "slug": "nfl-hou",
      "division_id": "a83ba728-0bd9-4b46-8a19-64515e176c00",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "6e1ae482-bd5e-40b3-a2d8-24c0a9eec333",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-24T19:44:12-05:00",
      "color": "002244",
      "colors": [
        "002244",
        "FB4F14"
      ],
      "location": "Denver",
      "name": "Denver",
      "nickname": "Broncos",
      "slug": "nfl-den",
      "division_id": "f643f66d-3c3f-4665-9367-7a995a9e702e",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "teams": [
    {
      "id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-24T19:44:12-05:00",
      "color": "002244",
      "colors": [
        "002244",
        "C60C30",
        "B0B7BC"
      ],
      "location": "New England",
      "name": "New England",
      "nickname": "Patriots",
      "slug": "nfl-ne",
      "division_id": "7eb2130f-0d1d-4396-9595-649708fe5a6a",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "scoring_players": [
    {
      "id": "9d0a56fa-b5b0-4fab-8b1b-a807a0a91ef3",
      "created_at": "2016-01-25T03:41:39-05:00",
      "updated_at": "2016-01-25T03:41:39-05:00",
      "name": "Conv Kicker",
      "role": "conv-kicker",
      "player_id": "061fa5ed-19b0-4cc1-b32d-9091b3633454"
    },
    {
      "id": "2eb7eefb-84c2-40cc-9f70-fad23b7db12d",
      "created_at": "2016-01-25T03:41:40-05:00",
      "updated_at": "2016-01-25T03:41:40-05:00",
      "name": "Passer",
      "role": "passer",
      "player_id": "ffcfbd13-fa68-403b-b38f-3939d2a11888"
    },
    {
      "id": "bf2f6200-c5d0-4fc2-b4e8-e37aca964fa7",
      "created_at": "2016-01-25T03:41:40-05:00",
      "updated_at": "2016-01-25T03:41:40-05:00",
      "name": "Pass Receiver",
      "role": "pass-receiver",
      "player_id": "dd4c485f-cd33-4495-9429-305888e1bae0"
    },
    {
      "id": "0534c8c6-3705-4c09-9481-73c951addad7",
      "created_at": "2016-01-25T03:40:47-05:00",
      "updated_at": "2016-01-25T03:40:47-05:00",
      "name": "Passer",
      "role": "passer",
      "player_id": "ffcfbd13-fa68-403b-b38f-3939d2a11888"
    },
    {
      "id": "44660aae-e9b1-432b-ae04-44b6ba85db72",
      "created_at": "2016-01-25T03:40:47-05:00",
      "updated_at": "2016-01-25T03:40:47-05:00",
      "name": "Pass Receiver",
      "role": "pass-receiver",
      "player_id": "dd4c485f-cd33-4495-9429-305888e1bae0"
    },
    {
      "id": "5090667b-11c4-44f3-bb4f-b03dd780ecb5",
      "created_at": "2016-01-25T03:40:47-05:00",
      "updated_at": "2016-01-25T03:40:47-05:00",
      "name": "Conv Kicker",
      "role": "conv-kicker",
      "player_id": "061fa5ed-19b0-4cc1-b32d-9091b3633454"
    },
    {
      "id": "5d883814-8ff9-4af3-8550-d03dc885ed28",
      "created_at": "2016-01-25T03:39:42-05:00",
      "updated_at": "2016-01-25T03:39:42-05:00",
      "name": "Conv Kicker",
      "role": "conv-kicker",
      "player_id": "061fa5ed-19b0-4cc1-b32d-9091b3633454"
    },
    {
      "id": "31fce361-65ab-4ece-913d-8160fe57b0f7",
      "created_at": "2016-01-25T03:39:42-05:00",
      "updated_at": "2016-01-25T03:39:42-05:00",
      "name": "Passer",
      "role": "passer",
      "player_id": "ffcfbd13-fa68-403b-b38f-3939d2a11888"
    },
    {
      "id": "3775d38b-fa4a-4754-9221-9b68d46cf86a",
      "created_at": "2016-01-25T03:39:43-05:00",
      "updated_at": "2016-01-25T03:39:43-05:00",
      "name": "Pass Receiver",
      "role": "pass-receiver",
      "player_id": "dd4c485f-cd33-4495-9429-305888e1bae0"
    }
  ],
  "players": [
    {
      "id": "061fa5ed-19b0-4cc1-b32d-9091b3633454",
      "created_at": "2016-01-06T01:08:24-05:00",
      "updated_at": "2016-01-25T03:34:22-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Stephen",
      "handedness": "unknown",
      "height": 73,
      "unit_of_height": "inches",
      "last_name": "Gostkowski",
      "name": "Stephen Gostkowski",
      "offensive": true,
      "position_abbreviation": "LG",
      "position_name": "Left Guard",
      "salary": 3600000,
      "humanized_salary": "3,600,000",
      "salary_currency": "USD",
      "school": "Memphis",
      "slug": "nfl-stephen-gostkowski",
      "sport": "football",
      "weight": 215,
      "unit_of_weight": "pounds",
      "years_of_experience": 10,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "015dc78e-0da4-443d-8816-90ec77093450",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "ffcfbd13-fa68-403b-b38f-3939d2a11888",
      "created_at": "2016-01-06T01:08:21-05:00",
      "updated_at": "2016-01-25T03:34:20-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Tom",
      "handedness": "unknown",
      "height": 76,
      "unit_of_height": "inches",
      "last_name": "Brady",
      "name": "Tom Brady",
      "offensive": true,
      "position_abbreviation": "QB",
      "position_name": "Quarterback",
      "salary": 14000000,
      "humanized_salary": "14,000,000",
      "salary_currency": "USD",
      "school": "Michigan",
      "slug": "nfl-tom-brady",
      "sport": "football",
      "weight": 225,
      "unit_of_weight": "pounds",
      "years_of_experience": 16,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "bca0ee16-51ba-4a18-9b2b-57412b101677",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": "dd4c485f-cd33-4495-9429-305888e1bae0",
      "created_at": "2016-01-06T01:08:24-05:00",
      "updated_at": "2016-01-25T03:34:22-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Rob",
      "handedness": "unknown",
      "height": 78,
      "unit_of_height": "inches",
      "last_name": "Gronkowski",
      "name": "Rob Gronkowski",
      "offensive": true,
      "position_abbreviation": "FB",
      "position_name": "Fullback",
      "salary": 10650000,
      "humanized_salary": "10,650,000",
      "salary_currency": "USD",
      "school": "Arizona",
      "slug": "nfl-rob-gronkowski",
      "sport": "football",
      "weight": 265,
      "unit_of_weight": "pounds",
      "years_of_experience": 6,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "playing_position_id": "05da6032-e719-4daf-8e6a-95a440e448ea",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    }
  ],
  "scoring_plays": [
    {
      "id": "2f2c01e1-ee6f-4e2c-8460-4b4ac5ad5c3d",
      "created_at": "2016-01-25T03:41:39-05:00",
      "updated_at": "2016-01-25T03:41:39-05:00",
      "conversion": "xpt-success",
      "conversion_points": 1,
      "empty_net": false,
      "name": "Touchdown",
      "period_number": 1,
      "period_seconds": 430,
      "points": 6,
      "scored_at": null,
      "scoring_conversion": null,
      "scoring_conversion_points": 0,
      "scoring_how": "pass",
      "scoring_method": "scoring-play",
      "scoring_type": "touchdown",
      "time_code": "PT7M10S",
      "yards": 5,
      "game_id": "cc7f7ba5-a4b5-4e87-963a-0691b2840394",
      "opponent_id": "a8004516-b1d9-44df-b6ba-d5e4b7d9d1d7",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "scoring_player_ids": [
        "9d0a56fa-b5b0-4fab-8b1b-a807a0a91ef3",
        "2eb7eefb-84c2-40cc-9f70-fad23b7db12d",
        "bf2f6200-c5d0-4fc2-b4e8-e37aca964fa7"
      ]
    },
    {
      "id": "6ea23109-bc49-4a39-9b34-d743afe8171f",
      "created_at": "2016-01-25T03:40:47-05:00",
      "updated_at": "2016-01-25T03:40:47-05:00",
      "conversion": "xpt-success",
      "conversion_points": 1,
      "empty_net": false,
      "name": "Touchdown",
      "period_number": 2,
      "period_seconds": 14,
      "points": 6,
      "scored_at": null,
      "scoring_conversion": null,
      "scoring_conversion_points": 0,
      "scoring_how": "pass",
      "scoring_method": "scoring-play",
      "scoring_type": "touchdown",
      "time_code": "PT0M14S",
      "yards": 1,
      "game_id": "e65dec1a-3beb-4cd8-b3f0-0a0db6a21b8f",
      "opponent_id": "545d6178-62b4-4e6e-a118-60e4f66d257d",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "scoring_player_ids": [
        "0534c8c6-3705-4c09-9481-73c951addad7",
        "44660aae-e9b1-432b-ae04-44b6ba85db72",
        "5090667b-11c4-44f3-bb4f-b03dd780ecb5"
      ]
    },
    {
      "id": "59469319-0bbc-4286-a551-71d3584fe39b",
      "created_at": "2016-01-25T03:39:42-05:00",
      "updated_at": "2016-01-25T03:39:42-05:00",
      "conversion": "xpt-success",
      "conversion_points": 1,
      "empty_net": false,
      "name": "Touchdown",
      "period_number": 1,
      "period_seconds": 684,
      "points": 6,
      "scored_at": null,
      "scoring_conversion": null,
      "scoring_conversion_points": 0,
      "scoring_how": "pass",
      "scoring_method": "scoring-play",
      "scoring_type": "touchdown",
      "time_code": "PT11M24S",
      "yards": 23,
      "game_id": "f296924e-b26f-4702-83ec-8bdabb6f9ddf",
      "opponent_id": "6e1ae482-bd5e-40b3-a2d8-24c0a9eec333",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "scoring_player_ids": [
        "5d883814-8ff9-4af3-8550-d03dc885ed28",
        "31fce361-65ab-4ece-913d-8160fe57b0f7",
        "3775d38b-fa4a-4754-9221-9b68d46cf86a"
      ]
    }
  ]
}

This endpoint retrieves NFL Scoring Plays.

HTTP Request

GET https://api.stattleship.com/football/nfl/scoring_plays

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
scoring_method For football there is one method scoring-play
scoring_type For football the options are touchdown safety failed-conversion-return field-goal
game_id Game slug such as nfl-2015-2016-nyg-min-2015-12-27-2030 for Giants vs Vikings
player_id Player slug such as nfl-tom-brady
team_id Team slug such as nfl-ne for the Patriots
interval_type Either Seeinterval_type` for sport.
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-05-22
since Friendly date such as 1 week ago or 4 days ago or last Sunday; or a timestamp such as 1448820000
season_id Current season Season slug such as nfl-2015-2016
week For NFL its week number such as 6
status Game status of in_progress upcoming or ended

Hockey Scoring Plays

curl -X "GET" "https://api.stattleship.com/hockey/nhl/scoring_plays" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

List of Scoring Types

goal

List of Scoring Methods

ev
pp
sh
{
  "games": [
    {
      "id": "ae80fa01-d48a-4693-9ead-6f29100efa21",
      "created_at": "2016-01-06T03:17:35-05:00",
      "updated_at": "2016-01-24T21:47:32-05:00",
      "at_neutral_site": false,
      "attendance": 22138,
      "away_team_outcome": "loss",
      "away_team_score": 0,
      "daytime": false,
      "duration": 8460,
      "ended_at": "2016-01-24T20:30:40-06:00",
      "home_team_outcome": "win",
      "home_team_score": 2,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Blues vs Blackhawks",
      "name": "Blues vs Blackhawks January 24, 2016 at  6:00pm",
      "on": "on January 24, 2016",
      "score": "0-2",
      "score_differential": 2,
      "scoreline": "Blues 0 - Blackhawks 2",
      "slug": "nhl-2015-2016-stl-chi-2016-01-24-1800",
      "started_at": "2016-01-24T18:00:00-06:00",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1453680000,
      "title": "Blues vs Blackhawks",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "a345b10e-87b5-4635-bf24-fd6be058346f",
      "away_team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915",
      "winning_team_id": "a345b10e-87b5-4635-bf24-fd6be058346f",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "venue_id": "bbec7373-fde0-4826-b2c9-828e103c0420"
    },
    {
      "id": "bbe8e7bc-fbfa-4689-bf5d-40db66fa63ba",
      "created_at": "2016-01-06T03:17:34-05:00",
      "updated_at": "2016-01-21T22:22:01-05:00",
      "at_neutral_site": false,
      "attendance": 19092,
      "away_team_outcome": "loss",
      "away_team_score": 1,
      "daytime": false,
      "duration": 8520,
      "ended_at": "2016-01-21T22:02:59-05:00",
      "home_team_outcome": "win",
      "home_team_score": 2,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Blackhawks vs Lightning",
      "name": "Blackhawks vs Lightning January 21, 2016 at  7:30pm",
      "on": "on January 21, 2016",
      "score": "1-2",
      "score_differential": 1,
      "scoreline": "Blackhawks 1 - Lightning 2",
      "slug": "nhl-2015-2016-chi-tb-2016-01-21-1930",
      "started_at": "2016-01-21T19:30:00-05:00",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1453422600,
      "title": "Blackhawks vs Lightning",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "efd97f2d-fe29-4fe8-9f01-cfad8488c0c2",
      "away_team_id": "a345b10e-87b5-4635-bf24-fd6be058346f",
      "winning_team_id": "efd97f2d-fe29-4fe8-9f01-cfad8488c0c2",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "venue_id": "04086c5b-7a2d-4988-aa18-c90e6b515143"
    }
  ],
  "home_teams": [
    {
      "id": "a345b10e-87b5-4635-bf24-fd6be058346f",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-15T10:00:26-05:00",
      "color": "E3263A",
      "colors": [
        "E3263A",
        "000000"
      ],
      "location": "Chicago",
      "name": "Chicago",
      "nickname": "Blackhawks",
      "slug": "nhl-chi",
      "division_id": "8e46750a-615a-4362-8468-26a8541fc713",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "efd97f2d-fe29-4fe8-9f01-cfad8488c0c2",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-15T10:00:26-05:00",
      "color": "013E7D",
      "colors": [
        "013E7D",
        "000000",
        "C0C0C0"
      ],
      "location": "Tampa Bay",
      "name": "Tampa Bay",
      "nickname": "Lightning",
      "slug": "nhl-tb",
      "division_id": "15ca4e46-2b49-4f37-84ea-befb62de28c5",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "leagues": [
    {
      "id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NHL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Hockey League",
      "periods": null,
      "slug": "nhl",
      "sport": "hockey"
    }
  ],
  "away_teams": [
    {
      "id": "4ca89483-65ae-484d-bda9-eacba9ff4915",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-15T10:00:26-05:00",
      "color": "0546A0",
      "colors": [
        "0546A0",
        "FFC325",
        "101F48"
      ],
      "location": "St. Louis",
      "name": "St. Louis",
      "nickname": "Blues",
      "slug": "nhl-stl",
      "division_id": "8e46750a-615a-4362-8468-26a8541fc713",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "a345b10e-87b5-4635-bf24-fd6be058346f",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-15T10:00:26-05:00",
      "color": "E3263A",
      "colors": [
        "E3263A",
        "000000"
      ],
      "location": "Chicago",
      "name": "Chicago",
      "nickname": "Blackhawks",
      "slug": "nhl-chi",
      "division_id": "8e46750a-615a-4362-8468-26a8541fc713",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "winning_teams": [
    {
      "id": "a345b10e-87b5-4635-bf24-fd6be058346f",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-15T10:00:26-05:00",
      "color": "E3263A",
      "colors": [
        "E3263A",
        "000000"
      ],
      "location": "Chicago",
      "name": "Chicago",
      "nickname": "Blackhawks",
      "slug": "nhl-chi",
      "division_id": "8e46750a-615a-4362-8468-26a8541fc713",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "efd97f2d-fe29-4fe8-9f01-cfad8488c0c2",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-15T10:00:26-05:00",
      "color": "013E7D",
      "colors": [
        "013E7D",
        "000000",
        "C0C0C0"
      ],
      "location": "Tampa Bay",
      "name": "Tampa Bay",
      "nickname": "Lightning",
      "slug": "nhl-tb",
      "division_id": "15ca4e46-2b49-4f37-84ea-befb62de28c5",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "seasons": [
    {
      "id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "2015-2016",
      "starts_on": "2015-09-01",
      "ends_on": "2016-06-30",
      "slug": "nhl-2015-2016",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "venues": [
    {
      "id": "bbec7373-fde0-4826-b2c9-828e103c0420",
      "created_at": "2016-01-06T01:31:39-05:00",
      "updated_at": "2016-01-06T01:31:39-05:00",
      "abbreviation": "UC",
      "city": "Chicago",
      "country": "USA",
      "field_type": null,
      "name": "United Center",
      "slug": "united-center",
      "state": "Illinois",
      "time_zone": "US/Central"
    },
    {
      "id": "04086c5b-7a2d-4988-aa18-c90e6b515143",
      "created_at": "2016-01-06T01:31:55-05:00",
      "updated_at": "2016-01-06T01:31:55-05:00",
      "abbreviation": "AMAL",
      "city": "Tampa",
      "country": "USA",
      "field_type": null,
      "name": "Amalie Arena",
      "slug": "amal",
      "state": "Florida",
      "time_zone": "US/Eastern"
    }
  ],
  "opponents": [
    {
      "id": "4ca89483-65ae-484d-bda9-eacba9ff4915",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-15T10:00:26-05:00",
      "color": "0546A0",
      "colors": [
        "0546A0",
        "FFC325",
        "101F48"
      ],
      "location": "St. Louis",
      "name": "St. Louis",
      "nickname": "Blues",
      "slug": "nhl-stl",
      "division_id": "8e46750a-615a-4362-8468-26a8541fc713",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "efd97f2d-fe29-4fe8-9f01-cfad8488c0c2",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-15T10:00:26-05:00",
      "color": "013E7D",
      "colors": [
        "013E7D",
        "000000",
        "C0C0C0"
      ],
      "location": "Tampa Bay",
      "name": "Tampa Bay",
      "nickname": "Lightning",
      "slug": "nhl-tb",
      "division_id": "15ca4e46-2b49-4f37-84ea-befb62de28c5",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "teams": [
    {
      "id": "a345b10e-87b5-4635-bf24-fd6be058346f",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-01-15T10:00:26-05:00",
      "color": "E3263A",
      "colors": [
        "E3263A",
        "000000"
      ],
      "location": "Chicago",
      "name": "Chicago",
      "nickname": "Blackhawks",
      "slug": "nhl-chi",
      "division_id": "8e46750a-615a-4362-8468-26a8541fc713",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "scoring_players": [
    {
      "id": "c8bcc20a-f1cc-45ea-b0ca-c5f179ba2b89",
      "created_at": "2016-01-25T03:41:01-05:00",
      "updated_at": "2016-01-25T03:41:01-05:00",
      "name": "Scorer",
      "role": "scorer",
      "player_id": "698dc16f-d473-4999-a1ba-3deca7d9d508"
    },
    {
      "id": "5489bfe4-d9a2-43b4-ba76-ea40ec728eec",
      "created_at": "2016-01-25T03:41:01-05:00",
      "updated_at": "2016-01-25T03:41:01-05:00",
      "name": "Assist",
      "role": "assist",
      "player_id": "b0cf0678-15bc-48fb-8b84-ac8eff47fbbc"
    },
    {
      "id": "4717f0ea-965f-485d-ba09-033ce6f65868",
      "created_at": "2016-01-25T03:41:01-05:00",
      "updated_at": "2016-01-25T03:41:01-05:00",
      "name": "Assist",
      "role": "assist",
      "player_id": "a2b23540-bdda-4e64-9304-5fdb28220c88"
    },
    {
      "id": "77a5c3d8-f9a1-4e91-8922-95e94fea8488",
      "created_at": "2016-01-25T03:41:01-05:00",
      "updated_at": "2016-01-25T03:41:01-05:00",
      "name": "Scorer",
      "role": "scorer",
      "player_id": "56732846-146e-41ad-b0db-76df99c91d9e"
    },
    {
      "id": "1d2b4877-1713-4676-8c19-935e65c95f30",
      "created_at": "2016-01-25T03:41:01-05:00",
      "updated_at": "2016-01-25T03:41:01-05:00",
      "name": "Assist",
      "role": "assist",
      "player_id": "4c1a8af9-61cf-459c-849c-b9367500b462"
    },
    {
      "id": "e56de60a-6d27-4951-a015-ade5de7bc45c",
      "created_at": "2016-01-25T03:41:01-05:00",
      "updated_at": "2016-01-25T03:41:01-05:00",
      "name": "Assist",
      "role": "assist",
      "player_id": "94f0754a-4671-435a-aaa1-d9a4a064495c"
    },
    {
      "id": "bdf39d87-b05e-406f-b4f7-beb94183cead",
      "created_at": "2016-01-25T03:42:24-05:00",
      "updated_at": "2016-01-25T03:42:24-05:00",
      "name": "Scorer",
      "role": "scorer",
      "player_id": "b32809a2-0bd4-453b-9d39-a6ae8f6ae197"
    },
    {
      "id": "c5cbff81-e377-416c-8683-42d8826c95a0",
      "created_at": "2016-01-25T03:42:24-05:00",
      "updated_at": "2016-01-25T03:42:24-05:00",
      "name": "Assist",
      "role": "assist",
      "player_id": "b0cf0678-15bc-48fb-8b84-ac8eff47fbbc"
    }
  ],
  "players": [
    {
      "id": "698dc16f-d473-4999-a1ba-3deca7d9d508",
      "created_at": "2016-01-06T01:31:42-05:00",
      "updated_at": "2016-01-26T18:58:58-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Artemi",
      "handedness": "right",
      "height": 71,
      "unit_of_height": "inches",
      "last_name": "Panarin",
      "name": "Artemi Panarin",
      "offensive": true,
      "position_abbreviation": "LW",
      "position_name": "Left Wing",
      "salary": 700000,
      "humanized_salary": "700,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-artemi-panarin",
      "sport": "hockey",
      "weight": 170,
      "unit_of_weight": "pounds",
      "years_of_experience": 1,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "4329a9bc-8f07-4c48-8e19-b142678e68c6",
      "team_id": "a345b10e-87b5-4635-bf24-fd6be058346f"
    },
    {
      "id": "b0cf0678-15bc-48fb-8b84-ac8eff47fbbc",
      "created_at": "2016-01-06T01:31:40-05:00",
      "updated_at": "2016-01-26T18:58:58-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Patrick",
      "handedness": "left",
      "height": 71,
      "unit_of_height": "inches",
      "last_name": "Kane",
      "name": "Patrick Kane",
      "offensive": true,
      "position_abbreviation": "RW",
      "position_name": "Right Wing",
      "salary": 13800000,
      "humanized_salary": "13,800,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-patrick-kane",
      "sport": "hockey",
      "weight": 177,
      "unit_of_weight": "pounds",
      "years_of_experience": 9,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "3132cb24-c9a9-406f-bb88-1692e013e3cf",
      "team_id": "a345b10e-87b5-4635-bf24-fd6be058346f"
    },
    {
      "id": "a2b23540-bdda-4e64-9304-5fdb28220c88",
      "created_at": "2016-01-06T01:41:14-05:00",
      "updated_at": "2016-01-26T18:58:58-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Michal",
      "handedness": "right",
      "height": 73,
      "unit_of_height": "inches",
      "last_name": "Rozsival",
      "name": "Michal Rozsival",
      "offensive": true,
      "position_abbreviation": "D",
      "position_name": "Defense",
      "salary": 600000,
      "humanized_salary": "600,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-michal-rozsival",
      "sport": "hockey",
      "weight": 210,
      "unit_of_weight": "pounds",
      "years_of_experience": 15,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "d3a3ddfb-4a36-4ae1-964b-9d2deadba761",
      "team_id": "a345b10e-87b5-4635-bf24-fd6be058346f"
    },
    {
      "id": "56732846-146e-41ad-b0db-76df99c91d9e",
      "created_at": "2016-01-06T01:31:42-05:00",
      "updated_at": "2016-01-26T18:58:59-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Andrew",
      "handedness": "right",
      "height": 71,
      "unit_of_height": "inches",
      "last_name": "Shaw",
      "name": "Andrew Shaw",
      "offensive": true,
      "position_abbreviation": "RW",
      "position_name": "Right Wing",
      "salary": 2500000,
      "humanized_salary": "2,500,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-andrew-shaw",
      "sport": "hockey",
      "weight": 179,
      "unit_of_weight": "pounds",
      "years_of_experience": 5,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "3132cb24-c9a9-406f-bb88-1692e013e3cf",
      "team_id": "a345b10e-87b5-4635-bf24-fd6be058346f"
    },
    {
      "id": "4c1a8af9-61cf-459c-849c-b9367500b462",
      "created_at": "2016-01-06T01:31:41-05:00",
      "updated_at": "2016-01-26T18:58:58-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Marian",
      "handedness": "left",
      "height": 73,
      "unit_of_height": "inches",
      "last_name": "Hossa",
      "name": "Marian Hossa",
      "offensive": true,
      "position_abbreviation": "RW",
      "position_name": "Right Wing",
      "salary": 7900000,
      "humanized_salary": "7,900,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-marian-hossa",
      "sport": "hockey",
      "weight": 207,
      "unit_of_weight": "pounds",
      "years_of_experience": 18,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "3132cb24-c9a9-406f-bb88-1692e013e3cf",
      "team_id": "a345b10e-87b5-4635-bf24-fd6be058346f"
    },
    {
      "id": "94f0754a-4671-435a-aaa1-d9a4a064495c",
      "created_at": "2016-01-06T01:31:41-05:00",
      "updated_at": "2016-01-26T18:58:59-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Trevor",
      "handedness": "right",
      "height": 74,
      "unit_of_height": "inches",
      "last_name": "Van Riemsdyk",
      "name": "Trevor Van Riemsdyk",
      "offensive": true,
      "position_abbreviation": "D",
      "position_name": "Defense",
      "salary": 925000,
      "humanized_salary": "925,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-trevor-van-riemsdyk",
      "sport": "hockey",
      "weight": 188,
      "unit_of_weight": "pounds",
      "years_of_experience": 2,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "d3a3ddfb-4a36-4ae1-964b-9d2deadba761",
      "team_id": "a345b10e-87b5-4635-bf24-fd6be058346f"
    },
    {
      "id": "b32809a2-0bd4-453b-9d39-a6ae8f6ae197",
      "created_at": "2016-01-06T01:31:44-05:00",
      "updated_at": "2016-01-26T18:58:57-05:00",
      "active": true,
      "defensive": false,
      "first_name": "Artem",
      "handedness": "left",
      "height": 76,
      "unit_of_height": "inches",
      "last_name": "Anisimov",
      "name": "Artem Anisimov",
      "offensive": true,
      "position_abbreviation": "C",
      "position_name": "Center",
      "salary": 4000000,
      "humanized_salary": "4,000,000",
      "salary_currency": "USD",
      "school": null,
      "slug": "nhl-artem-anisimov",
      "sport": "hockey",
      "weight": 198,
      "unit_of_weight": "pounds",
      "years_of_experience": 8,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "playing_position_id": "a0248bb6-90aa-40e4-b849-70d257ed45d3",
      "team_id": "a345b10e-87b5-4635-bf24-fd6be058346f"
    }
  ],
  "scoring_plays": [
    {
      "id": "34d15e14-5334-436e-937e-38f8a662669e",
      "created_at": "2016-01-25T03:41:01-05:00",
      "updated_at": "2016-01-25T03:41:01-05:00",
      "conversion": null,
      "conversion_points": 0,
      "empty_net": false,
      "name": "EV Goal",
      "period_number": 2,
      "period_seconds": 926,
      "points": 1,
      "scored_at": "2016-01-24T20:27:20-05:00",
      "scoring_conversion": null,
      "scoring_conversion_points": 0,
      "scoring_how": null,
      "scoring_method": "goal",
      "scoring_type": "ev",
      "time_code": "PT15M26S",
      "yards": 0,
      "game_id": "ae80fa01-d48a-4693-9ead-6f29100efa21",
      "opponent_id": "4ca89483-65ae-484d-bda9-eacba9ff4915",
      "team_id": "a345b10e-87b5-4635-bf24-fd6be058346f",
      "scoring_player_ids": [
        "c8bcc20a-f1cc-45ea-b0ca-c5f179ba2b89",
        "5489bfe4-d9a2-43b4-ba76-ea40ec728eec",
        "4717f0ea-965f-485d-ba09-033ce6f65868"
      ]
    },
    {
      "id": "9311f160-b123-441b-b518-23d4178834b2",
      "created_at": "2016-01-25T03:41:01-05:00",
      "updated_at": "2016-01-25T03:41:01-05:00",
      "conversion": null,
      "conversion_points": 0,
      "empty_net": false,
      "name": "PP Goal",
      "period_number": 3,
      "period_seconds": 296,
      "points": 1,
      "scored_at": "2016-01-24T21:02:10-05:00",
      "scoring_conversion": null,
      "scoring_conversion_points": 0,
      "scoring_how": null,
      "scoring_method": "goal",
      "scoring_type": "pp",
      "time_code": "PT4M56S",
      "yards": 0,
      "game_id": "ae80fa01-d48a-4693-9ead-6f29100efa21",
      "opponent_id": "4ca89483-65ae-484d-bda9-eacba9ff4915",
      "team_id": "a345b10e-87b5-4635-bf24-fd6be058346f",
      "scoring_player_ids": [
        "77a5c3d8-f9a1-4e91-8922-95e94fea8488",
        "1d2b4877-1713-4676-8c19-935e65c95f30",
        "e56de60a-6d27-4951-a015-ade5de7bc45c"
      ]
    },
    {
      "id": "f1b8d290-c00f-4cbd-8550-ae23aeb40f31",
      "created_at": "2016-01-25T03:42:24-05:00",
      "updated_at": "2016-01-25T03:42:24-05:00",
      "conversion": null,
      "conversion_points": 0,
      "empty_net": false,
      "name": "EV Goal",
      "period_number": 1,
      "period_seconds": 43,
      "points": 1,
      "scored_at": "2016-01-21T19:41:48-05:00",
      "scoring_conversion": null,
      "scoring_conversion_points": 0,
      "scoring_how": null,
      "scoring_method": "goal",
      "scoring_type": "ev",
      "time_code": "PT0M43S",
      "yards": 0,
      "game_id": "bbe8e7bc-fbfa-4689-bf5d-40db66fa63ba",
      "opponent_id": "efd97f2d-fe29-4fe8-9f01-cfad8488c0c2",
      "team_id": "a345b10e-87b5-4635-bf24-fd6be058346f",
      "scoring_player_ids": [
        "bdf39d87-b05e-406f-b4f7-beb94183cead",
        "c5cbff81-e377-416c-8683-42d8826c95a0"
      ]
    }
  ]
}

This endpoint retrieves NHL Scoring Plays.

HTTP Request

GET https://api.stattleship.com/hockey/nhl/scoring_plays

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
scoring_method For hockey there is one method goal
scoring_type For hockey the options are ev pp or sh
game_id Game slug such as nhl-2015-2016-det-min-2015-12-28-2000 for Red Wings vs Wild
player_id Player slug such as nhl-tyler-seguin
team_id Team slug such as nhl-bos for the Bruins
interval_type regularseason See interval_type for sport.
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-05-22
since Friendly date such as 1 week ago or 4 days ago or last Sunday; or a timestamp such as 1448820000
season_id Current season Season slug such as nhl-2015-2016
status Game status of in_progress upcoming or ended

Starting Pitchers

Baseball Starting Pitchers

curl -X "GET" "https://api.stattleship.com/baseball/mlb/starting_pitchers" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "games": [
    {
      "id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "created_at": "2016-03-18T21:00:52-04:00",
      "updated_at": "2016-08-16T06:00:39-04:00",
      "at_neutral_site": false,
      "attendance": 41850,
      "away_team_outcome": "win",
      "away_team_score": 8,
      "broadcast": "MLBN (out-of-market ",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 12420,
      "ended_at": "2016-08-15T22:42:00-07:00",
      "home_team_outcome": "loss",
      "home_team_score": 5,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Pirates vs Giants",
      "name": "Pirates vs Giants August 15, 2016 at  7:15pm",
      "on": "on August 15, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "8-5",
      "score_differential": 3,
      "scoreline": "Pirates 8 - Giants 5",
      "slug": "mlb-2016-pit-sf-2016-08-15-1915",
      "started_at": "2016-08-15T19:15:00-07:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MLBN (out-of-market ",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1471313700,
      "title": "Pirates vs Giants",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "6c498284-84e6-4e74-9f56-b934be3384d5",
      "away_team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "winning_team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "b4651936-378e-4e60-89a6-cbf3ee67b0bd",
      "official_ids": [
        "9df08f9b-37ad-467e-9ec4-ec38491f382f",
        "d1d3cc19-fb3f-479b-bc85-ed00405b6a9f",
        "8f399cb8-c317-463a-9979-0186a677708a",
        "511d6c57-3987-4aca-bb11-7476f970dc03"
      ]
    }
  ],
  "home_teams": [
    {
      "id": "6c498284-84e6-4e74-9f56-b934be3384d5",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "FD5A1E",
      "colors": [
        "FD5A1E",
        "000000",
        "8B6F4E"
      ],
      "hashtag": "SFGiants",
      "hashtags": [
        "SFGiants"
      ],
      "location": "San Francisco",
      "name": "San Francisco",
      "nickname": "Giants",
      "latitude": 37.9385723,
      "longitude": -122.3401953,
      "slug": "mlb-sf",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "leagues": [
    {
      "id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-07-12T19:34:12-04:00",
      "abbreviation": "MLB",
      "color": null,
      "minutes_per_period": null,
      "name": "Major League Baseball",
      "periods": null,
      "slug": "mlb",
      "sport": "baseball"
    },
    {
      "id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:49-04:00",
      "abbreviation": "NFL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Football League",
      "periods": null,
      "slug": "nfl",
      "sport": "football"
    }
  ],
  "away_teams": [
    {
      "id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "FDB827",
      "colors": [
        "FDB827",
        "000000"
      ],
      "hashtag": "Pirates",
      "hashtags": [
        "Pirates"
      ],
      "location": "Pittsburgh",
      "name": "Pittsburgh",
      "nickname": "Pirates",
      "latitude": 40.4469874,
      "longitude": -79.9485413,
      "slug": "mlb-pit",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "winning_teams": [
    {
      "id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "FDB827",
      "colors": [
        "FDB827",
        "000000"
      ],
      "hashtag": "Pirates",
      "hashtags": [
        "Pirates"
      ],
      "location": "Pittsburgh",
      "name": "Pittsburgh",
      "nickname": "Pirates",
      "latitude": 40.4469874,
      "longitude": -79.9485413,
      "slug": "mlb-pit",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "seasons": [
    {
      "id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-03-18T20:57:48-04:00",
      "name": "2016",
      "current_interval_type": "postseason",
      "starts_on": "2016-01-02",
      "ends_on": "2016-11-30",
      "slug": "mlb-2016",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "venues": [
    {
      "id": "b4651936-378e-4e60-89a6-cbf3ee67b0bd",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-13T06:37:00-04:00",
      "abbreviation": "AT&T Park",
      "capacity": 41915,
      "city": "San Francisco",
      "country": "USA",
      "field_type": "grass",
      "name": "AT&T Park",
      "slug": "at-t",
      "state": "CA",
      "stadium_type": null,
      "time_zone": "US/Pacific",
      "latitude": 37.9385723,
      "longitude": -122.3401953
    }
  ],
  "officials": [
    {
      "id": "9df08f9b-37ad-467e-9ec4-ec38491f382f",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-02-26T15:21:54-05:00",
      "first_name": "Doug",
      "last_name": "Eddings",
      "name": "Doug Eddings",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "88"
    },
    {
      "id": "d1d3cc19-fb3f-479b-bc85-ed00405b6a9f",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-02-26T15:21:57-05:00",
      "first_name": "Mike",
      "last_name": "Muchlinski",
      "name": "Mike Muchlinski",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "76"
    },
    {
      "id": "8f399cb8-c317-463a-9979-0186a677708a",
      "created_at": "2016-04-03T02:35:24-04:00",
      "updated_at": "2017-02-26T15:22:11-05:00",
      "first_name": "Mike",
      "last_name": "Winters",
      "name": "Mike Winters",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "33"
    },
    {
      "id": "511d6c57-3987-4aca-bb11-7476f970dc03",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-02-26T15:22:11-05:00",
      "first_name": "Marty",
      "last_name": "Foster",
      "name": "Marty Foster",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "60"
    }
  ],
  "players": [
    {
      "id": "4cd6a943-6194-4fb3-bbc0-e6e917e893dd",
      "created_at": "2016-03-18T21:10:45-04:00",
      "updated_at": "2017-02-26T15:21:34-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1977-07-22",
      "captain": null,
      "city": "Charlotte",
      "country": "",
      "draft_overall_pick": 158,
      "draft_round": 5,
      "draft_season": "1998",
      "draft_team_name": "San Francisco",
      "first_name": "Ryan",
      "handedness": "unknown",
      "height": 76,
      "high_school": "Octorara Area, Atglen, PA",
      "humanized_salary": "2,000,000",
      "last_name": "Vogelsong",
      "mlbam_id": 285064,
      "name": "Ryan Vogelsong",
      "nickname": "Ryan",
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "pro_debut": "2000-09-02",
      "salary": 2000000,
      "salary_currency": "USD",
      "school": "Kutztown",
      "slug": "mlb-ryan-vogelsong",
      "sport": "baseball",
      "state": "",
      "uniform_number": "14",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 215,
      "years_of_experience": 10,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "843f57c1-f872-4460-95dc-3c063e03196c",
      "created_at": "2016-03-18T21:13:08-04:00",
      "updated_at": "2017-02-26T15:21:16-05:00",
      "active": true,
      "bats": "bats_unknown",
      "birth_date": "1989-06-18",
      "captain": null,
      "city": "Fort Walton Beach",
      "country": "",
      "draft_overall_pick": 245,
      "draft_round": 8,
      "draft_season": "2007",
      "draft_team_name": null,
      "first_name": "Matthew",
      "handedness": "unknown",
      "height": 75,
      "high_school": "Moriarty, NM",
      "humanized_salary": "5,100,000",
      "last_name": "Moore",
      "mlbam_id": 519043,
      "name": "Matt Moore",
      "nickname": "Matt",
      "position_abbreviation": "SP",
      "position_name": "Starter",
      "pro_debut": "2011-09-14",
      "salary": 5100000,
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-matt-moore",
      "sport": "baseball",
      "state": "",
      "uniform_number": "55",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 210,
      "years_of_experience": 4,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "738ffd4a-154d-4ccf-9f9a-5ee32466c4d6",
      "team_id": "6fb020e3-2ac1-409f-a1d0-5b081ef349a4"
    },
    {
      "id": "7522a440-7658-4823-93b5-44331e87ae6b",
      "created_at": "2016-04-06T11:20:48-04:00",
      "updated_at": "2016-04-06T11:20:48-04:00",
      "active": false,
      "bats": "bats_right",
      "birth_date": "1977-08-10",
      "captain": null,
      "city": null,
      "country": null,
      "draft_overall_pick": null,
      "draft_round": null,
      "draft_season": null,
      "draft_team_name": null,
      "first_name": "Lorenzo",
      "handedness": "right",
      "height": 76,
      "high_school": null,
      "humanized_salary": "0",
      "last_name": "Barcelo",
      "mlbam_id": null,
      "name": "Lorenzo Barcelo",
      "nickname": null,
      "position_abbreviation": "RP",
      "position_name": "Reliever",
      "pro_debut": null,
      "salary": null,
      "salary_currency": "USD",
      "school": null,
      "slug": "mlb-lorenzo-barcelo",
      "sport": "baseball",
      "state": null,
      "uniform_number": null,
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 230,
      "years_of_experience": 0,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "e895b7e6-2178-41d8-8666-bb4c1bedd2ad",
      "team_id": "f53d7ed3-1ebe-4e02-979d-6e51c0f5fb18"
    }
  ],
  "teams": [
    {
      "id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "FDB827",
      "colors": [
        "FDB827",
        "000000"
      ],
      "hashtag": "Pirates",
      "hashtags": [
        "Pirates"
      ],
      "location": "Pittsburgh",
      "name": "Pittsburgh",
      "nickname": "Pirates",
      "latitude": 40.4469874,
      "longitude": -79.9485413,
      "slug": "mlb-pit",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "6fb020e3-2ac1-409f-a1d0-5b081ef349a4",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:13-04:00",
      "color": "092C5C",
      "colors": [
        "092C5C",
        "8FBCE6",
        "F5D130"
      ],
      "hashtag": "Rays",
      "hashtags": [
        "Rays"
      ],
      "location": "Tampa Bay",
      "name": "Tampa Bay",
      "nickname": "Rays",
      "latitude": 27.7682383,
      "longitude": -82.6533237,
      "slug": "mlb-tb",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "6c498284-84e6-4e74-9f56-b934be3384d5",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "FD5A1E",
      "colors": [
        "FD5A1E",
        "000000",
        "8B6F4E"
      ],
      "hashtag": "SFGiants",
      "hashtags": [
        "SFGiants"
      ],
      "location": "San Francisco",
      "name": "San Francisco",
      "nickname": "Giants",
      "latitude": 37.9385723,
      "longitude": -122.3401953,
      "slug": "mlb-sf",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "f53d7ed3-1ebe-4e02-979d-6e51c0f5fb18",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "005A9C",
      "colors": [
        "005A9C",
        "EF3E42"
      ],
      "hashtag": "Dodgers",
      "hashtags": [
        "Dodgers"
      ],
      "location": "Los Angeles",
      "name": "LA Dodgers",
      "nickname": "Dodgers",
      "latitude": 34.072609,
      "longitude": -118.251259,
      "slug": "mlb-la",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "c38c938d-7d53-482b-b5b1-508102a4a246",
      "created_at": "2016-01-25T03:59:06-05:00",
      "updated_at": "2016-02-01T03:44:45-05:00",
      "color": null,
      "colors": [],
      "hashtag": null,
      "hashtags": [],
      "location": "Honolulu",
      "name": "Team Rice.",
      "nickname": "Rice.",
      "latitude": null,
      "longitude": null,
      "slug": "jr",
      "division_id": "7eb2130f-0d1d-4396-9595-649708fe5a6a",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "starting_pitchers": [
    {
      "id": "903480ef-8ab0-4315-9ede-84ce3d69336a",
      "created_at": "2017-02-25T19:28:22-05:00",
      "updated_at": "2017-02-25T19:28:22-05:00",
      "wins": 1,
      "losses": 2,
      "era": 2.673,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "4cd6a943-6194-4fb3-bbc0-e6e917e893dd",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c"
    },
    {
      "id": "9c2c4cdc-d48d-4494-95bb-1fa3088e3d5e",
      "created_at": "2017-02-25T19:28:22-05:00",
      "updated_at": "2017-02-25T19:28:22-05:00",
      "wins": 7,
      "losses": 8,
      "era": 3.993,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "843f57c1-f872-4460-95dc-3c063e03196c",
      "team_id": "6c498284-84e6-4e74-9f56-b934be3384d5"
    },
    {
      "id": "b406663f-a20e-4a7b-988c-df64a4711972",
      "created_at": "2017-02-26T14:38:02-05:00",
      "updated_at": "2017-02-26T14:38:02-05:00",
      "wins": 0,
      "losses": 0,
      "era": 0.0,
      "game_id": "9bc002ce-e03e-414b-8dd7-c74613720a22",
      "player_id": "7522a440-7658-4823-93b5-44331e87ae6b",
      "team_id": "c38c938d-7d53-482b-b5b1-508102a4a246"
    }
  ]
}

This endpoint retrieves MLB Starting Pitchers.

HTTP Request

GET https://api.stattleship.com/baseball/mlb/starting_pitchers

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
season_id Current season Season slug such as mlb-2016

Basketball Starting Pitchers

curl -X "GET" "https://api.stattleship.com/basketball/nba/starting_pitchers" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

Not Applicable/Unsupported Sport

This endpoint retrieves NBA Starting Pitchers.

HTTP Request

GET https://api.stattleship.com/basketball/nba/starting_pitchers

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
Not Applicable

Football Starting Pitchers

curl -X "GET" "https://api.stattleship.com/football/nfl/starting_pitchers" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

Not Applicable/Unsupported Sport

This endpoint retrieves NFL Starting Pitchers.

HTTP Request

GET https://api.stattleship.com/football/nfl/starting_pitchers

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
Not Applicable

Hockey Starting Pitchers

curl -X "GET" "https://api.stattleship.com/hockey/nhl/starting_pitchers" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

Not Applicable/Unsupported Sport

This endpoint retrieves NHL Starting Pitchers.

HTTP Request

GET https://api.stattleship.com/hockey/nhl/starting_pitchers

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
Not Applicable

Team Game Logs

Baseball Team Game Logs

curl -X "GET" "https://api.stattleship.com/baseball/mlb/team_game_logs" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "games": [
    {
      "id": "e66091de-9ecf-4539-8f16-24a0a3d8c1bc",
      "created_at": "2016-03-18T21:06:27-04:00",
      "updated_at": "2016-03-19T06:34:00-04:00",
      "at_neutral_site": false,
      "attendance": 33224,
      "away_team_outcome": "loss",
      "away_team_score": 4,
      "daytime": false,
      "duration": 13140,
      "ended_at": "2015-10-04T18:49:02-04:00",
      "home_team_outcome": "win",
      "home_team_score": 9,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Yankees vs Orioles",
      "name": "Yankees vs Orioles October  4, 2015 at  3:05pm",
      "on": "on October  4, 2015",
      "score": "4-9",
      "score_differential": 5,
      "scoreline": "Yankees 4 - Orioles 9",
      "slug": "mlb-2015-nyy-bal-2015-10-4-1505",
      "started_at": "2015-10-04T15:05:00-04:00",
      "status": "ended",
      "temperature": 56,
      "temperature_unit": "f",
      "timestamp": 1443985500,
      "title": "Yankees vs Orioles",
      "weather_conditions": "cloudy",
      "wind_direction": "In from Center",
      "wind_speed": 8,
      "wind_speed_unit": "mph",
      "home_team_id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "away_team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "winning_team_id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "season_id": "e46014e6-f9e9-41c3-9deb-cd11ee879d75",
      "venue_id": "606786fd-175d-4976-91b3-612c14a9a155"
    },
    {
      "id": "335251f2-5f37-4fd2-b10e-0d45b8bd4547",
      "created_at": "2016-03-18T21:06:26-04:00",
      "updated_at": "2016-03-19T06:34:58-04:00",
      "at_neutral_site": false,
      "attendance": 35198,
      "away_team_outcome": "loss",
      "away_team_score": 3,
      "daytime": false,
      "duration": 9060,
      "ended_at": "2015-10-03T21:42:48-04:00",
      "home_team_outcome": "win",
      "home_team_score": 4,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Yankees vs Orioles",
      "name": "Yankees vs Orioles October  3, 2015 at  7:05pm",
      "on": "on October  3, 2015",
      "score": "3-4",
      "score_differential": 1,
      "scoreline": "Yankees 3 - Orioles 4",
      "slug": "mlb-2015-nyy-bal-2015-10-3-1905",
      "started_at": "2015-10-03T19:05:00-04:00",
      "status": "ended",
      "temperature": 54,
      "temperature_unit": "f",
      "timestamp": 1443913500,
      "title": "Yankees vs Orioles",
      "weather_conditions": "light-rain",
      "wind_direction": "Varying",
      "wind_speed": 12,
      "wind_speed_unit": "mph",
      "home_team_id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "away_team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "winning_team_id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "season_id": "e46014e6-f9e9-41c3-9deb-cd11ee879d75",
      "venue_id": "606786fd-175d-4976-91b3-612c14a9a155"
    },
    {
      "id": "0d193d00-01f4-4310-9c72-9c4ac080a62e",
      "created_at": "2016-03-18T21:06:25-04:00",
      "updated_at": "2016-03-19T06:26:57-04:00",
      "at_neutral_site": false,
      "attendance": 29227,
      "away_team_outcome": "loss",
      "away_team_score": 2,
      "daytime": false,
      "duration": 11700,
      "ended_at": "2015-10-03T15:28:08-04:00",
      "home_team_outcome": "win",
      "home_team_score": 9,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Yankees vs Orioles",
      "name": "Yankees vs Orioles October  3, 2015 at 12:05pm",
      "on": "on October  3, 2015",
      "score": "2-9",
      "score_differential": 7,
      "scoreline": "Yankees 2 - Orioles 9",
      "slug": "mlb-2015-nyy-bal-2015-10-3-1205",
      "started_at": "2015-10-03T12:05:00-04:00",
      "status": "ended",
      "temperature": 53,
      "temperature_unit": "f",
      "timestamp": 1443888300,
      "title": "Yankees vs Orioles",
      "weather_conditions": "cloudy",
      "wind_direction": "Left to Right",
      "wind_speed": 10,
      "wind_speed_unit": "mph",
      "home_team_id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "away_team_id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "winning_team_id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "season_id": "e46014e6-f9e9-41c3-9deb-cd11ee879d75",
      "venue_id": "606786fd-175d-4976-91b3-612c14a9a155"
    }
  ],
  "home_teams": [
    {
      "id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T17:54:20-04:00",
      "color": "DF4601",
      "colors": [
        "DF4601",
        "000000"
      ],
      "hashtag": "Orioles",
      "hashtags": [
        "Orioles"
      ],
      "location": "Baltimore",
      "name": "Baltimore",
      "nickname": "Orioles",
      "latitude": 39.2828878,
      "longitude": -76.6206139,
      "slug": "mlb-bal",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "leagues": [
    {
      "id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-03-18T20:56:43-04:00",
      "abbreviation": "MLB",
      "color": null,
      "minutes_per_period": null,
      "name": "Major League Baseball",
      "periods": null,
      "slug": "mlb",
      "sport": "baseball"
    }
  ],
  "away_teams": [
    {
      "id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T17:54:14-04:00",
      "color": "E4002B",
      "colors": [
        "E4002B",
        "003087"
      ],
      "hashtag": "Yankees",
      "hashtags": [
        "Yankees"
      ],
      "location": "New York",
      "name": "NY Yankees",
      "nickname": "Yankees",
      "latitude": 40.8260966,
      "longitude": -73.93031,
      "slug": "mlb-nyy",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "winning_teams": [
    {
      "id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T17:54:20-04:00",
      "color": "DF4601",
      "colors": [
        "DF4601",
        "000000"
      ],
      "hashtag": "Orioles",
      "hashtags": [
        "Orioles"
      ],
      "location": "Baltimore",
      "name": "Baltimore",
      "nickname": "Orioles",
      "latitude": 39.2828878,
      "longitude": -76.6206139,
      "slug": "mlb-bal",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "seasons": [
    {
      "id": "e46014e6-f9e9-41c3-9deb-cd11ee879d75",
      "created_at": "2016-03-18T21:03:28-04:00",
      "updated_at": "2016-03-18T21:03:28-04:00",
      "name": "2015",
      "current_interval_type": "regularseason",
      "starts_on": "2015-02-01",
      "ends_on": "2015-11-30",
      "slug": "mlb-2015",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "venues": [
    {
      "id": "606786fd-175d-4976-91b3-612c14a9a155",
      "created_at": "2016-03-18T21:04:07-04:00",
      "updated_at": "2016-03-21T18:11:19-04:00",
      "abbreviation": "OP",
      "capacity": 45971,
      "city": "Baltimore",
      "country": "USA",
      "field_type": "Grass",
      "name": "Oriole Park at Camden Yards",
      "slug": "oriole-park-at-camden-yards",
      "state": "Maryland",
      "time_zone": "US/Eastern",
      "latitude": 39.2828878,
      "longitude": -76.6206139
    }
  ],
  "opponents": [
    {
      "id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T17:54:20-04:00",
      "color": "DF4601",
      "colors": [
        "DF4601",
        "000000"
      ],
      "hashtag": "Orioles",
      "hashtags": [
        "Orioles"
      ],
      "location": "Baltimore",
      "name": "Baltimore",
      "nickname": "Orioles",
      "latitude": 39.2828878,
      "longitude": -76.6206139,
      "slug": "mlb-bal",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "teams": [
    {
      "id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T17:54:14-04:00",
      "color": "E4002B",
      "colors": [
        "E4002B",
        "003087"
      ],
      "hashtag": "Yankees",
      "hashtags": [
        "Yankees"
      ],
      "location": "New York",
      "name": "NY Yankees",
      "nickname": "Yankees",
      "latitude": 40.8260966,
      "longitude": -73.93031,
      "slug": "mlb-nyy",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "team_game_logs": [
    {
      "id": "e66091de-9ecf-4539-8f16-24a0a3d8c1bca7768b3c-3700-41a8-b97d-4670e044d036",
      "created_at": "2016-03-18T21:06:27-04:00",
      "updated_at": "2016-03-19T06:34:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 9,
      "away_team_outcome": "loss",
      "away_team_score": 4,
      "team_outcome": "loss",
      "team_score": 4,
      "at_bats": 37,
      "balks": 0,
      "batting_average": "0.27027026",
      "caught_stealing": 0,
      "complete_games": 0,
      "double_plays": 0,
      "doubles": 2,
      "earned_run_average": "10.0",
      "earned_runs_against": 9,
      "errors_made": 0,
      "games_lost": 0,
      "games_played": 0,
      "games_won": 0,
      "grounded_into_double_plays": 0,
      "hit_batters": 0,
      "hit_by_pitch": 0,
      "hits": 10,
      "home_runs": 0,
      "intentional_walks": 1,
      "intentional_walks_against": 0,
      "left_on_base": 17,
      "on_base_percentage": "0.35714287",
      "on_base_plus_slugging": "0.7895753085613251",
      "outs_pitched": 24,
      "passed_balls": 0,
      "pickoffs": 0,
      "rlisp_two_out": 6,
      "runs": 4,
      "runs_batted_in": 4,
      "runs_inning_1": 0,
      "runs_inning_2": 1,
      "runs_inning_3": 0,
      "runs_inning_4": 0,
      "runs_inning_5": 0,
      "runs_inning_6": 1,
      "runs_inning_7": 2,
      "runs_inning_8": 0,
      "runs_inning_9": 0,
      "runs_inning_10": 0,
      "runs_inning_11": 0,
      "runs_inning_12": 0,
      "runs_inning_13": 0,
      "runs_inning_14": 0,
      "runs_inning_15": 0,
      "runs_inning_16": 0,
      "runs_inning_17": 0,
      "runs_inning_18": 0,
      "runs_inning_19": 0,
      "runs_inning_20": 0,
      "runs_inning_21": 0,
      "runs_inning_22": 0,
      "runs_inning_23": 0,
      "runs_inning_24": 0,
      "runs_inning_extra": 0,
      "sacrifice_flys": 0,
      "sacrifice_hits": 0,
      "saves": 0,
      "shutouts": 0,
      "slugging_percentage": "0.43243244",
      "stolen_bases": 0,
      "strikeouts": 7,
      "team_left_on_base": 11,
      "total_bases": 16,
      "triple_plays": 0,
      "triples": 2,
      "two_out_left_on_base": 6,
      "walks": 5,
      "whip": "2.25",
      "wild_pitches": 0,
      "game_id": "e66091de-9ecf-4539-8f16-24a0a3d8c1bc",
      "opponent_id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "335251f2-5f37-4fd2-b10e-0d45b8bd4547a7768b3c-3700-41a8-b97d-4670e044d036",
      "created_at": "2016-03-18T21:06:26-04:00",
      "updated_at": "2016-03-19T06:34:58-04:00",
      "home_team_outcome": "win",
      "home_team_score": 4,
      "away_team_outcome": "loss",
      "away_team_score": 3,
      "team_outcome": "loss",
      "team_score": 3,
      "at_bats": 30,
      "balks": 0,
      "batting_average": "0.2",
      "caught_stealing": 1,
      "complete_games": 0,
      "double_plays": 0,
      "doubles": 2,
      "earned_run_average": "4.0",
      "earned_runs_against": 4,
      "errors_made": 1,
      "games_lost": 0,
      "games_played": 0,
      "games_won": 0,
      "grounded_into_double_plays": 1,
      "hit_batters": 1,
      "hit_by_pitch": 2,
      "hits": 6,
      "home_runs": 0,
      "intentional_walks": 1,
      "intentional_walks_against": 0,
      "left_on_base": 15,
      "on_base_percentage": "0.30555555",
      "on_base_plus_slugging": "0.5722222328186035",
      "outs_pitched": 24,
      "passed_balls": 0,
      "pickoffs": 0,
      "rlisp_two_out": 3,
      "runs": 3,
      "runs_batted_in": 3,
      "runs_inning_1": 0,
      "runs_inning_2": 1,
      "runs_inning_3": 0,
      "runs_inning_4": 0,
      "runs_inning_5": 2,
      "runs_inning_6": 0,
      "runs_inning_7": 0,
      "runs_inning_8": 0,
      "runs_inning_9": 0,
      "runs_inning_10": 0,
      "runs_inning_11": 0,
      "runs_inning_12": 0,
      "runs_inning_13": 0,
      "runs_inning_14": 0,
      "runs_inning_15": 0,
      "runs_inning_16": 0,
      "runs_inning_17": 0,
      "runs_inning_18": 0,
      "runs_inning_19": 0,
      "runs_inning_20": 0,
      "runs_inning_21": 0,
      "runs_inning_22": 0,
      "runs_inning_23": 0,
      "runs_inning_24": 0,
      "runs_inning_extra": 0,
      "sacrifice_flys": 1,
      "sacrifice_hits": 0,
      "saves": 0,
      "shutouts": 0,
      "slugging_percentage": "0.26666668",
      "stolen_bases": 1,
      "strikeouts": 8,
      "team_left_on_base": 6,
      "total_bases": 8,
      "triple_plays": 0,
      "triples": 0,
      "two_out_left_on_base": 3,
      "walks": 3,
      "whip": "1.0",
      "wild_pitches": 2,
      "game_id": "335251f2-5f37-4fd2-b10e-0d45b8bd4547",
      "opponent_id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    },
    {
      "id": "0d193d00-01f4-4310-9c72-9c4ac080a62ea7768b3c-3700-41a8-b97d-4670e044d036",
      "created_at": "2016-03-18T21:06:25-04:00",
      "updated_at": "2016-03-19T06:26:57-04:00",
      "home_team_outcome": "win",
      "home_team_score": 9,
      "away_team_outcome": "loss",
      "away_team_score": 2,
      "team_outcome": "loss",
      "team_score": 2,
      "at_bats": 33,
      "balks": 0,
      "batting_average": "0.18181819",
      "caught_stealing": 0,
      "complete_games": 0,
      "double_plays": 1,
      "doubles": 0,
      "earned_run_average": "10.0",
      "earned_runs_against": 9,
      "errors_made": 0,
      "games_lost": 0,
      "games_played": 0,
      "games_won": 0,
      "grounded_into_double_plays": 0,
      "hit_batters": 1,
      "hit_by_pitch": 0,
      "hits": 6,
      "home_runs": 0,
      "intentional_walks": 0,
      "intentional_walks_against": 0,
      "left_on_base": 19,
      "on_base_percentage": "0.27027026",
      "on_base_plus_slugging": "0.5126945078372955",
      "outs_pitched": 24,
      "passed_balls": 0,
      "pickoffs": 0,
      "rlisp_two_out": 5,
      "runs": 2,
      "runs_batted_in": 2,
      "runs_inning_1": 0,
      "runs_inning_2": 0,
      "runs_inning_3": 0,
      "runs_inning_4": 0,
      "runs_inning_5": 0,
      "runs_inning_6": 0,
      "runs_inning_7": 2,
      "runs_inning_8": 0,
      "runs_inning_9": 0,
      "runs_inning_10": 0,
      "runs_inning_11": 0,
      "runs_inning_12": 0,
      "runs_inning_13": 0,
      "runs_inning_14": 0,
      "runs_inning_15": 0,
      "runs_inning_16": 0,
      "runs_inning_17": 0,
      "runs_inning_18": 0,
      "runs_inning_19": 0,
      "runs_inning_20": 0,
      "runs_inning_21": 0,
      "runs_inning_22": 0,
      "runs_inning_23": 0,
      "runs_inning_24": 0,
      "runs_inning_extra": 0,
      "sacrifice_flys": 0,
      "sacrifice_hits": 0,
      "saves": 0,
      "shutouts": 0,
      "slugging_percentage": "0.24242425",
      "stolen_bases": 0,
      "strikeouts": 7,
      "team_left_on_base": 8,
      "total_bases": 8,
      "triple_plays": 0,
      "triples": 1,
      "two_out_left_on_base": 5,
      "walks": 4,
      "whip": "2.625",
      "wild_pitches": 1,
      "game_id": "0d193d00-01f4-4310-9c72-9c4ac080a62e",
      "opponent_id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "team_id": "a7768b3c-3700-41a8-b97d-4670e044d036"
    }
  ]
}

This endpoint retrieves MLB Team Game Logs.

HTTP Request

GET https://api.stattleship.com/baseball/mlb/team_game_logs

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
team_id Team slug such as mlb-sd
game_id Game slug such as mlb-2016-sd-ari-2016-10-2-1210
interval_type current interval See interval_type for sport.
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-05-22
since Friendly date such as 1 week ago or 4 days ago or last Sunday; or a timestamp such as 1448820000
season_id Current season Season slug such as mlb-2016
status Game status of in_progress upcoming or ended

Basketball Team Game Logs

curl -X "GET" "https://api.stattleship.com/basketball/nba/team_game_logs" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "games": [
    {
      "id": "bc3af563-5a1b-4447-885a-fa9de792b953",
      "created_at": "2015-12-26T03:49:28-05:00",
      "updated_at": "2015-12-27T20:29:28-05:00",
      "at_neutral_site": false,
      "attendance": 20392,
      "away_team_outcome": "loss",
      "away_team_score": 111,
      "daytime": false,
      "duration": 8340,
      "ended_at": "2015-12-26T20:23:13-08:00",
      "home_team_outcome": "win",
      "home_team_score": 118,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Bulls vs Mavericks",
      "name": "Bulls vs Mavericks December 26, 2015 at  5:30pm",
      "on": "on December 26, 2015",
      "score": "111-118",
      "score_differential": 7,
      "scoreline": "Bulls 111 - Mavericks 118",
      "slug": "nba-2015-2016-chi-dal-2015-12-26-2030",
      "started_at": "2015-12-26T17:30:00-08:00",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1451179800,
      "title": "Bulls vs Mavericks",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "35ded680-b7b1-4cd9-a223-7bc4ab0b77ed",
      "away_team_id": "7e670063-ef8d-4356-947b-786a802205bd",
      "winning_team_id": "35ded680-b7b1-4cd9-a223-7bc4ab0b77ed",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "venue_id": "ca72b825-7e2d-4f55-94e1-208d5f1225a1"
    },
    {
      "id": "be2a1ae7-1754-4522-bfcd-9c293101d589",
      "created_at": "2015-12-26T03:49:29-05:00",
      "updated_at": "2015-12-28T22:55:23-05:00",
      "at_neutral_site": false,
      "attendance": 21898,
      "away_team_outcome": "loss",
      "away_team_score": 97,
      "daytime": false,
      "duration": 7800,
      "ended_at": "2015-12-28T19:23:15-08:00",
      "home_team_outcome": "win",
      "home_team_score": 104,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Raptors vs Bulls",
      "name": "Raptors vs Bulls December 28, 2015 at  5:00pm",
      "on": "on December 28, 2015",
      "score": "97-104",
      "score_differential": 7,
      "scoreline": "Raptors 97 - Bulls 104",
      "slug": "nba-2015-2016-tor-chi-2015-12-28-2000",
      "started_at": "2015-12-28T17:00:00-08:00",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1451350800,
      "title": "Raptors vs Bulls",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "7e670063-ef8d-4356-947b-786a802205bd",
      "away_team_id": "4d457218-ccdf-45cf-8f07-2d7ee7b5032c",
      "winning_team_id": "7e670063-ef8d-4356-947b-786a802205bd",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "venue_id": "ca72b825-7e2d-4f55-94e1-208d5f1225a1"
    }
  ],
  "winning_teams": [
    {
      "id": "35ded680-b7b1-4cd9-a223-7bc4ab0b77ed",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Dallas",
      "name": "Dallas",
      "nickname": "Mavericks",
      "slug": "nba-dal",
      "division_id": "855ee1c8-446b-4120-96f9-af6b041e9c26",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "7e670063-ef8d-4356-947b-786a802205bd",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:48-05:00",
      "location": "Chicago",
      "name": "Chicago",
      "nickname": "Bulls",
      "slug": "nba-chi",
      "division_id": "a0694588-40a0-47e8-9a72-68d118eb68a8",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "leagues": [
    {
      "id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NBA",
      "color": null,
      "minutes_per_period": null,
      "name": "National Basketball Association",
      "periods": null,
      "slug": "nba",
      "sport": "basketball"
    }
  ],
  "seasons": [
    {
      "id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "2015-2016",
      "starts_on": "2015-10-01",
      "ends_on": "2016-06-30",
      "slug": "nba-2015-2016",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "venues": [
    {
      "id": "ca72b825-7e2d-4f55-94e1-208d5f1225a1",
      "created_at": "2015-12-26T02:21:42-05:00",
      "updated_at": "2015-12-26T02:21:42-05:00",
      "abbreviation": "SC",
      "city": "Los Angeles",
      "country": "USA",
      "field_type": null,
      "name": "Staples Center",
      "slug": "sc",
      "state": "California",
      "time_zone": "US/Pacific"
    }
  ],
  "opponents": [
    {
      "id": "35ded680-b7b1-4cd9-a223-7bc4ab0b77ed",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Dallas",
      "name": "Dallas",
      "nickname": "Mavericks",
      "slug": "nba-dal",
      "division_id": "855ee1c8-446b-4120-96f9-af6b041e9c26",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "4d457218-ccdf-45cf-8f07-2d7ee7b5032c",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Toronto",
      "name": "Toronto",
      "nickname": "Raptors",
      "slug": "nba-tor",
      "division_id": "8256a4da-413c-4f03-8438-56963be591c4",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "teams": [
    {
      "id": "7e670063-ef8d-4356-947b-786a802205bd",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:48-05:00",
      "location": "Chicago",
      "name": "Chicago",
      "nickname": "Bulls",
      "slug": "nba-chi",
      "division_id": "a0694588-40a0-47e8-9a72-68d118eb68a8",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "team_game_logs": [
    {
      "id": "bc3af563-5a1b-4447-885a-fa9de792b9537e670063-ef8d-4356-947b-786a802205bd",
      "created_at": "2015-12-26T03:49:28-05:00",
      "updated_at": "2015-12-27T20:29:28-05:00",
      "home_team_outcome": "win",
      "home_team_score": 118,
      "away_team_outcome": "loss",
      "away_team_score": 111,
      "team_outcome": "loss",
      "team_score": 111,
      "assists_total": 20,
      "blocks_total": 7,
      "coach_technical_fouls": null,
      "field_goals_attempted": 78,
      "field_goals_made": 42,
      "field_goals_percentage": "0.539",
      "free_throws_attempted": 26,
      "free_throws_made": 19,
      "free_throws_percentage": "0.731",
      "personal_fouls": 23,
      "points_biggest_lead": 11,
      "points_fast_break": 8,
      "points_highest": 111,
      "points_in_paint": null,
      "points_overtime": null,
      "points_overtime_1": null,
      "points_overtime_2": null,
      "points_overtime_3": null,
      "points_overtime_4": null,
      "points_overtime_5": null,
      "points_quarter_1": 26,
      "points_quarter_2": 34,
      "points_quarter_3": 29,
      "points_quarter_4": 22,
      "points_scored_off_turnovers": null,
      "points_scored_total": 111,
      "points_unanswered": null,
      "rebounds_defensive": 28,
      "rebounds_offensive": 13,
      "rebounds_total": 41,
      "steals_total": 7,
      "team_rebounds_total": 7,
      "team_turnovers_total": null,
      "technical_fouls": null,
      "three_pointers_attempted": 21,
      "three_pointers_made": 8,
      "three_pointers_percentage": "0.381",
      "turnovers_total": 18,
      "game_id": "bc3af563-5a1b-4447-885a-fa9de792b953",
      "opponent_id": "35ded680-b7b1-4cd9-a223-7bc4ab0b77ed",
      "team_id": "7e670063-ef8d-4356-947b-786a802205bd"
    },
    {
      "id": "be2a1ae7-1754-4522-bfcd-9c293101d5897e670063-ef8d-4356-947b-786a802205bd",
      "created_at": "2015-12-26T03:49:29-05:00",
      "updated_at": "2015-12-28T22:55:23-05:00",
      "home_team_outcome": "win",
      "home_team_score": 104,
      "away_team_outcome": "loss",
      "away_team_score": 97,
      "team_outcome": "win",
      "team_score": 104,
      "assists_total": 23,
      "blocks_total": 10,
      "coach_technical_fouls": null,
      "field_goals_attempted": 87,
      "field_goals_made": 40,
      "field_goals_percentage": "0.46",
      "free_throws_attempted": 24,
      "free_throws_made": 16,
      "free_throws_percentage": "0.667",
      "personal_fouls": 15,
      "points_biggest_lead": 14,
      "points_fast_break": 12,
      "points_highest": 104,
      "points_in_paint": null,
      "points_overtime": null,
      "points_overtime_1": null,
      "points_overtime_2": null,
      "points_overtime_3": null,
      "points_overtime_4": null,
      "points_overtime_5": null,
      "points_quarter_1": 23,
      "points_quarter_2": 26,
      "points_quarter_3": 29,
      "points_quarter_4": 26,
      "points_scored_off_turnovers": null,
      "points_scored_total": 104,
      "points_unanswered": null,
      "rebounds_defensive": 38,
      "rebounds_offensive": 11,
      "rebounds_total": 49,
      "steals_total": 4,
      "team_rebounds_total": 11,
      "team_turnovers_total": null,
      "technical_fouls": null,
      "three_pointers_attempted": 21,
      "three_pointers_made": 8,
      "three_pointers_percentage": "0.381",
      "turnovers_total": 11,
      "game_id": "be2a1ae7-1754-4522-bfcd-9c293101d589",
      "opponent_id": "4d457218-ccdf-45cf-8f07-2d7ee7b5032c",
      "team_id": "7e670063-ef8d-4356-947b-786a802205bd"
    }
  ]
}

This endpoint retrieves NBA Team Game Logs.

HTTP Request

GET https://api.stattleship.com/basketball/nba/team_game_logs

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
team_id Team slug such as nba-dal
game_id Game slug such as nba-2015-2016-chi-dal-2015-12-26-2030
interval_type current interval See interval_type for sport.
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-05-22
since Friendly date such as 1 week ago or 4 days ago or last Sunday; or a timestamp such as 1448820000
season_id Current season Season slug such as nba-2015-2016
status Game status of in_progress upcoming or ended

Football Team Game Logs

curl -X "GET" "https://api.stattleship.com/football/nfl/team_game_logs" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "games": [
    {
      "id": "d64d7eb9-cc01-4318-8f25-d4b1cf292c61",
      "created_at": "2015-12-26T02:10:45-05:00",
      "updated_at": "2015-12-26T03:48:19-05:00",
      "at_neutral_site": false,
      "attendance": 79436,
      "away_team_outcome": "win",
      "away_team_score": 38,
      "daytime": false,
      "duration": 12240,
      "ended_at": "2015-12-20T16:27:40-05:00",
      "home_team_outcome": "loss",
      "home_team_score": 35,
      "interval": "Week 15",
      "interval_number": "15",
      "interval_type": "week",
      "label": "Panthers vs Giants",
      "name": "Panthers vs Giants December 20, 2015 at  1:00pm",
      "on": "on December 20, 2015",
      "score": "38-35",
      "score_differential": 3,
      "scoreline": "Panthers 38 - Giants 35",
      "slug": "nfl-2015-2016-car-nyg-2015-12-20-1300",
      "started_at": "2015-12-20T13:00:00-05:00",
      "temperature": 41,
      "temperature_unit": "f",
      "timestamp": 1450634400,
      "title": "Panthers vs Giants",
      "weather_conditions": "sunny",
      "wind_direction": "west",
      "wind_speed": 8,
      "wind_speed_unit": "mph",
      "home_team_id": "47b8904b-4d56-481a-ab06-6e56dfe59f78",
      "away_team_id": "767f5024-184b-434b-9e52-90bb4375ca84",
      "winning_team_id": "767f5024-184b-434b-9e52-90bb4375ca84",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2",
      "venue_id": "ed17274e-8c04-4508-8d6f-6f30f2a3687d"
    }
  ],
  "winning_teams": [
    {
      "id": "767f5024-184b-434b-9e52-90bb4375ca84",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-27T17:19:47-05:00",
      "location": "Carolina",
      "name": "Carolina",
      "nickname": "Panthers",
      "slug": "nfl-car",
      "division_id": "b8563ecf-1402-415e-8576-e4dfbda8ae70",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "leagues": [
    {
      "id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NFL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Football League",
      "periods": null,
      "slug": "nfl",
      "sport": "football"
    }
  ],
  "seasons": [
    {
      "id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "2015-2016",
      "starts_on": "2015-08-01",
      "ends_on": "2016-02-14",
      "slug": "nfl-2015-2016",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "venues": [
    {
      "id": "ed17274e-8c04-4508-8d6f-6f30f2a3687d",
      "created_at": "2015-12-26T03:48:13-05:00",
      "updated_at": "2015-12-26T03:48:13-05:00",
      "abbreviation": "FS",
      "city": "Canton",
      "country": "USA",
      "field_type": "FieldTurf",
      "name": "Fawcett Stadium",
      "slug": "fs",
      "state": "Ohio",
      "time_zone": "US/Eastern"
    }
  ],
  "opponents": [
    {
      "id": "767f5024-184b-434b-9e52-90bb4375ca84",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-27T17:19:47-05:00",
      "location": "Carolina",
      "name": "Carolina",
      "nickname": "Panthers",
      "slug": "nfl-car",
      "division_id": "b8563ecf-1402-415e-8576-e4dfbda8ae70",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "teams": [
    {
      "id": "47b8904b-4d56-481a-ab06-6e56dfe59f78",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-28T00:44:25-05:00",
      "location": "New York",
      "name": "N.Y. Giants",
      "nickname": "Giants",
      "slug": "nfl-nyg",
      "division_id": "804da3bf-894a-4066-8f43-61617e7bfcb5",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "team_game_logs": [
    {
      "id": "f76fcdc8-6826-4d93-bb22-419d83d485b8",
      "created_at": "2015-12-26T02:10:45-05:00",
      "updated_at": "2015-12-26T02:10:45-05:00",
      "home_team_outcome": "loss",
      "home_team_score": 35,
      "away_team_outcome": "win",
      "away_team_score": 38,
      "team_outcome": "loss",
      "team_score": 35,
      "extra_point_kicks_attempted": 5,
      "extra_point_kicks_blocked": null,
      "extra_point_kicks_succeeded": 5,
      "extra_point_passes_attempted": null,
      "extra_point_passes_succeeded": null,
      "extra_point_rushes_attempted": null,
      "extra_point_rushes_succeeded": null,
      "field_goals_attempted": null,
      "field_goals_blocked": null,
      "field_goals_succeeded": null,
      "field_goals_succeeded_longest_yards": null,
      "fourth_downs_attempted": 2,
      "fourth_downs_succeeded": 2,
      "fumble_touchdowns": null,
      "fumbles": 2,
      "fumbles_lost": 1,
      "fumbles_recovered_defense": 1,
      "fumbles_recovered_offense": null,
      "games_lost": 1,
      "games_played": null,
      "games_tied": null,
      "games_won": null,
      "goal_to_go_attempted": null,
      "goal_to_go_succeeded": null,
      "interception_return_longest_yards": null,
      "interception_return_yards": null,
      "interception_returns": null,
      "interception_touchdowns": null,
      "kickoff_return_longest_yards": 19,
      "kickoff_return_touchdowns": null,
      "kickoff_return_yards": 19,
      "kickoff_returns": 1,
      "kickoff_touchbacks": 1,
      "kickoffs": 6,
      "kickoffs_in_end_zone": 2,
      "other_touchdowns": null,
      "passer_rating": "96.73913",
      "passing_first_downs": 11,
      "passing_gross_yards": 245,
      "passing_longest_yards": null,
      "passing_net_yards": 245,
      "passing_plays_attempted": 46,
      "passing_plays_completed": 29,
      "passing_plays_intercepted": 1,
      "passing_plays_sacked": null,
      "passing_sacked_yards": null,
      "passing_touchdowns": 4,
      "penalties": 7,
      "penalty_first_downs": 3,
      "penalty_yards": 47,
      "points": 35,
      "points_overtime": null,
      "points_quarter_1": 7,
      "points_quarter_2": null,
      "points_quarter_3": 7,
      "points_quarter_4": 21,
      "points_overtime_1": null,
      "points_overtime_2": null,
      "points_overtime_3": null,
      "points_overtime_4": null,
      "points_overtime_5": null,
      "points_overtime_6": null,
      "points_overtime_7": null,
      "points_overtime_8": null,
      "points_overtime_9": null,
      "points_overtime_10": null,
      "punt_blocks": null,
      "punt_return_faircatches": null,
      "punt_return_longest_yards": null,
      "punt_return_touchdowns": null,
      "punt_return_yards": 32,
      "punt_returns": 4,
      "punting_gross_yards": 315,
      "punting_inside_twenty": null,
      "punting_longest_gross_yards": 58,
      "punting_longest_net_yards": null,
      "punting_longest_yards": null,
      "punting_net_yards": 251,
      "punting_net_yards_avg": "35.9",
      "punting_plays": 7,
      "punting_plays_blocked": null,
      "receiving_longest_yards": null,
      "red_zone_scores_attempted": 4,
      "red_zone_scores_succeeded": 3,
      "rushing_first_downs": 7,
      "rushing_gross_yards": 161,
      "rushing_longest_yards": null,
      "rushing_losses": null,
      "rushing_lost_yards": null,
      "rushing_net_yards": 161,
      "rushing_plays": 27,
      "rushing_touchdowns": 1,
      "safeties": null,
      "third_downs_attempted": 15,
      "third_downs_succeeded": 6,
      "time_of_possession_secs": 1748,
      "time_of_possession_secs_overtime": null,
      "time_of_possession_secs_quarter_1": 467,
      "time_of_possession_secs_quarter_2": 493,
      "time_of_possession_secs_quarter_3": 405,
      "time_of_possession_secs_quarter_4": 383,
      "total_first_downs": 21,
      "total_touchdowns": 5,
      "game_id": "d64d7eb9-cc01-4318-8f25-d4b1cf292c61",
      "opponent_id": "767f5024-184b-434b-9e52-90bb4375ca84",
      "team_id": "47b8904b-4d56-481a-ab06-6e56dfe59f78"
    }
  ]
}

This endpoint retrieves NFL Team Game Logs.

HTTP Request

GET https://api.stattleship.com/football/nfl/team_game_logs

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
team_id Team slug such as nfl-nyg
game_id Game slug such as nfl-2015-2016-nyg-min-2015-12-27-2030 for Giants vs Vikings
interval_type Either Seeinterval_type` for sport.
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-05-22
since Friendly date such as 1 week ago or 4 days ago or last Sunday; or a timestamp such as 1448820000
season_id Current season Season slug such as nfl-2015-2016
week For NFL its week number such as 6
status Game status of in_progress upcoming or ended

Hockey Team Game Logs

curl -X "GET" "https://api.stattleship.com/hockey/nhl/team_game_logs" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "games": [
    {
      "id": "5eeec1a8-37be-4478-8e0f-dd8e0f94c7fa",
      "created_at": "2015-12-26T03:47:19-05:00",
      "updated_at": "2015-12-27T20:26:03-05:00",
      "at_neutral_site": false,
      "attendance": 17565,
      "away_team_outcome": "win",
      "away_team_score": 6,
      "daytime": false,
      "duration": 8820,
      "ended_at": "2015-12-26T20:37:25-06:00",
      "home_team_outcome": "loss",
      "home_team_score": 3,
      "interval": "Regular Season",
      "interval_number": "",
      "interval_type": "regularseason",
      "label": "Sabres vs Bruins",
      "name": "Sabres vs Bruins December 26, 2015 at  6:00pm",
      "on": "on December 26, 2015",
      "score": "6-3",
      "score_differential": 3,
      "scoreline": "Sabres 6 - Bruins 3",
      "slug": "nhl-2015-2016-buf-bos-2015-12-26-1900",
      "started_at": "2015-12-26T18:00:00-06:00",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1451174400,
      "title": "Sabres vs Bruins",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "e9d7bcb5-6723-4ca9-b1d9-1ccd026be1cb",
      "away_team_id": "1deb863f-6919-4b88-8a38-51753f3f3032",
      "winning_team_id": "1deb863f-6919-4b88-8a38-51753f3f3032",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "venue_id": "bc3c4a36-a540-4879-ba5c-aba20984b125"
    }
  ],
  "winning_teams": [
    {
      "id": "1deb863f-6919-4b88-8a38-51753f3f3032",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Buffalo",
      "name": "Buffalo",
      "nickname": "Sabres",
      "slug": "nhl-buf",
      "division_id": "15ca4e46-2b49-4f37-84ea-befb62de28c5",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "leagues": [
    {
      "id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NHL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Hockey League",
      "periods": null,
      "slug": "nhl",
      "sport": "hockey"
    }
  ],
  "seasons": [
    {
      "id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "2015-2016",
      "starts_on": "2015-09-01",
      "ends_on": "2016-06-30",
      "slug": "nhl-2015-2016",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "venues": [
    {
      "id": "bc3c4a36-a540-4879-ba5c-aba20984b125",
      "created_at": "2015-12-26T02:42:09-05:00",
      "updated_at": "2015-12-26T02:42:09-05:00",
      "abbreviation": "BA",
      "city": "Nashville",
      "country": "USA",
      "field_type": null,
      "name": "Bridgestone Arena",
      "slug": "ba",
      "state": "Tennessee",
      "time_zone": "US/Central"
    }
  ],
  "opponents": [
    {
      "id": "1deb863f-6919-4b88-8a38-51753f3f3032",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Buffalo",
      "name": "Buffalo",
      "nickname": "Sabres",
      "slug": "nhl-buf",
      "division_id": "15ca4e46-2b49-4f37-84ea-befb62de28c5",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "teams": [
    {
      "id": "e9d7bcb5-6723-4ca9-b1d9-1ccd026be1cb",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:48-05:00",
      "location": "Boston",
      "name": "Boston",
      "nickname": "Bruins",
      "slug": "nhl-bos",
      "division_id": "15ca4e46-2b49-4f37-84ea-befb62de28c5",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "team_game_logs": [
    {
      "id": "5eeec1a8-37be-4478-8e0f-dd8e0f94c7fae9d7bcb5-6723-4ca9-b1d9-1ccd026be1cb",
      "created_at": "2015-12-26T03:47:19-05:00",
      "updated_at": "2015-12-27T20:26:03-05:00",
      "home_team_outcome": "loss",
      "home_team_score": 3,
      "away_team_outcome": "win",
      "away_team_score": 6,
      "team_outcome": "loss",
      "team_score": 3,
      "faceoff_total_losses": 27,
      "faceoff_total_wins": 33,
      "games_lost": 1,
      "games_lost_overtime": null,
      "games_lost_shootout": null,
      "games_tied": null,
      "games_won": null,
      "games_won_overtime": null,
      "games_won_shootout": null,
      "goalie_assists": null,
      "goalie_goals_against": 4,
      "goalie_goals_against_average": "4.067",
      "goalie_goals_scored": null,
      "goalie_hits": null,
      "goalie_penalty_minutes": null,
      "goalie_points_power_play": null,
      "goalie_points_short_handed": null,
      "goalie_saves": 23,
      "goalie_shots_against": 27,
      "goalie_time_on_ice_power_play_secs": 281,
      "goalie_time_on_ice_secs": 3541,
      "goalie_time_on_ice_short_handed_secs": 360,
      "goals": 3,
      "goals_empty_net": null,
      "goals_overtime": null,
      "goals_overtime_1": null,
      "goals_overtime_2": null,
      "goals_overtime_3": null,
      "goals_period_1": null,
      "goals_period_2": 2,
      "goals_period_3": 1,
      "goals_power_play": null,
      "goals_shootout": null,
      "penalties": 3,
      "penalty_minutes": 6,
      "player_assists": 5,
      "player_blocked_shots": 15,
      "player_game_winning_goals": 1,
      "player_hits": 28,
      "player_plus_minus": 3,
      "player_points": 8,
      "player_points_power_play": null,
      "player_points_short_handed": null,
      "player_time_on_ice_power_play_secs": 1405,
      "player_time_on_ice_short_handed_secs": 1440,
      "power_plays": 3,
      "shootouts_attempted": null,
      "shootouts_scored": null,
      "shots": 33,
      "shots_overtime": null,
      "shots_overtime_1": null,
      "shots_overtime_2": null,
      "shots_overtime_3": null,
      "shots_period_1": 11,
      "shots_period_2": 13,
      "shots_period_3": 9,
      "shutouts": null,
      "total_play_time": 3600,
      "game_id": "5eeec1a8-37be-4478-8e0f-dd8e0f94c7fa",
      "opponent_id": "1deb863f-6919-4b88-8a38-51753f3f3032",
      "team_id": "e9d7bcb5-6723-4ca9-b1d9-1ccd026be1cb"
    }
  ]
}

This endpoint retrieves NHL Team Game Logs.

HTTP Request

GET https://api.stattleship.com/hockey/nhl/team_game_logs

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
team_id Team slug such as nhl-det
game_id Game slug such as nhl-2015-2016-det-min-2015-12-28-2000 for Red Wings vs Wild
interval_type current interval See interval_type for sport.
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-05-22
since Friendly date such as 1 week ago or 4 days ago or last Sunday; or a timestamp such as 1448820000
season_id Current season Season slug such as nhl-2015-2016
status Game status of in_progress upcoming or ended

Team Outcome Streaks

Baseball Team Outcome Streaks

curl -X "GET" "https://api.stattleship.com/baseball/mlb/team_outcome_streaks" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

This endpoint retrieves MLB Team Outcome Streaks.

HTTP Request

GET https://api.stattleship.com/baseball/mlb/team_outcome_streaks

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
season_id Current season Season slug such as mlb-2015
team_id Team slug such as mlb-bos
interval_type current interval See interval_type for sport.
streak_length Length of the streak
rank nth longest ranked streak
ranked Streaks ranked nth or higher
outcome Supports win or loss. Unspecified returns all.
current If you want the current streak

Basketball Team Outcome Streaks

curl -X "GET" "https://api.stattleship.com/basketball/nba/team_outcome_streaks" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "leagues": [
    {
      "id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NBA",
      "color": null,
      "minutes_per_period": null,
      "name": "National Basketball Association",
      "periods": null,
      "slug": "nba",
      "sport": "basketball"
    }
  ],
  "seasons": [
    {
      "id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "2015-2016",
      "starts_on": "2015-10-01",
      "ends_on": "2016-06-30",
      "slug": "nba-2015-2016",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "teams": [
    {
      "id": "2a173568-fca6-4891-8c3b-3573547b0b6b",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-19T05:17:34-05:00",
      "color": "fdb927",
      "colors": [
        "fdb927",
        "006bb6",
        "26282a"
      ],
      "hashtag": "DubNation",
      "hashtags": [
        "DubNation",
        "WarriorsGround"
      ],
      "location": "Golden State",
      "name": "Golden State",
      "nickname": "Warriors",
      "latitude": 37.6830258,
      "longitude": -122.1553887,
      "slug": "nba-gs",
      "division_id": "0df84c15-1dbc-471e-b9d9-d277eeba9eba",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "divisions": [
    {
      "id": "0df84c15-1dbc-471e-b9d9-d277eeba9eba",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "NBA Pacific",
      "conference_id": "dc6e9ed8-63b6-49bc-87af-9d0a8779792e"
    }
  ],
  "conferences": [
    {
      "id": "dc6e9ed8-63b6-49bc-87af-9d0a8779792e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "Western Conference",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "team_outcome_streaks": [
    {
      "id": null,
      "created_at": "2015-10-27",
      "updated_at": "2015-10-27",
      "outcome": "win",
      "started_on": "2015-10-27",
      "ended_on": "2015-12-12",
      "game_number": 1,
      "streak": 1,
      "streak_length": 24,
      "streak_length_in_days": 46,
      "current": false,
      "rank": 1,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "team_id": "2a173568-fca6-4891-8c3b-3573547b0b6b"
    },
    {
      "id": null,
      "created_at": "2015-12-12",
      "updated_at": "2015-12-12",
      "outcome": "loss",
      "started_on": "2015-12-12",
      "ended_on": "2015-12-16",
      "game_number": 25,
      "streak": 2,
      "streak_length": 1,
      "streak_length_in_days": 4,
      "current": false,
      "rank": 7,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "team_id": "2a173568-fca6-4891-8c3b-3573547b0b6b"
    },
    {
      "id": null,
      "created_at": "2015-12-16",
      "updated_at": "2015-12-16",
      "outcome": "win",
      "started_on": "2015-12-16",
      "ended_on": "2015-12-30",
      "game_number": 26,
      "streak": 3,
      "streak_length": 5,
      "streak_length_in_days": 14,
      "current": false,
      "rank": 5,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "team_id": "2a173568-fca6-4891-8c3b-3573547b0b6b"
    },
    {
      "id": null,
      "created_at": "2015-12-30",
      "updated_at": "2015-12-30",
      "outcome": "loss",
      "started_on": "2015-12-30",
      "ended_on": "2015-12-31",
      "game_number": 31,
      "streak": 4,
      "streak_length": 1,
      "streak_length_in_days": 1,
      "current": false,
      "rank": 7,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "team_id": "2a173568-fca6-4891-8c3b-3573547b0b6b"
    },
    {
      "id": null,
      "created_at": "2015-12-31",
      "updated_at": "2015-12-31",
      "outcome": "win",
      "started_on": "2015-12-31",
      "ended_on": "2016-01-13",
      "game_number": 32,
      "streak": 5,
      "streak_length": 7,
      "streak_length_in_days": 13,
      "current": false,
      "rank": 3,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "team_id": "2a173568-fca6-4891-8c3b-3573547b0b6b"
    },
    {
      "id": null,
      "created_at": "2016-01-13",
      "updated_at": "2016-01-13",
      "outcome": "loss",
      "started_on": "2016-01-13",
      "ended_on": "2016-01-14",
      "game_number": 39,
      "streak": 6,
      "streak_length": 1,
      "streak_length_in_days": 1,
      "current": false,
      "rank": 7,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "team_id": "2a173568-fca6-4891-8c3b-3573547b0b6b"
    },
    {
      "id": null,
      "created_at": "2016-01-14",
      "updated_at": "2016-01-14",
      "outcome": "win",
      "started_on": "2016-01-14",
      "ended_on": "2016-01-16",
      "game_number": 40,
      "streak": 7,
      "streak_length": 1,
      "streak_length_in_days": 2,
      "current": false,
      "rank": 7,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "team_id": "2a173568-fca6-4891-8c3b-3573547b0b6b"
    },
    {
      "id": null,
      "created_at": "2016-01-16",
      "updated_at": "2016-01-16",
      "outcome": "loss",
      "started_on": "2016-01-16",
      "ended_on": "2016-01-18",
      "game_number": 41,
      "streak": 8,
      "streak_length": 1,
      "streak_length_in_days": 2,
      "current": false,
      "rank": 7,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "team_id": "2a173568-fca6-4891-8c3b-3573547b0b6b"
    },
    {
      "id": null,
      "created_at": "2016-01-18",
      "updated_at": "2016-01-18",
      "outcome": "win",
      "started_on": "2016-01-18",
      "ended_on": "2016-02-19",
      "game_number": 42,
      "streak": 9,
      "streak_length": 11,
      "streak_length_in_days": 32,
      "current": false,
      "rank": 2,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "team_id": "2a173568-fca6-4891-8c3b-3573547b0b6b"
    },
    {
      "id": null,
      "created_at": "2016-02-19",
      "updated_at": "2016-02-19",
      "outcome": "loss",
      "started_on": "2016-02-19",
      "ended_on": "2016-02-20",
      "game_number": 53,
      "streak": 10,
      "streak_length": 1,
      "streak_length_in_days": 1,
      "current": false,
      "rank": 7,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "team_id": "2a173568-fca6-4891-8c3b-3573547b0b6b"
    },
    {
      "id": null,
      "created_at": "2016-02-20",
      "updated_at": "2016-02-20",
      "outcome": "win",
      "started_on": "2016-02-20",
      "ended_on": "2016-03-06",
      "game_number": 54,
      "streak": 11,
      "streak_length": 7,
      "streak_length_in_days": 15,
      "current": false,
      "rank": 3,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "team_id": "2a173568-fca6-4891-8c3b-3573547b0b6b"
    },
    {
      "id": null,
      "created_at": "2016-03-06",
      "updated_at": "2016-03-06",
      "outcome": "loss",
      "started_on": "2016-03-06",
      "ended_on": "2016-03-07",
      "game_number": 61,
      "streak": 12,
      "streak_length": 1,
      "streak_length_in_days": 1,
      "current": false,
      "rank": 7,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "team_id": "2a173568-fca6-4891-8c3b-3573547b0b6b"
    },
    {
      "id": null,
      "created_at": "2016-03-07",
      "updated_at": "2016-03-07",
      "outcome": "win",
      "started_on": "2016-03-07",
      "ended_on": null,
      "game_number": 62,
      "streak": 13,
      "streak_length": 4,
      "streak_length_in_days": null,
      "current": true,
      "rank": 6,
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "season_id": "e56321f3-1c81-4f91-9bdf-8dac07129648",
      "team_id": "2a173568-fca6-4891-8c3b-3573547b0b6b"
    }
  ]
}

This endpoint retrieves NBA Team Outcome Streaks.

HTTP Request

GET https://api.stattleship.com/basketball/nba/team_outcome_streaks

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
season_id Current season Season slug such as nba-2015-2016
team_id Team slug such as nba-gs
interval_type current interval See interval_type for sport.
streak_length Length of the streak
rank nth longest ranked streak
ranked Streaks ranked nth or higher
outcome Supports win or loss. Unspecified returns all.
current If you want the current streak

Football Team Outcome Streaks

curl -X "GET" "https://api.stattleship.com/football/nfl/team_outcome_streaks" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "leagues": [
    {
      "id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NFL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Football League",
      "periods": null,
      "slug": "nfl",
      "sport": "football"
    }
  ],
  "seasons": [
    {
      "id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "2015-2016",
      "starts_on": "2015-08-01",
      "ends_on": "2016-02-14",
      "slug": "nfl-2015-2016",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "teams": [
    {
      "id": "5546974d-27c2-4d93-a63e-d8320952e871",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-08T06:32:38-05:00",
      "color": "002244",
      "colors": [
        "002244",
        "C60C30",
        "B0B7BC"
      ],
      "hashtag": "Patriots",
      "hashtags": [
        "Patriots",
        "PatsNation",
        "DoYourJob"
      ],
      "location": "New England",
      "name": "New England",
      "nickname": "Patriots",
      "latitude": null,
      "longitude": null,
      "slug": "nfl-ne",
      "division_id": "7eb2130f-0d1d-4396-9595-649708fe5a6a",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "divisions": [
    {
      "id": "7eb2130f-0d1d-4396-9595-649708fe5a6a",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "AFC East",
      "conference_id": "44513ca2-438a-4112-83e8-caf2a4494f25"
    }
  ],
  "conferences": [
    {
      "id": "44513ca2-438a-4112-83e8-caf2a4494f25",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "American Football Conference",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "team_outcome_streaks": [
    {
      "id": null,
      "created_at": "2015-09-10",
      "updated_at": "2015-09-10",
      "outcome": "win",
      "started_on": "2015-09-10",
      "ended_on": "2015-11-29",
      "game_number": 1,
      "streak": 1,
      "streak_length": 10,
      "streak_length_in_days": 80,
      "current": false,
      "rank": 1,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": null,
      "created_at": "2015-11-29",
      "updated_at": "2015-11-29",
      "outcome": "loss",
      "started_on": "2015-11-29",
      "ended_on": "2015-12-13",
      "game_number": 11,
      "streak": 2,
      "streak_length": 2,
      "streak_length_in_days": 14,
      "current": false,
      "rank": 2,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": null,
      "created_at": "2015-12-13",
      "updated_at": "2015-12-13",
      "outcome": "win",
      "started_on": "2015-12-13",
      "ended_on": "2015-12-27",
      "game_number": 13,
      "streak": 3,
      "streak_length": 2,
      "streak_length_in_days": 14,
      "current": false,
      "rank": 2,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    },
    {
      "id": null,
      "created_at": "2015-12-27",
      "updated_at": "2015-12-27",
      "outcome": "loss",
      "started_on": "2015-12-27",
      "ended_on": "2016-01-16",
      "game_number": 15,
      "streak": 4,
      "streak_length": 2,
      "streak_length_in_days": 20,
      "current": false,
      "rank": 2,
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "season_id": "07f6794a-5312-4ce9-b5b0-2010c5975ff2",
      "team_id": "5546974d-27c2-4d93-a63e-d8320952e871"
    }
  ]
}

This endpoint retrieves NFL Team Outcome Streaks.

HTTP Request

GET https://api.stattleship.com/football/nfl/team_outcome_streaks

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
season_id Current season Season slug such as nfl-2015-2016
team_id Team slug such as nfl-nyg
interval_type week See interval_type for sport.
streak_length Length of the streak
rank nth longest ranked streak
ranked Streaks ranked nth or higher
outcome Supports win or loss. Unspecified returns all.
current If you want the current streak

Hockey Team Outcome Streaks

curl -X "GET" "https://api.stattleship.com/hockey/nhl/team_outcome_streaks" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "leagues": [
    {
      "id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NHL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Hockey League",
      "periods": null,
      "slug": "nhl",
      "sport": "hockey"
    }
  ],
  "seasons": [
    {
      "id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "2015-2016",
      "starts_on": "2015-09-01",
      "ends_on": "2016-06-30",
      "slug": "nhl-2015-2016",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "teams": [
    {
      "id": "4ca89483-65ae-484d-bda9-eacba9ff4915",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-02-08T06:32:38-05:00",
      "color": "0546A0",
      "colors": [
        "0546A0",
        "FFC325",
        "101F48"
      ],
      "hashtag": "STLBlues",
      "hashtags": [
        "STLBlues"
      ],
      "location": "St. Louis",
      "name": "St. Louis",
      "nickname": "Blues",
      "latitude": null,
      "longitude": null,
      "slug": "nhl-stl",
      "division_id": "8e46750a-615a-4362-8468-26a8541fc713",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "divisions": [
    {
      "id": "8e46750a-615a-4362-8468-26a8541fc713",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "Central",
      "conference_id": "95e3218b-fa5e-4bb8-a6ff-acb61da1876c"
    }
  ],
  "conferences": [
    {
      "id": "95e3218b-fa5e-4bb8-a6ff-acb61da1876c",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "Western Conference",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "team_outcome_streaks": [
    {
      "id": null,
      "created_at": "2015-10-08",
      "updated_at": "2015-10-08",
      "outcome": "win",
      "started_on": "2015-10-08",
      "ended_on": "2015-10-10",
      "game_number": 1,
      "streak": 1,
      "streak_length": 1,
      "streak_length_in_days": 2,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-10-10",
      "updated_at": "2015-10-10",
      "outcome": "loss",
      "started_on": "2015-10-10",
      "ended_on": "2015-10-13",
      "game_number": 2,
      "streak": 2,
      "streak_length": 1,
      "streak_length_in_days": 3,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-10-13",
      "updated_at": "2015-10-13",
      "outcome": "win",
      "started_on": "2015-10-13",
      "ended_on": "2015-10-20",
      "game_number": 3,
      "streak": 3,
      "streak_length": 4,
      "streak_length_in_days": 7,
      "current": false,
      "rank": 3,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-10-20",
      "updated_at": "2015-10-20",
      "outcome": "loss",
      "started_on": "2015-10-20",
      "ended_on": "2015-10-24",
      "game_number": 7,
      "streak": 4,
      "streak_length": 1,
      "streak_length_in_days": 4,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-10-24",
      "updated_at": "2015-10-24",
      "outcome": "loss",
      "started_on": "2015-10-24",
      "ended_on": "2015-10-27",
      "game_number": 8,
      "streak": 5,
      "streak_length": 1,
      "streak_length_in_days": 3,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-10-27",
      "updated_at": "2015-10-27",
      "outcome": "win",
      "started_on": "2015-10-27",
      "ended_on": "2015-11-03",
      "game_number": 9,
      "streak": 6,
      "streak_length": 3,
      "streak_length_in_days": 7,
      "current": false,
      "rank": 4,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-11-03",
      "updated_at": "2015-11-03",
      "outcome": "loss",
      "started_on": "2015-11-03",
      "ended_on": "2015-11-04",
      "game_number": 12,
      "streak": 7,
      "streak_length": 1,
      "streak_length_in_days": 1,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-11-04",
      "updated_at": "2015-11-04",
      "outcome": "win",
      "started_on": "2015-11-04",
      "ended_on": "2015-11-12",
      "game_number": 13,
      "streak": 8,
      "streak_length": 3,
      "streak_length_in_days": 8,
      "current": false,
      "rank": 4,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-11-12",
      "updated_at": "2015-11-12",
      "outcome": "loss",
      "started_on": "2015-11-12",
      "ended_on": "2015-11-16",
      "game_number": 16,
      "streak": 9,
      "streak_length": 2,
      "streak_length_in_days": 4,
      "current": false,
      "rank": 9,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-11-16",
      "updated_at": "2015-11-16",
      "outcome": "win",
      "started_on": "2015-11-16",
      "ended_on": "2015-11-17",
      "game_number": 18,
      "streak": 10,
      "streak_length": 1,
      "streak_length_in_days": 1,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-11-17",
      "updated_at": "2015-11-17",
      "outcome": "loss",
      "started_on": "2015-11-17",
      "ended_on": "2015-11-19",
      "game_number": 19,
      "streak": 11,
      "streak_length": 1,
      "streak_length_in_days": 2,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-11-19",
      "updated_at": "2015-11-19",
      "outcome": "win",
      "started_on": "2015-11-19",
      "ended_on": "2015-11-21",
      "game_number": 20,
      "streak": 12,
      "streak_length": 1,
      "streak_length_in_days": 2,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-11-21",
      "updated_at": "2015-11-21",
      "outcome": "loss",
      "started_on": "2015-11-21",
      "ended_on": "2015-11-23",
      "game_number": 21,
      "streak": 13,
      "streak_length": 1,
      "streak_length_in_days": 2,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-11-23",
      "updated_at": "2015-11-23",
      "outcome": "win",
      "started_on": "2015-11-23",
      "ended_on": "2015-11-25",
      "game_number": 22,
      "streak": 14,
      "streak_length": 1,
      "streak_length_in_days": 2,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-11-25",
      "updated_at": "2015-11-25",
      "outcome": "loss",
      "started_on": "2015-11-25",
      "ended_on": "2015-11-28",
      "game_number": 23,
      "streak": 15,
      "streak_length": 1,
      "streak_length_in_days": 3,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-11-28",
      "updated_at": "2015-11-28",
      "outcome": "win",
      "started_on": "2015-11-28",
      "ended_on": "2015-12-01",
      "game_number": 24,
      "streak": 16,
      "streak_length": 1,
      "streak_length_in_days": 3,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-12-01",
      "updated_at": "2015-12-01",
      "outcome": "loss",
      "started_on": "2015-12-01",
      "ended_on": "2015-12-04",
      "game_number": 25,
      "streak": 17,
      "streak_length": 1,
      "streak_length_in_days": 3,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-12-04",
      "updated_at": "2015-12-04",
      "outcome": "loss",
      "started_on": "2015-12-04",
      "ended_on": "2015-12-05",
      "game_number": 26,
      "streak": 18,
      "streak_length": 1,
      "streak_length_in_days": 1,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-12-05",
      "updated_at": "2015-12-05",
      "outcome": "loss",
      "started_on": "2015-12-05",
      "ended_on": "2015-12-08",
      "game_number": 27,
      "streak": 19,
      "streak_length": 1,
      "streak_length_in_days": 3,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-12-08",
      "updated_at": "2015-12-08",
      "outcome": "win",
      "started_on": "2015-12-08",
      "ended_on": "2015-12-10",
      "game_number": 28,
      "streak": 20,
      "streak_length": 1,
      "streak_length_in_days": 2,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-12-10",
      "updated_at": "2015-12-10",
      "outcome": "loss",
      "started_on": "2015-12-10",
      "ended_on": "2015-12-12",
      "game_number": 29,
      "streak": 21,
      "streak_length": 1,
      "streak_length_in_days": 2,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-12-12",
      "updated_at": "2015-12-12",
      "outcome": "win",
      "started_on": "2015-12-12",
      "ended_on": "2015-12-13",
      "game_number": 30,
      "streak": 22,
      "streak_length": 1,
      "streak_length_in_days": 1,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-12-13",
      "updated_at": "2015-12-13",
      "outcome": "loss",
      "started_on": "2015-12-13",
      "ended_on": "2015-12-15",
      "game_number": 31,
      "streak": 23,
      "streak_length": 1,
      "streak_length_in_days": 2,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-12-15",
      "updated_at": "2015-12-15",
      "outcome": "win",
      "started_on": "2015-12-15",
      "ended_on": "2015-12-21",
      "game_number": 32,
      "streak": 24,
      "streak_length": 3,
      "streak_length_in_days": 6,
      "current": false,
      "rank": 4,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-12-21",
      "updated_at": "2015-12-21",
      "outcome": "loss",
      "started_on": "2015-12-21",
      "ended_on": "2015-12-22",
      "game_number": 35,
      "streak": 25,
      "streak_length": 1,
      "streak_length_in_days": 1,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-12-22",
      "updated_at": "2015-12-22",
      "outcome": "win",
      "started_on": "2015-12-22",
      "ended_on": "2015-12-27",
      "game_number": 36,
      "streak": 26,
      "streak_length": 2,
      "streak_length_in_days": 5,
      "current": false,
      "rank": 9,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-12-27",
      "updated_at": "2015-12-27",
      "outcome": "loss",
      "started_on": "2015-12-27",
      "ended_on": "2015-12-29",
      "game_number": 38,
      "streak": 27,
      "streak_length": 1,
      "streak_length_in_days": 2,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-12-29",
      "updated_at": "2015-12-29",
      "outcome": "win",
      "started_on": "2015-12-29",
      "ended_on": "2015-12-31",
      "game_number": 39,
      "streak": 28,
      "streak_length": 1,
      "streak_length_in_days": 2,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2015-12-31",
      "updated_at": "2015-12-31",
      "outcome": "loss",
      "started_on": "2015-12-31",
      "ended_on": "2016-01-04",
      "game_number": 40,
      "streak": 29,
      "streak_length": 2,
      "streak_length_in_days": 4,
      "current": false,
      "rank": 9,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2016-01-04",
      "updated_at": "2016-01-04",
      "outcome": "loss",
      "started_on": "2016-01-04",
      "ended_on": "2016-01-08",
      "game_number": 42,
      "streak": 30,
      "streak_length": 2,
      "streak_length_in_days": 4,
      "current": false,
      "rank": 9,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2016-01-08",
      "updated_at": "2016-01-08",
      "outcome": "loss",
      "started_on": "2016-01-08",
      "ended_on": "2016-01-09",
      "game_number": 44,
      "streak": 31,
      "streak_length": 1,
      "streak_length_in_days": 1,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2016-01-09",
      "updated_at": "2016-01-09",
      "outcome": "win",
      "started_on": "2016-01-09",
      "ended_on": "2016-01-14",
      "game_number": 45,
      "streak": 32,
      "streak_length": 2,
      "streak_length_in_days": 5,
      "current": false,
      "rank": 9,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2016-01-14",
      "updated_at": "2016-01-14",
      "outcome": "loss",
      "started_on": "2016-01-14",
      "ended_on": "2016-01-16",
      "game_number": 47,
      "streak": 33,
      "streak_length": 1,
      "streak_length_in_days": 2,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2016-01-16",
      "updated_at": "2016-01-16",
      "outcome": "win",
      "started_on": "2016-01-16",
      "ended_on": "2016-01-22",
      "game_number": 48,
      "streak": 34,
      "streak_length": 3,
      "streak_length_in_days": 6,
      "current": false,
      "rank": 4,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2016-01-22",
      "updated_at": "2016-01-22",
      "outcome": "loss",
      "started_on": "2016-01-22",
      "ended_on": "2016-01-24",
      "game_number": 51,
      "streak": 35,
      "streak_length": 1,
      "streak_length_in_days": 2,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2016-01-24",
      "updated_at": "2016-01-24",
      "outcome": "loss",
      "started_on": "2016-01-24",
      "ended_on": "2016-02-02",
      "game_number": 52,
      "streak": 36,
      "streak_length": 1,
      "streak_length_in_days": 9,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2016-02-02",
      "updated_at": "2016-02-02",
      "outcome": "win",
      "started_on": "2016-02-02",
      "ended_on": "2016-02-04",
      "game_number": 53,
      "streak": 37,
      "streak_length": 1,
      "streak_length_in_days": 2,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2016-02-04",
      "updated_at": "2016-02-04",
      "outcome": "loss",
      "started_on": "2016-02-04",
      "ended_on": "2016-02-06",
      "game_number": 54,
      "streak": 38,
      "streak_length": 1,
      "streak_length_in_days": 2,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2016-02-06",
      "updated_at": "2016-02-06",
      "outcome": "win",
      "started_on": "2016-02-06",
      "ended_on": "2016-02-09",
      "game_number": 55,
      "streak": 39,
      "streak_length": 1,
      "streak_length_in_days": 3,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    },
    {
      "id": null,
      "created_at": "2016-02-09",
      "updated_at": "2016-02-09",
      "outcome": "loss",
      "started_on": "2016-02-09",
      "ended_on": "2016-02-12",
      "game_number": 56,
      "streak": 40,
      "streak_length": 1,
      "streak_length_in_days": 3,
      "current": false,
      "rank": 14,
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "season_id": "301759de-976d-4daa-a194-cacea1dc02ca",
      "team_id": "4ca89483-65ae-484d-bda9-eacba9ff4915"
    }
  ]
}

This endpoint retrieves NHL Team Outcome Streaks.

HTTP Request

GET https://api.stattleship.com/hockey/nhl/team_outcome_streaks

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
season_id Current season Season slug such as nhl-2015-2016
team_id Team slug such as nhl-det
interval_type current interval See interval_type for sport.
streak_length Length of the streak
rank nth longest ranked streak
ranked Streaks ranked nth or higher
outcome Supports win or loss. Unspecified returns all. Not that OT and shootout losses are considered losses.
current If you want the current streak

Team Season Stats

Baseball Team Season Stats

curl -X "GET" "https://api.stattleship.com/baseball/mlb/team_season_stats" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "seasons": [
    {
      "id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-03-18T20:57:48-04:00",
      "name": "2016",
      "current_interval_type": "regularseason",
      "starts_on": "2016-01-02",
      "ends_on": "2016-11-30",
      "slug": "mlb-2016",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "leagues": [
    {
      "id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-07-12T19:34:12-04:00",
      "abbreviation": "MLB",
      "color": null,
      "minutes_per_period": null,
      "name": "Major League Baseball",
      "periods": null,
      "slug": "mlb",
      "sport": "baseball"
    }
  ],
  "teams": [
    {
      "id": "2863bb0d-90f6-4ae2-93ca-e89cda3255ee",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:13-04:00",
      "color": "134A8E",
      "colors": [
        "134A8E",
        "1D2D5C",
        "E8291C"
      ],
      "hashtag": "BlueJays",
      "hashtags": [
        "BlueJays"
      ],
      "location": "Toronto",
      "name": "Toronto",
      "nickname": "Blue Jays",
      "latitude": 43.6447662,
      "longitude": -79.3921899,
      "slug": "mlb-tor",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "divisions": [
    {
      "id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:13-04:00",
      "name": "American League East",
      "conference_id": "d118b71f-2b2a-4a86-86a0-782af18e0053"
    }
  ],
  "conferences": [
    {
      "id": "d118b71f-2b2a-4a86-86a0-782af18e0053",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-07-12T19:34:13-04:00",
      "name": "American League",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "team_season_stats": [
    {
      "id": "a6a15ef5-cbcb-4a25-8e74-27d09bca317b",
      "created_at": "2016-08-18T06:03:04-04:00",
      "updated_at": "2016-08-18T06:03:55-04:00",
      "interval_type": "regularseason",
      "statistics_on": "2016-08-18",
      "assists": 1248.0,
      "wild_pitches_while_catching": 35.0,
      "double_plays": 108.0,
      "fielding_errors": 60.0,
      "fielding_pct": 0.987,
      "passed_balls": 23.0,
      "putouts": 3296.0,
      "total_chances": null,
      "triple_plays": null,
      "at_bats": 4126.0,
      "at_bats_risp": 939.0,
      "at_bats_per_home_run": 23.713,
      "at_bats_per_strike_out": 3.983,
      "plate_appearances": 4672.0,
      "batting_average": 0.248,
      "babip": 0.288,
      "walks_per_strike_out": 0.435,
      "walks_per_plate_appearance": 0.097,
      "balls_in_play": 2944.0,
      "gofo": 1.09,
      "hits_risp": null,
      "iso": 0.185,
      "runners_left_on_base": 1708.0,
      "lob_risp_2out": 394.0,
      "on_base_percentage": 0.327,
      "walks": 438,
      "doubles": 209,
      "fielders_choice": 89,
      "hits": 1023,
      "hit_by_pitches": 48,
      "home_runs": 174,
      "intentional_walks": 13,
      "reached_on_error": 30,
      "singles": 623,
      "triples": 17,
      "total_bases": 1788,
      "ops": 0.76,
      "balls": 6615,
      "dirtballs": 463,
      "foul_balls": 3208,
      "intentional_balls": 40,
      "strikes_looking": 3295,
      "strikes_swinging": 1962,
      "strikes": 5257,
      "fly_outs_into_double_plays": 3,
      "fly_outs": 541,
      "ground_outs_into_double_plays": 108,
      "ground_outs": 1159,
      "strikeouts_looking": 281,
      "strikeouts_swinging": 755,
      "strikeouts": 1036,
      "line_outs_into_double_plays": 5,
      "line_outs": 238,
      "pop_outs": 283,
      "sacrifice_flies": 28,
      "sacrifice_hits": 18,
      "pitches_faced": 18771.0,
      "rbi": 559.0,
      "earned_runs": 586,
      "runs": 586,
      "unearned_runs": 0,
      "secondary_average": 0.3,
      "slugging_pct": 0.433,
      "caught_stealing": 17,
      "stolen_base_pct": 0.691,
      "stolen_bases": 38,
      "team_left_on_base": null,
      "extra_base_hits": 400.0,
      "batters_faced": 4575.0,
      "era": 3.735,
      "pitching_errors": 0.0,
      "blown_save": 13,
      "complete_games": 0,
      "holds": 47,
      "losses": 52,
      "quality_starts": 75,
      "saves": 34,
      "shutouts": 0,
      "save_opportunities": 47,
      "team_shutouts": null,
      "wins": null,
      "ground_ball_to_fly_ball_ratio": 1.171,
      "innings_pitched_total_outs": null,
      "innings_pitched": null,
      "strikeouts_per_9_innings": 8.019,
      "strikeouts_per_walk": 3.02,
      "pitcher_runners_left_on_base": 1692.0,
      "opponents_batting_average": 0.241,
      "walks_allowed": 324,
      "doubles_allowed": 220,
      "fielders_choice_allowed": 0,
      "hits_allowed": 1004,
      "hit_batters": 46,
      "home_runs_allowed": 138,
      "intentional_walks_allowed": 8,
      "reached_on_error_allowed": null,
      "singles_allowed": 627,
      "triples_allowed": 19,
      "total_bases_allowed": 1676,
      "balls_throwns": 5726,
      "dirtballs_throwns": 367,
      "foul_balls_throwns": 2907,
      "intentional_balls_throwns": 26,
      "strikes_thrown_looking": 2965,
      "strikes_thrown_swinging": 1978,
      "strikes_thrown": 4943,
      "fly_outs_into_double_plays_allowed": 3,
      "fly_outs_allowed": 502,
      "ground_outs_into_double_plays_allowed": 97,
      "ground_outs_allowed": 1194,
      "strikeouts_looking_allowed": 207,
      "strikeouts_swinging_allowed": 772,
      "strikeouts_allowed": 979,
      "line_outs_into_double_plays_allowed": 6,
      "line_outs_allowed": 265,
      "pop_outs_allowed": 253,
      "sacrifice_flies_allowed": 16,
      "sacrifice_hits_allowed": 10,
      "pitches_thrown": 17233.0,
      "earned_runs_allowed": 456,
      "runs_allowed": 490,
      "unearned_runs_allowed": 34,
      "runners_caught_stealing": 14,
      "stolen_bases_allowed": 59,
      "whip": 1.216,
      "wild_pitches": 35.0,
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "team_id": "2863bb0d-90f6-4ae2-93ca-e89cda3255ee"
    }
  ]
}

This endpoint retrieves MLB Team Season Stats.

HTTP Request

GET https://api.stattleship.com/baseball/mlb/team_season_stats

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
season_id Current season Season slug such as mlb-2016
team_id Team slug such as mlb-tor
interval_type current interval See interval_type for sport.
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-05-22

Basketball Team Season Stats

curl -X "GET" "https://api.stattleship.com/basketball/nba/team_season_stats" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "seasons": [
    {
      "id": "b0ce2ee1-61bd-44ea-bd34-450160a10e49",
      "created_at": "2016-06-22T10:05:25-04:00",
      "updated_at": "2016-10-15T09:27:40-04:00",
      "name": "2016-2017",
      "current_interval_type": "preseason",
      "starts_on": "2016-10-01",
      "ends_on": "2017-06-30",
      "slug": "nba-2016-2017",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "leagues": [
    {
      "id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-15T09:27:05-04:00",
      "abbreviation": "NBA",
      "color": null,
      "minutes_per_period": null,
      "name": "National Basketball Association",
      "periods": null,
      "slug": "nba",
      "sport": "basketball"
    }
  ],
  "teams": [
    {
      "id": "2a173568-fca6-4891-8c3b-3573547b0b6b",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-15T09:27:06-04:00",
      "color": "fdb927",
      "colors": [
        "fdb927",
        "006bb6",
        "26282a"
      ],
      "hashtag": "DubNation",
      "hashtags": [
        "DubNation",
        "WarriorsGround"
      ],
      "location": "Golden State",
      "name": "Golden State",
      "nickname": "Warriors",
      "latitude": 37.6830258,
      "longitude": -122.1553887,
      "slug": "nba-gs",
      "division_id": "0df84c15-1dbc-471e-b9d9-d277eeba9eba",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "divisions": [
    {
      "id": "0df84c15-1dbc-471e-b9d9-d277eeba9eba",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-15T09:27:05-04:00",
      "name": "Pacific",
      "conference_id": "dc6e9ed8-63b6-49bc-87af-9d0a8779792e"
    }
  ],
  "conferences": [
    {
      "id": "dc6e9ed8-63b6-49bc-87af-9d0a8779792e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-15T09:27:05-04:00",
      "name": "Western Conference",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "team_season_stats": [
    {
      "id": "34708e76-cd56-488e-951a-f77f4c922e02",
      "created_at": "2016-10-24T08:45:53-04:00",
      "updated_at": "2016-10-24T08:45:53-04:00",
      "interval_type": "preseason",
      "statistics_on": "2016-10-24",
      "average_assists": 26.7,
      "average_blocked_att": 3.0,
      "average_blocks": 7.43,
      "average_def_rebounds": 37.29,
      "average_fast_break_pts": 21.0,
      "average_field_goals_att": 83.86,
      "average_field_goals_made": 39.0,
      "average_flagrant_fouls": 0.0,
      "average_free_throws_att": 27.29,
      "average_free_throws_made": 20.86,
      "average_minutes": 266.0,
      "average_off_rebounds": 9.0,
      "average_paint_pts": 38.29,
      "average_personal_fouls": 22.43,
      "average_points": 112.7,
      "average_points_off_turnovers": 20.14,
      "average_rebounds": 46.29,
      "average_second_chance_pts": 12.57,
      "average_steals": 10.71,
      "average_three_points_att": 34.43,
      "average_three_points_made": 13.86,
      "average_turnovers": 18.14,
      "average_two_points_att": 49.43,
      "average_two_points_made": 25.14,
      "total_assists": 187,
      "total_assists_turnover_ratio": 1.47,
      "total_blocked_att": 21,
      "total_blocks": 52,
      "total_defensive_rebounds": 261,
      "total_ejections": 0,
      "total_fast_break_pts": 147,
      "total_field_goals_att": 587,
      "total_field_goals_made": 273,
      "total_field_goals_pct": 0.465,
      "total_flagrant_fouls": 0,
      "total_free_throws_att": 191,
      "total_free_throws_made": 146,
      "total_free_throws_pct": 0.764,
      "total_games_played": 7,
      "total_minutes": 1862,
      "total_offensive_rebounds": 63,
      "total_paint_pts": 268,
      "total_personal_fouls": 157,
      "total_points": 789,
      "total_points_off_turnovers": 141,
      "total_rebounds": 324,
      "total_second_chance_pts": 88,
      "total_steals": 75,
      "total_tech_fouls": 5,
      "total_three_points_att": 241,
      "total_three_points_made": 97,
      "total_three_points_pct": 0.402,
      "total_turnovers": 127,
      "total_two_points_att": 346,
      "total_two_points_made": 176,
      "total_two_points_pct": 0.509,
      "season_id": "b0ce2ee1-61bd-44ea-bd34-450160a10e49",
      "team_id": "2a173568-fca6-4891-8c3b-3573547b0b6b"
    }
  ]
}

This endpoint retrieves NBA Team Season Stats.

HTTP Request

GET https://api.stattleship.com/basketball/nba/team_season_stats

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
season_id Current season Season slug such as nba-2016-2017
team_id Team slug such as nba-gs
interval_type current interval See interval_type for sport.
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-10-22

Football Team Season Stats

curl -X "GET" "https://api.stattleship.com/football/nfl/team_season_stats" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "seasons": [
    {
      "id": "8e660574-116b-4566-8060-3d83cf07cf80",
      "created_at": "2016-02-16T18:57:00-05:00",
      "updated_at": "2016-03-21T14:58:18-04:00",
      "name": "2016-2017",
      "current_interval_type": "preseason",
      "starts_on": "2016-08-01",
      "ends_on": "2017-02-14",
      "slug": "nfl-2016-2017",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "leagues": [
    {
      "id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:49-04:00",
      "abbreviation": "NFL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Football League",
      "periods": null,
      "slug": "nfl",
      "sport": "football"
    }
  ],
  "teams": [
    {
      "id": "8112be50-1ec2-47c0-ab27-b4fc4654aa5b",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:50-04:00",
      "color": "203731",
      "colors": [
        "203731"
      ],
      "hashtag": "Jets",
      "hashtags": [
        "Jets",
        "JetsNation"
      ],
      "location": "New York",
      "name": "New York",
      "nickname": "Jets",
      "latitude": 40.8144295,
      "longitude": -74.0726778,
      "slug": "nfl-nyj",
      "division_id": "7eb2130f-0d1d-4396-9595-649708fe5a6a",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "divisions": [
    {
      "id": "7eb2130f-0d1d-4396-9595-649708fe5a6a",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:50-04:00",
      "name": "AFC East",
      "conference_id": "44513ca2-438a-4112-83e8-caf2a4494f25"
    }
  ],
  "conferences": [
    {
      "id": "44513ca2-438a-4112-83e8-caf2a4494f25",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-08-16T03:55:50-04:00",
      "name": "American Football Conference",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "team_season_stats": [
    {
      "id": "f9a6794b-8d7f-4099-827a-da280e8a0b00",
      "created_at": "2016-08-28T06:05:44-04:00",
      "updated_at": "2016-08-28T06:06:11-04:00",
      "interval_type": "preseason",
      "statistics_on": "2016-08-28",
      "defense_assisted_tackles": 37,
      "defense_blocked_kicks": 1,
      "defense_combined_tackles": 173,
      "defense_forced_fumbles": 0,
      "defense_fumbles_recovered": 0,
      "defense_fumble_touchdowns": 0,
      "defense_interceptions": 3,
      "defense_interceptions_longest": 40,
      "defense_interceptions_touchdowns": 0,
      "defense_interceptions_yards": 63,
      "defense_misc_assists": 0,
      "defense_misc_combined_tackles": 5,
      "defense_misc_forced_fumbles": 0,
      "defense_misc_fumbles_recovered": 3,
      "defense_misc_tackles": 5,
      "defense_passes_defensed": 19,
      "defense_quarterback_hit": 16,
      "defense_sacks": 6,
      "defense_sack_yards": 39,
      "defense_safeties": 1,
      "defense_safeties_1pt": 0,
      "defense_special_teams_assists": 3,
      "defense_special_teams_combined_tackles": 21,
      "defense_special_teams_force_fumbles": 0,
      "defense_special_teams_fumbles_recovered": 0,
      "defense_special_teams_tackle": 18,
      "defense_tackles": 136,
      "defense_tackles_for_loss": 19,
      "extra_point_attempts": 6,
      "extra_points_blocked": 0,
      "extra_point_made": 5,
      "extra_point_pct": 83.333,
      "field_goal_attempts": 6,
      "field_goal_attempts_19": 0,
      "field_goal_attempts_29": 2,
      "field_goal_attempts_39": 1,
      "field_goal_attempts_49": 1,
      "field_goal_attempts_50": 2,
      "field_goal_longest_yards": 55,
      "field_goal_made": 4,
      "field_goal_made_19": 0,
      "field_goal_made_29": 2,
      "field_goal_made_39": 0,
      "field_goal_made_49": 1,
      "field_goal_made_50": 1,
      "field_goal_pct": 66.667,
      "first_downs": 51,
      "first_down_passes": 38,
      "first_down_penalties": 3,
      "first_down_rushes": 10,
      "fourth_down_attempts": 2,
      "fourth_down_conversions": 0,
      "fourth_down_passes": 0,
      "fourth_down_pct": 0.0,
      "fourth_down_penalties": 0,
      "fourth_down_rushes": 0,
      "fumbles_forced": 0,
      "fumbles": 8,
      "fumbles_lost": 3,
      "fumbles_out_of_bounds": 2,
      "fumbles_opponent_recovered": 0,
      "fumbles_opponent_recovered_touchdowns": 0,
      "fumbles_opponent_recovered_yards": 0,
      "fumbles_own_recovered": 3,
      "fumbles_own_recovered_touchdowns": 0,
      "fumbles_own_recovered_yards": -8,
      "goal_to_go_attempts": 3,
      "goal_to_go_pct": 66.667,
      "goal_to_go_touchdowns": 2,
      "kick_return_avg_yards": 50.0,
      "kick_return_fair_catches": 0,
      "kick_return_longest_yards": 84,
      "kick_return_returns": 3,
      "kick_return_touchdowns": 0,
      "kick_return_yards": 150,
      "kick_return_yards_10_plus": 1,
      "kick_return_yards_20_plus": 0,
      "kick_return_yards_30_plus": 0,
      "kick_return_yards_40_plus": 0,
      "kick_return_yards_50_plus": 2,
      "kickoff_avg": 64.385,
      "kickoff_avg_return_yards": 61.4,
      "kickoff_endzone": 11,
      "kickoff_inside_20": 2,
      "kickoff_inside_20_pct": 15.385,
      "kickoff_kicks": 13,
      "kickoff_longest_yards": 68,
      "kickoff_net_avg_yards": 40.769,
      "kickoff_net_yards": 530,
      "kickoff_returns": 5,
      "kickoff_return_yards": 307,
      "kickoff_touchbacks": 8,
      "kickoff_touchback_pct": 61.538,
      "kickoff_yards": 837,
      "pass_attempts": 127,
      "pass_avg_yards": 6.472,
      "pass_completions": 67,
      "pass_completion_avg_yards": 12.269,
      "pass_completion_pct": 52.756,
      "pass_first_downs": 38,
      "pass_interceptions": 3,
      "pass_interceptions_pct": 2.362,
      "pass_interceptions_touchdowns": 1,
      "pass_longest_yards": 50,
      "passer_rating": 76.3,
      "pass_red_zone_attempts": 14,
      "pass_safeties": 0,
      "pass_sacked": 8,
      "pass_sacked_yards": 46.0,
      "pass_touchdowns": 5,
      "pass_touchdown_pct": 3.937,
      "pass_yards": 822,
      "pass_yards_10_plus": 25,
      "pass_yards_20_plus": 7,
      "pass_yards_30_plus": 0,
      "pass_yards_40_plus": 2,
      "pass_yards_50_plus": 1,
      "penalty_first_downs": 4,
      "penalties": 15,
      "penalty_yards": 147,
      "punt_return_avg_yards": 8.929,
      "punt_return_fair_catches": 0,
      "punt_return_longest_yards": 52,
      "punt_return_returns": 14,
      "punt_return_touchdowns": 0,
      "punt_return_yards": 125,
      "punt_return_yards_10_plus": 1,
      "punt_return_yards_20_plus": 1,
      "punt_return_yards_30_plus": 0,
      "punt_return_yards_40_plus": 0,
      "punt_return_yards_50_plus": 1,
      "punts_avg_yards": 45.053,
      "punts_avg_return_yards": 6.692,
      "punts_blocked": 0,
      "punts_inside_20": 6,
      "punts_inside_20_pct": 31.579,
      "punts_longest_yards": 56,
      "punts_net_avg_yards": 40.474,
      "punts_net_yards": 769,
      "punts": 19,
      "punt_returns": 13,
      "punts_return_yards": 87,
      "punts_touchbacks": 0,
      "punts_touchbacks_pct": 0.0,
      "punts_yards": 856,
      "reception_avg_yards": 12.269,
      "reception_first_downs": 38,
      "reception_fumbles": 3,
      "reception_longest_yards": 50,
      "receptions": 67,
      "reception_red_zone_targets": 13,
      "reception_targets": 124,
      "reception_touchdowns": 5,
      "reception_yac": 822,
      "reception_yards": 822,
      "reception_yards_10_plus": 25,
      "reception_yards_20_plus": 7,
      "reception_yards_30_plus": 0,
      "reception_yards_40_plus": 2,
      "reception_yards_50_plus": 1,
      "red_zone_attempts": 8,
      "red_zone_pct": 50.0,
      "red_zone_touchdowns": 4,
      "rush_attempts": 59,
      "rush_avg": 2.881,
      "rush_first_downs": 10,
      "rush_first_downs_pct": 16.949,
      "rush_fumbles": 0,
      "rush_longest": 11,
      "rush_red_zone_attempts": 6,
      "rush_safeties": 0,
      "rush_touchdowns": 1,
      "rush_yards": 170,
      "rush_yards_10_plus": 4,
      "rush_yards_20_plus": 0,
      "rush_yards_30_plus": 0,
      "rush_yards_40_plus": 0,
      "rush_yards_50_plus": 0,
      "third_down_attempts": 44,
      "third_down_conversions": 12,
      "third_down_passes": 11,
      "third_down_pct": 27.273,
      "third_down_penalties": 0,
      "third_down_rushes": 1,
      "touchdown_field_goal_returns": 0,
      "touchdown_fumble_returns": 0,
      "touchdown_interceptions": 0,
      "touchdown_kickoff_returns": 0,
      "touchdown_other": 0,
      "touchdown_passes": 5,
      "touchdown_punt_returns": 0,
      "touchdown_rushes": 1,
      "two_point_conversion_attempts": null,
      "two_point_conversion_failures": null,
      "two_point_conversion_passes": null,
      "two_point_conversion_receptions": null,
      "two_point_conversion_rushes": null,
      "season_id": "8e660574-116b-4566-8060-3d83cf07cf80",
      "team_id": "8112be50-1ec2-47c0-ab27-b4fc4654aa5b"
    }
  ]
}

This endpoint retrieves NFL Team Season Stats.

HTTP Request

GET https://api.stattleship.com/football/nfl/team_season_stats

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
season_id Current season Season slug such as nfl-2016-2017
team_id Team slug such as nfl-nyj
interval_type current interval See interval_type for sport.
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-08-22

Hockey Team Season Stats

curl -X "GET" "https://api.stattleship.com/hockey/nhl/team_season_stats" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "seasons": [
    {
      "id": "0e4a4772-054b-4d77-b724-03aba77f84a6",
      "created_at": "2016-06-14T21:00:02-04:00",
      "updated_at": "2016-10-12T19:04:41-04:00",
      "name": "2016-2017",
      "current_interval_type": "regularseason",
      "starts_on": "2016-09-01",
      "ends_on": "2017-06-30",
      "slug": "nhl-2016-2017",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "leagues": [
    {
      "id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-12T19:04:13-04:00",
      "abbreviation": "NHL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Hockey League",
      "periods": null,
      "slug": "nhl",
      "sport": "hockey"
    }
  ],
  "teams": [
    {
      "id": "80d99c5a-882e-4296-ae9d-048d2830b154",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-12T19:04:16-04:00",
      "color": "BF2F38",
      "colors": [
        "BF2F38",
        "213770"
      ],
      "hashtag": "Habs",
      "hashtags": [
        "Habs",
        "Canadiens"
      ],
      "location": "Montreal",
      "name": "Montreal",
      "nickname": "Canadiens",
      "latitude": 45.4960039,
      "longitude": -73.5692379,
      "slug": "nhl-mon",
      "division_id": "15ca4e46-2b49-4f37-84ea-befb62de28c5",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "divisions": [
    {
      "id": "15ca4e46-2b49-4f37-84ea-befb62de28c5",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-12T19:04:13-04:00",
      "name": "Atlantic",
      "conference_id": "b6a5910b-bd9b-4fb3-b7e5-654c2ae17fa3"
    }
  ],
  "conferences": [
    {
      "id": "b6a5910b-bd9b-4fb3-b7e5-654c2ae17fa3",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2016-10-12T19:04:13-04:00",
      "name": "Eastern Conference",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "team_season_stats": [
    {
      "id": "cfe7fad7-4ae0-4f57-bba3-6243fb14bc12",
      "created_at": "2016-10-24T08:44:47-04:00",
      "updated_at": "2016-10-24T08:44:47-04:00",
      "interval_type": "regularseason",
      "statistics_on": "2016-10-24",
      "average_goals_against": 1.6,
      "average_shots_against": 31.0,
      "emptynet_evenstrength_goals_against": 0,
      "emptynet_powerplay_goals_against": 0,
      "emptynet_shorthanded_goals_against": 0,
      "emptynet_goals_against": 0,
      "emptynet_shots_against": 0,
      "evenstrength_goals_against": 5,
      "evenstrength_saves": 122,
      "evenstrength_saves_pct": 0.961,
      "evenstrength_shots_against": 127,
      "penalty_goals_against": 0,
      "penalty_saves": 0,
      "penalty_saves_pct": 0.0,
      "penalty_shots_against": 0,
      "powerplay_goals_against": 1,
      "powerplay_saves": 4,
      "powerplay_saves_pct": 0.8,
      "powerplay_shots_against": 5,
      "shorthanded_goals_against": 2,
      "shorthanded_saves": 21,
      "shorthanded_saves_pct": 0.913,
      "shorthanded_shots_against": 23,
      "goals_against": 8,
      "total_saves": 147,
      "total_saves_pct": 0.948,
      "shots_against": 155,
      "total_goals_against": 8,
      "total_shots_against": 155,
      "shooutout_goals": 0,
      "shooutout_goals_against": 0,
      "shooutout_missed_shots": 0,
      "shooutout_saves": 0,
      "shooutout_saves_pct": 0.0,
      "shooutout_shots": 0,
      "shooutout_shots_against": 0,
      "average_assists": 7.0,
      "average_blocked_att": 11.2,
      "average_blocked_shots": 13.6,
      "average_giveaways": 11.0,
      "average_goals": 4.0,
      "average_hits": 21.4,
      "average_missed_shots": 12.6,
      "average_penalties": 5.8,
      "average_penalty_minutes": 14.0,
      "average_points": 11.0,
      "average_shots": 30.4,
      "average_takeaways": 7.2,
      "average_team_penalties": 0.0,
      "average_team_penalty_minutes": 0.0,
      "evenstrength_assists": 25,
      "evenstrength_faceoff_win_pct": 47.7,
      "evenstrength_faceoffs": 256,
      "evenstrength_faceoffs_lost": 134,
      "evenstrength_faceoffs_won": 122,
      "evenstrength_goals": 15,
      "evenstrength_missed_shots": 51,
      "evenstrength_shots": 128,
      "penalty_goals": 0,
      "penalty_missed_shots": 0,
      "penalty_shots": 0,
      "powerplay_assists": 6,
      "powerplay_faceoff_win_pct": 51.6,
      "powerplay_faceoffs": 31,
      "powerplay_faceoffs_lost": 15,
      "powerplay_faceoffs_won": 16,
      "powerplay_goals": 3,
      "powerplay_missed_shots": 11,
      "powerplay_opportunities": 21,
      "powerplay_shots": 18,
      "shorthanded_assists": 4,
      "shorthanded_faceoff_win_pct": 40.0,
      "shorthanded_faceoffs": 45,
      "shorthanded_faceoffs_lost": 27,
      "shorthanded_faceoffs_won": 18,
      "shorthanded_goals": 2,
      "shorthanded_missed_shots": 1,
      "shorthanded_shots": 6,
      "total_assists": 35,
      "total_blocked_att": 56,
      "total_blocked_shots": 68,
      "total_faceoff_win_pct": 47.0,
      "total_faceoffs": 332,
      "total_faceoffs_lost": 176,
      "total_faceoffs_won": 156,
      "total_games_played": 5,
      "total_giveaways": 55,
      "total_goals": 20,
      "total_hits": 107,
      "total_missed_shots": 63,
      "total_penalties": 29,
      "total_penalty_minutes": 70,
      "total_points": 55,
      "total_powerplays": 21,
      "total_shooting_pct": 13.2,
      "total_shots": 152,
      "total_takeaways": 36,
      "total_team_penalties": 0,
      "total_team_penalty_minutes": 0,
      "season_id": "0e4a4772-054b-4d77-b724-03aba77f84a6",
      "team_id": "80d99c5a-882e-4296-ae9d-048d2830b154"
    }
  ]
}

This endpoint retrieves NHL Team Season Stats.

HTTP Request

GET https://api.stattleship.com/hockey/nhl/team_season_stats

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results
season_id Current season Season slug such as nhl-2016-2017
team_id Team slug such as nhl-mon
interval_type current interval See interval_type for sport.
on Friendly date such as today or tomorrow; or a timestamp; or a date such as 2016-10-22

Teams

Baseball Teams

curl -X "GET" "https://api.stattleship.com/baseball/mlb/teams" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "divisions": [
    {
      "id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-18T20:56:44-04:00",
      "name": "National League West",
      "conference_id": "57acc2c7-0c05-45fe-9943-b198f567ad1a"
    },
    {
      "id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-18T20:56:45-04:00",
      "name": "National League East",
      "conference_id": "57acc2c7-0c05-45fe-9943-b198f567ad1a"
    },
    {
      "id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-18T20:56:44-04:00",
      "name": "American League East",
      "conference_id": "d118b71f-2b2a-4a86-86a0-782af18e0053"
    },
    {
      "id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-18T20:56:45-04:00",
      "name": "National League Central",
      "conference_id": "57acc2c7-0c05-45fe-9943-b198f567ad1a"
    },
    {
      "id": "ca580e37-ee8b-44d3-94ac-6eb2bf35d094",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-18T20:56:44-04:00",
      "name": "American League Central",
      "conference_id": "d118b71f-2b2a-4a86-86a0-782af18e0053"
    },
    {
      "id": "558ecbdd-2a71-4c60-a1bd-28dfcd3ab496",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-03-18T20:56:43-04:00",
      "name": "American League West",
      "conference_id": "d118b71f-2b2a-4a86-86a0-782af18e0053"
    }
  ],
  "conferences": [
    {
      "id": "57acc2c7-0c05-45fe-9943-b198f567ad1a",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-18T20:56:44-04:00",
      "name": "National League",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "d118b71f-2b2a-4a86-86a0-782af18e0053",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-03-18T20:56:43-04:00",
      "name": "American League",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "leagues": [
    {
      "id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-03-18T20:56:43-04:00",
      "abbreviation": "MLB",
      "color": null,
      "minutes_per_period": null,
      "name": "Major League Baseball",
      "periods": null,
      "slug": "mlb",
      "sport": "baseball"
    }
  ],
  "teams": [
    {
      "id": "09dc1f54-cf05-4486-8135-80bb0090fde1",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T17:54:54-04:00",
      "color": "A71930",
      "colors": [
        "A71930",
        "000000",
        "E3D4AD"
      ],
      "hashtag": "DBacks",
      "hashtags": [
        "DBacks",
        "Diamondbacks"
      ],
      "location": "Arizona",
      "name": "Arizona",
      "nickname": "Diamondbacks",
      "latitude": 33.4463502,
      "longitude": -112.0746942,
      "slug": "mlb-ari",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T17:55:10-04:00",
      "color": "CE1141",
      "colors": [
        "CE1141",
        "13274F"
      ],
      "hashtag": "Braves",
      "hashtags": [
        "Braves"
      ],
      "location": "Atlanta",
      "name": "Atlanta",
      "nickname": "Braves",
      "latitude": 33.7005971,
      "longitude": -84.354916,
      "slug": "mlb-atl",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T17:54:20-04:00",
      "color": "DF4601",
      "colors": [
        "DF4601",
        "000000"
      ],
      "hashtag": "Orioles",
      "hashtags": [
        "Orioles"
      ],
      "location": "Baltimore",
      "name": "Baltimore",
      "nickname": "Orioles",
      "latitude": 39.2828878,
      "longitude": -76.6206139,
      "slug": "mlb-bal",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "4c2ad3df-a7fd-458d-a412-6e31574a0b7b",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T17:54:17-04:00",
      "color": "BD3039",
      "colors": [
        "BD3039",
        "0D2B56"
      ],
      "hashtag": "RedSox",
      "hashtags": [
        "RedSox"
      ],
      "location": "Boston",
      "name": "Boston",
      "nickname": "Red Sox",
      "latitude": 42.3404226,
      "longitude": -71.0948148,
      "slug": "mlb-bos",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T17:55:25-04:00",
      "color": "CC3433",
      "colors": [
        "CC3433",
        "0E3386"
      ],
      "hashtag": "Cubs",
      "hashtags": [
        "Cubs"
      ],
      "location": "Chicago",
      "name": "Chi. Cubs",
      "nickname": "Cubs",
      "latitude": 41.8781136,
      "longitude": -87.6297982,
      "slug": "mlb-chc",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "8572e355-63b6-440c-8cb0-8ef52144b993",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T17:54:39-04:00",
      "color": "000000",
      "colors": [
        "000000",
        "C4CED4"
      ],
      "hashtag": "WhiteSox",
      "hashtags": [
        "WhiteSox"
      ],
      "location": "Chicago",
      "name": "Chi. White Sox",
      "nickname": "White Sox",
      "latitude": 41.8280515,
      "longitude": -87.6349872,
      "slug": "mlb-chw",
      "division_id": "ca580e37-ee8b-44d3-94ac-6eb2bf35d094",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "84e287b3-8aa1-4cb5-bcce-6a0e8ba97f91",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T17:55:19-04:00",
      "color": "C6011F",
      "colors": [
        "C6011F",
        "000000"
      ],
      "hashtag": "Reds",
      "hashtags": [
        "Reds"
      ],
      "location": "Cincinnati",
      "name": "Cincinnati",
      "nickname": "Reds",
      "latitude": 39.1031182,
      "longitude": -84.5120196,
      "slug": "mlb-cin",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "c5fefa38-a256-43fe-8147-008c0f8c2f15",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T17:54:33-04:00",
      "color": "E31937",
      "colors": [
        "E31937",
        "002B5C"
      ],
      "hashtag": "Indians",
      "hashtags": [
        "Indians"
      ],
      "location": "Cleveland",
      "name": "Cleveland",
      "nickname": "Indians",
      "latitude": 41.49932,
      "longitude": -81.6943605,
      "slug": "mlb-cle",
      "division_id": "ca580e37-ee8b-44d3-94ac-6eb2bf35d094",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "0220ab72-3a17-4a65-8872-72454aeb828d",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T17:54:51-04:00",
      "color": "333366",
      "colors": [
        "333366",
        "231F20",
        "C4CED4"
      ],
      "hashtag": "Rockies",
      "hashtags": [
        "Rockies"
      ],
      "location": "Colorado",
      "name": "Colorado",
      "nickname": "Rockies",
      "latitude": 39.7578942,
      "longitude": -104.9935598,
      "slug": "mlb-col",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "9ab4bef1-ea26-456b-a018-bf2bde1f6599",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T17:54:29-04:00",
      "color": "0C2C56",
      "colors": [
        "0C2C56"
      ],
      "hashtag": "Tigers",
      "hashtags": [
        "Tigers"
      ],
      "location": "Detroit",
      "name": "Detroit",
      "nickname": "Tigers",
      "latitude": 42.3300676,
      "longitude": -83.0449362,
      "slug": "mlb-det",
      "division_id": "ca580e37-ee8b-44d3-94ac-6eb2bf35d094",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "1dbbb4a3-d8ca-42cb-829f-29551d482645",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-03-21T17:53:58-04:00",
      "color": "002D62",
      "colors": [
        "002D62",
        "EB6E1F"
      ],
      "hashtag": "Astros",
      "hashtags": [
        "Astros"
      ],
      "location": "Houston",
      "name": "Houston",
      "nickname": "Astros",
      "latitude": 29.7552521,
      "longitude": -95.3527035,
      "slug": "mlb-hou",
      "division_id": "558ecbdd-2a71-4c60-a1bd-28dfcd3ab496",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "8a72ea07-afce-4907-9e6a-13b3f4e9d378",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T17:54:26-04:00",
      "color": "004687",
      "colors": [
        "004687",
        "C09A5B"
      ],
      "hashtag": "Royals",
      "hashtags": [
        "Royals"
      ],
      "location": "Kansas City",
      "name": "Kansas City",
      "nickname": "Royals",
      "latitude": 39.0997265,
      "longitude": -94.5785667,
      "slug": "mlb-kc",
      "division_id": "ca580e37-ee8b-44d3-94ac-6eb2bf35d094",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "e21a2701-cd76-4589-ac85-6a71e7c53252",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T18:23:10-04:00",
      "color": "BA0021",
      "colors": [
        "BA0021",
        "003263"
      ],
      "hashtag": "Angels",
      "hashtags": [
        "Angels"
      ],
      "location": "Los Angeles",
      "name": "LA Angels",
      "nickname": "Angels",
      "latitude": 33.8352932,
      "longitude": -117.9145036,
      "slug": "mlb-laa",
      "division_id": "558ecbdd-2a71-4c60-a1bd-28dfcd3ab496",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "f53d7ed3-1ebe-4e02-979d-6e51c0f5fb18",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T17:54:48-04:00",
      "color": "EF3E42",
      "colors": [
        "EF3E42",
        "005A9C"
      ],
      "hashtag": "Dodgers",
      "hashtags": [
        "Dodgers"
      ],
      "location": "Los Angeles",
      "name": "LA Dodgers",
      "nickname": "Dodgers",
      "latitude": 34.072609,
      "longitude": -118.251259,
      "slug": "mlb-la",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "4b88dffe-8ac6-40ff-bb34-36ab8ecf1fde",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T17:55:07-04:00",
      "color": "FF6600",
      "colors": [
        "FF6600",
        "0077C8",
        "FFD100",
        "000000"
      ],
      "hashtag": "Marlins",
      "hashtags": [
        "Marlins"
      ],
      "location": "Miami",
      "name": "Miami",
      "nickname": "Marlins",
      "latitude": 25.7781319,
      "longitude": -80.2214982,
      "slug": "mlb-mia",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T17:55:16-04:00",
      "color": "0A2351",
      "colors": [
        "0A2351",
        "B6922E"
      ],
      "hashtag": "Brewers",
      "hashtags": [
        "Brewers"
      ],
      "location": "Milwaukee",
      "name": "Milwaukee",
      "nickname": "Brewers",
      "latitude": 43.0205692,
      "longitude": -87.97012,
      "slug": "mlb-mil",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "8256c5cd-476c-4af3-8c26-059b0fd8ddcf",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T17:54:36-04:00",
      "color": "002B5C",
      "colors": [
        "002B5C",
        "D31145"
      ],
      "hashtag": "Twins",
      "hashtags": [
        "Twins",
        "MNTwins"
      ],
      "location": "Minnesota",
      "name": "Minnesota",
      "nickname": "Twins",
      "latitude": 44.983318,
      "longitude": -93.277016,
      "slug": "mlb-min",
      "division_id": "ca580e37-ee8b-44d3-94ac-6eb2bf35d094",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T17:55:04-04:00",
      "color": "FF5910",
      "colors": [
        "FF5910",
        "002D72"
      ],
      "hashtag": "Mets",
      "hashtags": [
        "Mets"
      ],
      "location": "New York",
      "name": "NY Mets",
      "nickname": "Mets",
      "latitude": 40.7573032,
      "longitude": -73.8501765,
      "slug": "mlb-nym",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "a7768b3c-3700-41a8-b97d-4670e044d036",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T17:54:14-04:00",
      "color": "E4002B",
      "colors": [
        "E4002B",
        "003087"
      ],
      "hashtag": "Yankees",
      "hashtags": [
        "Yankees"
      ],
      "location": "New York",
      "name": "NY Yankees",
      "nickname": "Yankees",
      "latitude": 40.8260966,
      "longitude": -73.93031,
      "slug": "mlb-nyy",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "9ccdfc26-a7e7-4bcb-8879-3e77d391d58f",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-03-21T17:53:52-04:00",
      "color": "003831",
      "colors": [
        "003831",
        "EFB21E"
      ],
      "hashtag": "Athletics",
      "hashtags": [
        "Athletics"
      ],
      "location": "Oakland",
      "name": "Oakland",
      "nickname": "Athletics",
      "latitude": 37.750277,
      "longitude": -122.2028616,
      "slug": "mlb-oak",
      "division_id": "558ecbdd-2a71-4c60-a1bd-28dfcd3ab496",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "94acb560-6d9c-4b89-a32c-7fb817ad7aa7",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T17:55:01-04:00",
      "color": "284898",
      "colors": [
        "284898",
        "E81828"
      ],
      "hashtag": "Phillies",
      "hashtags": [
        "Phillies"
      ],
      "location": "Philadelphia",
      "name": "Philadelphia",
      "nickname": "Phillies",
      "latitude": 39.9080104,
      "longitude": -75.1678599,
      "slug": "mlb-phi",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T17:55:22-04:00",
      "color": "FDB827",
      "colors": [
        "FDB827",
        "000000"
      ],
      "hashtag": null,
      "hashtags": [],
      "location": "Pittsburgh",
      "name": "Pittsburgh",
      "nickname": "Pirates",
      "latitude": 40.4469874,
      "longitude": -79.9485413,
      "slug": "mlb-pit",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T17:54:45-04:00",
      "color": "05143F",
      "colors": [
        "05143F"
      ],
      "hashtag": "Padres",
      "hashtags": [
        "Padres"
      ],
      "location": "San Diego",
      "name": "San Diego",
      "nickname": "Padres",
      "latitude": 32.7075053,
      "longitude": -117.1550698,
      "slug": "mlb-sd",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "6c498284-84e6-4e74-9f56-b934be3384d5",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T17:54:42-04:00",
      "color": "FD5A1E",
      "colors": [
        "FD5A1E",
        "000000",
        "8B6F4E"
      ],
      "hashtag": "SFGiants",
      "hashtags": [
        "SFGiants"
      ],
      "location": "San Francisco",
      "name": "San Francisco",
      "nickname": "Giants",
      "latitude": 37.9385723,
      "longitude": -122.3401953,
      "slug": "mlb-sf",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "eeb2db44-7894-483e-a9a7-373fb80d8e91",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-03-21T17:53:55-04:00",
      "color": "0C2C56",
      "colors": [
        "0C2C56",
        "005C5C",
        "C4CED4"
      ],
      "hashtag": "Mariners",
      "hashtags": [
        "Mariners"
      ],
      "location": "Seattle",
      "name": "Seattle",
      "nickname": "Mariners",
      "latitude": 47.6062095,
      "longitude": -122.3320708,
      "slug": "mlb-sea",
      "division_id": "558ecbdd-2a71-4c60-a1bd-28dfcd3ab496",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "26345a1d-a856-48be-a53b-262367b5437e",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T18:23:11-04:00",
      "color": "C41E3A",
      "colors": [
        "C41E3A",
        "000066",
        "FEDB00"
      ],
      "hashtag": "STLCards",
      "hashtags": [
        "STLCards",
        "Cardinals"
      ],
      "location": "St. Louis",
      "name": "St. Louis",
      "nickname": "Cardinals",
      "latitude": 38.6270025,
      "longitude": -90.1994042,
      "slug": "mlb-stl",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "6fb020e3-2ac1-409f-a1d0-5b081ef349a4",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T17:54:11-04:00",
      "color": "092C5C",
      "colors": [
        "092C5C",
        "8FBCE6",
        "F5D130"
      ],
      "hashtag": "Rays",
      "hashtags": [
        "Rays"
      ],
      "location": "Tampa Bay",
      "name": "Tampa Bay",
      "nickname": "Rays",
      "latitude": 27.7682383,
      "longitude": -82.6533237,
      "slug": "mlb-tb",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "2c14a8f0-577f-490f-9186-cc3742412d1c",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T17:54:05-04:00",
      "color": "C0111F",
      "colors": [
        "C0111F",
        "003278"
      ],
      "hashtag": "Rangers",
      "hashtags": [
        "Rangers"
      ],
      "location": "Texas",
      "name": "Texas",
      "nickname": "Rangers",
      "latitude": 38.8799697,
      "longitude": -77.1067698,
      "slug": "mlb-tex",
      "division_id": "558ecbdd-2a71-4c60-a1bd-28dfcd3ab496",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "2863bb0d-90f6-4ae2-93ca-e89cda3255ee",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-03-21T17:54:08-04:00",
      "color": "134A8E",
      "colors": [
        "134A8E",
        "1D2D5C",
        "E8291C"
      ],
      "hashtag": "BlueJays",
      "hashtags": [
        "BlueJays"
      ],
      "location": "Toronto",
      "name": "Toronto",
      "nickname": "Blue Jays",
      "latitude": 43.6447662,
      "longitude": -79.3921899,
      "slug": "mlb-tor",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-21T17:54:57-04:00",
      "color": "AB0003",
      "colors": [
        "AB0003",
        "11225B"
      ],
      "hashtag": "Nats",
      "hashtags": [
        "Nats",
        "Nationals"
      ],
      "location": "Washington",
      "name": "Washington",
      "nickname": "Nationals",
      "latitude": 38.8787421,
      "longitude": -77.0074421,
      "slug": "mlb-was",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ]
}

This endpoint retrieves MLB Teams.

HTTP Request

GET https://api.stattleship.com/baseball/mlb/teams

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results

Basketball Teams

curl -X "GET" "https://api.stattleship.com/basketball/nba/teams" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "divisions": [
    {
      "id": "2fe91f9b-20b4-4bd0-a17a-fcf7f481aec9",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "NBA Southeast",
      "conference_id": "a8044871-3668-4130-ba8e-93d6ba38febb"
    },
    {
      "id": "8256a4da-413c-4f03-8438-56963be591c4",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "NBA Atlantic",
      "conference_id": "a8044871-3668-4130-ba8e-93d6ba38febb"
    },
    {
      "id": "a0694588-40a0-47e8-9a72-68d118eb68a8",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "NBA Central",
      "conference_id": "a8044871-3668-4130-ba8e-93d6ba38febb"
    }
  ],
  "conferences": [
    {
      "id": "a8044871-3668-4130-ba8e-93d6ba38febb",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "Eastern Conference",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ],
  "leagues": [
    {
      "id": "3c805f57-ef31-407d-b633-54bac8745b9e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NBA",
      "color": null,
      "minutes_per_period": null,
      "name": "National Basketball Association",
      "periods": null,
      "slug": "nba",
      "sport": "basketball"
    }
  ],
  "teams": [
    {
      "id": "20901970-53a0-417c-b5b4-832a74148af6",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Atlanta",
      "name": "Atlanta",
      "nickname": "Hawks",
      "slug": "nba-atl",
      "division_id": "2fe91f9b-20b4-4bd0-a17a-fcf7f481aec9",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "1c65bbb6-bd10-4ef6-831a-89050d57fe16",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Boston",
      "name": "Boston",
      "nickname": "Celtics",
      "slug": "nba-bos",
      "division_id": "8256a4da-413c-4f03-8438-56963be591c4",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "84eb19ca-1e66-416f-9e00-90b20fe4bb5e",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:48-05:00",
      "location": "Brooklyn",
      "name": "Brooklyn",
      "nickname": "Nets",
      "slug": "nba-bk",
      "division_id": "8256a4da-413c-4f03-8438-56963be591c4",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "68b04d26-12c3-4e06-8ae0-5bab39686213",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:48-05:00",
      "location": "Charlotte",
      "name": "Charlotte",
      "nickname": "Hornets",
      "slug": "nba-cha",
      "division_id": "2fe91f9b-20b4-4bd0-a17a-fcf7f481aec9",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "7e670063-ef8d-4356-947b-786a802205bd",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:48-05:00",
      "location": "Chicago",
      "name": "Chicago",
      "nickname": "Bulls",
      "slug": "nba-chi",
      "division_id": "a0694588-40a0-47e8-9a72-68d118eb68a8",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    },
    {
      "id": "a9abb922-3a47-4d37-9250-2e5224a2b58a",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:48-05:00",
      "location": "Cleveland",
      "name": "Cleveland",
      "nickname": "Cavaliers",
      "slug": "nba-cle",
      "division_id": "a0694588-40a0-47e8-9a72-68d118eb68a8",
      "league_id": "3c805f57-ef31-407d-b633-54bac8745b9e"
    }
  ]
}

This endpoint retrieves NBA Teams.

HTTP Request

GET https://api.stattleship.com/basketball/nba/teams

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results

Football Teams

curl -X "GET" "https://api.stattleship.com/football/nfl/teams" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "divisions": [
    {
      "id": "70c14524-5ddd-432b-8728-9c5f9af9b565",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "NFC West",
      "conference_id": "ac05cc63-30f7-4dc8-b202-91ccfd57d896"
    },
    {
      "id": "b8563ecf-1402-415e-8576-e4dfbda8ae70",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "NFC South",
      "conference_id": "ac05cc63-30f7-4dc8-b202-91ccfd57d896"
    },
    {
      "id": "9cf5e881-62fa-4401-bced-e55fd0fd8fa4",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "AFC North",
      "conference_id": "44513ca2-438a-4112-83e8-caf2a4494f25"
    },
    {
      "id": "7eb2130f-0d1d-4396-9595-649708fe5a6a",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "AFC East",
      "conference_id": "44513ca2-438a-4112-83e8-caf2a4494f25"
    },
    {
      "id": "0e65eafb-0ce0-4b26-b79a-e0ae41991878",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "NFC North",
      "conference_id": "ac05cc63-30f7-4dc8-b202-91ccfd57d896"
    }
  ],
  "conferences": [
    {
      "id": "ac05cc63-30f7-4dc8-b202-91ccfd57d896",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "National Football Conference",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "44513ca2-438a-4112-83e8-caf2a4494f25",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "American Football Conference",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ],
  "leagues": [
    {
      "id": "ebb52980-4b25-4384-bb32-26d354568f0c",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NFL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Football League",
      "periods": null,
      "slug": "nfl",
      "sport": "football"
    }
  ],
  "teams": [
    {
      "id": "77c57737-b688-4bbf-a127-7b7f0ef8bcdd",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-18T00:45:06-05:00",
      "location": "Arizona",
      "name": "Arizona",
      "nickname": "Cardinals",
      "slug": "nfl-ari",
      "division_id": "70c14524-5ddd-432b-8728-9c5f9af9b565",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "c1618ca6-3dad-485d-b237-ad34f8d0bf83",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-18T00:44:45-05:00",
      "location": "Atlanta",
      "name": "Atlanta",
      "nickname": "Falcons",
      "slug": "nfl-atl",
      "division_id": "b8563ecf-1402-415e-8576-e4dfbda8ae70",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "15cdbc22-7b1e-4012-a731-987ca52e3c05",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-18T00:44:46-05:00",
      "location": "Baltimore",
      "name": "Baltimore",
      "nickname": "Ravens",
      "slug": "nfl-bal",
      "division_id": "9cf5e881-62fa-4401-bced-e55fd0fd8fa4",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "50990622-f5d7-4597-b9b3-c73c9be32af2",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-18T00:45:10-05:00",
      "location": "Buffalo",
      "name": "Buffalo",
      "nickname": "Bills",
      "slug": "nfl-buf",
      "division_id": "7eb2130f-0d1d-4396-9595-649708fe5a6a",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "767f5024-184b-434b-9e52-90bb4375ca84",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-18T00:42:28-05:00",
      "location": "Carolina",
      "name": "Carolina",
      "nickname": "Panthers",
      "slug": "nfl-car",
      "division_id": "b8563ecf-1402-415e-8576-e4dfbda8ae70",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    },
    {
      "id": "009ff336-845b-411b-8ee5-9b3089e99398",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-18T00:36:08-05:00",
      "location": "Chicago",
      "name": "Chicago",
      "nickname": "Bears",
      "slug": "nfl-chi",
      "division_id": "0e65eafb-0ce0-4b26-b79a-e0ae41991878",
      "league_id": "ebb52980-4b25-4384-bb32-26d354568f0c"
    }
  ]
}

This endpoint retrieves NFL Teams.

HTTP Request

GET https://api.stattleship.com/football/nfl/teams

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results

Hockey Teams

curl -X "GET" "https://api.stattleship.com/hockey/nhl/teams" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

{
  "divisions": [
    {
      "id": "11740eea-c575-44e9-b4f5-a80805703ad0",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "Pacific",
      "conference_id": "95e3218b-fa5e-4bb8-a6ff-acb61da1876c"
    },
    {
      "id": "15ca4e46-2b49-4f37-84ea-befb62de28c5",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "Atlantic",
      "conference_id": "b6a5910b-bd9b-4fb3-b7e5-654c2ae17fa3"
    },
    {
      "id": "2a45d995-a56b-43c8-838d-700e5cf1f922",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "Metropolitan",
      "conference_id": "b6a5910b-bd9b-4fb3-b7e5-654c2ae17fa3"
    }
  ],
  "conferences": [
    {
      "id": "95e3218b-fa5e-4bb8-a6ff-acb61da1876c",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "Western Conference",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "b6a5910b-bd9b-4fb3-b7e5-654c2ae17fa3",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "name": "Eastern Conference",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ],
  "leagues": [
    {
      "id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-11-28T22:33:56-05:00",
      "abbreviation": "NHL",
      "color": null,
      "minutes_per_period": null,
      "name": "National Hockey League",
      "periods": null,
      "slug": "nhl",
      "sport": "hockey"
    }
  ],
  "teams": [
    {
      "id": "0e39b5fe-bbac-4488-8a4c-6556fa1fff88",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Anaheim",
      "name": "Anaheim",
      "nickname": "Ducks",
      "slug": "nhl-ana",
      "division_id": "11740eea-c575-44e9-b4f5-a80805703ad0",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "06bab022-21a6-4999-b7a1-fe569971c68a",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Arizona",
      "name": "Arizona",
      "nickname": "Coyotes",
      "slug": "nhl-ari",
      "division_id": "11740eea-c575-44e9-b4f5-a80805703ad0",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "e9d7bcb5-6723-4ca9-b1d9-1ccd026be1cb",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:48-05:00",
      "location": "Boston",
      "name": "Boston",
      "nickname": "Bruins",
      "slug": "nhl-bos",
      "division_id": "15ca4e46-2b49-4f37-84ea-befb62de28c5",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "1deb863f-6919-4b88-8a38-51753f3f3032",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:47-05:00",
      "location": "Buffalo",
      "name": "Buffalo",
      "nickname": "Sabres",
      "slug": "nhl-buf",
      "division_id": "15ca4e46-2b49-4f37-84ea-befb62de28c5",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "926ad5ca-c17f-4b20-8b72-9043b6066bc9",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:48-05:00",
      "location": "Calgary",
      "name": "Calgary",
      "nickname": "Flames",
      "slug": "nhl-cal",
      "division_id": "11740eea-c575-44e9-b4f5-a80805703ad0",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    },
    {
      "id": "b0c4bd8e-fba7-4374-87d2-68bd4ab20875",
      "created_at": "2015-11-28T22:33:56-05:00",
      "updated_at": "2015-12-09T09:15:48-05:00",
      "location": "Carolina",
      "name": "Carolina",
      "nickname": "Hurricanes",
      "slug": "nhl-car",
      "division_id": "2a45d995-a56b-43c8-838d-700e5cf1f922",
      "league_id": "48803e9e-c4ec-414a-a85d-9abfa6e9cfd9"
    }
  ]
}

This endpoint retrieves NHL Teams.

HTTP Request

GET https://api.stattleship.com/hockey/nhl/teams

Query Parameters

Parameter Default Description
per_page 20 Items per page with maximum of 40. Teams
page Page of results

Errors

The Stattleship API uses the following error codes:

Error Code Meaning
400 Bad Request – Your request is has some invalid or missing parameters
401 Unauthorized – Your API key is wrong
404 Not Found – The specified player, team, game, or stat could not be found
429 Too Many Requests – You’re requesting too many stats! Slow down!
500 Internal Server Error – We had a problem with our server. Try again later.
503 Service Unavailable – We’re temporarially offline for maintanance. Please try again later.