Get Started

This guide will get you all set up and ready to use the Planet API. We'll cover how to get started and how to make your first API request.

Making your first API request

After getting your API key, you are ready to make your first call to the Planet API. Below, you can see how to send a GET request to the Holidays endpoint to get a list of all available holidays.

GET
/v1/holidays
curl -X GET https://api.planet.bg/v1/holidays \
  -H "Content-Type: application/json" \
  -H "api_key: YOUR_API_KEY"

What's next?

Great, you're now set up with an API client and have made your first request to the API. Here are a few links that might be handy: