# Requesting multiple zones when using the /rankings API

**URL:** https://forums.combatlogforums.com/t/requesting-multiple-zones-when-using-the-rankings-api/1862
**Category:** Warcraft Logs
**Created:** [November 17, 2016, 6:46pm UTC](https://forums.combatlogforums.com/t/requesting-multiple-zones-when-using-the-rankings-api/1862 "2016-11-17T18:46:10Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Krames](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.combatlogforums.com/krames/32/304_2.png) [@Krames](https://forums.combatlogforums.com/u/Krames)
#### Post date: [November 17, 2016, 6:46pm UTC](https://forums.combatlogforums.com/t/requesting-multiple-zones-when-using-the-rankings-api/1862/1 "2016-11-17T18:46:10Z")

</div>

Good afternoon.

I maintain [PugCheck.com](http://www.pugcheck.com) and am trying to obtain rankings information for a character for multiple zones. I do all of the requests and rendering on the server side and was wondering if there was a way to accomplish my goal of showing logs for previous tiers in the current expansion as the game progresses. I was just curious if there was a way to accomplish this task. If it is not possible, I do understand the possible reasons for doing so on a resource and security stance.

Thanks.

---

<div class="post-metadata">

### Author: ![Kihra](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.combatlogforums.com/kihra/32/1116_2.png) [@Kihra](https://forums.combatlogforums.com/u/Kihra)
#### Post date: [November 17, 2016, 6:51pm UTC](https://forums.combatlogforums.com/t/requesting-multiple-zones-when-using-the-rankings-api/1862/2 "2016-11-17T18:51:01Z")

</div>

Rankings take a zone parameter that is the zone id that you want rankings for. The /zones API gives you a list of zones, their names and their corresponding IDs.

---

<div class="post-metadata">

### Author: ![Krames](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.combatlogforums.com/krames/32/304_2.png) [@Krames](https://forums.combatlogforums.com/u/Krames)
#### Post date: [November 17, 2016, 7:05pm UTC](https://forums.combatlogforums.com/t/requesting-multiple-zones-when-using-the-rankings-api/1862/3 "2016-11-17T19:05:06Z")

</div>

I don’t believe I explained my question properly and for that i apologize.

I understand that it gives the latest zone, which in this case would be Trial of Valor (12). I would like to get EN & ToV in a single request and I’m not sure if I’m looking in the proper place in the documentation to get this info. I’m curious if there is a way to get both zone 10 and 12 info in the same request.

I.E. `/rankings/character/{characterName}/{serverName}/{serverRegion}?zone=10+12&apikey=KEY` or something similar to that.

I’m trying to minimize the amount of requests that my server has to make.

Sorry about the poor wording in my initial post.

---

<div class="post-metadata">

### Author: ![Kihra](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.combatlogforums.com/kihra/32/1116_2.png) [@Kihra](https://forums.combatlogforums.com/u/Kihra)
#### Post date: [November 17, 2016, 8:41pm UTC](https://forums.combatlogforums.com/t/requesting-multiple-zones-when-using-the-rankings-api/1862/4 "2016-11-17T20:41:32Z")

</div>

Nope, there’s no way to do that currently.

---

<div class="post-metadata">

### Author: ![Krames](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.combatlogforums.com/krames/32/304_2.png) [@Krames](https://forums.combatlogforums.com/u/Krames)
#### Post date: [November 17, 2016, 8:42pm UTC](https://forums.combatlogforums.com/t/requesting-multiple-zones-when-using-the-rankings-api/1862/5 "2016-11-17T20:42:12Z")

</div>

Appreciate the info Khira. Just wanted to make sure.

---

<div class="post-metadata">

### Author: ![Kihra](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.combatlogforums.com/kihra/32/1116_2.png) [@Kihra](https://forums.combatlogforums.com/u/Kihra)
#### Post date: [November 17, 2016, 8:44pm UTC](https://forums.combatlogforums.com/t/requesting-multiple-zones-when-using-the-rankings-api/1862/6 "2016-11-17T20:44:07Z")

</div>

I think what I’ll do is extend the API so that you can get ranks for all “unfrozen zones” in one request.
