#
# # # # #

Weather Data Checker API

API:Financials

US$16US$20

  • Generate real time weather historical, present and futhre data. The API covers 250+ countries worldwide. Token supports both API and onsite app with respectively paid and free version.

  • For more details regarding API usage obligation & liability, please read Legal Terms of Service & Condition

Features

  • Generate real time weather historical, present and futhre data.
  • The API covers 250+ countries worldwide.
  • Token supports both API and onsite app with respectively paid and free version
  • N\/A

API Endpoint Specifications

  • Endpoint Path: /api/1/weatherdata-generator
  • Type of Data: JSON & 20/minute
  • Data Source: Weather Data
  • Request Limit: 500 request/month
  • Script & Integration: Code to integrate with cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript
Weather Data Checker API Endpoint Basic Info

API Endpoint Path

required

Real Time Weather Checker API

api/1/weather


Call Method

Required

GET

Type of Data Return

JSON

Output structured JSON data on real time weather


Available API Arguments & Parameters

token

required

BUYFROMLO API token. Free and paid subscription APIs are both available: /api/1/weather, and accessible to on-site APP on /app/1/weatherdata-generator as well

typeofData

required

Select the data type. Options are forecast15days, historicalData

latitude

required

Input a country latitude

longitude

required

Input a country longitude

startdate

required

Enter the start date

enddate

required

Enter the end date

location

required

Enter a location, such as Tokyo, Hong Kong, Guangzhou etc


language

Optional

FALSE


Real Time Weather Checker API

api/1/weather


Code Integration and Response

Python Code Sample


import requests

apiendpoint = "https://api.buyfromlo.com/api/1/weather?"

## Required Arguments & Parameters ##
token = "your buyfromlo token"
typeofData = "Input a type of weather data"
language = ""
location=""
latitude = ""
longitude = ""
startdate = ""
enddate = ""

data="latitude=" + latitude + "&longitude=" + longitude + "&startdate=" + startdate + "&enddate=" + enddate +"&typeofData=" + typeofData + "&location=" + location
headers={"Authorization": "Bearer " + token}  

## Call the api ##'&
response = requests.get(apiendpoint + data, headers=headers)
print(response.status_code)
print(response.json())
                        

JSON Response Sample


{
    "Weather data"
}
                        

4.5 (Overall)

  • 5 stars - 38
  • 4 stars - 10
  • 3 stars - 3
  • 2 stars - 1
  • 1 star - 0

Latest Reviews

FAQ

The BUYFROMLO Real-Time Weather Data Checker API is a tool that allows you to generate real-time weather data for any location in the world.

The API provides historical, present, and future weather data, including temperature, humidity, wind speed, and direction, as well as precipitation, cloud cover, and UV index.

The API covers over 250 countries worldwide.

The data is available in JSON format.

The data is updated every 20 minutes.

The data is sourced from weather data providers.

The API has a request limit of 500 requests per month for free accounts and 10,000 requests per month for paid accounts.

The API is supported by a variety of programming languages, including cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, and Typescript.

Yes, there is a free version of the API that allows you to make up to 500 requests per month.

You can get started with the API by signing up for a free account on the BUYFROMLO website.