Harry Potter API

A RESTful API for Harry Potter data

Go to site
Explore
/
Apps
/
Harry Potter API

Harry Potter API API Integrations

Build and run workflows using the Harry Potter API API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

With the Harry Potter API, you can build applications that:

  • Fetch information about all of the characters in the Harry Potter series
  • Fetch information about specific characters
  • Fetch information about the houses in Harry Potter
  • Fetch information about the members of each house
  • Fetch information about the various spells in Harry Potter
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    harry_potter_api: {
      type: "app",
      app: "harry_potter_api",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://www.potterapi.com/v1/sortingHat`,
      params: {
        key: `${this.harry_potter_api.$auth.api_key}`,
      },
    })
  },
})

Choose an API to Connect with Harry Potter API API

1
-
12
of
1000+
apps by most popular

Authentication

Harry Potter API uses API keys for authentication. When you connect your Harry Potter API account, Pipedream securely stores the keys so you can easily authenticate to Harry Potter API APIs in both code and no-code steps.

Get your API key here