API:1/recipes

From Guild Wars 2 Wiki
Jump to navigationJump to search

/v1/recipes.json

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

This resource returns a list of recipes that were discovered by players in the game. Details about a single recipe can be obtained using the recipe_details resource.

Parameters

None

Response

The response is an object with the single property recipes which contains list of recipe ids.

Example

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

{
  "recipes": [
    1275,
    3147,
    ...
  ]
}