API:1/items

From Guild Wars 2 Wiki
Jump to navigationJump to search

/v1/items.json

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

This resource returns a list of items that were discovered by players in the game. Details about a single item can be obtained using the item_details resource.

Parameters

None

Response

The response is an object with the following single property:

  • items (array of numbers) – An array of all the available item ids.

Example

https://api.guildwars2.com/v1/items.json

{
  "items": [
    12546,
    38875,
    26706,
    ...
  ]
}