API:2/logos

From Guild Wars 2 Wiki
Jump to navigationJump to search

/v2/logos

HTTP method
GET
Format
json
API version
version 2
Release date
2025-07-16
Scope
none
Optional
none

This resource returns animated image resources (logos).

Parameters

Optional parameters
  • page - (Optional; integer)
  • page_size - (Optional; integer)
  • ids - (Optional; Comma Delimited List|all) Request an array of logos for the specified ids or all logos. Cannot be used when accessing the id endpoint.

Response

If requested with no parameters, this endpoint will return a list of IDs. When given IDs to query for with the ids parameter, it will return an array of objects. Each object contains the following:

  • id (number) - The ID of the logo part.
  • url (string) - The full logo URL.

Example

https://api.guildwars2.com/v2/logos

[
  "ArenaNet-Path-of-Fire-logo",
  "ArenaNet-Path-of-Fire-logo-black",
  "Guild-Wars-2-exp-1-Heart-of-Thorns-logo",
  "Guild-Wars-2-exp-2-Path-of-Fire-logo",
  "Guild-Wars-2-exp-3-End-of-Dragons-logo-sfx",
  "Guild-Wars-2-exp-4-Secrets-of-the-Obscure-logo-sfx",
  "Guild-Wars-2-exp-5-Janthir-Wilds-logo",
  "Guild-Wars-2-Icebrood-Saga-logo-de",
  "Guild-Wars-2-Icebrood-Saga-logo-en",
  "Guild-Wars-2-Icebrood-Saga-logo-es",
  "Guild-Wars-2-Icebrood-Saga-logo-fr",
  "Guild-Wars-2-logo-de",
  "Guild-Wars-2-logo-en",
  "Guild-Wars-2-logo-es",
  "Guild-Wars-2-logo-fr",
  "Guild-Wars-2-Pro-League-logo-low"
]

https://api.guildwars2.com/v2/logos/ArenaNet-Path-of-Fire-logo

{
  "id": "ArenaNet-Path-of-Fire-logo",
  "url": "https://static.staticwars.com/logos/ArenaNet-Path-of-Fire-logo.webm"
}

https://api.guildwars2.com/v2/logos?ids=ArenaNet-Path-of-Fire-logo,Guild-Wars-2-Pro-League-logo-low

[
  {
    "id": "ArenaNet-Path-of-Fire-logo",
    "url": "https://static.staticwars.com/logos/ArenaNet-Path-of-Fire-logo.webm"
  },
  {
    "id": "Guild-Wars-2-Pro-League-logo-low",
    "url": "https://static.staticwars.com/logos/Guild-Wars-2-Pro-League-logo-low.webm"
  }
]

https://api.guildwars2.com/v2/logos?ids=all

[
  {
    "id": "ArenaNet-Path-of-Fire-logo",
    "url": "https://static.staticwars.com/logos/ArenaNet-Path-of-Fire-logo.webm"
  },
  {
    "id": "ArenaNet-Path-of-Fire-logo-black",
    "url": "https://static.staticwars.com/logos/ArenaNet-Path-of-Fire-logo-black.webm"
  },
  {
    "id": "Guild-Wars-2-exp-1-Heart-of-Thorns-logo",
    "url": "https://static.staticwars.com/logos/Guild-Wars-2-exp-1-Heart-of-Thorns-logo.webm"
  },
  {
    "id": "Guild-Wars-2-exp-2-Path-of-Fire-logo",
    "url": "https://static.staticwars.com/logos/Guild-Wars-2-exp-2-Path-of-Fire-logo.webm"
  },
  {
    "id": "Guild-Wars-2-exp-3-End-of-Dragons-logo-sfx",
    "url": "https://static.staticwars.com/logos/Guild-Wars-2-exp-3-End-of-Dragons-logo-sfx.webm"
  },
  {
    "id": "Guild-Wars-2-exp-4-Secrets-of-the-Obscure-logo-sfx",
    "url": "https://static.staticwars.com/logos/Guild-Wars-2-exp-4-Secrets-of-the-Obscure-logo-sfx.webm"
  },
  {
    "id": "Guild-Wars-2-exp-5-Janthir-Wilds-logo",
    "url": "https://static.staticwars.com/logos/Guild-Wars-2-exp-5-Janthir-Wilds-logo.webm"
  },
  {
    "id": "Guild-Wars-2-Icebrood-Saga-logo-de",
    "url": "https://static.staticwars.com/logos/Guild-Wars-2-Icebrood-Saga-logo-de.webm"
  },
  {
    "id": "Guild-Wars-2-Icebrood-Saga-logo-en",
    "url": "https://static.staticwars.com/logos/Guild-Wars-2-Icebrood-Saga-logo-en.webm"
  },
  {
    "id": "Guild-Wars-2-Icebrood-Saga-logo-es",
    "url": "https://static.staticwars.com/logos/Guild-Wars-2-Icebrood-Saga-logo-es.webm"
  },
  {
    "id": "Guild-Wars-2-Icebrood-Saga-logo-fr",
    "url": "https://static.staticwars.com/logos/Guild-Wars-2-Icebrood-Saga-logo-fr.webm"
  },
  {
    "id": "Guild-Wars-2-logo-de",
    "url": "https://static.staticwars.com/logos/Guild-Wars-2-logo-de.webm"
  },
  {
    "id": "Guild-Wars-2-logo-en",
    "url": "https://static.staticwars.com/logos/Guild-Wars-2-logo-en.webm"
  },
  {
    "id": "Guild-Wars-2-logo-es",
    "url": "https://static.staticwars.com/logos/Guild-Wars-2-logo-es.webm"
  },
  {
    "id": "Guild-Wars-2-logo-fr",
    "url": "https://static.staticwars.com/logos/Guild-Wars-2-logo-fr.webm"
  },
  {
    "id": "Guild-Wars-2-Pro-League-logo-low",
    "url": "https://static.staticwars.com/logos/Guild-Wars-2-Pro-League-logo-low.webm"
  }
]

Notes

  • Some of these images also have audio.