PokéAPI · JSON Structure

Pokeapi Named Api Resource Structure

PokéAPI NamedAPIResource structure.

Type: object Properties: 2
PokémonOpen SourceOpen DataRESTGraphQLGamingEducationalCommunity

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

Properties

name 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-named-api-resource-structure.json",
  "name": "NamedAPIResource",
  "description": "Pok\u00e9API NamedAPIResource structure.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Slug name of the referenced resource."
    },
    "url": {
      "type": "string",
      "format": "uri",
      "description": "Canonical URL of the referenced resource."
    }
  }
}