API:1/event_names

From Guild Wars 2 Wiki
Jump to navigationJump to search

/v1/event_names.json

HTTP method
GET
Format
json
API version
version 1
Release date
?
Scope
none
Optional
none

This resource returns an unordered list of the localized event names for the specified language.

Parameters

Optional parameters
  • lang – The language to query the names for.

Response

The response is a list of objects with the following properties:

  • id (string) – The event id.
  • name (string) – The name of the event in the specified language.

Example

https://api.guildwars2.com/v1/event_names.json?lang=de

[
  { "id": "659149D4-43EC-4DCB-A6BB-0B2D402B537B", "name": "Bringt Owain Karka-Eier." },
  { "id": "72F93CD8-94AC-4234-8D86-996CCAC76A46", "name": "Besiegt den Unruhe stiftenden Siedler." },
  ...
]