Meta
get
https://pokeapi.glitch.me
/info
API Information
Field | Type | Description |
title | string | The name the API |
baseURL | string | The base URL of the API for requesting resources |
resourceURL | string | The base URL of the image and other resources required by the API |
versions | array of strings | Available versions of the API |
author | string | The author/developer of the API |
curl -i -X GET \
-H "User-Agent: BastionDiscordBot (https://bastionbot.org, v6.16.1)" \
https://pokeapi.glitch.me/info
get
https://pokeapi.glitch.me
/stats
API Statistics
Field | Type | Description |
total_hits | string | Total number of API calls made to Pokédex API |
session_hits | string | Number of API calls made to Pokédex API since last restart |
uptime | number | Number of seconds elapsed since Pokédex API server was booted |
curl -i -X GET \
-H "User-Agent: BastionDiscordBot (https://bastionbot.org, v6.16.1)" \
https://pokeapi.glitch.me/stats
Last modified 4yr ago