PokéAPI · JSON Structure

Pokeapi Location Area Encounter Structure

PokéAPI LocationAreaEncounter structure.

Type: object Properties: 2
PokémonOpen SourceOpen DataRESTGraphQLGamingEducationalCommunity

LocationAreaEncounter 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

location_area version_details

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-location-area-encounter-structure.json",
  "name": "LocationAreaEncounter",
  "description": "Pok\u00e9API LocationAreaEncounter structure.",
  "type": "object",
  "properties": {
    "location_area": {
      "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."
        }
      }
    },
    "version_details": {
      "type": "array",
      "items": {
        "type": "object"
      }
    }
  }
}