# Disboard #
  • Reconnaissance
    • Quick Guide
    • Ports and Protocols
    • Passive Reconnaissance
    • Active Reconnaissance
  • Enumeration
    • Password Cracking
    • Hydra
    • Wireshark
    • Snort
    • Steganography
  • Web
    • OWASP Top 10
    • OWASP API
    • SQL Injection
      • Microsoft SQL Injection
    • Cross Site Scripting
    • Browser Vulnerabilities
    • Fuzzing
  • Linux
    • Privilege Escalation
    • Docker
    • Program Life Cycle
  • Windows
    • Privilege Escalation
    • Active Directory
    • Powershell
  • Event Logs
    • Sysmon
  • Exploitation
    • Shells
      • Upgrading Shells
    • Metasploit
      • Meterpreter
    • KOTH
    • Source Code Review
  • Hack the Box
    • ARCHETYPE
    • BASE
    • BASHED
    • EXPLORE
    • NIBBLES
  • Try Hack Me
    • ADVENTURE TIME
    • HACKFINITY
    • MOTHER'S SECRET
    • OFFSEC
    • POSTEXPLOIT
    • ROASTED
    • TEMPEST
    • TRAVERSE
  • CompTIA
    • Network
      • 1.0 Networking Fundamentals
      • 2.0 Network Implementations
      • 3.0 Network Operations
      • 4.0 Network Security
      • 5.0 Network Troubleshooting
    • PenTest
  • SIEM
    • Splunk
    • Elastic
  • Wireless
    • Wi-Fi Hacking
  • Other
    • PicoCTF
    • SSH Tunneling
    • Life Hacks
    • My Pokémon API
    • Github
Powered by GitBook
On this page
  1. Other

My Pokémon API

There's only one that matters.

PreviousLife Hacks

Last updated 1 year ago

GET https://api.pokemon.com/v1/pokemon/:id

This endpoint allows you to get only one Pokémon.

Path Parameters

Name
Type
Description

id

string

ID of the Pokémon to get, of course it only works for one Pokémon.

Query Parameters

Name
Type
Description

shiny

boolean

The API will do its best to shiny hunt for this Pokémon, but that's a lot of hard work.

iv

array

The given IV's for the desired Pokémon, honestly only NEETs or perfectionists care about this field.

Headers

Name
Type
Description

authentication

string

Authentication token to track down who robbed my beautiful Pokémon, you worse than scum robber.

{    "name": "Mew",    "shiny": False,    "iv": [5, 6, 6, 5, 4, 6]}
{    "message": "That Pokemon doesn't matter, go away."}