Skip to content

Commit

Permalink
Merging changes from master
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Gerakines committed Jun 7, 2012
2 parents fcd1f0a + 8cb7fda commit ac80b4d
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Expand Up @@ -20,17 +20,24 @@ Battletag = BattletagName + "#" + BattleTagNumber
There are no required query string parameters when accessing this resource.

*An example Career Profile API request:*
> GET /api/d3/account/Straton-1<br/>
> Host: us.battle.net

```plain
GET /api/d3/account/Straton-1
Host: us.battle.net
```

*An example Career Profile API response:*
> HTTP/1.1 200 OK<br/>
> &lt;http headers&gt;
>
> {"heroes": [{"name": "Yharr", "id": 1, ...}, ...], ...}
```plain
HTTP/1.1 200 OK
&lt;http headers&gt;
{"heroes": [{"name": "Yharr", "id": 1, ...}, ...], ...}
```

The core dataset returned includes a list of the account's heroes and artisans, a summary of time played by class, progression information and a list of the account's fallen heroes.

## Career Profile Example

```json
{
"id": 1,
Expand Down

0 comments on commit ac80b4d

Please sign in to comment.