fbpx

Getting Started with EasyAPI

Welcome to EasyAPI, your one-stop solution for all things related to timezones, addresses, and geoIP data! We offer powerful API endpoints that allow you to compare two IP addresses, two timezones, two addresses, and combinations of these different data types.

Follow the steps below to get started.

Step 1: Choose a Subscription Plan

First, you’ll need to choose a subscription plan that best suits your needs. Visit Plans to explore our available options. Plans differ by usage limits, features, and pricing. Make your selection based on what your application requires.

Step 2: Register an Account

Once you’ve chosen a subscription plan, you will be prompted to register for an account. Complete the registration process to proceed. For the paid plans, you’ll have to enter your payment information.

Note: Upon successful registration, you will receive an email detailing your API key, remaining credits, and current subscription plan—essentially, all the information available in your dashboard.

 

Step 3: Navigate to the Dashboard

Upon successful registration, you will be redirected to the EasyAPI Dashboard.

Dashboard Features:

  • Remaining Credits: Here, you can monitor how many API calls you have left according to your subscription.

  • Plan Information: This section displays your current plan along with the initial credits allocated to it.

  • API Key: You can view, copy, and regenerate your API key in this section. The API key is crucial for authenticating your API requests.

  • Profile Access: Through the dashboard, you can also navigate to your profile page, where you can change your password, view payment history, and manage your membership.

Step 4: Locate and Copy Your API Key

  1. On your dashboard, go to the section labeled “Your API Key“.
  2. Click on the “Copy” button to copy your API key.

Security Note: Keep your API key confidential to prevent unauthorized access.

Step 5: Regenerate Your API Key (Optional)

If for any reason you need to regenerate your API key:

  1. Go to the “Your API Key” section in the dashboard.
  2. Click on the “Regenerate” button.
  3. Confirm the action in the pop-up window.

Important: Once regenerated, your old API key will become immediately invalid. You will receive an email with your new API key along with other updated information similar to your dashboard.

Step 6: Make Your First API Request

Using Browser

				
					https://api.easyapi.io/v1.0/ip?api_key=YOUR_API_KEY

				
			

Using cURL

				
					curl -X GET "https://api.easyapi.io/v1.0/ip?api_key=YOUR_API_KEY"

				
			

Using Python:

				
					import requests

response = requests.get("https://api.easyapi.io/v1.0/ip", params={"api_key": "YOUR_API_KEY"})
print(response.json())

				
			

Using PHP:

				
					<?php
$api_key = "YOUR_API_KEY";
$response = file_get_contents("https://api.easyapi.io/v1.0/ip?api_key=$api_key");
print_r(json_decode($response, true));
?>

				
			

Note: Replace YOUR_API_KEY in all examples with your actual API key.

Step 7: Further Exploration

  • Profile Management: You can change your password, view your payment history, and manage your membership via your dashboard.

  • API Documentation: For a more comprehensive understanding and utilization of EasyAPI, consult our in-depth API documentation.

  • IP Information Endpoints: A details how-to-use guide of the IP Address lookup