PokéAPI · JSON Structure

Pokeapi Api Resource Structure

PokéAPI APIResource structure.

Type: object Properties: 1
PokémonOpen SourceOpen DataRESTGraphQLGamingEducationalCommunity

APIResource is a JSON Structure definition published by PokéAPI, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

url

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/pokeapi/refs/heads/main/json-structure/pokeapi-api-resource-structure.json",
  "name": "APIResource",
  "description": "Pok\u00e9API APIResource structure.",
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "description": "Canonical URL of the referenced resource."
    }
  }
}