Premium Data.
Instant Access.

A high-performance, cost-effective API delivering curated product lists with stunning visuals. Perfect for Flutter prototypes and modern web apps.

Start Integration
GET /products.php

Products API

Premium mock data for e-commerce.

GET /products.php

Currency API

Real-time ISO 4217 codes & rates.

GET /currency.php

Country API

ISO 3166-1 alpha-2 standard.

GET /country.php

Timezone API

Global zones with current offsets.

News API

Latest tech headlines & updates.

GET /news.php

Vehicles API

Cars, specs, and pricing.

GET /vehicles.php

Live API Showcase

Explore our available endpoints. More coming soon.

Loading premium products...

Integration Guide

Flutter (Dart)

final response = await http.get(Uri.parse('https://wantapi.com/products.php'));

if (response.statusCode == 200) {
  final data = json.decode(response.body);
  print(data['data']); 
}

Response Objects

Product Object
id Integer
name String
tagline String
price String
image URL
Currency Object
entity String
currency String
alphabeticcode String (ISO)
numericcode Integer
minorunit Integer
Country Object
name String
code String (ISO 3166-1 alpha-2)
Timezone Object
identifier String
region String
offset String (UTC)
current_time String
News Object
id Integer
title String
category String
published_at String (ISO 8601)
image URL
Vehicle Object
id Integer
make String
model String
year Integer
price Integer
image URL
specs Object

Designed for simplicity. Built for speed.