1. Items
GY Docs
  • Documentation
  • Data API
    • Characters
      • Get Character
      • List Characters
      • Page Characters
    • Creatures
      • Get Creature
      • List Creatures
      • Page Characters
    • Items
      • Get Item
        GET
      • List Items
        GET
      • Page Items
        GET
    • Worlds
      • Get World
      • Get Place
      • List Worlds
      • List Places
      • List Places by World
      • Page Worlds
      • Page Places
GY AccountsGY BooksHeralds of Chaos
GY AccountsGY BooksHeralds of Chaos
  1. Items

Page Items

GET
https://api.gycoding.com/heraldsofchaos/items/page
Retrieves a paginated list of all the items from the whole universe of Heralds of Chaos.

Request

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.gycoding.com/heraldsofchaos/items/page?page=&size=&lang='

Responses

🟢200Success
application/json
Bodyapplication/json

Example
[
    {
        "identifier": "string",
        "name": "string",
        "description": "string",
        "image": "http://example.com",
        "type": "COMPLETE_ITEM"
    }
]
🟠400Bad Request
🟠403Forbidden
🟠404Not Found
🟠405Method Not Allowed
🔴500Internal Error
Previous
List Items
Next
Get World
Built with