Welcome to NxT Api Shop — explore premium APIs with free tier.
NxT Api Shop NxT Api Shop
← Back to marketplace
data

Weather Now

Real-time weather for any city in the world.

Premium API
$1.00 · 1000 calls · 30 days
🔓 Buy & unlock
Pricing
$0.00
per call
Method
GET
data
Rate limit
60
requests / min

Endpoint

GEThttps://www.test.mraipay.top/api/v1/weather-now?key=YOUR_KEY

Try it now

Click "Send request" to see live response…

Code examples

cURL

curl "https://www.test.mraipay.top/api/v1/weather-now?key=YOUR_KEY"

PHP

$res = file_get_contents("https://www.test.mraipay.top/api/v1/weather-now?key=YOUR_KEY");
$data = json_decode($res, true);
print_r($data);

JavaScript

fetch("https://www.test.mraipay.top/api/v1/weather-now?key=YOUR_KEY")
  .then(r => r.json())
  .then(console.log);

Sample Response

{"city":"Dhaka","temp":31,"condition":"Partly cloudy","humidity":68}

Reviews & ratings

Be the first to review this API.

Log in to leave a review.