Pokemon n8n custom node

Greetings n8n community!

I’m excited to share my first custom n8n node, rather a fun one! :sweat_smile: :yellow_circle::high_voltage:

I wanted something lighthearted, simple and educational, to test API integration and workflow automation.

The Pokémon Data node fetches detailed information about Pokémon from the PokeAPI, including stats, types, abilities, moves and more. The data is nested, so you can play around with it using n8n’s Function or Set nodes to flatten, transform or enrich your workflows.

What you can do with it:

  • Fetch Pokémon by name or ID
  • Access detailed stats, types, abilities and moves
  • Log Pokémon stats into Google Sheets or Airtable
  • Post a “Pokémon of the Day” to Slack or Discord
  • Experiment with triggers or logic based on Pokémon types or abilities
  • Play around with nested data for learning and workflow enrichment

I’d love to hear feedback from the community, whether it’s ideas for more operations, improved handling of nested data, or general workflow ideas.

Feel free to check it out here: GitHub - rahibbutt/n8n-nodes-pokemon: Fetch Pokémon data from the PokeAPI to retrieve detailed information about Pokémon, including stats, types, abilities and more. This node can be used to create fun integrations, automate Pokémon-themed workflows, or serve as a sandbox for learning how to build custom n8n nodes and work with APIs.

Looking forward to seeing what creative workflows you all build! :wink:

Awesome stuff!

ps. I converted the topic to a different category as it doesn’t seem like a feature request :wink:

This is really cool, finally we can make our own Pokedex with n8n hahaha

1 Like

Thank you! :slight_smile:

haha, this sounds more fun to me :sweat_smile: