REST Countries PE

Get information about countries via a RESTful API.

Go to site
Explore
/
Apps
/
REST Countries PE

REST Countries PE API Integrations

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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    rest_countries_pe: {
      type: "app",
      app: "rest_countries_pe",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://restcountries.com/v3.1/name/peru`,
      headers: {
        "Accept": `application/json`,
        "Content-Type": `application/json`,
      },
    })
  },
})

Choose an API to Connect with REST Countries PE API

1
-
12
of
1000+
apps by most popular

Authentication

The REST Countries PE API does not require authentication.